Inspiration
Most AI today waits for you to ask. TaskFlow does the opposite: it turns a plain-language request into an executable workflow.
What it does
Describe a task in natural language, and TaskFlow decomposes it into steps, simulates execution, and returns a structured plan, execution log, and summary.
How we built it
Node.js + Express on Google Cloud Run, powered by Google Agent Development Kit (ADK) and Gemini 3.5 Flash. The UI is vanilla HTML/CSS/JS, and the app supports both real Gemini execution and mock fallback for local testing.
Challenges
Keeping the workflow output structured and consistent while integrating ADK, Gemini, and a simple web front end.
Accomplishments
A working AI workflow agent deployed on Google Cloud Run with a clean, shareable demo flow.
Built With
- css
- express.js
- google-gemini
- html
- javascript
- node.js
Log in or sign up for Devpost to join the conversation.