{"id":50964727,"url":"https://github.com/jezreal-dev/google-ai-agents-intensive","last_synced_at":"2026-06-18T18:32:37.961Z","repository":{"id":365214646,"uuid":"1270027811","full_name":"jezreal-dev/google-ai-agents-intensive","owner":"jezreal-dev","description":"My portfolio and projects for the Google 5-Day AI Agents Intensive Course.","archived":false,"fork":false,"pushed_at":"2026-06-16T10:10:45.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-16T12:11:48.603Z","etag":null,"topics":["agentic-engineering","ai-agents","css-animations","google-ai-agents","javascript","portfolio","vibe-coding"],"latest_commit_sha":null,"homepage":"https://jezreal-dev.github.io/google-ai-agents-intensive/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jezreal-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-15T10:08:49.000Z","updated_at":"2026-06-16T10:10:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jezreal-dev/google-ai-agents-intensive","commit_stats":null,"previous_names":["jezreal-dev/google-ai-agents-intensive"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jezreal-dev/google-ai-agents-intensive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jezreal-dev%2Fgoogle-ai-agents-intensive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jezreal-dev%2Fgoogle-ai-agents-intensive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jezreal-dev%2Fgoogle-ai-agents-intensive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jezreal-dev%2Fgoogle-ai-agents-intensive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jezreal-dev","download_url":"https://codeload.github.com/jezreal-dev/google-ai-agents-intensive/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jezreal-dev%2Fgoogle-ai-agents-intensive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34503508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-engineering","ai-agents","css-animations","google-ai-agents","javascript","portfolio","vibe-coding"],"created_at":"2026-06-18T18:32:36.895Z","updated_at":"2026-06-18T18:32:37.954Z","avatar_url":"https://github.com/jezreal-dev.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google AI Agents Intensive Course Portfolio\n\nWelcome to my portfolio for the **5-Day AI Agents: Intensive Vibe Coding Course With Google** (June 15 - June 19, 2026).\n\nThis repository contains all my course notes, daily assignment reflections, progress trackers, and projects developed throughout the intensive program.\n\n---\n\n## 📅 Course Roadmap \u0026 Deliverables\n\n*   **Day 1: Introduction to Agents \u0026 Vibe Coding**\n    *   **Topic**: Transition from manual coding syntax to natural language intent (\"vibe coding\").\n    *   **Deliverables**: [day1_notes.md](file:///C:/Users/USER/.gemini/antigravity/scratch/google-ai-agents-intensive/notes/day1_notes.md) (Notes), Snowflakes \u0026 Balloons Web App prototype ([index.html](file:///C:/Users/USER/.gemini/antigravity/scratch/google-ai-agents-intensive/index.html) served at root).\n*   **Day 2: Agent Tools \u0026 Interoperability**\n    *   **Topic**: Connecting agents to external APIs, code execution, and multi-agent setups.\n    *   **Deliverables**: [day2_notes.md](file:///C:/Users/USER/.gemini/antigravity/scratch/google-ai-agents-intensive/notes/day2_notes.md) (Notes \u0026 central MCP Setup), [cli_usage.md](file:///C:/Users/USER/.gemini/antigravity/scratch/google-ai-agents-intensive/docs/cli_usage.md) (CLI Guidelines), [SECURITY.md](file:///C:/Users/USER/.gemini/antigravity/scratch/google-ai-agents-intensive/SECURITY.md) (Security Policy), and [.github/dependabot.yml](file:///C:/Users/USER/.gemini/antigravity/scratch/google-ai-agents-intensive/.github/dependabot.yml) (Automated Security Updates).\n*   **Day 3: Agent Skills**\n    *   **Topic**: Implementing memory, handling long-context windows, and building modular agentic skills. *(Upcoming)*\n*   **Day 4: Vibe Coding Agent Security and Evaluation**\n    *   **Topic**: Testing, guardrails, security benchmarks, and safety evaluations. *(Upcoming)*\n*   **Day 5: Spec-Driven Production Grade Development**\n    *   **Topic**: Cloud deployment (Cloud Run), debugging, and fleet orchestration. *(Upcoming)*\n\n---\n\n## 📂 Project Structure\n\n```text\ngoogle-ai-agents-intensive/\n│\n├── .github/\n│   └── dependabot.yml       # Automated dependency security scanning\n│\n├── .agents/\n│   └── skills/\n│       └── hello-world-skill/\n│           └── SKILL.md     # Day 3: Local declarative agent skill definition\n│\n├── docs/\n│   └── cli_usage.md            # Guidelines for using agy CLI and agentapi\n│\n├── notes/\n│   ├── day1_notes.md           # Unit 1: Podcast and Whitepaper summaries\n│   ├── day2_notes.md           # Unit 2: Podcast/Whitepaper notes \u0026 local MCP config\n│   ├── day3_notes.md           # Unit 3: Podcast/Whitepaper summaries (Agent Skills)\n│   ├── day4_notes.md           # Unit 4: Podcast/Whitepaper summaries (Security \u0026 Eval)\n│   └── emails.md               # Converted raw email announcements\n│\n├── scripts/\n│   ├── expense_agent.py        # Day 4: Expense approval agent featuring HITL\n│   ├── expense_results.json    # Log of expense results\n│   └── security_scan.py        # Day 4: Local threat credential scanner\n│\n├── README.md               # Course overview \u0026 portfolio index\n├── progress.md             # Interactive checklist for course requirements\n├── SECURITY.md             # Vulnerability reporting guidelines\n│\n├── index.html              # Web page dashboard structure (deployed to root)\n├── index.css               # Custom snowflakes and balloons animations\n└── index.js                # Interactive trigger and cleanup logic\n```\n\n---\n\n## 🛠️ Getting Started \u0026 Local Setup\n\n### 1. View the Day 1 Animations Web App\nTo view the interactive prototype locally:\n1. Open the repository root.\n2. Launch a local web server (e.g., Python `python -m http.server` or VS Code Live Server).\n3. Open the root URL in your browser to test the interactive falling snowflakes and rising balloons!\n\n### 2. Configure Google Developer Knowledge MCP (Day 2)\nTo enable the Google Developer Knowledge MCP server locally in your Antigravity environment:\n1. Create a Google Cloud API Key restricted to the Google Developer Knowledge API.\n2. Add the configuration to your central configuration file `~/.gemini/antigravity/mcp_config.json`:\n   ```json\n   {\n     \"mcpServers\": {\n       \"google-developer-knowledge\": {\n         \"headers\": {\n           \"X-Goog-Api-Key\": \"\u003cYOUR_API_KEY\u003e\"\n         },\n         \"serverUrl\": \"https://developerknowledge.googleapis.com/mcp\"\n       }\n     }\n   }\n   ```\n3. Test your MCP connection using the Antigravity TUI or CLI by querying: *\"Does Google Workspace support MCP servers?\"*\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjezreal-dev%2Fgoogle-ai-agents-intensive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjezreal-dev%2Fgoogle-ai-agents-intensive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjezreal-dev%2Fgoogle-ai-agents-intensive/lists"}