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

    Interface AgentInfoInternal

    Agent information returned by the discovery endpoint.

    interface AgentInfo {
        chat: boolean;
        invoke: boolean;
        metadata: Record<string, unknown>;
        name: string;
    }
    Index

    Properties

    chat: boolean
    invoke: boolean
    metadata: Record<string, unknown>
    name: string