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

    Interface AgentOsEvents

    Index
    agentCrashed: AgentCrashedPayload
    cronEvent: CronEventPayload
    permissionRequest: PermissionRequestPayload
    processExit: ProcessExitPayload
    processOutput: ProcessOutputPayload
    sessionEvent: SessionEventPayload
    shellData: ShellDataPayload

    Ordered PTY output containing stdout and stderr exactly once.

    shellExit: ShellExitPayload

    Shell process exit (mirrors waitShell resolution).

    shellStderr: ShellDataPayload

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

    vmBooted: VmBootedPayload
    vmShutdown: VmShutdownPayload