graph-engineering-with-ai-agents-code

AlexMercedCoder/graph-engineering-with-ai-agents-code
★ 0 stars Python AI/LLM Updated 3d ago
Companion code for the Packt book Graph Engineering with AI Agents: a dependency-free worked project, runnable MCP servers, knowledge-graph traversal, evaluation harnesses, and hooks.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "graph-engineering-wi": {
      "command": "uvx",
      "args": [
        "graph-engineering-with-ai-agents-code"
      ]
    }
  }
}

Or install with pip: pip install graph-engineering-with-ai-agents-code

README Excerpt

Working code for *Graph Engineering with AI Agents: Engineering Agentic and Knowledge Graphs for Complex Workflows* (Alex Merced, Packt). Every walkthrough in the book runs against the material here. The design goal is that a reader can clone this repository and reproduce an exercise without inventing a project, guessing at a fixture, or filling in a helper the book