Member Junction
    Preparing search index...

    An Agent Pipeline emitted by the agent: a server-side dataflow whose stages run sequentially, each stage's structured value feeding the next. Only the FINAL stage's value is returned to the agent — intermediate values never enter the context window.

    interface AgentPipelineRequest {
        steps: AgentPipelineStage[];
    }
    Index

    Properties

    Properties