hekate-agent-workflow
Hekate multi-agent workflow patterns and conventions
Hekate Agent Workflow
Epic Flow
create epic: Build authentication system
This stores the epic and tasks in SQLite, then makes pending work available for Redis-backed claiming and dispatch.
Session Flow
SessionStartloads task context from SQLite.PreToolUseresolves the provider and refreshes the Redis heartbeat.PostToolUsecan claim more pending work and detect completion after commits.
Monitoring
./scripts/hekate-dashboard.py
./scripts/hekate-analyze.py
Recovery
redis-cli keys "task:*:claim"
redis-cli keys "agent:*:heartbeat"