pai
    Preparing search index...

    Type Alias EnvVar

    One entry in ENV_VARS.

    type EnvVar = {
        about: string;
        cap?: boolean;
        envOnly?: boolean;
        group: "general" | "wallet";
        name: string;
        secret?: boolean;
    }
    Index
    about: string

    What it does, in a few words, for HELP and the reference.

    cap?: boolean

    Limits what an agent can spend or send.

    envOnly?: boolean

    Read from the environment only, on purpose: no flag or tool argument can set it.

    group: "general" | "wallet"

    The HELP section it is listed under.

    name: string

    The variable's name.

    secret?: boolean

    Holds a secret: keep it out of files, logs and the model's context.