Reminix TypeScript SDK - v0.7.1
    Preparing search index...

    Interface HealthResponseInternal

    Overall health response for the runtime.

    interface HealthResponse {
        agents: string[];
        status: "healthy";
    }
    Index

    Properties

    Properties

    agents: string[]
    status: "healthy"