Skip to content

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

ralph emit plan:complete
ralph emit test:pass

See Also