ValueCell is a community-driven, multi-agent platform for financial applications.
It provides a team of TOP investment Agents to help manage your portfolio.
Screenshot
Key Features
Multi-Agent System
Trading Agents: Agents work for market analysis, sentiment analysis, news analysis, and fundamentals analysis
AI-Hedge-Fund: Agents collaborate to provide comprehensive financial insights
SEC Agent: Provides real-time updates from SEC
Others: More agents are in planning...
Flexible Integrations
Multiple LLM Providers: Support OpenRouter, OpenAI, Anthropic, Google and Ollama
Popular Market Data: Cover US market, Crypto market, Hong Kong market, China market and more
Multi-Agent Framework Compatible: Support Langchain, Agno by A2A Protocol
Quick Start
ValueCell is a Python-based application featuring a comprehensive web interface. Follow this guide to set up and run the application efficiently.
Prerequisites
For optimal performance and streamlined development, we recommend installing the following tools:
uv - Ultra-fast Python package and project manager built in Rust bun - High-performance JavaScript/TypeScript toolkit with runtime, bundler, test runner, and package manager
Installation
Clone the repository
git clone https://github.com/ValueCell-ai/valuecell.git
cd valuecell
Configure environment variables
cp .env.example .env
Edit the .env file with your API keys and preferences. This configuration file is shared across all agents.
Configuration
Model Providers
Configure your preferred model providers by editing the .env file:
Primary Support: OpenRouter - Currently the main supported provider for most agents
TradingAgents requires the use of Memory. If you use OpenRouter as API key, configuring the Embedding model parameters will be needed (since OpenRouter does not support Embedding models). Please refer to the TradingAgents/.env.example file and copy its configuration into the .env file located in the root directory.
Choose your preferred models and providers based on your requirements and preferences.
Running the Application
Launch the complete application stack (frontend, backend, and agents):