Skip to content

Releases: scaleapi/scale-agentex-python

agentex-sdk: v0.16.2

29 Jun 19:28
936bac6

Choose a tag to compare

0.16.2 (2026-06-29)

Full Changelog: agentex-sdk-v0.15.0...agentex-sdk-v0.16.2

Bug Fixes

  • adk: release streaming buffer repair in sdk (#449) (20795cb)

agentex-client: v0.16.2

29 Jun 19:28
936bac6

Choose a tag to compare

0.16.2 (2026-06-29)

Full Changelog: agentex-client-v0.16.1...agentex-client-v0.16.2

Bug Fixes

  • adk: release streaming buffer repair in sdk (#449) (20795cb)

agentex-client: v0.16.1

29 Jun 16:18
578df06

Choose a tag to compare

0.16.1 (2026-06-26)

Full Changelog: agentex-client-v0.16.0...agentex-client-v0.16.1

Bug Fixes

  • streaming: StreamTaskMessageFull closes the coalescing buffer (#426) (94ce668)

agentex-sdk: v0.15.0

24 Jun 22:11
521c60d

Choose a tag to compare

0.15.0 (2026-06-24)

Full Changelog: agentex-sdk-v0.14.0...agentex-sdk-v0.15.0

⚠ BREAKING CHANGES

  • harness: consolidate the LangGraph harness + remove tracing handler (#430)

Bug Fixes

  • harness: harden Claude Code + OpenAI taps and span tracing (#446) (5b4359d)

Refactors

  • harness: consolidate the LangGraph harness + remove tracing handler (#430) (a3fb5ad)

agentex-client: v0.16.0

24 Jun 22:11
521c60d

Choose a tag to compare

0.16.0 (2026-06-24)

Full Changelog: agentex-client-v0.15.0...agentex-client-v0.16.0

⚠ BREAKING CHANGES

  • harness: consolidate the Pydantic-AI harness + remove tracing handler (#431)
  • harness: consolidate the LangGraph harness + remove tracing handler (#430)

Features

  • cli: add claude-code init templates (sync / async / temporal) (#435) (fd9bc4a)
  • cli: add codex init templates (sync / async / temporal) (#436) (0fadfd7)
  • cli: add default-openai-agents init template (async base) (#434) (624e9c8)
  • openai-agents: single-emit + input-bearing tool spans + run_turn (#445) (53ab8ef)
  • openai-temporal: render hosted/server-side tool calls in TemporalStreamingModel (#442) (5dce9f0)

Bug Fixes

  • cli: harden init templates per Greptile feedback (suite-wide) (#444) (2d85eb0)
  • harness: harden Claude Code + OpenAI taps and span tracing (#446) (5b4359d)

Refactors

  • harness: consolidate the LangGraph harness + remove tracing handler (#430) (a3fb5ad)
  • harness: consolidate the Pydantic-AI harness + remove tracing handler (#431) (48c3da8)
  • harness: move OpenAI harness into adk/_modules + facade export (#432) (58bdb16)

agentex-sdk: v0.14.0

23 Jun 22:17
b30a90b

Choose a tag to compare

0.14.0 (2026-06-23)

Full Changelog: agentex-sdk-v0.13.2...agentex-sdk-v0.14.0

Features

  • harness: public adk facade + docs for the unified harness surface (PR 9) (#423) (fa60632)

agentex-client: v0.15.0

23 Jun 22:17
b30a90b

Choose a tag to compare

0.15.0 (2026-06-23)

Full Changelog: agentex-client-v0.14.0...agentex-client-v0.15.0

Features

  • api: add webhook endpoint (37c7d9d)
  • claude-code: stream-json parser tap for the unified harness surface (#420) (904339c)
  • codex: event-stream parser tap for the unified harness surface (#421) (9b2b031)
  • harness: public adk facade + docs for the unified harness surface (PR 9) (#423) (fa60632)
  • harness: unified harness surface — foundation (span derivation, delivery adapters, emitter) (#412) (a9cacf4)
  • langgraph: migrate LangGraph harness onto unified surface (#417) (d344228)
  • openai-agents: migrate onto the unified harness surface (#416) (d10e151)
  • pydantic-ai: migrate onto unified harness surface (PR4) (#415) (5ec62c2)
  • sdk: add webhook helper for forward-route handlers (#419) (514075d)
  • streaming: stream tool call argument deltas in TemporalStreamingModel (#355) (c8de1d4)
  • tracing: skip Agentex span-start write by default (end-only ingest) (#438) (10d22a2)

Bug Fixes

  • harness: assert cross-channel (yield vs auto-send) conformance equivalence [AGX1-373] (#414) (694960f)
  • harness: correct codex & openai reasoning stream envelopes (#441) (1d86e8a)
  • tests: use relative import for assert_matches_type in webhooks test (#440) (5954a9f)
  • tracing: fail open temporal span activities (#437) (2d63eef)

Refactors

  • cli: migrate existing langgraph/pydantic-ai templates to unified surface (#429) (ee41408)
  • tutorials: migrate to the unified harness surface + renumber (#428) (ebaf617)

agentex-sdk: v0.13.2

22 Jun 19:43
4d6f4cf

Choose a tag to compare

agentex-client: v0.14.0

22 Jun 19:43
4d6f4cf

Choose a tag to compare

0.14.0 (2026-06-22)

Full Changelog: agentex-client-v0.13.1...agentex-client-v0.14.0

Features

  • api: add is error to tools (8ddd960)
  • compat: runtime SDK↔backend version guard at ACP startup (#408) (433c999)

Bug Fixes

  • types: add missing Optional import to ToolResponseContent (3439f6e)

agentex-sdk: v0.13.1

17 Jun 18:29
f312fef

Choose a tag to compare

0.13.1 (2026-06-17)

Full Changelog: agentex-sdk-v0.13.0...agentex-sdk-v0.13.1

Bug Fixes

  • packaging: guard agentex-client surface, bump floor, smoke-test wheel install (#406) (a5abbb9)

Documentation

  • drop stale keep_files / dashboard-config comments (#401) (23858df)