Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Evolve is a system designed to help agents improve over time by learning from th
On the AppWorld benchmark, Evolve improved agent reliability by **+8.9 points** overall, with a **74% relative increase** on hard multi-step tasks.
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.

[The Announcement →](https://www.ibm.com/new/announcements/altk-evolve-on-the-job-learning-for-ai-agents){ .md-button } [Check out the Blog →](https://huggingface.co/blog/ibm-research/altk-evolve){ .md-button } [Read the Paper →](https://arxiv.org/abs/2603.10600){ .md-button } [See the Results →](http://127.0.0.1:8000/evolve/results/){ .md-button }
[The Announcement →](https://www.ibm.com/new/announcements/altk-evolve-on-the-job-learning-for-ai-agents){ .md-button } [Check out the Blog →](https://huggingface.co/blog/ibm-research/altk-evolve){ .md-button } [Read the Paper →](https://arxiv.org/abs/2603.10600){ .md-button } [See the Results →](results/index.md){ .md-button }

<github-repo-card repo="agenttoolkit/altk-evolve"></github-repo-card>

Expand Down
Loading