Knowledge base
Upload documents and URLs; agents query them via the recall tool.
Adding sources#
- PDF, DOCX, MD, TXT — drag and drop into /knowledge.
- URLs — paste; we'll fetch and re-crawl on a schedule.
- Notion / Google Drive — connect once, mirror selected pages/folders.
How agents use it#
Documents are chunked, embedded, and stored in a per-workspace vector index. Agents call recall(query, top_k) to pull relevant snippets. Citations are returned and surfaced in the run trace, so every answer is auditable.