Runtime
Biomata Engine
Execution infrastructure for autonomous agents.
The core Python simulation runtime. Manages cognition loops, memory systems, world abstraction, event orchestration, and simulation state. The engine beneath every simulation.
- Agent cognition loops with configurable tick rates
- Pluggable Brain protocol — LLM, rule-based, scripted, or RL
- Memory systems (working, episodic)
- World abstraction layer — local or host-authoritative
- Deterministic event bus and scheduler
- Simulation state snapshots and replay
- WebSocket Protocol v1 server and client
- YAML config — import any class via dotted path