Skip to content

Releases: llamastack/llama-stack-client-python

v0.3.0-alpha.5

10 Oct 17:19
Compare
Choose a tag to compare
v0.3.0-alpha.5 Pre-release
Pre-release

0.3.0-alpha.5 (2025-10-10)

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

Features

  • api: several updates including Conversations, Responses changes, etc. (3680c9f)

Chores

  • internal: codegen related update (b8bfc9c)

v0.3.0-alpha.4

02 Oct 22:05
Compare
Choose a tag to compare
v0.3.0-alpha.4 Pre-release
Pre-release

0.3.0-alpha.4 (2025-10-02)

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

⚠ BREAKING CHANGES

  • api: use input_schema instead of parameters for tools

Features

  • api: fixes to URLs (406c366)
  • api: tool api (input_schema, etc.) changes (064b98b)
  • api: use input_schema instead of parameters for tools (2d53df4)

Bug Fixes

  • api: another fix to capture correct responses.create() params (a41fdb1)
  • api: fix the ToolDefParam updates (4e24a76)
  • manual: kill arguments_json (a05eb61)
  • manual: update lib/ code for the input_schema changes (67b3d02)
  • manual: use tool.name instead of tool.identifier (8542d1d)

v0.3.0-alpha.3

30 Sep 22:57
Compare
Choose a tag to compare
v0.3.0-alpha.3 Pre-release
Pre-release

0.3.0-alpha.3 (2025-09-30)

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

Features

  • api: fix file batches SDK to list_files (9808a5b)

v0.3.0-alpha.2

30 Sep 20:03
Compare
Choose a tag to compare
v0.3.0-alpha.2 Pre-release
Pre-release

0.3.0-alpha.2 (2025-09-30)

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

Features

  • api: move post_training and eval under alpha namespace (51a54d4)
  • api: moving { rerank, agents } to client.alpha. (04caaad)
  • api: SDKs for vector store file batches (ee323a0)
  • api: SDKs for vector store file batches apis (6e0dcff)

Bug Fixes

  • fix stream event model reference (0208f2a)
  • manual: update lib/ references to use the alpha namespace (08670f1)

v0.3.0-alpha.1

30 Sep 04:27
Compare
Choose a tag to compare
v0.3.0-alpha.1 Pre-release
Pre-release

0.3.0-alpha.1 (2025-09-30)

Full Changelog: v0.2.23-alpha.1...v0.3.0-alpha.1

⚠ BREAKING CHANGES

  • api: fixes to remove deprecated inference resources

Features

  • api: expires_after changes for /files (7f24c43)
  • api: fixes to remove deprecated inference resources (04834d2)
  • api: removing openai/v1 (a918b43)
  • api: updating post /v1/files to have correct multipart/form-data (433a996)

Bug Fixes

  • clean up deprecated code (f10ead0)
  • Don't retry for non-recoverable server http errors (#212) (6782e8f)

Documentation

Build System

v0.2.23-alpha.1

28 Sep 03:15
Compare
Choose a tag to compare
v0.2.23-alpha.1 Pre-release
Pre-release

0.2.23-alpha.1 (2025-09-26)

Full Changelog: v0.2.19-alpha.1...v0.2.23-alpha.1

Features

  • api: manual updates (e9873f9)
  • improve future compat with pydantic v3 (5c7b05b)
  • types: replace List[str] with SequenceNotStr in params (2c0cdd1)

Bug Fixes

  • avoid newer type syntax (c94275d)
  • client: fix circular dependencies and offset pagination (fc50cbe)
  • project: avoid duplicate dev dep sections (ccc9dd2)
  • tool: revert the ToolDefParam stuff because we reverted the bad commit (e2d543d)

Chores

  • deps: move deprecated dev-dependencies in pyproject.toml to dev group (a2f4544)
  • do not install brew dependencies in ./scripts/bootstrap by default (6f269ff)
  • internal: add Sequence related utils (54fd160)
  • internal: codegen related update (1cf74fe)
  • internal: minor formatting change (1956d9a)
  • internal: move mypy configurations to pyproject.toml file (a27daa1)
  • internal: run tests in an isolated environment (c101839)
  • internal: update pydantic dependency (b48f1f4)
  • internal: update pyright exclude list (402a316)
  • types: change optional parameter type from NotGiven to Omit (c241e7e)

Build System

v0.2.19-alpha.1

