Unified instinct engine for PLATO agents — pre-trained reflexes that don't require reasoning.
Instincts are pre-computed responses that agents execute without deliberation. Like human reflexes, they're fast but inflexible.
- Reflex Registration — Define stimulus-response pairs
- Priority Queues — Higher-priority instincts fire first
- Override — Reasoning can suppress instinct responses
- Learning — Instincts strengthen with successful use
[dependencies]
plato-instinct = "0.1.0"Used by all fleet agents for fast, reliable responses to common situations.
MIT