File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments