Skip to content

krishnatray/multi-ai-coding-agent

 
 

Repository files navigation

πŸ€– Multi-AI Coding Agent Projects

License: MIT Last Commit Docker Compose

Production-ready, multi-agent AI systems that you can clone, customize, and deploy in minutes.

This repository provides a collection of self-contained, professional-grade AI applications built with a modern tech stack. It is designed for students, developers, and entrepreneurs who want to build and deploy AI solutions efficiently.

πŸš€ Getting Started

For a complete setup guide, please see the Quick Start Guide.

🎯 Core Objectives

  • Natural Language AI Development: Extend and customize AI projects through conversational development.
  • Enterprise-Ready & Developer-Friendly: Built with a vendor-agnostic, enterprise architecture from day one, ensuring no lock-in and a developer-friendly experience.
  • Business Value-Driven Workflow: Enables a forward-deployed engineer workflow, allowing for rapid prototyping and iteration to solve real-world business problems.

Workflow Overview

The diagram below illustrates the development workflow, from initial setup to running an application.

graph TD
    subgraph "Setup"
        A[Start Here] --> B["[Install AI Coding Environment](./setup/quick-start.md)"];
    end

    subgraph "Project Initiation"
        B --> C{Clone Project};
        C --> D["Start AI Coding Agent (e.g., Claude Code)"];
    end

    subgraph "Explore & Understand"
        D --> E{Test Existing Projects};
        E --> F["Update API Keys"];
        F --> G["Run Project (e.g., Content Generator)"];
        G --> H["Understand Tech Stack & Architecture"];
        H --> E;
    end

    subgraph "Iterative Development Cycle"
        D --> I{Create New Project};
        I --> J["Copy Existing Project (e.g., 'copy project 1 to project_new')"];
        J --> K["Define Requirements (PRD)"];
        K --> L["Modify Use Case using Natural Language (e.g., 'change to market research tool')"];
        L --> M{Cross-check with other AI Agents};
        M --> N["Test & Refine"];
        N --> L;
    end

    subgraph "Goal"
        N --> O["Contribute to<br>Containerized Best Practices"];
    end

    H --> I;
Loading

πŸ“‚ The Projects

Each project is a complete, standalone application.

Project Description Status
01-content-generator Multi-agent content creation with a real-time UI. βœ… Ready
02-expense-tracker Automates business expense categorization. βœ… Ready
03-task-tracker Natural-language task logging to Google Sheets. βœ… Ready
04-Google-OAuth Team task tracker with Google OAuth integration. βœ… Ready
adk-quickstart Containerized Google ADK with custom chat frontend. βœ… Ready
05-cloud-deployment Guides for deploying these projects to the cloud. πŸ—“οΈ Nov 2025 Release

For more details, see the README file within each project folder.

🀝 Contributing

We welcome contributions! Please see our Contributing Guidelines and Code of Conduct.

πŸ“„ License

This project is licensed under the MIT License. See the LICENSE file for details.

About

multi-ai-coding-agent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.8%
  • Python 38.3%
  • CSS 8.7%
  • Makefile 3.5%
  • Dockerfile 1.8%
  • HTML 0.6%
  • Shell 0.3%