A standalone website that demonstrates a Planning Agent using Google AI Studio Gemini API.
The app:
- Takes a user goal.
- Uses Gemini to create a step-by-step plan.
- Executes each step with Gemini.
- Combines the outputs into a final report.
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=3101npm run devThen open the URL printed in the terminal, usually:
http://127.0.0.1:3101