Skip to content

Commit 1952e07

Browse files
authored
Update README.md (#113)
* Update README.md Made the title center. added badges
1 parent 2cae903 commit 1952e07

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
# Evolve
1+
<div align="center">
22

3-
Self-improving agents through iterations.
3+
# Evolve: On‑the‑job learning for AI agents
4+
5+
![Python](https://img.shields.io/badge/python-3.12%2B-blue)
6+
![Status](https://img.shields.io/badge/status-active-brightgreen)
7+
![arXiv](https://img.shields.io/badge/arXiv-2603.10600-b31b1b)
8+
![License](https://img.shields.io/github/license/AgentToolkit/altk-evolve)
9+
![Stars](https://img.shields.io/github/stars/AgentToolkit/altk-evolve?style=social)
10+
</div>
411

512
Evolve is a system designed to help agents improve over time by learning from their trajectories. It uses a combination of an MCP server for tool integration, vector storage for memory, and LLM-based conflict resolution to refine its knowledge base.
613

0 commit comments

Comments
 (0)