Skip to content

v0.2.0

Choose a tag to compare

@danielkov danielkov released this 31 Mar 20:39
· 105 commits to main since this release

What's New

Generic Adapter & Multi-Provider Support

  • Added a generic adapter that supports multiple LLM providers, making it easy to switch between backends.

Prompt Caching

  • Added fluent builders with prompt caching defaults for more efficient API usage.

Async Tool Execution

  • Added task manager support for async tool execution, enabling background and parallel tool runs.

Skills as a Tool

  • Moved skills into an activate_skill tool for a cleaner, more composable interface.

Parallel Agents

  • Added parallel agent example and approval queue fixes.

Documentation

  • Added mdBook-based documentation site.
  • Expanded crate and guide documentation, including a prompt caching chapter.

Full Changelog: v0.1.0...v0.2.0