TradeCraft

TradeCraft: an Arena for Long-term Strategic Social Reasoning and Planning

โœจ Highlights โœจ

๐Ÿš€ Key Features

๐Ÿ—๏ธ Architecture & Pipeline

Pipeline

๐Ÿ“Š Benchmark & Evaluation

๐Ÿ’พ Dataset & Game Rules

โš™๏ธ Setup

Installation

# Create and activate a conda environment (Python 3.10 recommended)
conda create -n tradecraft python=3.10
conda activate tradecraft

# Install dependencies
pip install -r requirements.txt

Configuration

Create a .env file in the root directory for API configurations:

OPENAI_API_KEY=your_openai_api_key
CLAUDE_API_KEY=your_claude_api_key
GEMINI_API_KEY=your_gemini_api_key
# Add other necessary API keys or configurations

Running the Server

# Start the game server
# It will typically run on http://localhost:5000
python tradeCraft/run_server.py

๐ŸŽฎ Usage

๐Ÿ“œ License

This project is licensed under the terms of the [Specify License Name - e.g., MIT License]. Please see the LICENSE file for more details.

๐Ÿ™ Acknowledgements