An AI agent built to handle complex financial tasks and information surrounding Aptos
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
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
- Swarm of Agents
- Aptos Indexing
Video Demo