Releases: BrainBlend-AI/atomic-agents
Releases · BrainBlend-AI/atomic-agents
v2.0
🎉 🎉 🎉 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 #107
- Update Python version constraints to be minimum Python 3.12 and max. 4.0 by @KennyVaneetvelde in #113
- Type Parameters Introduction by @koichikawamura in #110
- Feature/115 rename memory to history v2 by @jon-fox in #129
- feat: add Streamable HTTP support to MCPToolFactory by @jon-fox in #135
- Feature/133 mcptoolfactory fetch tools without event loop by @jon-fox in #139
- Feature/123 add tool arun mcpfactory by @jon-fox in #142
- max_results change in fetch_search by @Gabeleo in #143
- Feature/116 modularization by @jon-fox in #152
- fix: Add compatibility layer for instructor.multimodal.PDF import by @j4jefferson in #153
- Some final renaming + finalize upgrade guide by @KennyVaneetvelde in #157
New Contributors
- @koichikawamura made their first contribution in #107
- @Gabeleo made their first contribution in #143
- @j4jefferson made their first contribution in #153
Full Changelog: v1.1.11...v2.0
v1.1.11
What's Changed
- fix: resolve memory duplication bug when processing list fields by @KennyVaneetvelde in #148
v1.1.10
- Bump
instructorversion
Full Changelog: v1.1.7...v1.1.10
v1.1.7
v1.1.4
v1.1.3
v1.1.2
What's Changed
- Loosen and consolidate pydantic versions accross examples by @KennyVaneetvelde in #114
- Add openrouter example by @JustinAmstadt in #117
- Fix Pydantic Pyright error by @AsimPoptani in #120
- Documentation/web search example improvements by @duf59 in #121
New Contributors
- @AsimPoptani made their first contribution in #120
- @duf59 made their first contribution in #121
Full Changelog: v1.1.0...v1.1.2
v1.1.0
What's Changed
- Add MCP example and helper factory by @KennyVaneetvelde in #111
Full Changelog: v1.0.26...v1.1.0
v1.0.26
What's Changed
- change ollama client mode to json by @JustinAmstadt in #103
- modified run_async() to incorporate system_role and added a test by @tf-koichi in #101
New Contributors
- @JustinAmstadt made their first contribution in #103
Full Changelog: v1.0.25...v1.0.26
v1.0.25
What's Changed
- Added system_role to BaseAgentConfig by @tf-koichi in #99
New Contributors
- @tf-koichi made their first contribution in #99
Full Changelog: v1.0.23...v1.0.25