File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,9 +124,16 @@ mcp_agent/
124124## Quick Start
125125
126126### 1. Install
127- Install from source with all dependencies:
128127
129128``` bash
129+ # PyPI (recommended)
130+ pip install a-evolve # core
131+ pip install a-evolve[anthropic] # Claude support
132+ pip install a-evolve[mcp] # MCP-Atlas benchmark
133+ pip install a-evolve[swe] # SWE-bench benchmark
134+ pip install a-evolve[all] # everything
135+
136+ # From source (for development)
130137git clone https://github.com/A-EVO-Lab/a-evolve.git && cd a-evolve
131138pip install -e " .[all,dev]"
132139```
Original file line number Diff line number Diff line change 11[project ]
2- name = " agent -evolve"
2+ name = " a -evolve"
33version = " 0.1.0"
44description = " Evolve any agent across any domain using any evolution algorithm — with zero human intervention"
55readme = " README.md"
You can’t perform that action at this time.
0 commit comments