Skip to content

Releases: BrainBlend-AI/atomic-agents

v1.0.8

20 Oct 11:22
2ec720d

Choose a tag to compare

Official 1.x Release

v0.3.7

12 Sep 17:06

Choose a tag to compare

Just a version bump for pypi and testing purposes.

v0.3.6

12 Sep 16:59

Choose a tag to compare

Full Changelog: v0.3.5...v0.3.6

v0.3.4

12 Sep 15:52

Choose a tag to compare

updated dependencies

Full Changelog: v0.3.3...v0.3.4

v0.3.3

12 Sep 09:04

Choose a tag to compare

Fix a pydantic deprecation warning regarding class config

Full Changelog: v0.3.2...v0.3.3

v0.3.2

07 Sep 18:42

Choose a tag to compare

What's Changed

  • feat: switch chatbot to use local LLaMA model by @ueveu in #15

Full Changelog: v0.3.0...v0.3.2

v0.3.0

11 Aug 21:02

Choose a tag to compare

Full Changelog: v0.2.2...v0.3.0

v0.2.2

03 Aug 19:10

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

25 Jul 11:49

Choose a tag to compare

What's Changed

NOTE: This update makes quite some changes to naming in order to improve consistency even more. Additionally, SystemPromptInfo was found redundant and has been removed. Its properties, such as the agent's background, output instructions, ... will now directly be assigned to the SystemPromptGenerator. ToolInputModel from atomic_agents.agents.tool_interface_agent has also been found redundant and has been removed.

The naming changes are:

  • BaseAgentIO is now BaseIOSchema
  • tools/base.py is now tools/base_tool.py (and atomic_agents.tools.base now becomes atomic_agents.tools.base_tool)
  • All schemas for tools now follow a more consistent naming scheme, always being structured like this: MyToolInputSchema and MyToolOutputSchema

Full Changelog: v0.1.46...v0.2.0

v0.1.46

11 Jul 12:53

Choose a tag to compare

What's Changed

  • Changed the name from ChatMemory to AgentMemory for consistent naming by @w3bwizart in #6
  • Removed Chat everywhere so it only uses Agent instead of ChatAgent by @w3bwizart in #7

Full Changelog: v0.1.45...v0.1.46