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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ The book is organized across 4 parts, taking you from theory to production:
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
44
|**Ch 6**| Building Multi-Agent Workflows |[`workflow/`](picoagents/src/picoagents/workflow/), [`workflows/`](examples/workflows/)| Build type-safe workflows with streaming observability |
45
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 |
46
+
|**Ch 8**| Building Modern Agent UX Applications |[`app/`](examples/app/) (minimal FastAPI+SSE example), [`webui/`](picoagents/src/picoagents/webui/) (production React UI)| Build interactive agent applications with web UI, auto-discovery, and real-time streaming |
47
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
0 commit comments