Skip to content

python SDK 0.12.0

Choose a tag to compare

@arunreddy arunreddy released this 11 Sep 20:43
69970cb

0.12.0 - 2026-09-11

Fixed

  • Share activation counters across sibling agents in one invocation (AGNT5-1111), while isolating durable parents and fresh invocations so skipped replayed steps do not shift later model/tool keys.

Changed

  • Build the native extension against released agnt5-sdk-core 0.3.0.

  • Workers now default to pull when AGNT5_WORKER_MODE is unset or empty.
    Explicit push remains supported; set it before upgrading if your worker
    relies on coordinator-push dispatch (AGNT5-1100).