Skip to content

Jameson-Crate/aptos-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aptos Financial Agent

An AI agent built to handle complex financial tasks and information surrounding Aptos

Installation

Install necessary dependencies with pip in a conda environemnt

  git clone https://github.com/Jameson-Crate/aptos-agent.git
  cd aptos-agent
  conda create -n aptos python=3.10
  conda activate aptos
  pip install -r requirements.txt

Add the necessary environemnt variables following .env_template in a .env file

Usage/Examples

Run the agent with

  python3 main.py

Once running you can ask the routing agent questions and it will route you to the necessary agent

Features

  • Swarm of Agents
  • Aptos Indexing

Demo

Video Demo

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages