aci_ingest
Index a folder on your machine so its documents become recallable by any connected AI in future sessions. Uses incremental, on-device processing to handle only new or changed files.
Instructions
Index a FOLDER on the user's machine into their ACI memory, so its documents (PDF, Office, text, images, ...) become recallable in every future session and by every connected AI. Use when the user says things like 'remember everything in this folder', 'index my Cases folder', or 'learn my documents'. Incremental and on-device: only new/changed files are processed and re-running is cheap. Give an absolute FOLDER path (not a single file).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | absolute path to the FOLDER to index | |
| full_resync | No | re-index everything, not just changes (default false) |