agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface CreateSessionOptions

    Options accepted by createSession (mirrors CreateSessionOptionsDto).

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

    Properties

    additionalInstructions?: string
    cwd?: string
    env?: Record<string, string>
    skipOsInstructions?: boolean