Releases: meta-llama/llama-stack-client-python
Releases · meta-llama/llama-stack-client-python
v0.1.9
Along with release in https://github.com/meta-llama/llama-stack/releases/tag/v0.1.9
Full Changelog: v0.1.8...v0.1.9
v0.1.8
Published along with https://github.com/meta-llama/llama-stack/releases/tag/v0.1.8
What's Changed
- feat: datasets api updates by @yanxi0830 in #203
- Sync updates from stainless branch: hardikjshah/dev by @hardikjshah in #204
- fix(agent): better error handling by @ehhuang in #207
- feat: add weighted_average aggregation function support by @SLR722 in #208
- fix: fix duplicate model get help text by @reidliu41 in #188
- simplify import paths; Sync updates from stainless branch: ehhuang/dev by @ehhuang in #205
- Sync updates from stainless branch: yanxi0830/dev by @yanxi0830 in #209
New Contributors
- @reidliu41 made their first contribution in #188
Full Changelog: v0.1.7...v0.1.8
v0.1.7
Published along with https://github.com/meta-llama/llama-stack/releases/tag/v0.1.7
What's Changed
- Add
-h
help flag support to all CLI commands by @alinaryan in #185 - feat: update react with new agent api by @yanxi0830 in #189
- feat: autogen llama-stack-client CLI reference doc by @yanxi0830 in #190
- chore: remove litellm type conversion by @ehhuang in #193
- chore: AsyncAgent should use ToolResponse instead of ToolResponseMessage by @ehhuang in #197
- fix: validate endpoint url by @cdoern in #196
- fix: react agent by @ehhuang in #200
- Sync updates from stainless branch: main by @yanxi0830 in #198
- chore: Sync updates from stainless branch: ehhuang/dev by @ehhuang in #199
- feat(agent): support multiple tool calls by @ehhuang in #192
- feat:
llama-stack-client providers inspect PROVIDER_ID
by @cdoern in #181 - chore: Sync updates from stainless branch: main by @yanxi0830 in #201
- fix:
llama-stack-client provider inspect
should use retrieve by @cdoern in #202
New Contributors
- @alinaryan made their first contribution in #185
Full Changelog: v0.1.6...v0.1.7
v0.1.6
v0.1.6
Published along with Llama Stack v0.1.6
What's Changed
- feat: unify max infer iters with server/client tools by @yanxi0830 in #173
- chore: api sync, deprecate allow_resume_turn + rename task_config->benchmark_config (Sync updates from stainless branch: yanxi0830/dev) by @yanxi0830 in #176
- fix: remove the alpha suffix in run_benchmark.py by @SLR722 in #179
- chore: Sync updates from stainless branch: ehhuang/dev by @ehhuang in #182
- feat: support client tool output metadata by @ehhuang in #180
- chore: use rich to format logs by @ehhuang in #177
- feat: new Agent API by @ehhuang in #178
- fix: react agent with custom tool parser n_iters by @yanxi0830 in #184
- fix(agent): initialize toolgroups/client_tools by @ehhuang in #186
- feat: async agent wrapper by @yanxi0830 in #169
- feat(agent): support plain function as client_tool by @ehhuang in #187
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Published along with Llama Stack v0.1.5
What's Changed
- feat: add support for chat sessions by @cdoern in #167
- fix react agent by @hardikjshah in #172
- fix: React Agent for non-llama models by @hardikjshah in #174
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- feat: Sync updates from stainless branch: ehhuang/dev by @ehhuang in #149
- Update CODEOWNERS by @SLR722 in #151
- chore: deprecate eval task (Sync updates from stainless branch: main) by @yanxi0830 in #150
- refine the benchmark eval UX by @SLR722 in #156
- fix: React agent should be able to work with provided config by @hardikjshah in #146
- feat (1/n): agents resume turn (Sync updates from stainless branch: yanxi0830/dev) by @yanxi0830 in #157
- v0.1.4 - Sync updates from stainless branch: yanxi0830/dev by @yanxi0830 in #164
New Contributors
- @hardikjshah made their first contribution in #146
Full Changelog: v0.1.3...v0.1.4
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