Skip to content

Latest commit

 

History

History
1174 lines (648 loc) · 69.5 KB

File metadata and controls

1174 lines (648 loc) · 69.5 KB

Changelog

Unreleased

⚠ BREAKING CHANGES

  • harness: removed the deprecated bespoke LangGraph tracing handler create_langgraph_tracing_handler (and its AgentexLangGraphTracingHandler class) from the public agentex.lib.adk surface. Span tracing is now derived from the canonical StreamTaskMessage* stream by UnifiedEmitter — wrap your run in the harness *Turn and drive UnifiedEmitter.yield_turn / auto_send_turn. The agentex init templates were migrated accordingly.
  • harness: removed the deprecated bespoke Pydantic-AI tracing handler create_pydantic_ai_tracing_handler (and its AgentexPydanticAITracingHandler class) from the public agentex.lib.adk surface. Span tracing is now derived from the canonical StreamTaskMessage* stream by UnifiedEmitter — wrap your run in PydanticAITurn and drive UnifiedEmitter.yield_turn / auto_send_turn. The agentex init templates were migrated accordingly.
  • harness: each harness now exposes exactly _<harness>_sync.py + _<harness>_turn.py under agentex.lib.adk._modules. The OpenAI harness OpenAITurn and convert_openai_to_agentex_events moved to agentex.lib.adk._modules._openai_turn / _openai_sync; back-compat shims remain at agentex.lib.adk.providers._modules.{openai_turn,sync_provider} for one release. Public facade names (stream_pydantic_ai_events, stream_langgraph_events, emit_langgraph_messages, etc.) are unchanged.

Features

  • tracing: emit OTel metrics for async span queue depth, batch drain, and SGP export success/failure (HTTP status labels). Disable SDK-side recording with AGENTEX_TRACING_METRICS=0.

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)

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)

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)

0.13.1 (2026-06-17)

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

