Skip to content

python-1.0.0b251028

Choose a tag to compare

@dmytrostruk dmytrostruk released this 28 Oct 19:08
· 312 commits to main since this release
eed7e59

[1.0.0b251028] - 2025-10-28

Added

  • Added thread to AgentRunContext (#1732)
  • AutoGen migration samples (#1738)
  • Add Handoff orchestration pattern support (#1469)
  • Added Samples for HostedCodeInterpreterTool with files (#1583)

Changed

  • [BREAKING] Introduce group chat and refactor orchestrations. Fix as_agent(). Standardize orchestration start msg types. (#1538)
  • [BREAKING] Update Agent Framework Lab Lightning to use Agent-lightning v0.2.0 API (#1644)
  • [BREAKING] Refactor Checkpointing for runner and runner context (#1645)
  • Update lab packages and installation instructions (#1687)
  • Remove deprecated add_agent() calls from workflow samples (#1508)

Fixed

  • Reject executor on staticmethod/classmethod with clear error message (#1719)
  • DevUI Fix Serialization, Timestamp and Other Issues (#1584)
  • MCP Error Handling Fix + Added Unit Tests (#1621)
  • InMemoryCheckpointManager is not JSON serializable (#1639)
  • Fix gen_ai.operation.name to be invoke_agent (#1729)