Install
- Rust crate
- TypeScript
- Python
Cargo.toml
Bootstrap a runtime
The fastest way to get a running system isstart_mobkit_runtime. It takes a module configuration, agent event stream, and a startup timeout.
- Rust
- TypeScript
- Python
Use the unified runtime
For production deployments that combine a Meerkat mob with MobKit modules, use theUnifiedRuntime builder:
Open the console
Once the runtime is serving HTTP, open the admin console at:Identity-first (household apps)
For apps with durable agent identities (like HomeCore), use the identity-first API:respawn() for non-destructive recovery that keeps continuity, and reset() only when the app intentionally wants a destructive new generation and session.
What’s next
- Modules — how the module system works
- Events — the unified event model
- Operational subsystems — gating, delivery, scheduling, memory
- Architecture — internal design and crate structure