Bug Fixes

  • adk: re-send task_id/agent_id in state updates for backend compatibility (#405) (f59f26d)
  • packaging: guard agentex-client surface, bump floor, smoke-test wheel install (#406) (a5abbb9)

Documentation

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

0.13.0 (2026-06-10)

Full Changelog: agentex-client-v0.12.0...agentex-client-v0.13.0

⚠ BREAKING CHANGES

  • packaging: release tag scheme changes from v* to -v*.

Features

  • add AgentCard for self-describing agent capabilities (#296) (6509be1)
  • add HTTP-proxy LangGraph checkpointer (19fae2f)
  • add OCI Helm registry support for agent deployments (#255) (5f054b5)
  • adk: allow all ClaudeAgentOptions in run_claude_agent_activity (25bbe24)
  • adk: Revamp run_claude_agent_activity to use more streaming (#309) (0c16595)
  • api: api update (7b1b642)
  • api: api update (710c63f)
  • api: api update (8abce2b)
  • api: Switch target to -client (e741990)
  • lib: Add task updates to adk (a58747f)
  • openai_agents: expose real usage, response_id, plumb previous_response_id, opt-in prompt_cache_key for stateful responses and prompt caching (#335) (ba5d64b)
  • packaging: introduce slim agentex-client + heavy agentex-sdk split (bbfb22e)
  • pass AGENTEX_DEPLOYMENT_ID in registration metadata (#305) (31af8c6)
  • tracing: Add background queue for async span processing (#303) (3a60add)

Bug Fixes

  • add litellm retry with exponential backoff for rate limit errors (ccdb24a)
  • adk: fix to queue drain (#327) (a862a06)
  • api: remove agent_id and task_id parameters from states update method (a7cbaae)
  • client: preserve hardcoded query params when merging with user params (d2c4788)
  • ensure file data are only sent as 1 parameter (48fae27)
  • render .env.example template in agentex init (#351) (6092595)
  • Temporal Union deserialization causing tool_response messages to be lost (79ef4dd)
  • temporal: allowing-ACP-temporal-telemetry (9b44eb0)
  • tests: repair test_streaming_model so all 28 tests run and pass (#334) (7e5e69c)
  • tracing: Fix memory leak in SGP tracing processors (#302) (f43dac4)
  • tutorials: stop at130-langgraph workflow deadlock on graph compile (#399) (bd90a61)

Performance Improvements

  • client: optimize file structure copying in multipart requests (f5064f9)
  • tracing: larger span batch + linger_ms for high-volume ingest (#397) (c0d6330)
  • tracing: skip span-start upsert by default (end-only ingest) (#394) (ae1c7ca)

Chores

  • ci: upgrade actions/github-script (7c867e8)
  • gitignore .claude/scheduled_tasks.lock (#400) (e186352)

Documentation

  • api: clarify name parameter behavior in agent task creation (ce5af72)
  • clarify task name is optional in adk.acp.create_task (#392) (bd41d9b)

Refactors

  • config: promote deployment-config models to agentex.config.* (#396) (9825dba)

0.12.0 (2026-06-02)

Full Changelog: v0.11.9...v0.12.0

Features

  • api: Bump edition to switch rye -> UV (1bd4ff7)

Bug Fixes

  • cap Python test matrix at 3.13 and align dev tooling versions (#391) (729763c)

0.11.9 (2026-06-02)

Full Changelog: v0.11.8...v0.11.9

Features

  • api: add register build api endpoint (30c5da4)

0.11.8 (2026-06-01)

Full Changelog: v0.11.7...v0.11.8

Features

  • cli: add Temporal + LangGraph agent template and example (#383) (bbc9e02)
  • tracing: OTel span queue and export telemetry (SGPINF-1863) (#373) (6669012)

0.11.7 (2026-06-01)

Full Changelog: v0.11.6...v0.11.7

Features

  • examples: OpenAI Agents SDK local-sandbox tutorials (sync + async + temporal) (#377) (a66d239)

Performance Improvements

  • tracing: bounded-concurrency span export (#374) (7b32a0d)

Chores

0.11.6 (2026-05-29)

Full Changelog: v0.11.5...v0.11.6

Features

  • api: add cleaned_at field to task response types (38ed338)
  • deps: bump openai-agents to >=0.14.3 for scale-sandbox oai_agents adapter (#375) (e1b31d9)
  • lib: expose data_converter kwarg on AgentexWorker and Temporal client APIs (#372) (d04624e)

Bug Fixes

  • tutorials: restore tutorial CI deps after agentex-sdk 0.11.5 (pytest + debugpy) (#379) (0a2418c)

Performance Improvements

  • tracing: span queue linger + per-loop httpx keepalive (#362) (feec842)

Chores

  • back-merge release 0.11.5 into next (#381) (ab5a7d9)
  • deps: drop unused runtime deps and exclude tests from wheel (#367) (f4303d1)

Refactors

  • types: promote protocol types to agentex.protocol.* (#371) (6f1c14f)

0.11.5 (2026-05-29)

Full Changelog: v0.11.4...v0.11.5

Features

  • api: add cleaned_at field to task response types (38ed338)
  • deps: bump openai-agents to >=0.14.3 for scale-sandbox oai_agents adapter (#375) (e1b31d9)

Performance Improvements

  • tracing: span queue linger + per-loop httpx keepalive (#362) (feec842)

Chores

  • deps: drop unused runtime deps and exclude tests from wheel (#367) (f4303d1)

Refactors

  • types: promote protocol types to agentex.protocol.* (#371) (6f1c14f)

0.11.4 (2026-05-26)

Full Changelog: v0.11.3...v0.11.4

Chores

  • deps: relax redis pin to support 6.x/7.x (#363) (7817ced)
  • relax requires-python floor to >= 3.11 (#366) (a064f92)

0.11.3 (2026-05-20)

Full Changelog: v0.11.2...v0.11.3

Features

  • added Pydantic AI sync, async, temporal integration (#359) (781dfe1)
  • api: add schedule, checkpoints, and deployment endpoints (53b5c36)

Bug Fixes

  • resolve lint and test failures from new endpoints (#360) (bdf129c)

0.11.2 (2026-05-13)

Full Changelog: v0.11.1...v0.11.2

Bug Fixes

  • messages: stamp agent messages with workflow.now() for monotonic ordering (#356) (afe5265)

0.11.1 (2026-05-13)

Full Changelog: v0.11.0...v0.11.1

⚠ BREAKING CHANGES

  • remove AgentexTracingProcessor from default tracing processors (#349)

Features

  • api: add models for event requests, surface created_at for messages (1998d73)
  • api: api update (da06505)
  • api: revert model additions (a02c15b)
  • internal/types: support eagerly validating pydantic iterators (2c528c6)
  • remove AgentexTracingProcessor from default tracing processors (#349) (73eca7a)
  • streaming: emit OTel metrics for ttft, tps, token counts (#347) (3bf7d1f)

Bug Fixes

  • client: add missing f-string prefix in file type error message (dcb1cb4)
  • render .env.example template in agentex init (#351) (6092595)
  • tracing: make SGP processor stateless to stop dropping span closes (#354) (5e9f28d)
  • wire SGP_CLIENT_BASE_URL and silence openai-agents tracer in templates (#352) (870324e)

0.11.0 (2026-05-07)

Full Changelog: v0.10.5...v0.11.0

Features

  • make workflow execution timeout configurable via env var (#348) (4094708)

0.10.5 (2026-05-05)

Full Changelog: v0.10.4...v0.10.5

Features

  • api: api update (ffaecd5)
  • openai_agents: expose real usage, response_id, plumb previous_response_id, opt-in prompt_cache_key for stateful responses and prompt caching (#335) (ba5d64b)

Chores

  • internal: reformat pyproject.toml (ba06702)
  • internal: reformat pyproject.toml (3faf5d5)
  • internal: version bump (168cc44)
  • internal: version bump (5715828)

0.10.4 (2026-05-04)

Full Changelog: v0.10.3...v0.10.4

Features

  • add service account id option for registering agentex agents (8365771)

0.10.3 (2026-04-30)

Full Changelog: v0.10.2...v0.10.3

Features

Bug Fixes

  • adk: Always inject headers on execute activity (#337) (9d80e0b)
  • allow litellm security patch (#336) (c980948)
  • tests: repair test_streaming_model so all 28 tests run and pass (#334) (7e5e69c)
  • use correct field name format for multipart file arrays (bd6d362)

Performance Improvements

  • streaming: coalesce per-token publishes to Redis (50ms / 128-char window) (#333) (e6f11c4)

Chores

  • internal: more robust bootstrap script (f004301)

0.10.2 (2026-04-21)

Full Changelog: v0.10.1...v0.10.2

Features

Bug Fixes

Performance Improvements

  • client: optimize file structure copying in multipart requests (87fe899)

0.10.1 (2026-04-17)

Full Changelog: v0.10.0...v0.10.1

0.10.0 (2026-04-14)

Full Changelog: v0.9.10...v0.10.0

Features

  • add AgentCard for self-describing agent capabilities (#296) (6509be1)
  • api: api update (8abce2b)

Bug Fixes

  • ensure file data are only sent as 1 parameter (48fae27)
  • Temporal Union deserialization causing tool_response messages to be lost (79ef4dd)
  • temporal: allowing-ACP-temporal-telemetry (9b44eb0)

0.9.10 (2026-04-07)

Full Changelog: v0.9.9...v0.9.10

Features

  • adk: Revamp run_claude_agent_activity to use more streaming (#309) (25069d3)

0.9.9 (2026-04-07)

Full Changelog: v0.9.8...v0.9.9

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (4a97659)

0.9.8 (2026-04-06)

Full Changelog: v0.9.7...v0.9.8

Features

  • adk: allow all ClaudeAgentOptions in run_claude_agent_activity (e41aec7)
  • pass AGENTEX_DEPLOYMENT_ID in registration metadata (#305) (31af8c6)
  • tracing: Add background queue for async span processing (#303) (3a60add)

Bug Fixes

  • tracing: Fix memory leak in SGP tracing processors (#302) (f43dac4)

0.9.7 (2026-03-30)

Full Changelog: v0.9.6...v0.9.7

Features

  • lib: Add task updates to adk (ff12ae1)

0.9.6 (2026-03-30)

Full Changelog: v0.9.5...v0.9.6

Features

  • api: add task state update methods (d699e24)
  • api: keep backwards compatible models (3ec2a1e)
  • api: use DeploymentHistory instead of DeploymentHistoryRetrieveResponse (4c63d9c)
  • internal: implement indices array format for query and form serialization (3bf3db1)

Bug Fixes

  • deps: bump minimum typing-extensions version (fd76bc9)
  • pydantic: do not pass by_alias unless set (235636b)
  • sanitize endpoint path params (e6472be)

Chores

  • ci: skip lint on metadata-only changes (f4d5053)
  • ci: skip uploading artifacts on stainless-internal branches (45e7622)
  • format all api.md files (e67fa69)
  • internal: add request options to SSE classes (b788da0)
  • internal: bump dependencies (95112dd)
  • internal: fix lint error on Python 3.14 (cb99db1)
  • internal: make test_proxy_environment_variables more resilient (7bfaa75)
  • internal: make test_proxy_environment_variables more resilient to env (fd1a06e)
  • internal: remove mock server code (3a5ae0f)
  • internal: tweak CI branches (2e74af0)
  • internal: update gitignore (aba7c4f)
  • internal: version bump (1ef69ed)
  • internal: version bump (1132255)
  • internal: version bump (60e5402)
  • update mock server docs (8c5c6d3)

0.9.5 (2026-03-24)

Full Changelog: v0.9.4...v0.9.5

0.9.4 (2026-02-18)

Full Changelog: v0.9.3...v0.9.4

0.9.3 (2026-02-13)

Full Changelog: v0.9.2...v0.9.3

Features

  • add HTTP-proxy LangGraph checkpointer (19fae2f)
  • add OCI Helm registry support for agent deployments (#255) (5f054b5)

0.9.2 (2026-02-06)

Full Changelog: v0.9.1...v0.9.2

Features

  • client: add custom JSON encoder for extended type support (a0720ab)

Bug Fixes

  • add litellm retry with exponential backoff for rate limit errors (ccdb24a)

0.9.1 (2026-01-26)

Full Changelog: v0.9.0...v0.9.1

Chores

  • ci: upgrade actions/github-script (71d5c6c)

0.9.0 (2026-01-21)

Full Changelog: v0.8.2...v0.9.0

Features

  • api: api update (33ade28)
  • client: add support for binary request streaming (07e2881)

Chores

  • internal: update actions/checkout version (64d91f6)

0.8.2 (2026-01-02)

Full Changelog: v0.8.1...v0.8.2

Features

0.8.1 (2025-12-22)

Full Changelog: v0.8.0...v0.8.1

Features

Bug Fixes

  • ensure streams are always closed (7bb9db8)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (9cfc9d6)
  • use async_to_httpx_files in patch method (8abb539)

Chores

  • add missing docstrings (81f1fa9)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (e20aaa4)
  • docs: use environment variables for authentication in code snippets (a30f6ae)
  • internal: add --fix argument to lint script (0ef4242)
  • internal: add missing files argument to base client (28d1738)
  • speedup initial import (8e50946)
  • update lockfile (a3a2e4f)

0.8.0 (2025-12-17)

Full Changelog: v0.7.4...v0.8.0

Features

Bug Fixes

  • use async_to_httpx_files in patch method (8abb539)

0.7.4 (2025-12-17)

Full Changelog: v0.7.3...v0.7.4

Features

Chores

  • internal: add missing files argument to base client (28d1738)
  • speedup initial import (8e50946)

0.7.3 (2025-12-10)

Full Changelog: v0.7.2...v0.7.3

0.7.2 (2025-12-10)

Full Changelog: v0.7.1...v0.7.2

0.7.1 (2025-12-09)

Full Changelog: v0.7.0...v0.7.1

Features

0.7.0 (2025-12-09)

Full Changelog: v0.6.7...v0.7.0

Features

Bug Fixes

  • ensure streams are always closed (7bb9db8)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (9cfc9d6)

Chores

  • add missing docstrings (81f1fa9)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (e20aaa4)
  • docs: use environment variables for authentication in code snippets (a30f6ae)
  • update lockfile (a3a2e4f)

0.6.7 (2025-11-19)

Full Changelog: v0.6.6...v0.6.7

0.6.6 (2025-11-12)

Full Changelog: v0.6.5...v0.6.6

Bug Fixes

  • compat with Python 3.14 (9a62f23)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (cf857f9)

Chores

  • internal: restore stats (5ec0383)
  • package: drop Python 3.8 support (3d4dc37)

0.6.5 (2025-11-06)

Full Changelog: v0.6.4...v0.6.5

0.6.4 (2025-11-06)

Full Changelog: v0.6.3...v0.6.4

0.6.3 (2025-11-06)

Full Changelog: v0.6.2...v0.6.3

0.6.2 (2025-11-05)

Full Changelog: v0.6.1...v0.6.2

Features

  • api: update via SDK Studio (b732dfa)

0.6.1 (2025-11-05)

Full Changelog: v0.6.0...v0.6.1

Features

0.6.0 (2025-11-04)

Full Changelog: v0.5.3...v0.6.0

Features

Chores

  • internal: grammar fix (it's -> its) (36e27da)

0.5.3 (2025-10-31)

Full Changelog: v0.5.2...v0.5.3

Chores

  • re apply example updates (043973b)

0.5.2 (2025-10-31)

Full Changelog: v0.5.0...v0.5.2

Features

Chores

0.5.0 (2025-10-28)

Full Changelog: v0.4.28...v0.5.0

Features

0.4.28 (2025-10-28)

Full Changelog: v0.4.27...v0.4.28

0.4.27 (2025-10-27)

Full Changelog: v0.4.26...v0.4.27

Features

0.4.26 (2025-10-21)

Full Changelog: v0.4.25...v0.4.26

Features

Chores

  • bump httpx-aiohttp version to 0.1.9 (21c7921)

0.4.25 (2025-10-10)

Full Changelog: v0.4.24...v0.4.25

0.4.24 (2025-10-10)

Full Changelog: v0.4.23...v0.4.24

Features

Bug Fixes

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (2675e14)
  • improve example values (6997fe5)
  • internal: detect missing future annotations with ruff (f1aa71f)
  • internal: update pydantic dependency (156ea64)
  • internal: version bump (8567752)
  • internal: version bump (45206dd)
  • internal: version bump (98354ba)
  • internal: version bump (aa2a8db)
  • internal: version bump (73bba2a)
  • types: change optional parameter type from NotGiven to Omit (2117d77)

0.4.23 (2025-10-02)

Full Changelog: v0.4.22...v0.4.23

Features

  • Adding Agent info to SGP tracing metadata (#85) (900f66b)

0.4.22 (2025-10-01)

Full Changelog: v0.4.21...v0.4.22

0.4.21 (2025-10-01)

Full Changelog: v0.4.20...v0.4.21

0.4.20 (2025-10-01)

Full Changelog: v0.4.19...v0.4.20

0.4.19 (2025-10-01)

Full Changelog: v0.4.18...v0.4.19

Features

  • Adds helm config to Agent Environment (#125) (e4b39b5)

0.4.18 (2025-09-29)

Full Changelog: v0.4.17...v0.4.18

Chores

0.4.17 (2025-09-29)

Full Changelog: v0.4.16...v0.4.17

0.4.16 (2025-09-16)

Full Changelog: v0.4.15...v0.4.16

0.4.15 (2025-09-16)

Full Changelog: v0.4.14...v0.4.15

0.4.14 (2025-09-16)

Full Changelog: v0.4.13...v0.4.14

Features

  • add previous_response_id parameter to OpenAI module (7a78844)

0.4.13 (2025-09-12)

Full Changelog: v0.4.12...v0.4.13

Features

0.4.12 (2025-09-08)

Full Changelog: v0.4.11...v0.4.12

⚠ BREAKING CHANGES

  • task_cancel now requires explicit agent_name/agent_id parameter to identify which agent owns the task being cancelled

Bug Fixes

  • task cancellation architectural bug (f9a72a9)

0.4.11 (2025-09-04)

Full Changelog: v0.4.10...v0.4.11

Features

  • Guardrail support (e3e9bf9)
  • improve future compat with pydantic v3 (f0d8624)
  • multiple guardrails (ea8f98a)
  • templates: add custom activity timeout guidance for temporal agents (7658256)
  • types: replace List[str] with SequenceNotStr in params (f319781)

Bug Fixes

  • Adding new example for guardrails instead of using 10_async (15dc44b)
  • avoid newer type syntax (6b5c82a)

Chores

  • internal: add Sequence related utils (496034d)
  • internal: change ci workflow machines (7445d94)
  • internal: move mypy configurations to pyproject.toml file (e96cd34)
  • internal: update pyright exclude list (d952430)

0.4.10 (2025-08-24)

Full Changelog: v0.4.9...v0.4.10

0.4.9 (2025-08-22)

Full Changelog: v0.4.8...v0.4.9

0.4.8 (2025-08-22)

Full Changelog: v0.4.7...v0.4.8

0.4.7 (2025-08-22)

Full Changelog: v0.4.6...v0.4.7

Chores

0.4.6 (2025-08-20)

Full Changelog: v0.4.5...v0.4.6

Features

Chores

0.4.5 (2025-08-20)

Full Changelog: v0.4.4...v0.4.5

Features

Bug Fixes

  • enable FunctionTool serialization for Temporal worker nodes (c9eb040)
  • tools: handle callable objects in model serialization to facilitate tool calling (4e9bb87)

Chores

  • demonstrate FunctionTool use in a (temporal) tutorial (3a72043)

0.4.4 (2025-08-17)

Full Changelog: v0.4.3...v0.4.4

0.4.3 (2025-08-17)

Full Changelog: v0.4.2...v0.4.3

0.4.2 (2025-08-17)

Full Changelog: v0.4.1...v0.4.2

0.4.1 (2025-08-16)

Full Changelog: v0.4.0...v0.4.1

0.4.0 (2025-08-15)

Full Changelog: v0.3.0...v0.4.0

Features

0.3.0 (2025-08-14)

Full Changelog: v0.2.10...v0.3.0

Features

0.2.10 (2025-08-13)

Full Changelog: v0.2.9...v0.2.10

0.2.9 (2025-08-12)

Full Changelog: v0.2.8...v0.2.9

Chores

  • internal: update test skipping reason (4affc92)

0.2.8 (2025-08-09)

Full Changelog: v0.2.7...v0.2.8

Chores

  • internal: update comment in script (401f1d7)
  • update @stainless-api/prism-cli to v5.15.0 (4d332d0)

0.2.7 (2025-08-08)

Full Changelog: v0.2.6...v0.2.7

Features

Chores

  • internal: fix ruff target version (1b880e1)

0.2.6 (2025-08-01)

Full Changelog: v0.2.5...v0.2.6

Features

  • api: add query params to tasks.list (d4902d5)
  • client: support file upload requests (e004b30)

0.2.5 (2025-07-30)

Full Changelog: v0.2.4...v0.2.5

Features

0.2.4 (2025-07-29)

Full Changelog: v0.2.3...v0.2.4

0.2.3 (2025-07-29)

Full Changelog: v0.2.2...v0.2.3

0.2.2 (2025-07-28)

Full Changelog: v0.2.1...v0.2.2

Features

0.2.1 (2025-07-27)

Full Changelog: v0.2.0...v0.2.1

0.2.0 (2025-07-25)

Full Changelog: v0.1.1...v0.2.0

Features

  • api: update typescript sdk with big changes (2c75d64)

Chores

  • project: add settings file for vscode (0f926cc)

0.1.1 (2025-07-24)

Full Changelog: v0.1.0...v0.1.1

Features

0.1.0 (2025-07-23)

Full Changelog: v0.1.0-alpha.6...v0.1.0

Features

0.1.0-alpha.6 (2025-07-23)

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

Features

0.1.0-alpha.5 (2025-07-23)

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Features

Bug Fixes

  • api: build errors (7bde6b7)
  • parsing: parse extra field types (d40e6e0)

0.1.0-alpha.4 (2025-07-22)

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

0.1.0-alpha.3 (2025-07-22)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Features

0.1.0-alpha.2 (2025-07-22)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

0.1.0-alpha.1 (2025-07-22)

Full Changelog: v0.0.1-alpha.1...v0.1.0-alpha.1

Features

0.0.1-alpha.1 (2025-07-22)

Full Changelog: v0.0.1-alpha.0...v0.0.1-alpha.1

Chores