// summary
Vibe-Trading is an AI-powered multi-agent workspace that translates natural language requests into executable trading strategies and portfolio analysis. It features 71 specialized finance skills and 29 pre-built swarm workflows to automate research, backtesting, and risk management across global markets. Users can easily export their generated strategies to platforms like TradingView, TDX, and MetaTrader 5 with a single command.
// technical analysis
Vibe-Trading is an AI-powered multi-agent finance workspace designed to bridge the gap between natural language intent and complex quantitative trading execution. By leveraging a swarm-based architecture, it orchestrates specialized agents to perform tasks ranging from strategy generation and cross-market backtesting to portfolio optimization and risk management. The project prioritizes developer experience and flexibility, offering a modular design that supports multiple LLM providers, diverse data sources, and seamless integration with existing trading platforms through standardized exports and MCP plugins.
// key highlights
// use cases
// getting started
To begin, install the package via 'pip install vibe-trading-ai' and run 'vibe-trading init' to configure your environment variables. You can then launch the interactive CLI with 'vibe-trading' or start the web interface using 'vibe-trading serve'. Alternatively, users can deploy via Docker or integrate the project as an MCP plugin for existing agentic workflows.