-
Book Overview & Buying
-
Table Of Contents
Mastering NLP From Foundations to Agents - Second Edition
By :
In this chapter, we defined an agent as a program where the language model chooses the next step, selects and calls tools with structured arguments, observes results, and revises until explicit stop conditions are met. We then zoomed out to multi-agent design. We compared the three dominant topologies and introduced the interaction protocols and task decomposition methods.
We introduced and focused on MAF as a practical orchestration substrate. We observed and contrasted this with graph-first orchestrators such as LangGraph and positioned MAF’s “autonomy + graph” blend as a strong default for enterprise work that must be debuggable, governed, and cost-aware.
We translated design into a working blueprint: a hub-and-spoke system that turns a small document set into an executive brief with cited claims. We specified roles (coordinator, researcher, analyst, auditor, and editor), plus a shared blackboard, acceptance criteria, and control levers. We...