Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task 3 - Gemini Planning Agent Web App

A standalone website that demonstrates a Planning Agent using Google AI Studio Gemini API.

The app:

  1. Takes a user goal.
  2. Uses Gemini to create a step-by-step plan.
  3. Executes each step with Gemini.
  4. Combines the outputs into a final report.

Setup

You can keep using the Gemini key from ../task2/.env, or create task3/.env:

GEMINI_API_KEY=your_google_ai_studio_key_here
GEMINI_MODEL=gemini-2.0-flash
PORT=3101

Run

npm run dev

Then open the URL printed in the terminal, usually:

http://127.0.0.1:3101

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages