mimir_ingest
Sync external data connectors like GitHub issues and file watchers into persistent memory. Run all enabled connectors or specify one; preview with dry run.
Instructions
Sync external data connectors (GitHub issues, file watcher) into Mimir. Call with no arguments to run all enabled connectors, or specify a connector name to run only that one. Use dry_run=true to preview without storing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview documents without storing them | |
| connector | No | Specific connector to run (omit for all enabled) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | Error messages from connectors that failed | |
| dry_run | No | Whether this was a dry run | |
| ingested | No | Number of documents ingested (or would be ingested in dry run) |