OpenClaw Bot
bc07aab4bb
Phase 5: Add Timeline View feature
...
- Add backend API endpoints for timeline data:
- GET /api/v1/projects/{id}/timeline
- GET /api/v1/projects/{id}/timeline/summary
- GET /api/v1/entities/{id}/timeline
- Add database methods for timeline queries in db_manager.py
- Add frontend timeline view:
- New sidebar button for timeline view
- Timeline panel with date-grouped events
- Visual distinction between mentions and relations
- Entity filter dropdown
- Statistics cards
- Interactive event cards
- Update STATUS.md with Phase 5 progress
- Add view switching functions (switchView, switchKBTab)
- Add knowledge base loading functions
2026-02-19 12:06:14 +08:00
OpenClaw Bot
1f4fe5a33e
Phase 4: Agent Assistant + Provenance + Entity Cards + Confidence Indicators
...
- 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
2026-02-19 09:58:39 +08:00
OpenClaw Bot
da8a4db985
Phase 3: Memory & Growth - Multi-file fusion, Entity alignment with embedding, Document import, Knowledge base panel
2026-02-18 12:12:39 +08:00
OpenClaw Bot
643fe46780
feat: Phase 2 交互与纠错工作台完成
...
- 新增实体编辑 API (名称、类型、定义、别名)
- 新增实体删除和合并功能
- 新增关系管理 (创建、删除)
- 新增转录文本编辑功能
- 新增划词创建实体功能
- 前端新增实体编辑器模态框
- 前端新增右键菜单和工具栏
- 文本与图谱双向联动优化
2026-02-18 06:03:51 +08:00
OpenClaw Bot
2a3081c151
feat: Phase 1 MVP 完成
...
- 实现实体和关系同时提取(LLM)
- 添加 transcripts/mentions/relations 数据持久化
- 新增 API: 关系列表、转录列表、实体提及位置
- 前端实体高亮显示和图谱联动
- 添加 STATUS.md 跟踪开发进度
2026-02-18 00:03:08 +08:00
OpenClaw Bot
77d14e673f
fix: expose modal functions to window object
2026-02-17 18:36:30 +08:00
OpenClaw Bot
6ccab612a9
fix: modal html syntax error
2026-02-17 18:34:09 +08:00
OpenClaw Bot
b82cbf9194
feat: add project management page
2026-02-17 18:32:20 +08:00
OpenClaw Bot
96f4ffe7c1
feat: frontend connects to real backend API
2026-02-17 18:16:23 +08:00
OpenClaw Bot
b28af9a611
feat: Phase 2 workbench - dual-view editor with D3 graph
2026-02-17 13:38:03 +08:00
OpenClaw Bot
e85038a1fb
feat: replace Whisper with Deepgram ASR + speaker diarization
2026-02-17 12:14:25 +08:00