mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-03 06:12:53 +02:00
Add AI Agents roadmap on get-started and roadmaps pages
This commit is contained in:
@@ -388,6 +388,11 @@ const groups: GroupType[] = [
|
||||
link: '/ai-engineer',
|
||||
type: 'role',
|
||||
},
|
||||
{
|
||||
title: 'AI Agents',
|
||||
link: '/ai-agents',
|
||||
type: 'role',
|
||||
},
|
||||
{
|
||||
title: 'AI Red Teaming',
|
||||
link: '/ai-red-teaming',
|
||||
|
@@ -356,6 +356,13 @@ import ChangelogBanner from '../components/ChangelogBanner.astro';
|
||||
description='Learn all you need to become an AI Engineer.'
|
||||
/>
|
||||
|
||||
<RoadmapCard
|
||||
icon={ServerCog}
|
||||
title='AI Agents'
|
||||
link='/ai-agents'
|
||||
description='Learn how to design, build and ship AI agents in 2025.'
|
||||
/>
|
||||
|
||||
<RoadmapCard
|
||||
icon={Bot}
|
||||
title='Data Analyst'
|
||||
|
Reference in New Issue
Block a user