@runloop/api-client - v1.4.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 source configuration

    npm?: Npm | null

    NPM source configuration

    object?: Object | null

    Object store source configuration

    pip?: Pip | null

    Pip source configuration