Skip to content

Agent bootcamp week 3 #162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Agent bootcamp week 3 #162

wants to merge 1 commit into from

Conversation

danstarns
Copy link
Member

in progress

@Copilot Copilot AI review requested due to automatic review settings July 13, 2025 19:00
@danstarns danstarns requested a review from a team as a code owner July 13, 2025 19:00
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds Week 3 content to the Agent Bootcamp documentation, introducing a domain-specific agents overview and detailed Day 11–15 lesson pages, and updates the site navigation accordingly.

  • Introduces a new “Week 3: Domain-Specific Agents” landing page.
  • Adds Day 11–15 MDX lesson files covering multi-agent collaboration, workflow automation, integrations, and a reflective exercise.
  • Updates docs.json to include the Week 3 group in the sidebar navigation.

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
docs.json Added a Week 3 group with new pages in navigation
agents/30-days-of-agents/domain-specific-agents.mdx New Week 3 overview with CardGroup for domain tracks
agents/30-days-of-agents/day-11.mdx Day 11: Multi-agent collaboration lesson
agents/30-days-of-agents/day-12.mdx Day 12: GitHub & Vercel integration lesson
agents/30-days-of-agents/day-13.mdx Day 13: Database connections lesson
agents/30-days-of-agents/day-14.mdx Day 14: Enterprise integration & security lesson
agents/30-days-of-agents/day-15.mdx Day 15: Week 3 reflection and strategic planning

You can follow domains that match your work, or complete multiple tracks to
become an **Agent Super Builder**.

<CardGroup cols={2}>
Copy link
Preview

Copilot AI Jul 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The CardGroup is set to 2 columns but contains 5 cards; consider adjusting cols to 3 to improve layout symmetry and readability.

Suggested change
<CardGroup cols={2}>
<CardGroup cols={3}>

Copilot uses AI. Check for mistakes.

Comment on lines +34 to +36
**Day 12: GitHub & Vercel Integration** Create agents that manage code
repositories, deployments, and development workflows with engineering
expertise. *Perfect for: Developers, DevOps Teams, Platform Engineers*
Copy link
Preview

Copilot AI Jul 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] This card’s description is placed inline with the title, which differs from the other cards’ formatting; consider moving the description to its own line for consistency.

Suggested change
**Day 12: GitHub & Vercel Integration** Create agents that manage code
repositories, deployments, and development workflows with engineering
expertise. *Perfect for: Developers, DevOps Teams, Platform Engineers*
**Day 12: GitHub & Vercel Integration**
Create agents that manage code repositories, deployments, and development workflows with engineering expertise.
*Perfect for: Developers, DevOps Teams, Platform Engineers*

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant