ingest
Add a document to a wiki knowledge base by providing a URL or file path. The tool fetches, saves, and processes the content to extract entities and relationships into structured wiki pages.
Instructions
Ingest a document into a wiki knowledge base.
The source is fetched (URL or local path) and saved to the wiki's raw/ directory, then the llm-wiki-agent /wiki-ingest skill processes it — extracting entities, concepts, and cross-references into structured wiki pages.
Args: wiki_name: Name of the wiki to ingest into (created if it doesn't exist). source: A local file path or URL to ingest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wiki_name | Yes | ||
| source | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |