feat(dashboard): integrate link suggestions and predictive links into UI

- FastAPI: parse_engram now includes link_suggestions and predictive_links from metadata
- FastAPI: add POST /api/links/accept to create links from suggestions
- Dashboard: new renderCardsWithSuggestions() displays suggestions in each card
- Dashboard: acceptLink() function handles click-to-link
- Dashboard: loadCards() calls renderCardsWithSuggestions()
- Systemd: remove DirectoryNotEmpty from ingest path unit (already present)

Refs: #25 #27
This commit is contained in:
2026-05-31 15:42:46 +02:00
parent 2024e2850d
commit 0ff6db73ea
4 changed files with 102 additions and 24 deletions

View File

@@ -4,7 +4,6 @@ PartOf=openclaw-secondbrain.target
[Path]
PathModified=/root/.openclaw/workspace/memory
DirectoryNotEmpty=true
[Install]
WantedBy=multi-user.target