CoolFace
Apppublic

chmadan99/ai-project-manager-assistant

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes
App README

๐Ÿค– AI Project Manager Assistant

Turn a plain-English project description into a complete, risk-aware project plan using a self-improving LangGraph agent.

What it does

  • โ€”Breaks your project into 6โ€“12 concrete tasks with effort estimates
  • โ€”Maps task dependencies (what must happen before what)
  • โ€”Builds a day-by-day timeline with parallel work where possible
  • โ€”Assigns tasks to team members based on skills
  • โ€”Scores overall risk (0โ€“10) and identifies individual risk items
  • โ€”Automatically iterates to improve the plan until risk is acceptable

How to use

  1. 1.Enter your project description
  2. 2.List your team members and their skills
  3. 3.Click Generate Project Plan

Stack

  • โ€”LangGraph โ€” stateful agent workflow with improvement loop
  • โ€”LangChain + GPT-4o-mini โ€” LLM calls at each step
  • โ€”Gradio โ€” interactive UI

Run with live AI

Fork this Space and add OPENAI_API_KEY to Space Secrets (Settings โ†’ Variables and secrets).

GitHub

MadanMohan0537/ai-project-manager-assistant