You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Ch 1**| Understanding Multi-Agent Systems | Poet/critic example, references [`yc_analysis/`](examples/workflows/yc_analysis/)| Understand when multi-agent systems are needed |
|**Ch 4**| Building Your First Agent |[`agents/_agent.py`](picoagents/src/picoagents/agents/_agent.py), [`basic-agent.py`](examples/agents/basic-agent.py), [`memory.py`](examples/agents/memory.py), [`middleware.py`](examples/agents/middleware.py) <br> [](https://colab.research.google.com/github/victordibia/designing-multiagent-systems/blob/main/examples/notebooks/01_basic_agent.ipynb)| Build agents with tools, memory, streaming, and middleware |
42
+
|**Ch 4**| Building Your First Agent |[`agents/_agent.py`](picoagents/src/picoagents/agents/_agent.py), [`basic-agent.py`](examples/agents/basic-agent.py), [`memory.py`](examples/agents/memory.py), [`middleware.py`](examples/agents/middleware.py) <br> [](https://colab.research.google.com/github/victordibia/designing-multiagent-systems/blob/main/examples/notebooks/01_basic_agent.ipynb)| Build agents with tools, memory, streaming, and middleware |
43
43
|**Ch 5**| Computer Use Agents |[`agents/_computer_use/`](picoagents/src/picoagents/agents/_computer_use/), [`computer_use.py`](examples/agents/computer_use.py)| Build browser automation agents with multimodal reasoning |
44
-
|**Ch 5**| Building Multi-Agent Workflows |[`workflow/`](picoagents/src/picoagents/workflow/), [`data_visualization/`](examples/workflows/data_visualization/)| Build type-safe workflows with streaming observability |
45
-
|**Ch 6**| Autonomous Multi-Agent Orchestration |[`orchestration/`](picoagents/src/picoagents/orchestration/), [`round-robin.py`](examples/orchestration/round-robin.py), [`ai-driven.py`](examples/orchestration/ai-driven.py), [`plan-based.py`](examples/orchestration/plan-based.py)| Implement GroupChat, LLM-driven, and plan-based orchestration (Magentic One patterns) |
46
-
|**Ch 6**| Building Modern Agent UX Applications |[`webui/`](picoagents/src/picoagents/webui/), CLI tools | Build interactive agent applications with web UI, auto-discovery, and real-time streaming |
47
-
|**Ch 6**| Multi-Agent Frameworks | - | Evaluate and choose the right multi-agent framework |
44
+
|**Ch 6**| Building Multi-Agent Workflows |[`workflow/`](picoagents/src/picoagents/workflow/), [`workflows/`](examples/workflows/)| Build type-safe workflows with streaming observability |
45
+
|**Ch 7**| Autonomous Multi-Agent Orchestration |[`orchestration/`](picoagents/src/picoagents/orchestration/), [`round-robin.py`](examples/orchestration/round-robin.py), [`ai-driven.py`](examples/orchestration/ai-driven.py), [`plan-based.py`](examples/orchestration/plan-based.py)| Implement GroupChat, LLM-driven, and plan-based orchestration (Magentic One patterns) |
46
+
|**Ch 8**| Building Modern Agent UX Applications |[`webui/`](picoagents/src/picoagents/webui/), CLI tools | Build interactive agent applications with web UI, auto-discovery, and real-time streaming |
47
+
|**Ch 9**| Multi-Agent Frameworks | - | Evaluate and choose the right multi-agent framework |
48
48
49
49
### Part III: Evaluating and Optimizing Multi-Agent Systems
|**Ch 8**| Evaluating Multi-Agent Systems |[`eval/`](picoagents/src/picoagents/eval/), [`agent-evaluation.py`](examples/evaluation/agent-evaluation.py)| Build evaluation frameworks with LLM-as-judge and metrics |
|**Ch 10**| Evaluating Multi-Agent Systems |[`eval/`](picoagents/src/picoagents/eval/), [`agent-evaluation.py`](examples/evaluation/agent-evaluation.py)| Build evaluation frameworks with LLM-as-judge and metrics |
|**Ch 13**| Business Questions from Unstructured Data |[`yc_analysis/`](examples/workflows/yc_analysis/)| Production case study: Analyze 5,000+ companies with cost optimization and checkpointing |
59
+
|**Ch 16**| Business Questions from Unstructured Data |[`yc_analysis/`](examples/workflows/yc_analysis/)| Production case study: Analyze 5,000+ companies with cost optimization and checkpointing |
60
+
|**Ch 17**| Software Engineering Agent |[`swe_agent/`](examples/agents/swe_agent/)| Build a complete software engineering agent with coding tools and workspace management |
0 commit comments