Skip to content

UptownResearch/synchaev

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published