Skip to content

v0.2.1

Choose a tag to compare

@KennyVaneetvelde KennyVaneetvelde released this 25 Jul 11:49
· 547 commits to main since this release

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