Source reference

Knowledge Graph Seed

An exhaustive inventory graph for skills, plugins, toolsets, tools, and API routes; not an architecture model.

Hermes Knowledge Graph Seed

Generated from source commit 4aa499ff9f3fcc0c38ce61da46805a4dcc8f612e.

The machine-readable graph seed is data/hermes_knowledge_graph_seed.json.

Node Counts

  • api_route: 210
  • skill: 175
  • plugin: 88
  • registered_tool: 69
  • toolset: 58
  • provided_tool: 12
  • inventory_category: 5
  • source_repo: 1

Edge Counts

  • indexes: 605
  • contains_tool: 69
  • includes: 24
  • provides_tool: 12
  • provides_skill: 1

Intended Use

  • Use inventory_category nodes to browse exhaustive declarations by kind.
  • Link skill, plugin, toolset, registered_tool, and api_route nodes for inventory search and navigation.
  • Do not use this seed as architecture truth; Source Map v2 owns evidence-backed architecture and runtime semantics.

Important Edge Examples

  • source:hermes-agent -> inventory:* with indexes
  • inventory:skills -> skill:* with indexes
  • inventory:plugins -> plugin:* with indexes
  • inventory:registered-tools -> tool:* with indexes
  • toolset:* -> tool:* with contains_tool
  • inventory:api-routes -> route:* with indexes