eigent/server/celery/beat/start
puzhen 63b723e1cf merge main into feat/ask_with_single_agent
Resolve conflicts in:
- server/uv.lock (revision number, greenlet wheel format)
- src/store/chatStore.ts (merge target/displayContent and executionId/projectId params)
- src/components/ChatBox/BottomBox/InputBox.tsx (merge mention and trigger/expanded features)
- src/components/ChatBox/index.tsx (merge mention/direct-agent features with new unified layout)
2026-03-03 11:45:42 +00:00

7 lines
No EOL
112 B
Bash

#!/bin/bash
set -o errexit
set -o nounset
rm -f './celerybeat.pid'
celery -A app.component.celery beat -l info