Files
second-brain/systemd/openclaw-secondbrain-ingest-memory.path
Otto 0ff6db73ea 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
2026-05-31 15:42:46 +02:00

9 lines
199 B
SYSTEMD

[Unit]
Description=Watch memory/ directory for changes to trigger ingest
PartOf=openclaw-secondbrain.target
[Path]
PathModified=/root/.openclaw/workspace/memory
[Install]
WantedBy=multi-user.target