-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expanded Cognitive App Tutorial
GD2BK1NG edited this page Jan 27, 2026
·
1 revision
A step‑by‑step guide to extending Syntra Kernel
git clone https://github.com/gd2bk1ng/syntra_kernel.git
cargo runCreate:
src/agents/greeting_agent.rs
Implement:
- message handling
- SL2 commands
- world‑model updates
Add to:
src/runtime/actor_registry.rs
Define in:
codex/intents/
sandbox.simulate:
plan: "greet_user"
Watch:
- agent activation
- ThoughtStream logs
- world‑model updates
You’ve built your first cognitive extension.