v1.7.8

August 7, 2025

1.7.8

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.