Expand description
Fetch result envelope (the JSON the agent reads on success).
Structs§
- Escalation
Reason - Canonical
escalation_reasonstrings emitted inTrace.escalation_reason. The wire format isOption<String>; these constants and constructors are the single source of values so agents can match without string-parsing surprise. - Fetch
Error - Fetch-only failure envelope data. This keeps the global
Errorcontract unchanged while allowingafhttp fetchto include the in-progress trace. - Fetch
Result - Result of a successful fetch. Serialized verbatim into the response
envelope; the protocol writer adds the outer
code: "fetch"tag. - Next
Action - Trace
- Trace
Stage - Warning
Enums§
- Next
Action Kind - Page
Kind - Machine-readable classification for pages that are mechanically loaded but not trustworthy target content (for example Cloudflare/Turnstile walls).
- Render
Decision - Trace
Render Mode - Wire-stable serialization of the
--rendermode forTrace.render_mode. Kept separate frompipeline::RenderModeso the SDK exposes the trace shape without callers having to depend on the pipeline module. - Trace
Stage Status