-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Building Agentic AI Systems
By :
In the previous chapter, we looked into the concepts of tool use and planning, which lay an essential foundation for intelligent agents to enhance their problem-solving capabilities. We explored various planning algorithms, including state space search techniques and hierarchical task networks (HTNs), and examined how these algorithms can be seamlessly integrated with external tools and resources to enable agents to perform optimally.
Building upon this foundation, in this chapter, we will ground our understanding by exploring a powerful organizational framework for intelligent agents: the coordinator-worker-delegator (CWD) approach. This chapter is divided into the following main sections:
By the end of this chapter, you will have...