agentOS API Reference - v0.0.1
    Preparing search index...

    Interface CreateSessionOptions

    Options accepted by createSession (mirrors CreateSessionOptionsDto).

    interface CreateSessionOptions {
        additionalInstructions?: string;
        cwd?: string;
        env?: Record<string, string>;
        skipOsInstructions?: boolean;
    }
    Index
    additionalInstructions?: string
    cwd?: string
    env?: Record<string, string>
    skipOsInstructions?: boolean