agent-opt
Open Source Library for Automated Optimization of AI Agent Workflows
File Explorer
Download Latest Version (.zip)- Logo.png
- FutureAGI_Agent_Optimizer.ipynb
- __init__.py
- base_generator.py
- base_mapper.py
- base_optimizer.py
- evaluator.py
- __init__.py
- basic_mapper.py
- __init__.py
- litellm.py
- __init__.py
- bayesian_search.py
- gepa.py
- metaprompt.py
- promptwizard.py
- protegi.py
- random_search.py
- __init__.py
- early_stopping.py
- setup_logging.py
- types.py
- pyproject.toml
- README.md
- uv.lock
- test_bayesian_search_optimizer.py
- .gitignore
- .python-version
- agent-opt-repo.gif
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- Logo.png
- NOTICE
- README.md
- SECURITY.md
- test_optimizers.py
# Installation Guide
1. Get the code
git clone https://github.com/future-agi/agent-opt
Downloads the entire project code from GitHub to your computer.
cd agent-opt
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install agent-opt
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install agent-opt
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
