iranti_ingest
Process raw text content to extract and store atomic facts in persistent memory for AI coding agents, enabling shared knowledge across development tools.
Instructions
Ingest a raw text block and let the Librarian chunk it into atomic facts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | Entity in entityType/entityId format. | |
| content | Yes | Raw text content to ingest. | |
| confidence | No | Raw confidence score. | |
| source | No | Source label for provenance. | |
| agent | No | Override the default agent id. | |
| agentId | No | Alias for agent. Override the default agent id. |