Last Updated: 03 January 2026
Status: 🟢 Current
Related: Debugging | Best Practices | Architecture | INDEX
Every agent logs its input/output via:
{
"agent_id": "validate_fact",
"event_type": "output",
"timestamp": "...",
"payload": {
"input": "...",
"result": true
}
}orka:memory— general memory logorka:{agent_id}— agent-specific stream
Use:
redis-cli xrevrange orka:memory + - COUNT 10- Replay traces
- Highlight branching decisions
- Future: confidence overlays, timeline scrubbing