Execution Engine
Runtime flow for skill execution across mock, real, and hybrid modes.
Supported modes
type ExecutionMode = "mock" | "real" | "hybrid";mock
mockreal
realhybrid
hybridRuntime flow
POST /playground/execute
-> execution request received
-> selected protocol flow runs
-> result is returned
-> execution is recorded
-> activity data is updatedGuarantees per execution
Why this matters
Last updated