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

    Interface AgentOsEvents

    interface AgentOsEvents {
        agentExit: AgentExitEvent;
        cronEvent: CronEvent;
        processExit: ProcessExit;
        processOutput: ProcessOutput;
        sessionEvent: SessionStreamEntry;
        shellData: ShellData;
        shellExit: ShellExit;
        shellStderr: ShellData;
        vmBooted: VmBootedPayload;
        vmShutdown: VmShutdownPayload;
    }
    Index
    agentExit: AgentExitEvent
    cronEvent: CronEvent
    processExit: ProcessExit
    processOutput: ProcessOutput
    sessionEvent: SessionStreamEntry
    shellData: ShellData

    Ordered PTY output containing stdout and stderr exactly once.

    shellExit: ShellExit

    Shell process exit (mirrors waitShell resolution).

    shellStderr: ShellData

    Optional stderr-only diagnostic tap; do not render it with shellData.

    vmBooted: VmBootedPayload
    vmShutdown: VmShutdownPayload