feat(ingest): transcript direct to DB

This commit is contained in:
2026-05-27 01:14:42 +02:00
parent 1635ee8b03
commit d52e3a7f74
3 changed files with 181 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=OpenClaw Second-Brain ingest transcript -> DB
OnFailure=openclaw-secondbrain-notify@%n.service
[Service]
Type=oneshot
WorkingDirectory=/root/.openclaw/workspace
ExecStart=/bin/bash -lc 'flock -n /tmp/%n.lock /usr/bin/python3 /root/.openclaw/workspace/openclaw_cron_wrapper.py ingest_transcript_to_db'