memvid_put
Add content from files or directories to a memory file for persistent storage in AI agent workflows.
Instructions
Add content to a memory file from a file or directory
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the .mv2 memory file | |
| input | Yes | Input file or directory path | |
| recursive | No | Include subdirectories recursively | |
| parallel | No | Enable parallel processing | |
| log | No | Log file path for detailed operation logging |