ingest_source
Feed text into the wiki to generate and update cross-linked pages, then receive a summary of changes.
Instructions
Ingest a new source into the wiki: saves the raw text, runs LLM compile to create/update wiki pages, applies cross-linking. Returns a summary of changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| title | No | Optional title; LLM will infer if omitted | |
| source_url | No | Optional source URL for attribution |