This is the official project website for Live-Evo: Online Evolution of Agentic Memory from Continuous Feedback.
Live-Evo is an online self-evolving memory system that learns from a stream of incoming data over time. It decouples what happened from how to use it via an Experience Bank and a Meta-Guideline Bank, compiling task-adaptive guidelines from retrieved experiences for each task.
- 20.8% improvement in Brier Score
- 12.9% increase in market returns
- Evaluated on Prophet Arena benchmark over a 10-week horizon
live-evo-website/
├── index.html # Main HTML page
├── style.css # CSS styling
├── script.js # Interactive demo functionality
├── assets/
│ └── images/ # Figures and diagrams
│ ├── fig2public.png
│ ├── cumulative_portfolio_value.png
│ ├── brier_score_comparison.png
│ └── case_study.png
└── README.md
- Our Framework - Explains the four-stage evolutionary loop: Retrieve, Compile, Act, Update
- Why Live-Evo - Compares traditional vs. continuous memory evolution approaches
- Performance - Shows benchmark results and comparisons
- Live Demo - Interactive walkthrough of the pipeline
- Push this repository to GitHub
- Go to repository Settings > Pages
- Select "Deploy from a branch" and choose
mainbranch - Your site will be available at
https://<username>.github.io/<repo-name>/
Simply open index.html in a web browser, or use a local server:
# Using Python
python -m http.server 8000
# Using Node.js
npx serve .@article{zhang2025liveevo,
title={Live-Evo: Online Evolution of Agentic Memory from Continuous Feedback},
author={Zhang, Yaolun and Wu, Yiran and Yu, Yijiong and Wu, Qingyun and Wang, Huazheng},
journal={arXiv preprint arXiv:2501.xxxxx},
year={2025}
}This project is part of AG2 AI research.