Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-06 | 3.4 kB | |
v1.7.8 source code.tar.gz | 2025-08-06 | 13.1 MB | |
v1.7.8 source code.zip | 2025-08-06 | 14.7 MB | |
Totals: 3 Items | 27.8 MB | 0 |
Changelog
New Features:
- Output model: Added support for
output_model
on Agents and Teams to generate the final response fromoutput_model
instead ofmodel
Improvements:
- Support for OpenAI Flex Processing: Added
service_tier
toOpenAIChat
andOpenAIResponses
.
Bug Fixes:
- Print Response:
- Fixed
show_member_responses
not working correctly onTeam
- Fixed printing of MCP responses on streamable HTTP
- Fixed
- Session State on Team: Fixed precedence for session state from sessions DB.
YouTubeTranscriptApi
has no attributeget_transcript
:- The
YoutubeTranscriptApi
is updated and now uses.fetch(video_id)
for getting transcripts.
- The
- HITL streaming:
- Added the required attributes-
tools_requiring_confirmation
,tools_requiring_user_input
,tools_awaiting_external_execution
on the classBaseAgentRunResponseEvent
- If you are using streaming, it is recommended to pass the
run_id
and a list ofupdated_tools
to thecontinue_run
oracontinue_run
method.
- Added the required attributes-
What's Changed
- Fix: Certain dbs containing null created_at fields by @RockPaperSmittie in https://github.com/agno-agi/agno/pull/4067
- fix: show tool calls with no args on print and aprint by @manuhortet in https://github.com/agno-agi/agno/pull/4066
- feat: Adds support for OpenAI Service Tier by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/4065
- fix: incorrect async type checking and pydantic version conflict in function.py by @kausmeows in https://github.com/agno-agi/agno/pull/4074
- Fix AttributeError in message.py tool_calls handling and confirm parameter validation in decorator.py by @dreamcoin1998 in https://github.com/agno-agi/agno/pull/4069
- Fibonacci calculations agent by @nile-solutions-info in https://github.com/agno-agi/agno/pull/3981
- fix: extend command whitelist for MCP server commands by @manuhortet in https://github.com/agno-agi/agno/pull/4093
- fix: respect show_members_responses flag in streaming mode (#4064) by @ItsRoy69 in https://github.com/agno-agi/agno/pull/4071
- feat: Allow custom port for the Google Sheets Toolkit Auth by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/4077
- fix: improve tool handling in OpenAIResponses for better robustness by @kepler in https://github.com/agno-agi/agno/pull/4094
- feat: Enhance Google Calendar toolkit with unified authentication by @Gyani25k in https://github.com/agno-agi/agno/pull/2426
- fix: youtube get_transcript by @mishramonalisha76 in https://github.com/agno-agi/agno/pull/4089
- fix: hitl stream breaking by @kausmeows in https://github.com/agno-agi/agno/pull/4124
- feat: add Gemini thinking to response by @Mustafa-Esoofally in https://github.com/agno-agi/agno/pull/4063
- feat: output model by @ysolanky in https://github.com/agno-agi/agno/pull/4105
- chore: Release 1.7.8 by @dirkbrnd in https://github.com/agno-agi/agno/pull/4092
New Contributors
- @RockPaperSmittie made their first contribution in https://github.com/agno-agi/agno/pull/4067
- @dreamcoin1998 made their first contribution in https://github.com/agno-agi/agno/pull/4069
- @nile-solutions-info made their first contribution in https://github.com/agno-agi/agno/pull/3981
- @Gyani25k made their first contribution in https://github.com/agno-agi/agno/pull/2426
Full Changelog: https://github.com/agno-agi/agno/compare/v1.7.7...v1.7.8