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).
To install the market_agents package in editable mode, follow these steps:
-
Clone the repository:
git clone https://github.com/marketagents-ai/MarketAgents.git cd MarketAgents -
Install the package in editable mode:
pip install -e . -
Install the required dependencies:
pip install -r requirements.txt
You can run the orchestrator as follows:
python3 market_agents/orchestrator.py