Skip to main content

Module types

Module types 

Source
Expand description

Core type definitions shared across the MobKit runtime.

Structs§

AgentDiscoverySpec
Agent-level discovery specification for spawning agents into a mob.
DiscoverySpec
Specification for module discovery at startup.
EventEnvelope
Timestamped wrapper around an event payload.
MobKitConfig
Top-level configuration for a MobKit runtime instance.
MobStructuralEventEnvelope
A structural mob event projected from meerkat_mob::AttributedEvent and MobEventKind into a flat, identity-aware envelope suitable for SSE replay and JSON-RPC query.
ModuleConfig
Configuration for a single MCP module to be loaded.
ModuleEvent
An event originating from a loaded MCP module.
PreSpawnData
Pre-spawn context passed to modules during discovery.

Enums§

RestartPolicy
Policy controlling automatic module restart behavior.
UnifiedEvent
A runtime event from either an agent or a module.