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 4876a26 commit bb08b34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ An open-source framework for building monolithic or distributed agentic systems,

- [x] Event-driven
- [x] Monolithic or Distributed
- [x] Local Runtime (In-process Runtime)
- [x] HTTP Runtime (HTTP-based Distributed Runtime)
- [x] NATS Runtime (NATS-based Distributed Runtime)
- [ ] Using NATS [JetStream][1]
- [x] Single-agent
- [x] Function-calling
- [ ] ReAct
Expand All @@ -29,16 +33,13 @@ An open-source framework for building monolithic or distributed agentic systems,
- [x] Dynamic orchestration
- [x] Dynamic Triage
- [x] Handoffs (based on async Swarm)
- [ ] Group Chat
- [x] Runtime
- [x] Local Runtime (In-process Runtime)
- [x] HTTP Runtime (HTTP-based Distributed Runtime)
- [x] NATS Runtime (NATS-based Distributed Runtime)
- [ ] Using NATS [JetStream][1]
- [x] Support Any LLM
- [x] Support [Model Context Protocol (MCP)][2]
- [x] [CoS](coagent/cos) (Multi-language support)
- [x] [Python](examples/cos/cos.py)
- [x] [Node.js](examples/cos/cos.js)
- [x] [Go](examples/cos/goagent)
- [ ] Zig
- [ ] Rust


Expand Down Expand Up @@ -111,7 +112,7 @@ python translator.py

### Distributed

Start a NATS server ([docs][2]):
Start a NATS server ([docs][3]):

```bash
docker run -p 4222:4222 --name nats-server -ti nats:latest
Expand Down Expand Up @@ -420,4 +421,5 @@ triage = AgentSpec(


[1]: https://docs.nats.io/nats-concepts/jetstream
[2]: https://docs.nats.io/running-a-nats-service/nats_docker/nats-docker-tutorial
[2]: https://modelcontextprotocol.io/introduction
[3]: https://docs.nats.io/running-a-nats-service/nats_docker/nats-docker-tutorial
Binary file modified assets/coagent-three-tier-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bb08b34

Please sign in to comment.