v0.8.90
airweave-ai/airweavev0.8.90Feb 16, 2026by orhanrauf
AI Summary
This release introduces a new 'Agentic search' feature and improves error handling by replacing generic exceptions with specific types.
Key Highlights
- Implemented Agentic search
- Replaced KeyError with typed SourceNotFoundError
- Added exception base classes for sources
New Features
- Agentic search
Full Release Notes
## What's Changed * Feat: Agentic search by @marc-rutzou in https://github.com/airweave-ai/airweave/pull/1372 * fix(sources): replace KeyError with typed SourceNotFoundError and add exception base classes by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1420 **Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.8.89...v0.8.90