brain_diff
Compare your AI cognitive brain state between two points in time. See a structured changelog of new, updated, recalled, and decayed lessons since a specified date. Ideal for weekly reviews of AI learning progress.
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 |
|---|---|---|---|
| instance_id | Yes | UUID of the cache instance | |
| since | No | Time window: "1d", "7d", "30d", or ISO-8601 date (default: "7d") | |
| format | No | Output format (default: summary) |