II.
KnowledgeFabricImpl overview
Reference · liveknowledge-fabric-impl:atlas-knowledge-graph
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.
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
- layer:12-knowledge-fabric·LayerKnowledge Fabric
Incoming edges
None.