Llama-stack-client

Latest version: v0.1.9

Safety actively analyzes 723152 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.1.3

What's Changed
* fix: broken .retrieve call using `identifier=` by cdoern in https://github.com/meta-llama/llama-stack-client-python/pull/135
* Humanize CLI command group descriptions a bit by booxter in https://github.com/meta-llama/llama-stack-client-python/pull/137
* fix: llama-stack-client providers list by cdoern in https://github.com/meta-llama/llama-stack-client-python/pull/134
* refactor: update react_agent to use tool_config by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/139
* feat: add type hints to event logger util by ehhuang in https://github.com/meta-llama/llama-stack-client-python/pull/140
* feat: include complete turn response in Agent.create_turn by ehhuang in https://github.com/meta-llama/llama-stack-client-python/pull/141
* sync stainless 0.1.3 cut by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/144
* Update the example to reflect current API by baijum in https://github.com/meta-llama/llama-stack-client-python/pull/131
* feat: enable_persist: sync updates from stainless branch: yanxi0830/dev by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/145

New Contributors
* cdoern made their first contribution in https://github.com/meta-llama/llama-stack-client-python/pull/135
* booxter made their first contribution in https://github.com/meta-llama/llama-stack-client-python/pull/137
* baijum made their first contribution in https://github.com/meta-llama/llama-stack-client-python/pull/131

**Full Changelog**: https://github.com/meta-llama/llama-stack-client-python/compare/v0.1.2...v0.1.3

0.1.2

TL;DR
* Following https://github.com/meta-llama/llama-stack/releases
* Tool decorator support for defining client custom tools
* ReActAgent wrapper for creating ReAct Agent

What's Changed
* Sync updates from stainless branch: main by vladimirivic in https://github.com/meta-llama/llama-stack-client-python/pull/115
* Update CODEOWNERS by ehhuang in https://github.com/meta-llama/llama-stack-client-python/pull/116
* Sync updates from stainless branch: main by vladimirivic in https://github.com/meta-llama/llama-stack-client-python/pull/120
* [RFC] Client Agent SDK OutputParser by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/121
* minor fix up react_agent by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/123
* [SDK] add tool decorator helper for custom client tools by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/127
* Adding util to help developers add message attachment by vladimirivic in https://github.com/meta-llama/llama-stack-client-python/pull/125
* update repo link by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/128
* Sync updates from stainless branch: ehhuang_dev by ehhuang in https://github.com/meta-llama/llama-stack-client-python/pull/129
* OutputParser -> ToolParser refactor by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/130


**Full Changelog**: https://github.com/meta-llama/llama-stack-client-python/compare/v0.1.1...v0.1.2

0.1.0

Following https://github.com/meta-llama/llama-stack/releases/tag/v0.1.0

0.0.61

What's Changed
* Add direct install helper print by dltn in https://github.com/meta-llama/llama-stack-client-python/pull/46
* remove rotten scripts and update readme links by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/47
* print the error sent from the server by chuenlok in https://github.com/meta-llama/llama-stack-client-python/pull/44
* add openai api_key to provider_data by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/49
* [CLI] rename underscore to hyphen by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/50
* sync SDK by dineshyv in https://github.com/meta-llama/llama-stack-client-python/pull/53
* Improve direct client for usage in 0.0.57+ by dltn in https://github.com/meta-llama/llama-stack-client-python/pull/58
* Remove LlamaStackDirectClient (move it to llama-stack repo) by ashwinb in https://github.com/meta-llama/llama-stack-client-python/pull/59
* sync stainless 0.0.59 by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/60
* sync stainless text_delta by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/61

New Contributors
* chuenlok made their first contribution in https://github.com/meta-llama/llama-stack-client-python/pull/44
* ashwinb made their first contribution in https://github.com/meta-llama/llama-stack-client-python/pull/59

**Full Changelog**: https://github.com/meta-llama/llama-stack-client-python/compare/v0.0.54...v0.0.61

0.0.54

🚀 Initial Release Notes for Llama Stack Client Python!

What's Changed
* Adding Code of Conduct file by facebook-github-bot in https://github.com/meta-llama/llama-stack-client-python/pull/1
* [CLI] llama-stack-client CLI for querying server distro by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/3
* [SDK] adapt to server updates 201 by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/5
* import user message was missing in usage by g-sree-jith in https://github.com/meta-llama/llama-stack-client-python/pull/6
* [bugfix] llama-stack-client endpoint fix by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/9
* Sync evals/scoring/dataset api by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/11
* Warn if no config file by dltn in https://github.com/meta-llama/llama-stack-client-python/pull/12
* Agent SDK in llama-stack-client by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/13
* [SDK Custom Patch] Add provider_data param for API keys during client initialization by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/14
* Add direct client implementation by dltn in https://github.com/meta-llama/llama-stack-client-python/pull/15
* Sync SDK & CLI for eval_tasks / scoring_functions / datasets by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/20
* sync sdk w/ 94a6f57 by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/24
* migrate to click by dineshyv in https://github.com/meta-llama/llama-stack-client-python/pull/25
* Resource create by dineshyv in https://github.com/meta-llama/llama-stack-client-python/pull/26
* model update and delete by dineshyv in https://github.com/meta-llama/llama-stack-client-python/pull/28
* use rich for output formatting by dineshyv in https://github.com/meta-llama/llama-stack-client-python/pull/29
* [CLI] eval run_benchmark CLI by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/30
* [CLI] visualize categorical scores eval results with bars by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/31
* [Evals] CLI for scoring custom datasets by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/33
* sync sdk by dineshyv in https://github.com/meta-llama/llama-stack-client-python/pull/35
* memory bank unregister by dineshyv in https://github.com/meta-llama/llama-stack-client-python/pull/32
* sync SDK 0.0.53rc4 by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/38
* add ability to instantiate direct client with template by dineshyv in https://github.com/meta-llama/llama-stack-client-python/pull/37
* sdk 0.0.53rc5 - fix streaming by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/41
* [CLI] chat_completion CLI by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/42
* add missing deps and fix cli error by dineshyv in https://github.com/meta-llama/llama-stack-client-python/pull/43
* Support sync for Agent SDK by yanxi0830 in https://github.com/meta-llama/llama-stack-client-python/pull/45

New Contributors
* facebook-github-bot made their first contribution in https://github.com/meta-llama/llama-stack-client-python/pull/1
* yanxi0830 made their first contribution in https://github.com/meta-llama/llama-stack-client-python/pull/3
* g-sree-jith made their first contribution in https://github.com/meta-llama/llama-stack-client-python/pull/6
* dltn made their first contribution in https://github.com/meta-llama/llama-stack-client-python/pull/12
* dineshyv made their first contribution in https://github.com/meta-llama/llama-stack-client-python/pull/25

**Full Changelog**: https://github.com/meta-llama/llama-stack-client-python/commits/v0.0.54

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.