Skip to main content

Crate agent_runtime_http_api

Crate agent_runtime_http_api 

Source
Expand description

Public Open API contract for Runtime executions.

This crate contains transport-neutral DTOs only. Axum, persistence, Agent Infra, and execution behavior are deliberately excluded.

Structs§

ApiErrorBody
CreateExecutionRequest
CreateExecutionResponse
EventPage
ExecutionEvent
ExecutionFailure
ExecutionOptions
ExecutionOutcome
ExecutionView
SubmitInputRequest

Enums§

EventPayload
ExecutionState
RuntimeInput

Functions§

openapi_document
Versioned OpenAPI document served by the Runtime Outer Shell. Keeping the snapshot in the contract crate makes protocol review independent of Axum.