AI Crew is a revolutionary workspace where you can collaborate with a team of specialized AI agents to build products, create content, and manage your entire business. Think of it as your virtual company with 35+ expert AI agents across 8 departments.
API keys for at least one AI provider (Gemini, OpenAI, Claude, or DeepSeek)
Installation
Clone the repository
git clone https://github.com/quyangminddock/ai_crew.git
cd ai_crew
Install dependencies
npm install
# or
yarn install
# or
pnpm install
Set up environment variables
Create a .env.local file in the root directory:
# Required: At least one AI provider API key
GOOGLE_GENERATIVE_AI_API_KEY=your_gemini_api_key
OPENAI_API_KEY=your_openai_api_key
ANTHROPIC_API_KEY=your_claude_api_key
DEEPSEEK_API_KEY=your_deepseek_api_key
# Optional: Default AI model
DEFAULT_AI_MODEL=gemini-2.0-flash-exp
Select a Department - Choose from 8 departments based on your task
Pick an Agent - Select the specialized agent that best fits your needs
Start a Conversation - Chat with your agent or assign tasks in natural language
Agent Collaboration - Agents can hand off tasks to other departments
Track Progress - Monitor all active tasks in your workspace
Example Task Flow
User: "I need to analyze market trends for a new AI product"
↓
System: Assigns to Trend Researcher (Product Department)
↓
Trend Researcher: Analyzes market data and trends
↓
Can hand off to UI Designer for mockups or Marketing for strategy
AI Crew is a revolutionary workspace where you can collaborate with a team of specialized AI agents to build products, create content, and manage your entire business. Think of it as your virtual company with 35+ expert AI agents across 8 departments.