pub const EVENT_PLAN_CREATED: &str = "soothe.cognition.plan.created";
pub const EVENT_EXPLORER_STARTED: &str = "soothe.subagent.explorer.started";
pub const EVENT_EXPLORER_MILESTONE: &str = "soothe.subagent.explorer.milestone";
pub const EVENT_EXPLORER_STEP_COMPLETED: &str = "soothe.subagent.explorer.step.completed";
pub const EVENT_EXPLORER_COMPLETED: &str = "soothe.subagent.explorer.completed";
pub const EVENT_DEEP_RESEARCH_STARTED: &str = "soothe.subagent.deep_research.started";
pub const EVENT_DEEP_RESEARCH_PROGRESS: &str = "soothe.subagent.deep_research.progress";
pub const EVENT_DEEP_RESEARCH_STEP_COMPLETED: &str = "soothe.subagent.deep_research.step.completed";
pub const EVENT_DEEP_RESEARCH_GATHER_SUMMARY: &str = "soothe.subagent.deep_research.gather.summary";
pub const EVENT_DEEP_RESEARCH_CRAWL_SUMMARY: &str = "soothe.subagent.deep_research.crawl.summary";
pub const EVENT_DEEP_RESEARCH_COMPLETED: &str = "soothe.subagent.deep_research.completed";
pub const EVENT_REPLAY_COMPLETE: &str = "replay_complete";
pub const EVENT_LOOP_REATTACHED_WIRE: &str = "loop_reattached";