- 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
9 lines
199 B
SYSTEMD
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 |