Releases: AutoFixAgentDemo/AutoFixAgentCore
Releases · AutoFixAgentDemo/AutoFixAgentCore
The initial freamwork with the lib is configured
Release Notes
In this release, we have:
1. Improved and migrated the MetaGPT library to better suit our needs.
2. Introduced an initial framework along with a demo (example.py) that demonstrates how to write code based on a given requirement.
Please note:
1. The script can run successfully from the start but do not use the provided environment.yaml to create a Conda environment as it may be incorrect.
2. Instead, follow these steps to set up the environment:
conda create -n autofix python=3.9
conda activate autofix
conda install -y gymnasium fire
pip install --upgrade metagpt- After installing, change the working directory to app/core and run example.py.
- Once you configure your LLM backend correctly, you should receive the expected results.