Skip to content

A multi-agent system implementation to generate a plot comparing multiple stocks

Notifications You must be signed in to change notification settings

kartikx/multi-agent-stock-comparer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Multi Agent Stock Comparer

This is an implementation for a stock comparer using AutoGen.

There are two agents:

  1. Assistant: Takes the user prompt, writes the script, and interprets any errors in code execution.
  2. Executor: Executes scripts in a docker container, installing packages if necessary.

This code is heavily inspired from the quick start.

Demo: https://www.youtube.com/watch?v=ZbrF3raMwHA

Run it yourself!

To run this yourself, you'll need an OpenAI API key. One invocation of the program should cost less than 1c.

export OPENAI_API_KEY="<your key>"

You'll also need to install autogen packages from pip.

pip install autogen-core==0.4.0.dev2 autogen-ext==0.4.0.dev2

About

A multi-agent system implementation to generate a plot comparing multiple stocks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages