> One Intelligent Agent. Many Skills. Orchestrated for Real Work.
/chat (plain string) and /intent (structured: plan + per-domain results + synthesis).ResolvedIntent: action, target domains, extracted params. Hard error boundary — ambiguity never passes downstream.ExecutionPlan — an ordered dependency graph where each step declares depends_on[] for correct sequencing and parallelisation.ExecutionPlan in depends_on order → dispatches each step to its domain orchestrator → tracks state in completed{} → retries with configurable backoff → synthesises a unified response via LLM.completed{} map; resolves depends_on orderingmax_retries with linear backoff. No replanning./observatory.