Phase 5: Add Neo4j graph database integration

- Add neo4j_manager.py with full graph operations support
- Data sync: projects, entities, relations to Neo4j
- Graph queries: shortest path, all paths, neighbors, common neighbors
- Graph algorithms: centrality analysis, community detection
- Add 11 new API endpoints for graph operations
- Update docker-compose.yml with Neo4j service
- Update requirements.txt with neo4j driver
This commit is contained in:
OpenClaw Bot
2026-02-20 12:04:41 +08:00
parent 44c07b9984
commit 403e1cde28
6 changed files with 1328 additions and 4 deletions

View File

@@ -27,3 +27,6 @@ pandas==2.2.0
openpyxl==3.1.2
reportlab==4.0.9
cairosvg==2.7.1
# Neo4j Graph Database
neo4j==5.15.0