iiRecord
Agentic AI Atlas · Graphify as Agent Knowledge Fabric
knowledge-fabric-impl:graphify-fabrica5c.ai
II.
KnowledgeFabricImpl JSON

knowledge-fabric-impl:graphify-fabric

Structured · live

Graphify as Agent Knowledge Fabric json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/knowledge-fabric-impls/community-knowledge-fabrics.yamlCluster · agent-stack
Record JSON
{
  "id": "knowledge-fabric-impl:graphify-fabric",
  "_kind": "KnowledgeFabricImpl",
  "_file": "agent-stack/knowledge-fabric-impls/community-knowledge-fabrics.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Graphify as Agent Knowledge Fabric",
    "description": "Graphify as a knowledge graph conversion fabric. Transforms code,\nSQL schemas, documentation, and images into a queryable knowledge\ngraph that agents can traverse. Unlike vector-based retrieval, Graphify\npreserves structural relationships between entities — function calls,\nschema references, import chains, and documentation links. As a\nknowledge fabric, Graphify excels at dependency-aware retrieval where\nunderstanding relationships matters more than semantic similarity.\n",
    "knowledgeFileFormats": [
      "code",
      "sql",
      "markdown",
      "images"
    ],
    "retrievalStrategy": "graph-traversal",
    "knowledgePersistence": "knowledge-graph",
    "knowledgeScopes": [
      "project",
      "codebase"
    ],
    "autoExtractionSupport": true,
    "notes": "Graphify's strength is structural knowledge — it understands that\nfunction A calls function B, table X references table Y, and doc\npage P describes module M. This makes it complementary to vector\nsearch systems that find semantically similar content but miss\nstructural dependencies.\n"
  },
  "outgoingEdges": [
    {
      "from": "knowledge-fabric-impl:graphify-fabric",
      "to": "layer:12-knowledge-fabric",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "knowledge-fabric-impl:graphify-fabric",
      "to": "tool:graphify",
      "kind": "integrates_with",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}