Overview

Graphify is an open-source tool and AI agent skill that transforms files into a queryable knowledge graph. It is designed to solve “agent amnesia” and “context bloat” by providing a structured, compressed representation of a project.

Role in this knowledge base

Directly relevant to the memex project’s architecture, as it follows the llm_wiki_pattern and uses obsidian for persistence. It represents the “new meta” in agent-based knowledge management.

Key facts

  • Reported token reduction of 71.5x.
  • Supports AST parsing for 20+ languages.
  • Features an --obsidian flag for wiki generation.
  • Tagged on PyPI as graphifyy.

Sources