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

    Interface DiscoverResponseInternal

    Response from the /_discover endpoint.

    interface DiscoverResponse {
        agents: AgentInfo[];
        runtime: RuntimeInfo;
    }
    Index

    Properties

    Properties

    agents: AgentInfo[]
    runtime: RuntimeInfo