Skip to content

Commit 8d788fc

Browse files
committed
readme update
1 parent 70df8a2 commit 8d788fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The book is organized across 4 parts, taking you from theory to production:
4343
| **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 |
4444
| **Ch 6** | Building Multi-Agent Workflows | [`workflow/`](picoagents/src/picoagents/workflow/), [`workflows/`](examples/workflows/) | Build type-safe workflows with streaming observability |
4545
| **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 |
4747
| **Ch 9** | Multi-Agent Frameworks | - | Evaluate and choose the right multi-agent framework |
4848

4949
### Part III: Evaluating and Optimizing Multi-Agent Systems

0 commit comments

Comments
 (0)