Synchaev is a user interface designed for interacting with agent training data created using a synthetic (LLM created) environment.
To install Synchaev, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/synchaev.git
- Navigate to the project directory
cd synchaev
- Install from source
pip install -e .
Launch the application with streamlit:
export OPENAI_API_KEY="sk-<your_key>"
streamlit run ./app.py
Record Agent-Environment conversation:
python ./record.py
A report on our experiments to improve LLMs as general purpose agents can be found here.