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

    Environment configuration to use for this agent

    interface AgentEnvironment {
        environment_variables?: { [key: string]: string } | null;
        secrets?: { [key: string]: string } | null;
    }
    Index

    Properties

    environment_variables?: { [key: string]: string } | null

    Environment variables to set when launching the agent.

    secrets?: { [key: string]: string } | null

    Secrets to inject as environment variables when launching the agent. Map of environment variable names to secret IDs.