Skip to content

Releases: TerryFYL/openclaw-evolution-framework

v1.0.0 - Initial Release

28 Feb 02:01

Choose a tag to compare

🎉 First Release

The OpenClaw Evolution Framework is now production-ready!

✨ Features

  • Autonomous Exploration: Run 40-60 rounds overnight
  • Safety Mechanisms: HITL checkpoints, time limits, emergency stops
  • Multi-Theme Support: Rotate across 5 exploration themes
  • Self-Triggering: Agents automatically start next rounds
  • Production Tested: Validated with 59-round overnight run

📦 What's Included

  • Complete documentation (README, QUICKSTART, CONTRIBUTING)
  • Production-ready configuration examples
  • 3 real anonymized exploration examples
  • MIT License

🚀 Quick Start

git clone https://github.com/TerryFYL/openclaw-evolution-framework.git
cd openclaw-evolution-framework
./setup.sh
openclaw cron run evolution-fast-loop

📊 Real Results

Our test run completed:

  • 59 exploration rounds
  • ~200,000 words of insights
  • 9 hours autonomous operation
  • 98% self-trigger success rate

See examples/ for sample outputs.

🙏 Acknowledgments

Built with OpenClaw.

Inspired by AI-Scientist-v2 and EvoAgentX.