Skip to content

Releases: BrainBlend-AI/atomic-agents

v1.0.22

25 Feb 16:57
Compare
Choose a tag to compare

What's Changed

  • Bugfix model_dump when searizling message content in history by @NISH1001 in #90

New Contributors

Full Changelog: v1.0.20...v1.0.22

v1.0.20

20 Feb 18:51
Compare
Choose a tag to compare

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

Full Changelog: v1.0.18...v1.0.20

v1.0.18

03 Feb 09:02
Compare
Choose a tag to compare

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 🎉

Full Changelog: v1.0.17...v1.0.18

v1.0.17

09 Jan 11:29
Compare
Choose a tag to compare

What's Changed

  • Move python-dotenv to examples to reduce core dependencies by @marcortola in #55

New Contributors

Full Changelog: v1.0.16...v1.0.17

v1.0.16

28 Dec 13:22
9f4945d
Compare
Choose a tag to compare

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

22 Nov 22:18
Compare
Choose a tag to compare

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

16 Nov 19:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.11...v1.0.12

v1.0.11

15 Nov 12:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.10...v1.0.11

v1.0.10

13 Nov 19:04
54c94e0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.9...v1.0.10

v1.0.9

06 Nov 20:53
f39e772
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.8...v1.0.9