Member Junction
    Preparing search index...

    A minimal agent invoker exposing RunAIAgent(params). Backed by SERVER-IN-PROCESS AgentRunner.RunAgent (transport decision: agent runs go server-side for this family — the wire RunAIAgent mutation is fire-and-forget over PubSub the headless integration client cannot consume, and the correlation-heavy checks need a synchronous run handle; proposal Q8, resolved to server-in-process). The client-wire path is fixed separately and gets its own dedicated wire bundle.

    interface AgentInvoker {
        RunAIAgent(params: ExecuteAgentParams): Promise<ExecuteAgentResult>;
    }
    Index

    Methods

    Methods