Skip to content

v0.1.3

Compare
Choose a tag to compare
@ashwinb ashwinb released this 14 Feb 20:24
· 114 commits to main since this release

v0.1.3 Release

Here are some key changes that are coming as part of this release.

Build and Test Agents

Streamlined the initial development experience

  • Added support for llama stack run --image-type venv
  • Enhanced vector store options with new sqlite-vec provider and improved Qdrant integration
  • vLLM improvements for tool calling and logprobs
  • Better handling of sporadic code_interpreter tool calls

Agent Evals

Better benchmarking and Agent performance assessment

  • Renamed eval API /eval-task to /benchmarks
  • Improved documentation and notebooks for RAG and evals

Deploy and Monitoring of Agents

Improved production readiness

  • Added usage metrics collection for chat completions
  • CLI improvements for provider information
  • Improved error handling and system reliability
  • Better model endpoint handling and accessibility
  • Improved signal handling on distro server

Better Engineering

Infrastructure and code quality improvements

  • Faster text-based chat completion tests
  • Improved testing for non-streaming agent apis
  • Standardized import formatting with ruff linter
  • Added conventional commits standard
  • Fixed documentation parsing issues

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3