Utilities
Qognix Runtime – The Cognitive Brain
Qognix is the core event processor and decision engine that orchestrates all QACE blocks (VIBR, VCCM, etc.). It receives outputs from perception modules, interprets logic via NLP or rule engines, and outputs high-level control signals to robot controllers.
What It Does
- Aggregate perception data from AI blocks
- Matches real-world inputs to behavior rules
- Issues commands to motor or action systems
Example Use Cases
- “If face=alex AND expression=aggressive → trigger alarm”
- “If object=box AND time=after_hours → lock door”
- Supports rule-based and LLM-based logic
Supported Integration
- Accepts JSON/IPC inputs from VIBR, VCCM, or others
- Compatible with ROS2, custom robot stacks, or QACE Bridge
- Deployable as a Python service, container, or embedded script