Skip to content

EvoLoop v0.7.0

Latest

Choose a tag to compare

@wonderful-team wonderful-team released this 07 Jul 06:57
73c8428

What's New

EvoLoop v0.7.0 transforms the agent from a single-device assistant into a cross-platform, long-horizon, collaborative automation system.

Highlights

  • Cross-Device Swarm Control: control multiple computers from your phone, or multiple Android phones from one PC.
  • Long-Horizon Execution: 300+ continuous steps per task, stable for hours with automatic error recovery.
  • Chat + Terminal Dual Mode: natural language and native terminal in one desktop window.
  • Imitation Learning: generate reusable skills from screen recordings and operation traces.
  • Server / Edge Deployment: deploy as a persistent node on Linux servers, cloud hosts, or embedded devices.
  • A2A Multi-Agent Collaboration: agents across devices discover, delegate, and return results asynchronously.
  • Self-Built Multi-Agent Engine: fully removed LangGraph / LangChain dependency.
  • Embedded / Full Dual Architecture: SQLite + LanceDB + Huey for personal use; PostgreSQL + Redis + Meilisearch + Neo4j + Celery for production.
  • Three-Tier Memory & Code Graph: short-term context, long-term archive, and project hot memory with Tree-sitter-based code understanding.
  • Security First: Human-in-the-Loop confirmation, Vault credentials, and local-first data storage.

Quick Start

git clone https://github.com/wonderful-team/evoloop.git
cd evoloop
cp .env.prod.desktop .env
./deploy/dev.sh

Visit http://localhost:20160/docs for API docs.

Deployment

Mode Stack Config
Desktop SQLite + LanceDB + Huey .env.prod.desktop
Web single-user SQLite + LanceDB + Huey .env.prod.web.single
Web multi-user PostgreSQL + Redis + Meilisearch + Neo4j + Celery .env.prod.web.multi

See README.md for detailed deployment instructions.

Build Targets

  • macOS Apple Silicon / Intel
  • Web static assets

Mobile app builds are part of the commercial offering and are not included in this open-source repository.

License

MIT — see LICENSE.