mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-09 00:30:40 +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',
|
link: '/ai-engineer',
|
||||||
type: 'role',
|
type: 'role',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'AI Agents',
|
||||||
|
link: '/ai-agents',
|
||||||
|
type: 'role',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: 'AI Red Teaming',
|
title: 'AI Red Teaming',
|
||||||
link: '/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.'
|
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
|
<RoadmapCard
|
||||||
icon={Bot}
|
icon={Bot}
|
||||||
title='Data Analyst'
|
title='Data Analyst'
|
||||||
|
Reference in New Issue
Block a user