github agno-agi/agno v1.7.8

latest releases: v2.2.3, v2.2.2, v2.2.1...
2 months ago

Changelog

New Features:

  • Output model: Added support for output_model on Agents and Teams to generate the final response from output_model instead of model

Improvements:

  • Support for OpenAI Flex Processing: Added service_tier to OpenAIChat and OpenAIResponses.

Bug Fixes:

  • Print Response:
    • Fixed show_member_responses not working correctly on Team
    • Fixed printing of MCP responses on streamable HTTP
  • Session State on Team: Fixed precedence for session state from sessions DB.
  • YouTubeTranscriptApi has no attribute get_transcript :
    • The YoutubeTranscriptApi is updated and now uses .fetch(video_id) for getting transcripts.
  • HITL streaming:
    • Added the required attributes- tools_requiring_confirmation, tools_requiring_user_input, tools_awaiting_external_execution on the class BaseAgentRunResponseEvent
    • If you are using streaming, it is recommended to pass the run_id and a list of updated_tools to the continue_run or acontinue_run method.

What's Changed

New Contributors

Full Changelog: v1.7.7...v1.7.8

Don't miss a new agno release

NewReleases is sending notifications on new releases.