Skip to content

Commit 2eeae0d

Browse files
committed
update readme
1 parent f10ad2d commit 2eeae0d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Official code repository for [Designing Multi-Agent Systems: Principles, Pattern
44

55
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/victordibia/designing-multiagent-systems?quickstart=1)
66

7-
![Designing Multi-Agent Systems](./docs/images/bookcover.png)
7+
[![Designing Multi-Agent Systems](./docs/images/bookcover.png)](https://buy.multiagentbook.com)
88

99
Learn to build effective multi-agent systems from first principles through complete, tested implementations. This repository includes **PicoAgents**—a full-featured multi-agent framework built entirely from scratch for the sole purpose of teaching you how multi-agent systems work. Every component, from agent reasoning loops to orchestration patterns, is implemented with clarity and transparency.
1010

11-
[📖 Buy Digital Edition](https://buy.multiagentbook.com) | [🛒 Buy Print - Coming Soon]()
11+
[Buy Digital Edition](https://buy.multiagentbook.com) | [Buy Print - Coming Soon]()
1212

1313
---
1414

@@ -204,7 +204,7 @@ examples/
204204

205205
## Key Features
206206

207-
🎯 **Production-Ready Patterns**
207+
**Production-Ready Patterns**
208208

209209
Illustrated through real-world case studies (see [YC Analysis workflow](examples/workflows/yc_analysis/)):
210210

@@ -213,20 +213,20 @@ Illustrated through real-world case studies (see [YC Analysis workflow](examples
213213
- Reliability: Checkpointing and resumable workflows
214214
- Advanced reasoning: Think tool for improved problem-solving (54% performance gain)
215215

216-
🖥️ **Computer Use Agents**
216+
**Computer Use Agents**
217217

218218
- Playwright-based browser automation
219219
- Multimodal reasoning with vision models
220220
- Built-in tools: navigate, click, type, scroll, extract content
221221

222-
🌐 **Web UI & CLI**
222+
**Web UI & CLI**
223223

224224
- Auto-discovery of agents, orchestrators, workflows
225225
- Real-time streaming with Server-Sent Events
226226
- Session management with conversation history
227227
- Launch: `picoagents ui`
228228

229-
🧪 **Evaluation Framework**
229+
**Evaluation Framework**
230230

231231
- LLM-as-judge evaluation patterns
232232
- Reference-based validation (exact, fuzzy, contains)

0 commit comments

Comments
 (0)