Evolver Daemon
Automatically monitors and restarts the feishu-evolver-wrapper loop to ensure continuous evolution.
Components
- •
watchdog.js: Checks if the loop process is running. If not, starts it detached. - •
install.sh: Adds a user-level cron job to runwatchdog.jsevery 10 minutes.
Usage
- •Run
bash skills/evolver-daemon/install.shonce. - •Check
skills/evolver-daemon/watchdog.logfor activity.
Troubleshooting
- •If the loop crashes constantly, check
skills/evolver-daemon/loop.err.log. - •To stop the daemon, remove the entry from
crontab -eand kill the node process.