Anchorage API reference
    Preparing search index...

    Input accepted by an agent CLI connector.

    interface AgentCliInput {
        cwd?: string;
        model?: string;
        prompt: string;
    }
    Index

    Properties

    Properties

    cwd?: string

    Working directory the CLI runs in (the workspace it may modify).

    model?: string

    Model override forwarded to the CLI.

    prompt: string

    The task prompt handed to the agent CLI.