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

    Interface AgentSource

    Agent source configuration.

    interface AgentSource {
        type: string;
        git?: Git | null;
        npm?: Npm | null;
        object?: Object | null;
        pip?: Pip | null;
    }
    Index

    Properties

    type: string

    Source type: npm, pip, object, or git

    git?: Git | null

    Git-based agent source configuration.

    npm?: Npm | null

    NPM-based agent source configuration.

    object?: Object | null

    Object store agent source configuration.

    pip?: Pip | null

    Pip-based agent source configuration.