From 07e9a260dab350769f04197a2edf74f44b22771a Mon Sep 17 00:00:00 2001 From: vedant Date: Thu, 19 Mar 2026 23:37:35 +0530 Subject: [PATCH 1/4] added Build Your Own AI Agent --- ISSUE_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 683f25e..14922d9 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -37,3 +37,4 @@ Thanks for your contribution! If you're submitting a tutorial, please ensure it * [ ] Web Search Engine * [ ] Web Server * [ ] Uncategorized +* [ ] Build Your Own AI Agent From efceb36943865d8f4fa80937acb063fe1305cbbb Mon Sep 17 00:00:00 2001 From: vedant Date: Thu, 19 Mar 2026 23:45:23 +0530 Subject: [PATCH 2/4] heading updated --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0a2e252..68fac74 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ It's a great way to learn. * [Web Browser](#build-your-own-web-browser) * [Web Server](#build-your-own-web-server) * [Uncategorized](#uncategorized) +* [Build Your Own AI Agent](#build-your-own-AI-Agent) ## Tutorials @@ -502,3 +503,6 @@ It's a great way to learn. [![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) This repository is the work of [many contributors](https://github.com/codecrafters-io/build-your-own-x/graphs/contributors). It was started by [Daniel Stefanovic](https://github.com/danistefanovic), and is now maintained by [CodeCrafters, Inc.](https://codecrafters.io) To the extent possible under law, [CodeCrafters, Inc.](https://codecrafters.io) has waived all copyright and related or neighboring rights to this work. + + +#### Build your own `AI Agent` From 6a862059221b25da8d03dc43fc2e1d87e7a558e2 Mon Sep 17 00:00:00 2001 From: vedant Date: Thu, 19 Mar 2026 23:51:50 +0530 Subject: [PATCH 3/4] AI agent --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68fac74..78e768b 100644 --- a/README.md +++ b/README.md @@ -494,6 +494,12 @@ It's a great way to learn. * [**Rust**: _WebGL + Rust: Basic Water Tutorial_](https://www.chinedufn.com/3d-webgl-basic-water-tutorial/) * [**TypeScript**: _Tiny Package Manager: Learns how npm or Yarn works_](https://github.com/g-plane/tiny-package-manager) +#### Build your own `AI Agent` +* [**AI Agent**: What is an AI Agent?_](https://www.ibm.com/think/topics/ai-agents) + + + + ## Contribute * Submissions welcome, just send a PR, or [create an issue](https://github.com/codecrafters-io/build-your-own-x/issues/new) * Help us review [pending submissions](https://github.com/codecrafters-io/build-your-own-x/issues) by leaving comments and "reactions" @@ -505,4 +511,4 @@ It's a great way to learn. This repository is the work of [many contributors](https://github.com/codecrafters-io/build-your-own-x/graphs/contributors). It was started by [Daniel Stefanovic](https://github.com/danistefanovic), and is now maintained by [CodeCrafters, Inc.](https://codecrafters.io) To the extent possible under law, [CodeCrafters, Inc.](https://codecrafters.io) has waived all copyright and related or neighboring rights to this work. -#### Build your own `AI Agent` + From fa4f4ed92bd55328e7cddf2e770f00a6fc16c057 Mon Sep 17 00:00:00 2001 From: vedant Date: Fri, 20 Mar 2026 00:38:50 +0530 Subject: [PATCH 4/4] added AI Agents section --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78e768b..3a163a4 100644 --- a/README.md +++ b/README.md @@ -496,9 +496,16 @@ It's a great way to learn. #### Build your own `AI Agent` * [**AI Agent**: What is an AI Agent?_](https://www.ibm.com/think/topics/ai-agents) - - - +* [**Learn**: Build your first AI Agent_](https://www.aitoolskit.io/agents/building-first-ai-agent?utm_source=chatgpt.com) +* [**No code AI Agent using N8N**: Build AI Agent using N8N_](https://youtu.be/qU3fmidNbJE?si=8zBTDd_xWhgj49LG)(https://youtu.be/DV0Ln7HRyJQ?si=Veo8tNdfCtl1ZfdQ) +* [**AI Agent with code**: Make AI Agent from scrach_]() +* [**Learn Python**: python from begining](https://youtu.be/8DvywoWv6fI?si=jvf7XHc1rYoku7qm) +* [**Learn Ml**: Ml from begining](https://youtu.be/i_LwzRVP7bg?si=_rTqPnx2W8t6ISb9) +* [**Rl**: Rl for AI agents ](https://www.youtube.com/playlist?list=PLgNJO2hghbmjlE6cuKMws2ejC54BTAaWV) +* [**Build AI AGENT**: build AI agent from python](https://youtu.be/bTMPwUgLZf0?si=-zXGNDZK3e_ljnBC) +* [**Build AI AGENT**: build AI agent](https://youtu.be/w0H1-b044KY?si=CiAlsPTB-LGnmq4n) +* [**GitHub**:All AI Agents repository](https://github.com/nibzard/awesome-agentic-patterns) +* [**list**:top 10 AI AGENTS list](https://opendatascience.com/the-top-ten-github-agentic-ai-repositories-in-2025/) ## Contribute * Submissions welcome, just send a PR, or [create an issue](https://github.com/codecrafters-io/build-your-own-x/issues/new)