track_source
Link an active memory to a local JSON or text file, set its current value as the baseline, and detect changes for review or update.
Instructions
Link an active memory to a local JSON or text file and establish its current value as the baseline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| mode | No | ||
| path | Yes | ||
| selector | No | Required for json_file. A JSON Pointer such as /campaign/budget. | |
| memory_id | Yes | ||
| interval_seconds | No | ||
| statement_template | No | Required for json_file and must contain {{value}}. |