v1.7.8
August 7, 2025
1.7.8
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-