Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellLuo committed Jan 22, 2025
1 parent 8d3eaed commit 92ce6fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ An open-source framework for building monolithic or distributed agentic systems,

## Latest Updates

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


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

## Patterns

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

### Basic: Augmented LLM

Expand Down Expand Up @@ -439,6 +440,7 @@ triage = AgentSpec(
## Examples

- [patterns](examples/patterns)
- [mcp](examples/mcp)
- [ping-pong](examples/ping-pong)
- [stream-ping-pong](examples/stream-ping-pong)
- [discovery](examples/discovery)
Expand Down

0 comments on commit 92ce6fa

Please sign in to comment.