-
Book Overview & Buying
-
Table Of Contents
30 Agents Every AI Engineer Must Build
By :
This chapter has demonstrated the progression from foundational tool invocation to sophisticated multi-agent orchestration and persistent workflow systems. We examined how agents extend their reasoning capabilities into action through three architectural patterns: Tool-Using agents that invoke external functions, chain-of-agents orchestrators that coordinate specialized agents, and agentic workflow systems that implement stateful business processes with human oversight.
The three case studies illustrated these architectural patterns through different levels of implementation detail. The data visualization assistant provided fully executable code demonstrating intent parsing, tool orchestration, and error handling. The market intelligence platform combined runnable specialist agents with an architectural description of the memory and conflict-resolution layers. The insurance claims workflow presented a state machine and governance architecture, with the concrete CLM-4821...