Event System Design¶
Documentation In Progress
This page is under development. Check back soon for comprehensive event system documentation.
Overview¶
Ralph's event system provides the communication backbone for hat orchestration, enabling agents to emit signals that trigger hat switches and backpressure mechanisms.
Event Types¶
| Event | Description |
|---|---|
plan:complete | Planning phase finished |
code:complete | Implementation phase finished |
test:pass | Tests passed |
test:fail | Tests failed |
LOOP_COMPLETE | Task fully complete |
Emitting Events¶
See Also¶
- Hats & Events - Core concepts
- Backpressure - Backpressure mechanisms
- Creating Custom Hats - Custom hat development