This directory is the source-of-truth for how to use Qirrel in production.
- Start with Basic Usage if you are integrating Qirrel for the first time.
- Read API Reference for exact signatures and behavior.
- Read Configuration Guide before shipping to production.
- Use Architecture Walkthrough to understand internals and extension points.
- If you are integrating with agents, read Agent-Native Integration.
- Project README
- API Reference
- Configuration Guide
- Usage Examples
- Basic Usage
- Caching
- Pipeline Events
- LLM Integration
- Architecture Walkthrough
- Examples use TypeScript.
- Install/run commands prefer Bun to match this repository scripts.
- Config keys and runtime behavior are documented against the current
src/*implementation. - When behavior differs by provider (for example LLM adapters), docs call that out explicitly.