Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 811 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 811 Bytes

Synchaev

Introduction

Synchaev is a user interface designed for interacting with agent training data created using a synthetic (LLM created) environment.

Setup

To install Synchaev, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/synchaev.git
  2. Navigate to the project directory
    cd synchaev
  3. Install from source
    pip install -e .

Usage

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.