Description
EN. The dashboard/ frontend (React, see dashboard/src/) surfaces stats
and items but does not visualize the link graph. Add a panel that renders the
Link graph / evidence chain for a selected item as an interactive node-link
diagram (supports/refutes/derives/supersedes colored distinctly, confidence on
edges). Pull data from the existing HTTP API
(src/contextseek/http/server.py); add an endpoint if one is missing.
Tasks: add/confirm the graph API endpoint; build the visualization
component (any lightweight graph lib); handle empty/large graphs gracefully;
keep it consistent with the existing dashboard style.
Acceptance: selecting an item shows its evidence chain visually; edge types
and confidence are legible.
ZH. dashboard/ 前端(React,见 dashboard/src/)展示了统计和条目,但没有可视
化链接图谱。请加一个面板:把所选条目的 Link 图谱/证据链渲染为可交互的节点-连线图
(supports/refutes/derives/supersedes 用不同颜色,边上标置信度)。数据从现有 HTTP
API(src/contextseek/http/server.py)拉取,缺端点就补一个。
任务: 新增/确认图谱 API 端点;用任意轻量图库做可视化组件;优雅处理空图/大图;与
现有 dashboard 风格保持一致。
验收: 选中条目能图形化展示其证据链;边类型与置信度清晰可读。
Description
EN. The
dashboard/frontend (React, seedashboard/src/) surfaces statsand items but does not visualize the link graph. Add a panel that renders the
Linkgraph / evidence chain for a selected item as an interactive node-linkdiagram (supports/refutes/derives/supersedes colored distinctly, confidence on
edges). Pull data from the existing HTTP API
(
src/contextseek/http/server.py); add an endpoint if one is missing.Tasks: add/confirm the graph API endpoint; build the visualization
component (any lightweight graph lib); handle empty/large graphs gracefully;
keep it consistent with the existing dashboard style.
Acceptance: selecting an item shows its evidence chain visually; edge types
and confidence are legible.
ZH.
dashboard/前端(React,见dashboard/src/)展示了统计和条目,但没有可视化链接图谱。请加一个面板:把所选条目的
Link图谱/证据链渲染为可交互的节点-连线图(supports/refutes/derives/supersedes 用不同颜色,边上标置信度)。数据从现有 HTTP
API(
src/contextseek/http/server.py)拉取,缺端点就补一个。任务: 新增/确认图谱 API 端点;用任意轻量图库做可视化组件;优雅处理空图/大图;与
现有 dashboard 风格保持一致。
验收: 选中条目能图形化展示其证据链;边类型与置信度清晰可读。