Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-31 | 2.2 kB | |
v2.0 source code.tar.gz | 2025-07-31 | 10.3 MB | |
v2.0 source code.zip | 2025-07-31 | 10.4 MB | |
Totals: 3 Items | 20.7 MB | 1 |
🎉 🎉 🎉 Atomic Agents v2.0 🎉 🎉 🎉
This update greatly improves developer experience and adds better support for synch/asynch streaming & non-streaming operations as well as various other small changes, improvements, and renaming.
See the changelog below and check out this comprehensive upgrade guide
What's Changed
- Added, renamed and consolidated methods of BaseAgent by @koichikawamura in https://github.com/BrainBlend-AI/atomic-agents/pull/107
- Update Python version constraints to be minimum Python 3.12 and max. 4.0 by @KennyVaneetvelde in https://github.com/BrainBlend-AI/atomic-agents/pull/113
- Type Parameters Introduction by @koichikawamura in https://github.com/BrainBlend-AI/atomic-agents/pull/110
- Feature/115 rename memory to history v2 by @jon-fox in https://github.com/BrainBlend-AI/atomic-agents/pull/129
- feat: add Streamable HTTP support to MCPToolFactory by @jon-fox in https://github.com/BrainBlend-AI/atomic-agents/pull/135
- Feature/133 mcptoolfactory fetch tools without event loop by @jon-fox in https://github.com/BrainBlend-AI/atomic-agents/pull/139
- Feature/123 add tool arun mcpfactory by @jon-fox in https://github.com/BrainBlend-AI/atomic-agents/pull/142
- max_results change in fetch_search by @Gabeleo in https://github.com/BrainBlend-AI/atomic-agents/pull/143
- Feature/116 modularization by @jon-fox in https://github.com/BrainBlend-AI/atomic-agents/pull/152
- fix: Add compatibility layer for instructor.multimodal.PDF import by @j4jefferson in https://github.com/BrainBlend-AI/atomic-agents/pull/153
- Some final renaming + finalize upgrade guide by @KennyVaneetvelde in https://github.com/BrainBlend-AI/atomic-agents/pull/157
New Contributors
- @koichikawamura made their first contribution in https://github.com/BrainBlend-AI/atomic-agents/pull/107
- @Gabeleo made their first contribution in https://github.com/BrainBlend-AI/atomic-agents/pull/143
- @j4jefferson made their first contribution in https://github.com/BrainBlend-AI/atomic-agents/pull/153
Full Changelog: https://github.com/BrainBlend-AI/atomic-agents/compare/v1.1.11...v2.0