Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions agents/30-days-of-agents/day-1.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Day 1: 30 Days of Hypermode Agents"
sidebarTitle: "Day 1: Overview"
description:
"A 30-day journey to build AI agents that act, not just chat—from natural
conversation to production-ready code"
---
7 changes: 7 additions & 0 deletions agents/30-days-of-agents/day-2.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Day 2: 30 Days of Hypermode Agents"
sidebarTitle: "Day 2: Overview"
description:
"A 30-day journey to build AI agents that act, not just chat—from natural
conversation to production-ready code"
---
7 changes: 7 additions & 0 deletions agents/30-days-of-agents/day-3.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Day 3: 30 Days of Hypermode Agents"
sidebarTitle: "Day 3: Overview"
description:
"A 30-day journey to build AI agents that act, not just chat—from natural
conversation to production-ready code"
---
7 changes: 7 additions & 0 deletions agents/30-days-of-agents/day-4.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Day 4: 30 Days of Hypermode Agents"
sidebarTitle: "Day 4: Overview"
description:
"A 30-day journey to build AI agents that act, not just chat—from natural
conversation to production-ready code"
---
7 changes: 7 additions & 0 deletions agents/30-days-of-agents/day-5.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Day 5: 30 Days of Hypermode Agents"
sidebarTitle: "Day 5: Overview"
description:
"A 30-day journey to build AI agents that act, not just chat—from natural
conversation to production-ready code"
---
7 changes: 7 additions & 0 deletions agents/30-days-of-agents/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "30 Days of Hypermode Agents"
sidebarTitle: "30 Days of Agents"
description:
"A 30-day journey to build AI agents that act, not just chat—from natural
conversation to production-ready code"
---
20 changes: 20 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
"dark": "#CC00BE"
},
"href": "https://cloud.dgraph.io"
},
{
"anchor": "30 Days of Agents",
"icon": "calendar",
"color": {
"light": "#FF00EE",
"dark": "#CC00BE"
},
"href": "https://hypermode.com/docs/agents/30-days-of-agents/overview"
}
]
},
Expand Down Expand Up @@ -73,6 +82,17 @@
"agents/agent-gallery/inventory-tracker"
]
},
{
"group": "30 Days of Agents",
"pages": [
"agents/30-days-of-agents/overview",
"agents/30-days-of-agents/day-1",
"agents/30-days-of-agents/day-2",
"agents/30-days-of-agents/day-3",
"agents/30-days-of-agents/day-4",
"agents/30-days-of-agents/day-5"
]
},
"agents/faq"
]
},
Expand Down