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

    Interface RuntimeStderrLine

    One buffered adapter stderr line (RuntimeHealth.stderrTail). Always empty today; kept in the reply shape so consumers stay stable when a stderr feed lands.

    interface RuntimeStderrLine {
        line: string;
        ts: number;
    }
    Index
    line: string
    ts: number