Skip to content

Commit 1f9d8a3

Browse files
committed
Update README
1 parent 9415093 commit 1f9d8a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 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-07-18**: Added support for [A2A](https://a2a-protocol.org/), check out the [example](examples/a2a).
14+
- 🚀 **2025-10-24**: Added support for [ReAct](https://arxiv.org/abs/2210.03629) agents, check out [Autonomous Agents](#autonomous-agents).
15+
- **2025-07-18**: Added support for [A2A](https://a2a-protocol.org/), check out the [example](examples/a2a).
1516
- **2025-02-08**: Added support for [DeepSeek-R1](https://api-docs.deepseek.com/news/news250120), check out the [example](examples/deepseek-r1).
1617
- **2025-01-28**: Added support for [Structured Outputs][2].
1718
- **2025-01-22**: Added support for [Model Context Protocol][3].
@@ -29,7 +30,7 @@ An open-source framework for building monolithic or distributed agentic systems,
2930
- [x] Single-agent
3031
- [x] [Function calling](https://platform.openai.com/docs/guides/function-calling)
3132
- [x] [Structured Outputs][2] ([example](examples/structured-outputs))
32-
- [ ] ReAct
33+
- [x] ReAct agents ([example](examples/patterns/autonomous_agent.py))
3334
- [x] Multi-agent orchestration
3435
- [x] Agent Discovery
3536
- [x] Static orchestration

0 commit comments

Comments
 (0)