II.
KnowledgeFabricImpl JSON
Structured · liveknowledge-fabric-impl:openclaw.knowledge@current
OpenClaw Knowledge Fabric — .agents directory + .crabbox.yaml json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "knowledge-fabric-impl:openclaw.knowledge@current",
"_kind": "KnowledgeFabricImpl",
"_file": "agent-stack/knowledge-fabric-impls/agent-instructions-extended.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "OpenClaw Knowledge Fabric — .agents directory + .crabbox.yaml",
"agentVersionId": "agentVersion:openclaw:ge-0-0-0",
"description": "OpenClaw's knowledge fabric is built on the .agents directory pattern and\n.crabbox.yaml configuration. The .agents directory contains agent-specific\ninstruction files that persist across sessions. The .crabbox.yaml file\ndefines project-level configuration including tool permissions and\nworkflow definitions. Knowledge is filesystem-based with file-hierarchy\nretrieval.\n",
"knowledgeFileFormats": [
".agents/*.md",
".crabbox.yaml"
],
"knowledgeScopes": [
"project"
],
"autoExtractionSupport": false,
"retrievalStrategy": "file-hierarchy",
"knowledgePersistence": "filesystem",
"notes": "OpenClaw's .agents directory pattern allows multiple instruction files\nfor different agent personas or task types, similar to Roo Code's modes\nbut directory-based rather than configuration-based.\n"
},
"outgoingEdges": [
{
"from": "knowledge-fabric-impl:openclaw.knowledge@current",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
},
{
"from": "knowledge-fabric-impl:openclaw.knowledge@current",
"to": "agentVersion:openclaw:ge-0-0-0",
"kind": "composes",
"attributes": {
"role": "knowledge-fabric"
}
},
{
"from": "knowledge-fabric-impl:openclaw.knowledge@current",
"to": "memory-system:openclaw-soul-memory",
"kind": "uses_memory_system",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agentVersion:openclaw:ge-0-0-0",
"to": "knowledge-fabric-impl:openclaw.knowledge@current",
"kind": "composed_of",
"attributes": {
"role": "knowledge-fabric"
}
}
]
}