Welcome to the TradeMindAI Framework! This guide walks you through installing the CLI, setting up your environment, and creating your first AI agent.
Before you begin, make sure you have:
Node.js v20 or newer š Download Node.js
Internet connection Required to access the TradeMind API.
This allows you to run the CLI from anywhere:
You can start the CLI in two ways:
You will be greeted with an interactive prompt.
At the CLI prompt, type:
You will be guided through a series of prompts:
Agent Name (must be unique)
Personality (e.g., "Friendly and analytical")
Description (e.g., "Expert in financial markets and trading strategies")
Model (choose from the list below)
Logo URL (optional)
To see all your created agents, type:
To start a conversation with an agent:
Type your messages and receive responses in real-time.
Type exit
or back
to return to the main menu.
Help:
Lists all available commands.
Quit:
Exits the CLI (or press Ctrl+C
).
You can choose from a variety of LLMs when creating your agent:
gpt-4
gpt-4o
claude-3.7-sonnet
claude-3-opus
mistral-7b-instruct
llama-3-70b-chat
llama-3-8b-instruct
gemini-2.5-pro
anthropic-claude-3-haiku
deepseek-R1-v3
Ensure your Node.js version is v20 or newer.
If you encounter issues, try running the CLI with:
for verbose debug output.
For API or network errors, check your internet connection.
Found a bug or want to request a feature? š Open an issue on GitHub
⨠Contributions are welcome!
This project is licensed under the MIT License.