Skip to content

Releases: scaleapi/scale-agentex-python

agentex-sdk: v0.18.0

Choose a tag to compare

@stainless-app stainless-app released this 10 Jul 17:46
0afaae4

0.18.0 (2026-07-10)

Full Changelog: agentex-sdk-v0.17.0...agentex-sdk-v0.18.0

Bug Fixes

  • cap openai <2.45 for openai-agents 0.14.x compatibility (#459) (14c124d)

Chores

agentex-client: v0.18.0

Choose a tag to compare

@stainless-app stainless-app released this 10 Jul 17:45
0afaae4

0.18.0 (2026-07-10)

Full Changelog: agentex-client-v0.17.0...agentex-client-v0.18.0

Features

  • api: add schedule resume (56f41aa)
  • api: add skipped_action_times field to agents schedule responses (de49d43)
  • api: add webhook endpoint (f1c1252)
  • api: manual updates (e855070)
  • api: manual updates (e3c8baf)
  • api: remove retrieve/delete/pause/trigger/unpause, update create/list in schedules (8f084b6)
  • api: update schedule configs (c1e7db8)
  • Use stable handles for run schedules (9145865)

Bug Fixes

  • cap openai <2.45 for openai-agents 0.14.x compatibility (#459) (14c124d)

Chores

agentex-sdk: v0.17.0

Choose a tag to compare

@stainless-app stainless-app released this 01 Jul 08:44
65abf78

0.17.0 (2026-07-01)

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

Chores

  • agentex-sdk: Synchronize agentex versions

agentex-client: v0.17.0

Choose a tag to compare

@stainless-app stainless-app released this 01 Jul 08:44
65abf78

0.17.0 (2026-07-01)

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

Features

  • temporal: opt-in continue-as-new for long-lived agent workflows (#447) (98cf744)

agentex-sdk: v0.16.2

Choose a tag to compare

@stainless-app stainless-app released this 29 Jun 19:28
936bac6

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

Choose a tag to compare

@stainless-app stainless-app released this 29 Jun 19:28
936bac6

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

Choose a tag to compare

@stainless-app stainless-app released this 29 Jun 16:18
578df06

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

Choose a tag to compare

@stainless-app stainless-app released this 24 Jun 22:11
521c60d

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

Choose a tag to compare

@stainless-app stainless-app released this 24 Jun 22:11
521c60d

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

Choose a tag to compare

@stainless-app stainless-app released this 23 Jun 22:17
b30a90b

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)