brain_diff
Compare your AI brain's memory state over time. See new lessons added, updated outcomes, recalled items, and decayed knowledge to review what your AI learned this week.
Instructions
git log for your AI Brain — see exactly what changed since a point in time. Returns a structured changelog: new lessons added, lessons updated (outcome changed), lessons recalled (hit count increased), and lessons that decayed. Perfect for weekly reviews: "What did my AI learn this week?" Example: brain_diff(instance_id="...", since="7d") → "12 new · 4 updated · 2 stale"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Time window: "1d", "7d", "30d", or ISO-8601 date (default: "7d") | |
| format | No | Output format (default: summary) | |
| instance_id | Yes | UUID of the cache instance |