mimir_journal
Append structured decision or observation log entries using evaluated/acted/forward pattern. Catches what was considered, what was done, and what happens next for audit trails.
Instructions
Append a structured decision/observation log entry. Uses evaluated/acted/forward pattern: what was considered, what was done, and what happens next. Essential for audit trails and timeline reconstruction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Related entity key for linking | |
| acted | No | What action was taken and why | |
| forward | No | What the plan is going forward | |
| agent_id | No | Agent identity (v1.2.0). Records which agent created this journal event. | |
| category | No | Related entity category for linking | |
| entity_id | No | Related entity ID for linking | |
| evaluated | No | What was evaluated: options considered, context, constraints | |
| event_type | No | Event type: 'decision', 'observation', 'action', 'error' | decision |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Journal event ID | |
| event_type | No | Event type recorded | |
| created_at_unix_ms | No | Creation timestamp in unix milliseconds |