Meshpocalypse Semantic
    Preparing search index...

    Interface AgentEntry

    Single agent entry returned by GET /mesh/agents

    interface AgentEntry {
        agent: string;
        capability: string;
        trustLevel: string;
    }
    Index

    Properties

    agent: string
    capability: string
    trustLevel: string