viettranx
63eff188ad
feat(kg): add knowledge graph with LLM extraction, traversal, and graph visualization
- KnowledgeGraphStore interface + PostgreSQL implementation (recursive CTE traversal, 5s timeout)
- LLM entity extraction pipeline triggered on memory writes (background goroutine)
- knowledge_graph_search agent tool with search + traversal modes
- HTTP API: CRUD entities, traverse, extract, stats, graph endpoints
- Web UI: KG tab on memory page with table/graph toggle, entity detail, manual extraction
- Force-directed graph visualization using @xyflow/react + d3-force
- Builtin tool seed with configurable provider/model/confidence settings
2026-03-09 17:11:20 +07:00
..
2026-03-06 18:51:11 +07:00
2026-03-06 18:51:11 +07:00
2026-02-22 14:58:07 +07:00
2026-03-07 00:15:30 +07:00
2026-02-22 14:58:07 +07:00
2026-03-06 18:51:11 +07:00
2026-02-22 14:58:07 +07:00
2026-03-06 18:51:11 +07:00
2026-03-06 18:51:11 +07:00
2026-03-07 15:58:42 +07:00
2026-03-09 17:11:20 +07:00
2026-03-06 18:51:11 +07:00
2026-03-09 12:39:43 +07:00
2026-03-09 10:49:58 +07:00
2026-03-09 10:49:58 +07:00
2026-03-09 10:49:58 +07:00
2026-03-09 09:44:45 +07:00
2026-03-04 10:11:17 +07:00
2026-03-09 15:23:56 +07:00
2026-03-09 17:11:20 +07:00
2026-03-06 18:51:11 +07:00
2026-02-22 14:58:07 +07:00
2026-02-22 14:58:07 +07:00
2026-03-09 15:23:56 +07:00
2026-03-07 19:27:24 +07:00
2026-03-07 19:27:24 +07:00
2026-02-22 14:58:07 +07:00
2026-03-07 20:51:39 +07:00
2026-03-09 17:11:20 +07:00
2026-03-07 20:51:39 +07:00
2026-02-22 14:58:07 +07:00
2026-03-06 18:51:11 +07:00
2026-03-07 02:06:39 +07:00
2026-02-22 14:58:07 +07:00
2026-03-09 10:49:58 +07:00
2026-03-09 10:49:58 +07:00
2026-02-22 14:58:07 +07:00
2026-03-09 10:49:58 +07:00
2026-02-22 14:58:07 +07:00
2026-03-01 15:36:13 +07:00
2026-02-22 14:58:07 +07:00
2026-03-09 10:49:58 +07:00
2026-02-22 14:58:07 +07:00
2026-03-07 00:46:29 +07:00
2026-03-07 00:15:30 +07:00
2026-03-06 18:51:11 +07:00
2026-02-22 14:58:07 +07:00
2026-03-07 20:51:39 +07:00