Releases: llamastack/llama-stack-client-python
Releases · llamastack/llama-stack-client-python
v0.1.3
What's Changed
- fix: broken .retrieve call using
identifier=by @cdoern in #135 - Humanize CLI command group descriptions a bit by @booxter in #137
- fix: llama-stack-client providers list by @cdoern in #134
- refactor: update react_agent to use tool_config by @yanxi0830 in #139
- feat: add type hints to event logger util by @ehhuang in #140
- feat: include complete turn response in Agent.create_turn by @ehhuang in #141
- sync stainless 0.1.3 cut by @yanxi0830 in #144
- Update the example to reflect current API by @baijum in #131
- feat: enable_persist: sync updates from stainless branch: yanxi0830/dev by @yanxi0830 in #145
New Contributors
- @cdoern made their first contribution in #135
- @booxter made their first contribution in #137
- @baijum made their first contribution in #131
Full Changelog: v0.1.2...v0.1.3
v0.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 #115
- Update CODEOWNERS by @ehhuang in #116
- Sync updates from stainless branch: main by @vladimirivic in #120
- [RFC] Client Agent SDK OutputParser by @yanxi0830 in #121
- minor fix up react_agent by @yanxi0830 in #123
- [SDK] add tool decorator helper for custom client tools by @yanxi0830 in #127
- Adding util to help developers add message attachment by @vladimirivic in #125
- update repo link by @yanxi0830 in #128
- Sync updates from stainless branch: ehhuang_dev by @ehhuang in #129
- OutputParser -> ToolParser refactor by @yanxi0830 in #130
Full Changelog: v0.1.1...v0.1.2
v0.1.0
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