错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Agentic AI Design Patterns for Enterprise Systems

  • Jason Yip,
  • Nikhil Gupta,
  • Marcin Wojtyczka

摘要

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.