Skip to content

v0.1.8

Latest
Compare
Choose a tag to compare
@ashwinb ashwinb released this 24 Mar 01:28
· 31 commits to main since this release

v0.1.8 Release Notes

Build and Test Agents

  • Safety: Integrated NVIDIA as a safety provider.
  • VectorDB: Added Qdrant as an inline provider.
  • Agents: Added support for multiple tool groups in agents.
  • Agents: Simplified imports for Agents in client package

Agent Evals and Model Customization

  • Introduced DocVQA and IfEval benchmarks.

Deploying and Monitoring Agents

  • Introduced a Containerfile and image workflow for the Playground.
  • Implemented support for Bearer (API Key) authentication.
  • Added attribute-based access control for resources.
  • Fixes on docker deployments: use --pull always and standardized the default port to 8321
  • Deprecated: /v1/inspect/providers use /v1/providers/ instead

Better Engineering

  • Consolidated scripts under the ./scripts directory.
  • Addressed mypy violations in various modules.
  • Added Dependabot scans for Python dependencies.
  • Implemented a scheduled workflow to update the changelog automatically.
  • Enforced concurrency to reduce CI loads.

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8