Skip to content

AI-powered project planning with CrewAI and Chainlit for task breakdown and resource allocation.

Notifications You must be signed in to change notification settings

Ajmalniz/Multi-Agents-CrewAI

Repository files navigation

AI-Powered Project Planning System

An intelligent project planning system built with CrewAI that automates the breakdown, estimation, and resource allocation of software projects. The system uses specialized AI agents to create comprehensive project plans with detailed tasks, timelines, and resource allocations.

Features

  • Intelligent Task Breakdown: Automatically decomposes project requirements into actionable tasks
  • Smart Resource Estimation: AI-driven estimation of time and resource requirements
  • Automated Resource Allocation: Intelligent assignment of tasks to team members
  • Multi-Format Output:
    • Structured JSON project plans
    • HTML visualizations of tasks and milestones
    • Markdown project summaries

Prerequisites

  • Python 3.11 or higher
  • Git

Installation

  1. Clone the repository:

2. Create and activate a virtual environment:
```bash
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies using uv:
uv sync
  1. to run the project:
uv run chainlit run src/multiagent/app.py -w

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 License

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

🙏 Acknowledgments

  • CrewAI for the multi-agent framework
  • Chainlit for the chat interface
  • UV for dependency management

🔗 Links

portfolio linkedin gmail

About

AI-powered project planning with CrewAI and Chainlit for task breakdown and resource allocation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published