Skip to content

marketagents-ai/MarketOracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

357 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 parallel market research agent orchestrator based on MarketAgents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors