π¦ ClawHub
Knowledge Graph for Agents
by @vnesin-sarai
Add a knowledge graph layer to an AI agent for relationship reasoning and multi-hop recall. Use when agents need to answer "who works with whom", "what's con...
π‘ Examples
1. Pick a backend: SQLite (simple) or Neo4j (production) 2. Add entity extraction to your ingest pipeline 3. Create co-occurrence edges between named entities per chunk 4. Add 2-hop spreading activation to your search 5. Fuse graph results with your existing BM25/vector search 6. Set up a simple evaluation (test queries β expected results)
TERMINAL
clawhub install knowledge-graph-agents