Skip to content

python-1.0.0b251111

Choose a tag to compare

@dmytrostruk dmytrostruk released this 11 Nov 23:36
· 324 commits to main since this release
863a632

[1.0.0b251111] - 2025-11-11

Added

  • agent-framework-core: Add OpenAI Responses Image Generation Stream Support with partial images and unit tests (#1853)
  • agent-framework-ag-ui: Add concrete AGUIChatClient implementation (#2072)

Fixed

  • agent-framework-a2a: Use the last entry in the task history to avoid empty responses (#2101)
  • agent-framework-core: Fix MCP Tool Parameter Descriptions not propagated to LLMs (#1978)
  • agent-framework-core: Handle agent user input request in AgentExecutor (#2022)
  • agent-framework-core: Fix Model ID attribute not showing up in invoke_agent span (#2061)
  • agent-framework-core: Fix underlying tool choice bug and enable return to previous Handoff subagent (#2037)