Skip to content

Instantly share code, notes, and snippets.

@hackur
Created June 8, 2025 06:15
Show Gist options
  • Save hackur/2594c69f938d2e2cc8b76d6b8691412b to your computer and use it in GitHub Desktop.
Save hackur/2594c69f938d2e2cc8b76d6b8691412b to your computer and use it in GitHub Desktop.
graph TD
    Protocol
    Protocol --> ContextOriented[Context-Oriented]
    Protocol --> InterAgent[Inter-Agent]

    ContextOriented --> COGeneral[General-Purpose]
    ContextOriented --> CODomain[Domain-Specific]
    COGeneral --> MCP[MCP]
    CODomain --> AgentsJSON[agents.json]

    InterAgent --> IAGeneral[General-Purpose]
    InterAgent --> IADomain[Domain-Specific]

    IAGeneral --> ANP[ANP, A2A, AITP, AComp, AConP, Agora]
    IADomain --> RobotAgent[Robot-Agent]
    IADomain --> HumanComputer[Human-Computer]
    IADomain --> SystemAgent[System-Agent]

    RobotAgent --> CrowdES[CrowdES, SPPs]
    HumanComputer --> LOKA[LOKA, PXP]
    SystemAgent --> AgentProtocol[Agent Protocol, LMOS]
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment