Metadata-Version: 2.2
Name: econ-llm
Version: 0.1.5
Summary: LLM Agents for Game Theory Experiments
Author-email: Jawand Singh <jawandsingh@gmail.com>
Keywords: game theory,LLM,agents,experiments
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: openai>=1.0
Requires-Dist: matplotlib
Requires-Dist: selenium
Requires-Dist: chromedriver-autoinstaller
Requires-Dist: pandas
Requires-Dist: dill

# econ-llm
A python package that uses LLM agents to automate experiments using the VEcon Lab Website.

## Installation
To install the package, run the following command:
```bash
pip install econ-llm
```

## Usage
Note: you need a `secrets.txt` in the same directory as execution with an OpenAI API key.
```bash
econ-llm run [experiment_id] [first_name] [last_name]
```

## Output
The output will be saved in the `output` directory in the directory where the command was executed. Run numbers are automatically incremented.

## Specification
The package is currently using `gpt-3.5-turbo` as the modeol from OpenAI.
