Skip to content

ayushnangia/MarketAgents

 
 

Repository files navigation

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

Running Examples

You can run the orchestrator as follows:

python3 market_agents/orchestrator.py

About

A distributed agent orchestration framework for market agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 91.5%
  • Jupyter Notebook 3.4%
  • HTML 3.2%
  • Shell 0.9%
  • TeX 0.5%
  • CSS 0.3%
  • Other 0.2%