Skip to content

skjainmiah/CodeMindiAI

Repository files navigation

🤖 CodeMind AI

Advanced Multi-Agent AI Coding Assistant for VS Code

Build faster with 10+ specialized AI agents working together in parallel!


✨ Features

Multi-Agent System - 3 specialized agents (Architect, Backend, Frontend)
File Operations - Automatic file creation and management
Beautiful Dashboard - Real-time monitoring with live metrics
Cost Tracking - Track tokens and costs in real-time
Task History - Review all completed tasks
Smart Orchestration - Automatic agent selection


🚀 Quick Start

Install & Setup (5 minutes)

# 1. Install dependencies
npm install

# 2. Compile TypeScript
npm run compile

# 3. Test in VS Code
code .
# Then press F5

# 4. Configure API key
# Press Ctrl+Shift+P
# Type: "CodeMind: Configure API Key"
# Enter your Anthropic API key

# 5. Try it!
# Press Ctrl+Shift+A
# Type: "Create a hello.js file"

See INSTALL.md for detailed instructions.


🎯 Usage

Keyboard Shortcut

Press Ctrl+Shift+A (or Cmd+Shift+A on Mac)

Commands

  • CodeMind: Process Request - Main command
  • CodeMind: Show Dashboard - Open dashboard
  • CodeMind: Configure API Key - Set up API
  • CodeMind: Test Connections - Test API
  • CodeMind: View History - See past tasks

💡 Example Requests

"Create an Express.js REST API with CRUD operations"
"Build a React todo list component with hooks"
"Design the database schema for a blog application"
"Create a Node.js script to process CSV files"

🤖 Available Agents

Agent Role Specializes In
Architect System Design Architecture, database design, API planning
Backend Server Code APIs, servers, business logic, databases
Frontend UI Development React components, interfaces, styling

More agents coming in v0.2!


📊 Dashboard Features

  • Real-time Agent Monitoring - See what each agent is doing
  • Live Metrics - Cost, tokens, success rate
  • Task History - Review completed tasks
  • Progress Tracking - Per-agent progress bars

🔧 Requirements

  • VS Code 1.80+
  • Node.js 18+
  • Anthropic API key (Get one here)

📝 License

MIT


🙏 Credits

Built with:


🎉 What's Next?

Coming in Day 2:

  • 7 more specialized agents
  • GitHub integration
  • Memory & learning
  • Enhanced dashboard
  • MCP support

Happy Coding with CodeMind AI! 🚀

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published