@suluk/agents - v0.1.6
    Preparing search index...

    Function reachableSurface

    • The statically-enumerable reachable surface of an agent: its own route keys (the wire ids) + every route key of every transitively-reachable sub-agent. Worst-case authz reach, computed with ZERO requests. (Cycle-safe.)

      Parameters

      • doc: OpenAPIv4Document
      • agentName: string

      Returns { tools: string[]; agents: string[] }