ingest
Add a URL to the knowledge base to enable offline semantic search. Fetches the page with sitemap discovery, indexes it in the background, and returns immediately.
Instructions
Use when you have a URL to add to the knowledge base — a doc, an article, a spec.
remember = a specific durable fact, ingest = a URL, learn = a distilled lesson that gets retrieval preference.
Fetches a URL with smart sitemap discovery and single-page fallback.
For local files and directories, use register_directory +
sync_all_registrations — the daemon owns the filesystem, so there is
no in-process file loader here.
Returns immediately — the daemon indexes in the background.
Args: source: HTTP(S) URL to ingest. overwrite: If true, replace existing data. collection: Collection name. Auto-derived if empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| overwrite | No | ||
| collection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |