Skip to content

Commit 92ce6fa

Browse files
committed
Update README
1 parent 8d3eaed commit 92ce6fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ An open-source framework for building monolithic or distributed agentic systems,
1111

1212
## Latest Updates
1313

14-
- 🚀 **2025-01-17**: Added integration with [LiteLLM](https://github.com/BerriAI/litellm).
14+
- 🚀 **2025-01-22**: Added support for [Model Context Protocol (MCP)][2].
15+
- **2025-01-17**: Added integration with [LiteLLM](https://github.com/BerriAI/litellm).
1516

1617

1718
## Features
@@ -167,7 +168,7 @@ coagent translator -H type:ChatMessage --chat -d '{"role": "user", "content": "
167168

168169
## Patterns
169170

170-
(The following patterns are mainly inspired by [Anthropic's Building effective agents][4] and [OpenAI's Orchestrating Agents][5].)
171+
(The following patterns are mainly inspired by [Anthropic's Building effective agents][4] and [OpenAI's Handoffs][5].)
171172

172173
### Basic: Augmented LLM
173174

@@ -439,6 +440,7 @@ triage = AgentSpec(
439440
## Examples
440441

441442
- [patterns](examples/patterns)
443+
- [mcp](examples/mcp)
442444
- [ping-pong](examples/ping-pong)
443445
- [stream-ping-pong](examples/stream-ping-pong)
444446
- [discovery](examples/discovery)

0 commit comments

Comments
 (0)