- Path visualization optimization:
- Add flowing dash animation to show path direction
- Add glow effects to start/end nodes
- Add path info panel with length and node count stats
- Add gradient color connections
- Community visualization enhancement:
- Add focus mode: click community to highlight
- Dim non-focused communities
- Add intra-community links to show internal relationships
- Show density stats in community list
- Neighbor query visualization:
- Add glow effect to center node
- Add fade-in effects to connections
- Update STATUS.md to mark Phase 5 Neo4j integration complete
- 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
- Add llm_client.py for Kimi API integration with RAG and streaming support
- Add Agent API endpoints: query, command, suggest
- Add Provenance API for relation source tracking
- Add Entity details API with mentions and relations
- Add Entity evolution analysis API
- Update workbench.html with Agent panel, entity cards, provenance modal
- Update app.js with Agent chat, entity hover cards, relation provenance
- Add low-confidence entity highlighting
- Update STATUS.md with Phase 4 progress