What problem does it solve?
The QA workflow orchestrates end-to-end knowledge QA by prioritizing locally stored data and crystallized answers, ensuring traceability to source chunks and reducing dependency on external fetches.
Core Features & Use Cases
- Local-first query rewriting and evidence retrieval to answer knowledge questions, definitions, steps, and comparisons using existing data.
- Dynamic decision: decide when to trigger Get-Info Agent to augment local knowledge when evidence is insufficient or outdated.
- Crystallization: after a successful answer, delegate to organize-agent to crystallize the reasoning and execution trace for future reuse.
Quick Start
Ask a knowledge question that should be answered from local data; the workflow will first check crystallized answers, rewrite queries, retrieve local evidence, assess sufficiency, trigger Get-Info if needed, generate an evidence-based answer, and hand off to organize-agent for crystallization.