1
0
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:
Kamran Ahmed
2025-04-29 23:18:44 +01:00
parent 464bcb6c66
commit 5ba951e555
2 changed files with 12 additions and 0 deletions

View File

@@ -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',

View File

@@ -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'