22 Aug 23:28
263cf87
Compare
Choose a tag to compare
v0.2.19-alpha.1 Pre-release
Pre-release

0.2.19-alpha.1 (2025-08-22)

Full Changelog: v0.2.18-alpha.3...v0.2.19-alpha.1

Features

  • api: manual updates (119bdb2)
  • api: query_metrics, batches, changes (c935c79)
  • api: some updates to query metrics (8f0f7a5)

Bug Fixes

  • agent: fix wrong module import in ReAct agent (#262) (c17f3d6), closes #261
  • build: kill explicit listing of python3.13 for now (5284b4a)

Chores

Build System

v0.2.18-alpha.3

14 Aug 17:40
5d1a68f
Compare
Choose a tag to compare
v0.2.18-alpha.3 Pre-release
Pre-release

0.2.18-alpha.3 (2025-08-14)

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

Features

  • llama-stack-client providers inspect PROVIDER_ID (#181) (6d18aae)
  • add client-side utility for getting OAuth tokens simply (#230) (91156dc)
  • add client.chat.completions.create() and client.completions.create() (#226) (ee0e65e)
  • Add llama-stack-client datasets unregister command (#222) (38cd91c)
  • add support for chat sessions (#167) (ce3b30f)
  • add type hints to event logger util (#140) (26f3c33)
  • add updated batch inference types (#220) (ddb93ca)
  • add weighted_average aggregation function support (#208) (b62ac6c)
  • agent: support multiple tool calls (#192) (43ea2f6)
  • agent: support plain function as client_tool (#187) (2ec8044)
  • api: update via SDK Studio (48fd19c)
  • async agent wrapper (#169) (fc9907c)
  • autogen llama-stack-client CLI reference doc (#190) (e7b19a5)
  • client.responses.create() and client.responses.retrieve() (#227) (fba5102)
  • datasets api updates (#203) (b664564)
  • enable_persist: sync updates from stainless branch: yanxi0830/dev (#145) (59a02f0)
  • new Agent API (#178) (c2f73b1)
  • support client tool output metadata (#180) (8e4fd56)
  • Sync updates from stainless branch: ehhuang/dev (#149) (367da69)
  • unify max infer iters with server/client tools (#173) (548f2de)
  • update react with new agent api (#189) (ac9d1e2)

Bug Fixes

  • llama-stack-client provider inspect should use retrieve (#202) (e33b5bf)
  • accept extra_headers in agent.create_turn and pass them faithfully (#228) (e72d9e8)
  • added uv.lock (546e0df)
  • agent: better error handling (#207) (5746f91)
  • agent: initialize toolgroups/client_tools (#186) (458e207)
  • broken .retrieve call using identifier= (#135) (626805a)
  • bump to 0.2.1 (edb6173)
  • bump version (b6d45b8)
  • bump version in another place (7253433)
  • cli: align cli toolgroups register to the new arguments (#231) (a87b6f7)
  • correct toolgroups_id parameter name on unregister call (#235) (1be7904)
  • fix duplicate model get help text (#188) (4bab07a)
  • llama-stack-client providers list (#134) (930138a)
  • react agent (#200) (b779979)
  • React Agent for non-llama models (#174) (ee5dd2b)
  • React agent should be able to work with provided config (#146) (08ab5df)
  • react agent with custom tool parser n_iters (#184) (aaff961)
  • remove the alpha suffix in run_benchmark.py (#179) (638f7f2)
  • update CONTRIBUTING.md to point to uv instead of rye (3fbe0cd)
  • update uv lock (cc072c8)
  • validate endpoint url (#196) (6fa8095)

Chores

  • api sync, deprecate allow_resume_turn + rename task_config->benchmark_config (Sync updates from stainless branch: yanxi0830/dev) (#176) (96749af)
  • AsyncAgent should use ToolResponse instead of ToolResponseMessage ([#197](https:/...
Read more

v0.2.8

27 May 21:05
Compare
Choose a tag to compare

Release corresponding to Llama Stack v0.2.8

What's Changed

  • fix: accept extra_headers in agent.create_turn and pass them faithfully by @ashwinb in #228
  • feat: add client-side utility for getting OAuth tokens simply by @ashwinb in #230
  • fix(cli): align cli toolgroups register to the new arguments by @dolfim-ibm in #231

New Contributors

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

v0.2.0

05 Apr 19:06
Compare
Choose a tag to compare

Llama4 Support

Checkout more at https://www.llama.com/

Full Changelog: v0.1.9...v0.2.0