Agentic AI Design Patterns for Enterprise Systems
摘要
In the previous chapters, we have discussed different types of agents, including Information Extraction, Custom LLM, and Knowledge Assistant. These are great use cases, but at the same time, they are isolated for a specific use case. This is obviously by design because they are built for domain-specific purposes. What if we can chain all these agents together to create a very powerful system? This is called an Agentic AI workflow. We will first discuss the various Agentic AI design patterns as the foundation and then examine Agent Bricks’ multi-agent supervisor.