Expand description
Core type definitions shared across the MobKit runtime.
Structs§
- Agent
Discovery Spec - Agent-level discovery specification for spawning agents into a mob.
- Discovery
Spec - Specification for module discovery at startup.
- Event
Envelope - Timestamped wrapper around an event payload.
- MobKit
Config - Top-level configuration for a MobKit runtime instance.
- MobStructural
Event Envelope - A structural mob event projected from
meerkat_mob::AttributedEventandMobEventKindinto a flat, identity-aware envelope suitable for SSE replay and JSON-RPC query. - Module
Config - Configuration for a single MCP module to be loaded.
- Module
Event - An event originating from a loaded MCP module.
- PreSpawn
Data - Pre-spawn context passed to modules during discovery.
Enums§
- Restart
Policy - Policy controlling automatic module restart behavior.
- Unified
Event - A runtime event from either an agent or a module.