Import your own Crypto AI Agent to help fetch, analyze, learn, understand and streamline your crypto work
Project description
crypto-ai-agent: copilot your Web3 journey
What is it?
crypto-ai-agent is your AI copilot during the exciting Web3 journey. It goes beyond the solely AGI trained by LLM which provides mainly chats. Using this package, users will take the power of AI and connects all the dots together, it is going to help you do the tedious work,
python package to help users create agents serve for different kinds of tasks in the Web3 and Crypto world. Crypto is fast-evolving with new knowledge everyday, keep learning and keep alerting is usually hard as there are so many opportunities to miss out. So, the best solution is, AI Agent! You can use this library to create your own AI Agents which feeds with different domain knowledge to do the tasks you assign to. This project is fully open source and you can use it as much as you want.
Training the agents is hard, and we do the hard part for you. This project is more like a wrap up toolbox for the immediate use of the power of AI. What you need to do is take the agents and formulate a team, which works best for you.
Table of Contents
Main Features
Image that one day, when you wake up, you found that you are doing a space travel alone, you have no idea what it is, where it is, the only accompany is an AI agent called crypto-ai-agent, what do you expect it provides? That is the main features for this package, it will help the beginners learn the basic rules and experts shine in the space.
So, high level speaking, there are 4 things we need to do to make sure our space travel successful:
1. Learn the Rules
There are tons of rules created by different parties, but there are consensus, evolving, but exists. But we don't have time to learn it from primary school as it is a space travel, however, luckily we can learning from the reality. By using this package, you can:
- Use the framework to train the agent, which will provides Web3 explaination
- Ask questions, take courses, take exams, take quiz, all the things will help you understand and grasp the knowledge of Web3 is provided
2. Collect Information
Information is the key, especially in this fast-pace world. It is hard to do it manually for all the chains, coins, protocols, but with the AI agents, it can highly abstrat this process and do it for you.
- Collect coins price data
- Collect news information
- Collect on-chain data
- Trace the addresses
- Collect the social media reaction
3. Analyze Information
Once we got the information, we need to take time to analyze it.
- Analyze the prices trends
- Analyze the news
- Analyze the external off-chain metrics data and bring it on-chain for more advanced analtyics
4. Take Actions
- Write the analytics reports
- Send alerts for unusal activities
- Streamline the data engineering process
Structure
For the package, we got 2 main parts: Model and Blueprint, each model serve for 1 or more rules listed above. You ask why we strcuture the project like this, this is a little bit non-technical, shouldn't we do import abcd as ad or import func_abc from dsd? Well, we can do that, that is also an option to use this package, but we don't recommend, as remember, this is a space travel, what you need to do is use it as fast as possible, and then when you got time, you can start learning the basic of the spaceship.
Model
- Professor (TODO)
- Analyst
- Engineer (TODO)
- Blacksmith (TODO)
Blueprint (TODO)
In some cases, we need not only one type of role to do the jobs, but many roles should work togethere as a team per the instruction in Blueprint. To further support the automated work, we introduct Blueprint, which serves as a higher level of automated work, it is predesigned part of work and you don't need to create it
Installation
The source code is currently hosted on GitHub at: https://github.com/voltfin-crypto/crypto-ai-agent
# conda
conda install -c conda-forge crypto-ai-agent
# or PyPI
pip install crypto-ai-agent
Quick Start
Step 1: Configure your .env file locally
In the root directory, configure your .env file, make it something like:
COINGECKO_API_KEY="YOUR API KEY"
OPENAI_API_KEY="YOUR API KEY"
Step 2: Use cases
Write Technical Analytics blogs
from cagent import Analyst
analyst = Analyst("analyst")
analyst.run_technical_analytics("bitcoin", ["macd", "rsi"])
Help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crypto-ai-agent-0.0.9.tar.gz.
File metadata
- Download URL: crypto-ai-agent-0.0.9.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07b8e1629e7f5dbb8e275932ceba014541c5aa7bf558ad3841147729c5e863fe
|
|
| MD5 |
f8b3f061adc92c059774c9b4fb0afc1c
|
|
| BLAKE2b-256 |
f1f92b9796909d19cd4229d33fba0afb33e3e3170acc5514573fc82e6ba5f5af
|
File details
Details for the file crypto_ai_agent-0.0.9-py3-none-any.whl.
File metadata
- Download URL: crypto_ai_agent-0.0.9-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f102345bb1f4640304157bf8c92c359c14556d125a76480cb747e9b6a9c3006b
|
|
| MD5 |
0c3347af4cf7978dd1f4f3c9e64857e9
|
|
| BLAKE2b-256 |
bb91e0fbb0fb26c7f6157868c23a81d9abffa02c6f7332b6e2eaaa12d48c609e
|