-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expanded Cognitive Debugger Guide
GD2BK1NG edited this page Jan 27, 2026
·
1 revision
Visual introspection into Syntra Kernel’s cognition
The Cognitive Debugger is a real‑time visualization tool that allows developers to inspect Syntra Kernel’s internal cognitive processes.
- Entities
- Relationships
- Causal links
- UI elements
- Cognitive events
- Memory access
- Plan generation
- Simulation branches
- Action execution
- Active agents
- Message passing
- Scheduling patterns
- Branch trees
- Risk scores
- Counterfactual outcomes
- Violations
- Enforcement logs
- Safety checks
cargo run --bin first_intent
http://localhost:3000
Look for:
- plan generation
- memory queries
- world‑model updates
Check:
- entity structure
- causal consistency
Use the timeline scrubber.
The Cognitive Debugger makes Syntra Kernel:
- transparent
- interpretable
- debuggable
- safe
It is essential for cognitive development.