Adaptivity & Resilience Overview¶
Make your agents robust, reactive, and self-healing using EMOS’s Event-Driven Architecture.
Multiprocessing
Run components in separate processes – isolate failures, add automatic recovery.
Self-Healing Fallbacks
Swap models, switch algorithms, and restart hardware – the same API for both layers.
Event-Driven Cognition
Run a lightweight detector continuously, wake the heavy VLM only when needed.
External Reflexes
React to the environment – person detected triggers vision-following mode.
Cross-Component Healing
Components monitor each other – controller stuck triggers drive manager unblock.
Logic Gates & Composed Events
Combine conditions with AND, OR, NOT for smarter, multi-topic event triggers.
Context-Aware Actions
Inject live topic data into action arguments – semantic navigation, dynamic prompts.