@suluk/agents - v0.1.6
    Preparing search index...

    Interface AgentRuntimeProvider<O>

    A runtime target. PURE: it projects the agent into owned source; the host writes the files + deploys (mirrors DeployProvider).

    interface AgentRuntimeProvider<O = Record<string, unknown>> {
        name: string;
        project(
            doc: OpenAPIv4Document,
            agentName: string,
            opts?: O,
        ): AgentRuntimeArtifacts;
    }

    Type Parameters

    • O = Record<string, unknown>
    Index

    Properties

    Methods

    Properties

    name: string

    Methods