Skip to content

Logo

Join Waitlist Badge Youtube Channel Badge X Follow Us Badge Discord Badge Docker Badge

LlamaIndex Badge LangChain Badge

GPTStonks Multi-Agents

Description

GPTStonks Multi-Agents provides common multi-agent architectures to create copilots and autopilots that solve complex tasks.

Development

  1. Install PDM.

  2. Clone the project and install necessary packages:

    # clone project
    git clone https://github.com/GPTStonks/gptstonks.git
    cd gptstonks
    
    # install pdm
    pip install pdm
    
    # install package
    pdm install -dG default
    

Usage guide

In the notebook Multi-Agent With Tools we showcase how multi-agents can be used for advanced knowledge gathering among other tasks. In this particular case to answer music-related questions and make recommendations.