-
-
Notifications
You must be signed in to change notification settings - Fork 1
Developer Recipes
GD2BK1NG edited this page Jan 27, 2026
·
1 revision
Short, practical guides for common development tasks
These recipes provide quick solutions for common tasks in Syntra Kernel.
- Create file in
cortex/ - Implement
Lobetrait - Register in
cortex/mod.rs - Add to scheduler
registry.register("my_agent", MyAgent::new());
sl2.register("world.custom.update", handler);
world.entity.create:
id: "product_42"
type: "product"
Implement:
SemanticHandler
EpisodicHandler
ProceduralHandler
sandbox.register_simulator("my_sim", MySim::new());
constraint:
must_not_exceed_budget(50)
Developer recipes accelerate:
- prototyping
- extension
- experimentation
- plugin development