github agno-agi/agno v2.0.3

7 hours ago

Changelog

New Features:

  • WorkflowTools: Added WorkflowTools as a tool for agents and teams that allows the agent/team to run a workflow. Also has reasoning support for think/analyze.
  • MemoryTools: Added MemoryTools as a tool for agents and teams to add, update, delete memories. Also has reasoning support for think/analyze.
  • Gemini TTS: Added support for Gemini Text to Speech.
  • Added support for encoding to be passed on reader class.

Improvements:

  • AgentOS kwargs on runs: Added support for additional arguments on running an agent/team/workflow via AgentOS API.

Bug Fixes:

  • Cerebras: Fixed issues with parallel_tool_calls in Cerebras model.
  • OpenAIResponses: Fixed a bug with store=False in OpenAIResponses class.
  • AgentOS Slack Interface: the events endpoint was wrongly exposed on slack/slack/events, it is now exposed on slack/events
  • AgentOS WhatsApp Interface: fixed a bug where some messages wouldn’t be sent.
  • Team MemoryManager: Added memory_manager parameter to Teams.
  • FixedSizeChunking: Default chunk_size increased to 5000.
  • Parser Model output in print_response_stream: In streaming case the structured output from parser model was not being displayed json formatted in cli.

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

Don't miss a new agno release

NewReleases is sending notifications on new releases.