Releases: BrainBlend-AI/atomic-agents
Releases · BrainBlend-AI/atomic-agents
v1.0.22
v1.0.20
What's Changed
- Add atomic-agents to requirements.txt by @ethanknights in #83
- Support passing arbitrary params to the model API by @mbcrawfo in #86 - This closes #80 and #75 enabling you to use OpenAI o3, among other things
New Contributors
- @ethanknights made their first contribution in #83
- @mbcrawfo made their first contribution in #86
Full Changelog: v1.0.18...v1.0.20
v1.0.18
What's Changed 🔍
- feat(tool): Add Tavily search tool by @2dogz in #61
- run_async's response_stream is a generator and not an async generator #67 by @jonchun in #68
- Add support for arbitary image keys for multi modal queries by @reinoldus in #74
New Contributors 🎉
- @2dogz made their first contribution in #61
- @jonchun made their first contribution in #68
- @reinoldus made their first contribution in #74
Full Changelog: v1.0.17...v1.0.18
v1.0.17
What's Changed
- Move python-dotenv to examples to reduce core dependencies by @marcortola in #55
New Contributors
- @marcortola made their first contribution in #55 🎉
Full Changelog: v1.0.16...v1.0.17
v1.0.16
This release gives agents multimodal capabilities simply by including an "images" property in the schema that uses the instructor.Image
type (or a list of instructor.Image
).
Example:
class NutritionAnalysisInput(BaseIOSchema):
"""Input schema for nutrition label analysis"""
instruction_text: str = Field(..., description="The instruction for analyzing the nutrition label")
images: List[instructor.Image] = Field(..., description="The nutrition label images to analyze")
Full Changelog: v1.0.15...v1.0.16
v1.0.15
Mostly dependency alignment was done, publishing this release to keep it in sync with the version on PyPi
Full Changelog: v1.0.12...v1.0.15
v1.0.12
What's Changed
- Fix typing in base agent by @KennyVaneetvelde in #38
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
- Deprecate
stream_response_async
in favor ofrun_async
by @KennyVaneetvelde in #35
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- Feature max tokens by @ivan-saorin in #29
New Contributors
- @ivan-saorin made their first contribution in #29
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- syntax: fix syntax error in file_explorer by @jalateras in #19
- Feature addedtemperatureformodel by @mickyarun in #24
- added delete by turn id by @mickyarun in #23
- Add Async and Streaming Response Support to BaseAgent by @KennyVaneetvelde in #27
New Contributors
- @jalateras made their first contribution in #19
- @mickyarun made their first contribution in #24
Full Changelog: v1.0.8...v1.0.9