v0.2.0
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_skilltool 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