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

    Interface AgentCreateParams

    Parameters for creating a new Agent.

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

    Properties

    Properties

    name: string

    The name of the Agent.

    source?: AgentSource | null

    Agent source configuration.

    version?: string | null

    Optional version identifier for the Agent. For npm/pip sources this is typically a semver string (e.g. '2.0.65'). For git sources it can be a branch or tag. Semantics are user-defined for object sources.