AgentSkillsCN

Evolver Daemon.bak

Evolver Daemon.bak

SKILL.md

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 run watchdog.js every 10 minutes.

Usage

  1. Run bash skills/evolver-daemon/install.sh once.
  2. Check skills/evolver-daemon/watchdog.log for activity.

Troubleshooting

  • If the loop crashes constantly, check skills/evolver-daemon/loop.err.log.
  • To stop the daemon, remove the entry from crontab -e and kill the node process.