Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.16 KB

File metadata and controls

55 lines (36 loc) · 1.16 KB

Market Agents

Overview

This project provides agent framework for creating market agents with economic incentive. The agents have utilities for parallel AI inference and prompt caching using large language models (LLMs).

Image Alt Text

Installation

To install the market_agents package in editable mode, follow these steps:

  1. Clone the repository:

    git clone https://github.com/marketagents-ai/MarketAgents.git
    cd MarketAgents
  2. Install the package in editable mode:

    pip install -e .
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Follow the README.md (just navigate to market_agents/agents/db)

    cat ./market_agents/agents/db/README.md
  5. Make a copy of .env.example

    cp .env.example .env

    Note: Setup API keys and more...

  6. Edit the market_agents/orchestrator_config.yaml accoding to your configuration

Running Examples

You can run the run_simulation.sh as follows:

sh market_agents/run_simulation.sh