Releases: BrainBlend-AI/atomic-agents
Releases Β· BrainBlend-AI/atomic-agents
v2.2.2
What's Changed
- Fix: Generic type parameters not preserved when subclassing AtomicAgent by @KennyVaneetvelde in #187
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
- fix: Pydantic V2.11+ deprecation warnings by @lFahadl in #183
New Contributors
- @lFahadl made their first contribution in #183
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Feature: Added support for MCP resources and prompts by @prane-eth in #177
New Contributors
- @prane-eth made their first contribution in #177
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Add support for https://python.useinstructor.com/concepts/hooks/ - fixing #173 by @KennyVaneetvelde in #175
- Pin instructor versions to 1.9.2 by @KennyVaneetvelde in #176
Full Changelog: v2.0.5...v2.1.0
v2.0.5
What's Changed
- docs: replace single llms.txt with modular generation system by @KennyVaneetvelde in #169
- Fix schema properties returning BaseIOSchema instead of custom types by @KennyVaneetvelde in #172
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- doc: End-to-End Example with Qdrant by @Anush008 in #167
- Fix #160 by @KennyVaneetvelde in #168
New Contributors
Full Changelog: v2.0.3...v2.0.4
v2.0.3
v2.0.2
v2.0.1
What's Changed
- refactor: rename base_agent.py to atomic_agent.py for v2.0 consistency by @KennyVaneetvelde in #159
Full Changelog: v2.0...v2.0.1
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