-
-
Notifications
You must be signed in to change notification settings - Fork 1
Examples & Trials
Hands‑on demonstrations of Syntra Kernel’s cognitive capabilities
Syntra Kernel includes a set of examples and trials that demonstrate core concepts of the architecture.
These are ideal for learning, debugging, and experimentation.
Examples are small, self‑contained programs that demonstrate specific subsystems.
cargo run --example renderer_exampleDemonstrates:
- graph rendering
- visualization backend
- UI context integration
Shows how to create, update, and query entities.
Demonstrates semantic and episodic memory operations.
Trials are early cognitive experiments used to validate the cognitive loop.
cargo run --bin first_intentDemonstrates:
- intent parsing
- pipeline execution
- ThoughtStream output
- memory writes
- world‑model updates
Tests the Planning Lobe’s ability to generate structured plans.
Runs a plan through the Simulation Sandbox.
Shows how Syntra evaluates outcomes and updates memory.
- Run the trial
- Watch ThoughtStream logs
- Inspect world‑model snapshots
- Observe memory updates
- Modify the trial and rerun
Trials are intentionally simple — they are cognitive microscopes.
They provide:
- hands‑on learning
- debugging tools
- architectural insight
- reproducible experiments
- cognitive transparency
They are the best way to understand Syntra Kernel in motion.