@runloop/api-client - v1.4.0
    Preparing search index...

    Interface AgentCreateParams

    Parameters for creating a new Agent.

    interface AgentCreateParams {
        name: string;
        version: string;
        source?: AgentSource | null;
    }
    Index

    Properties

    Properties

    name: string

    The name of the Agent.

    version: string

    The version of the Agent. Must be a semver string (e.g., '2.0.65') or a SHA.

    source?: AgentSource | null

    The source configuration for the Agent.