Releases: meta-llama/llama-stack-client-python
Releases · meta-llama/llama-stack-client-python
v0.0.61
What's Changed
- Add direct install helper print by @dltn in #46
- remove rotten scripts and update readme links by @yanxi0830 in #47
- print the error sent from the server by @chuenlok in #44
- add openai api_key to provider_data by @yanxi0830 in #49
- [CLI] rename underscore to hyphen by @yanxi0830 in #50
- sync SDK by @dineshyv in #53
- Improve direct client for usage in 0.0.57+ by @dltn in #58
- Remove LlamaStackDirectClient (move it to llama-stack repo) by @ashwinb in #59
- sync stainless 0.0.59 by @yanxi0830 in #60
- sync stainless text_delta by @yanxi0830 in #61
New Contributors
Full Changelog: v0.0.54...v0.0.61
Llama Stack 0.0.54 Release
🚀 Initial Release Notes for Llama Stack Client Python!
What's Changed
- Adding Code of Conduct file by @facebook-github-bot in #1
- [CLI] llama-stack-client CLI for querying server distro by @yanxi0830 in #3
- [SDK] adapt to server updates #201 by @yanxi0830 in #5
- import user message was missing in usage by @g-sree-jith in #6
- [bugfix] llama-stack-client endpoint fix by @yanxi0830 in #9
- Sync evals/scoring/dataset api by @yanxi0830 in #11
- Warn if no config file by @dltn in #12
- Agent SDK in llama-stack-client by @yanxi0830 in #13
- [SDK Custom Patch] Add provider_data param for API keys during client initialization by @yanxi0830 in #14
- Add direct client implementation by @dltn in #15
- Sync SDK & CLI for eval_tasks / scoring_functions / datasets by @yanxi0830 in #20
- sync sdk w/ 94a6f57 by @yanxi0830 in #24
- migrate to click by @dineshyv in #25
- Resource create by @dineshyv in #26
- model update and delete by @dineshyv in #28
- use rich for output formatting by @dineshyv in #29
- [CLI] eval run_benchmark CLI by @yanxi0830 in #30
- [CLI] visualize categorical scores eval results with bars by @yanxi0830 in #31
- [Evals] CLI for scoring custom datasets by @yanxi0830 in #33
- sync sdk by @dineshyv in #35
- memory bank unregister by @dineshyv in #32
- sync SDK 0.0.53rc4 by @yanxi0830 in #38
- add ability to instantiate direct client with template by @dineshyv in #37
- sdk 0.0.53rc5 - fix streaming by @yanxi0830 in #41
- [CLI] chat_completion CLI by @yanxi0830 in #42
- add missing deps and fix cli error by @dineshyv in #43
- Support sync for Agent SDK by @yanxi0830 in #45
New Contributors
- @facebook-github-bot made their first contribution in #1
- @yanxi0830 made their first contribution in #3
- @g-sree-jith made their first contribution in #6
- @dltn made their first contribution in #12
- @dineshyv made their first contribution in #25
Full Changelog: https://github.com/meta-llama/llama-stack-client-python/commits/v0.0.54