Add exec/run one-off turn API to app-server

This commit is contained in:
Charles Cunningham
2026-01-25 15:58:35 -08:00
parent 70d5959398
commit 7820de53fa
7 changed files with 433 additions and 0 deletions

View File

@@ -214,6 +214,12 @@ client_request_definitions! {
response: v2::CommandExecResponse,
},
/// Run a single turn to completion without managing a thread lifecycle.
ExecRun => "exec/run" {
params: v2::ExecRunParams,
response: v2::ExecRunResponse,
},
ConfigRead => "config/read" {
params: v2::ConfigReadParams,
response: v2::ConfigReadResponse,