-
Notifications
You must be signed in to change notification settings - Fork 6
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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}> |
There was a problem hiding this comment.
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.
<CardGroup cols={2}> | |
<CardGroup cols={3}> |
Copilot uses AI. Check for mistakes.
**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* |
There was a problem hiding this comment.
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.
**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.
in progress