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

    Interface CreateSessionOptions

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