II.
KnowledgeFabricImpl JSON
Structured · liveknowledge-fabric-impl:amp.knowledge@current
Amp Knowledge Fabric — AGENTS.md json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "knowledge-fabric-impl:amp.knowledge@current",
"_kind": "KnowledgeFabricImpl",
"_file": "agent-stack/knowledge-fabric-impls/agent-instructions-extended.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Amp Knowledge Fabric — AGENTS.md",
"agentVersionId": "agent-version:amp@current",
"description": "Sourcegraph Amp uses AGENTS.md files as its primary knowledge fabric.\nAGENTS.md provides persistent project-level instructions and conventions\nthat are read at session bootstrap. Amp also leverages Sourcegraph's\ncode intelligence for codebase-level knowledge retrieval — the same\nsearch and navigation infrastructure that powers Sourcegraph's code\nsearch product.\n",
"knowledgeFileFormats": [
"AGENTS.md"
],
"knowledgeScopes": [
"project"
],
"autoExtractionSupport": false,
"retrievalStrategy": "file-hierarchy",
"knowledgePersistence": "filesystem",
"notes": "Amp's knowledge fabric benefits from Sourcegraph's code intelligence\nplatform — precise code navigation, cross-repository search, and\ndependency graph awareness. The AGENTS.md file provides the human-authored\ninstruction layer, while Sourcegraph provides the code-derived knowledge\nlayer. This combination is unique among agent knowledge fabrics.\n"
},
"outgoingEdges": [
{
"from": "knowledge-fabric-impl:amp.knowledge@current",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
},
{
"from": "knowledge-fabric-impl:amp.knowledge@current",
"to": "agent-version:amp@current",
"kind": "composes",
"attributes": {
"role": "knowledge-fabric"
}
}
],
"incomingEdges": [
{
"from": "agent-version:amp@current",
"to": "knowledge-fabric-impl:amp.knowledge@current",
"kind": "composed_of",
"attributes": {
"role": "knowledge-fabric"
}
}
]
}