iiRecord
Agentic AI Atlas · Atlas Knowledge Graph — YAML graph with build-time indexing
knowledge-fabric-impl:atlas-knowledge-grapha5c.ai
II.
KnowledgeFabricImpl overview

knowledge-fabric-impl:atlas-knowledge-graph

Reference · live

Atlas Knowledge Graph — YAML graph with build-time indexing overview

Atlas-style YAML knowledge graph where nodes are YAML documents with typed nodeKinds and edges are ID references between nodes. The graph is indexed into a JSON structure at build time for fast traversal and querying. This is the pattern used by the babysitter atlas repository — each YAML file defines one or more graph nodes with attributes and typed edges. A build step validates referential integrity and produces a queryable index.

KnowledgeFabricImplOutgoing · 1Incoming · 0

Attributes

displayName
Atlas Knowledge Graph — YAML graph with build-time indexing
description
Atlas-style YAML knowledge graph where nodes are YAML documents with typed nodeKinds and edges are ID references between nodes. The graph is indexed into a JSON structure at build time for fast traversal and querying. This is the pattern used by the babysitter atlas repository — each YAML file defines one or more graph nodes with attributes and typed edges. A build step validates referential integrity and produces a queryable index.
knowledgeFileFormats
  • yaml
  • markdown
retrievalStrategy
graph-traversal
knowledgePersistence
git-versioned
knowledgeScopes
  • project
  • organization
autoExtractionSupport
false
notes
The atlas pattern combines the durability of git-versioned files with the queryability of a graph database. Nodes are typed (Layer, Tool, AgentVersion, etc.) and edges carry semantic relationships (realizes, integrates_with, composed_of). The build step catches dangling references and produces a single JSON index for programmatic access. This is more structured than a markdown wiki but requires schema discipline.

Outgoing edges

realizes1

Incoming edges

None.