- 🛠️ Full-featured Discord, Twitter, and Telegram connectors for social media integration
- 🔗 Chat with Several ChatGPT Models (Llama, Grok, OpenAI, Anthropic, Gemini, etc.)
- 👥 Multi-agent and room support to create dynamic environments
- 💾 Retrievable memory and document store for consistent interaction history
- 💹 Trade Tokens and Make Rewards on Bitcoin, Solana & Ethereum Networks
- 🤖 Chatbots for customer service, personal assistants, and more
- 📈 Business Process Handling including automation and task management
- 🧠 Crypto Trading with AI-driven strategies on Bitcoin, Solana, and Ethereum networks
Make sure you have the following installed:
Note for Windows Users: WSL 2 is required.
Clone the repository and get started quickly:
git clone https://github.com/FCBtc1116/Trading-Support-Agent.git cd Crypto-AI-Agent cp .env.example .env pnpm i && pnpm build && pnpm start- Checkout the Latest Release
git clone https://github.com/toptrendev0829/Trading-Support-Agent.git- Edit the .env file
Copy .env.example to .env and fill in the appropriate values.
cp .env.example .env- Start Crypto AI
pnpm i pnpm build pnpm startIf you encounter issues, you can clean and rebuild the project:
pnpm clean pnpm build pnpm startOnce project is running, you can interact with it via a browser:
pnpm start:clientOpen the browser at the given URL to chat with your agent.
You can also set up and run AI Agent automatically using the provided start script:
sh scripts/start.sh-
Load Custom Characters
To load a custom character, use:
pnpm start --characters="path/to/your/character.json" -
Connect with X (Twitter)
To integrate with X (formerly Twitter), modify the character JSON:
"clients": ["twitter"]
- SUI
- Solana
- Ethereum
- AI-driven Trading Strategies: Automatically trade and earn rewards on supported blockchain networks.
- Secure Wallet Integration: Connect your wallets to perform transactions directly via the AI agent.
Note: Ensure that you have set up the appropriate API keys for trading and connected your wallet before starting.
If you face errors during setup, install the necessary dependencies such as Sharp:
pnpm install --include=optional sharp