From 3982a3b9832f52248033b9fac92e6fcc4a6991d9 Mon Sep 17 00:00:00 2001 From: hamsehmahamud Date: Tue, 11 Aug 2026 23:57:23 +0300 Subject: [PATCH 1/6] add topic and collections of agentic-ai --- collections/agentic-ai/index.md | 10 ++++++++++ topics/agentic-ai/index.md | 0 2 files changed, 10 insertions(+) create mode 100644 collections/agentic-ai/index.md create mode 100644 topics/agentic-ai/index.md diff --git a/collections/agentic-ai/index.md b/collections/agentic-ai/index.md new file mode 100644 index 000000000000..fa99ffab0e80 --- /dev/null +++ b/collections/agentic-ai/index.md @@ -0,0 +1,10 @@ +--- +items: + - Significant-Gravitas/AutoGPT + - microsoft/autogen + - hwchase17/langchain + - mshumer/gpt-researcher +display_name: AI Agents +created_by: your-github-username +--- +Autonomous AI agents that execute multi-step software tasks, code generation, and complex workflows. These agentic systems leverage large language models (LLMs) to reason, formulate plans, interact with external tools, and achieve complex, open-ended software goals with minimal human intervention. \ No newline at end of file diff --git a/topics/agentic-ai/index.md b/topics/agentic-ai/index.md new file mode 100644 index 000000000000..e69de29bb2d1 From 05dbc15f30fc4514cf66693edce5b5156b8d9412 Mon Sep 17 00:00:00 2001 From: hamsehmahamud Date: Wed, 12 Aug 2026 00:15:30 +0300 Subject: [PATCH 2/6] Fix agentic-ai front matter and body for passing tests --- topics/agentic-ai/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/topics/agentic-ai/index.md b/topics/agentic-ai/index.md index e69de29bb2d1..eb63b122cee1 100644 --- a/topics/agentic-ai/index.md +++ b/topics/agentic-ai/index.md @@ -0,0 +1,8 @@ +--- +display_name: AI Agents +short_description: Autonomous AI agents that execute multi-step software tasks, code generation, and complex workflows. +topic: agentic-ai +wikipedia_url: https://en.wikipedia.org/wiki/Intelligent_agent +aliases: ai-agents, agentic-workflows +--- +AI Agents (or Agentic AI) refer to autonomous or semi-autonomous artificial intelligence systems designed to execute multi-step software tasks, automate code generation, and manage complex workflows. Unlike traditional conversational AI that simply responds to prompts, agentic systems can formulate plans, use external tools, make decisions, and interact with various digital environments to achieve user-defined goals efficiently. \ No newline at end of file From 21c109520f0c6e26bce240e3c65c89d7c455585c Mon Sep 17 00:00:00 2001 From: hamsehmahamud Date: Wed, 12 Aug 2026 00:28:08 +0300 Subject: [PATCH 3/6] Fix agentic-ai front matter and body for passing tests and adding collections --- collections/agentic-ai/index.md | 12 +++++------- topics/agentic-ai/index.md | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/collections/agentic-ai/index.md b/collections/agentic-ai/index.md index fa99ffab0e80..eb63b122cee1 100644 --- a/collections/agentic-ai/index.md +++ b/collections/agentic-ai/index.md @@ -1,10 +1,8 @@ --- -items: - - Significant-Gravitas/AutoGPT - - microsoft/autogen - - hwchase17/langchain - - mshumer/gpt-researcher display_name: AI Agents -created_by: your-github-username +short_description: Autonomous AI agents that execute multi-step software tasks, code generation, and complex workflows. +topic: agentic-ai +wikipedia_url: https://en.wikipedia.org/wiki/Intelligent_agent +aliases: ai-agents, agentic-workflows --- -Autonomous AI agents that execute multi-step software tasks, code generation, and complex workflows. These agentic systems leverage large language models (LLMs) to reason, formulate plans, interact with external tools, and achieve complex, open-ended software goals with minimal human intervention. \ No newline at end of file +AI Agents (or Agentic AI) refer to autonomous or semi-autonomous artificial intelligence systems designed to execute multi-step software tasks, automate code generation, and manage complex workflows. Unlike traditional conversational AI that simply responds to prompts, agentic systems can formulate plans, use external tools, make decisions, and interact with various digital environments to achieve user-defined goals efficiently. \ No newline at end of file diff --git a/topics/agentic-ai/index.md b/topics/agentic-ai/index.md index eb63b122cee1..6a3adf6a2815 100644 --- a/topics/agentic-ai/index.md +++ b/topics/agentic-ai/index.md @@ -3,6 +3,6 @@ display_name: AI Agents short_description: Autonomous AI agents that execute multi-step software tasks, code generation, and complex workflows. topic: agentic-ai wikipedia_url: https://en.wikipedia.org/wiki/Intelligent_agent -aliases: ai-agents, agentic-workflows +aliases: agentic-workflows --- AI Agents (or Agentic AI) refer to autonomous or semi-autonomous artificial intelligence systems designed to execute multi-step software tasks, automate code generation, and manage complex workflows. Unlike traditional conversational AI that simply responds to prompts, agentic systems can formulate plans, use external tools, make decisions, and interact with various digital environments to achieve user-defined goals efficiently. \ No newline at end of file From 88579c5949aad395b16dc9a42252bd159804927e Mon Sep 17 00:00:00 2001 From: hamsehmahamud Date: Wed, 12 Aug 2026 00:35:54 +0300 Subject: [PATCH 4/6] fix: solving error in collections/agentic-ai/ --- collections/agentic-ai/index.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/collections/agentic-ai/index.md b/collections/agentic-ai/index.md index eb63b122cee1..fa99ffab0e80 100644 --- a/collections/agentic-ai/index.md +++ b/collections/agentic-ai/index.md @@ -1,8 +1,10 @@ --- +items: + - Significant-Gravitas/AutoGPT + - microsoft/autogen + - hwchase17/langchain + - mshumer/gpt-researcher display_name: AI Agents -short_description: Autonomous AI agents that execute multi-step software tasks, code generation, and complex workflows. -topic: agentic-ai -wikipedia_url: https://en.wikipedia.org/wiki/Intelligent_agent -aliases: ai-agents, agentic-workflows +created_by: your-github-username --- -AI Agents (or Agentic AI) refer to autonomous or semi-autonomous artificial intelligence systems designed to execute multi-step software tasks, automate code generation, and manage complex workflows. Unlike traditional conversational AI that simply responds to prompts, agentic systems can formulate plans, use external tools, make decisions, and interact with various digital environments to achieve user-defined goals efficiently. \ No newline at end of file +Autonomous AI agents that execute multi-step software tasks, code generation, and complex workflows. These agentic systems leverage large language models (LLMs) to reason, formulate plans, interact with external tools, and achieve complex, open-ended software goals with minimal human intervention. \ No newline at end of file From fc944caab6d2ec21099e009f4ac0606ffaaa542c Mon Sep 17 00:00:00 2001 From: Hamse Mohamoud Ismail <143444971+hamsehmahamud@users.noreply.github.com> Date: Thu, 13 Aug 2026 06:53:40 +0300 Subject: [PATCH 5/6] Update created_by field in index.md --- collections/agentic-ai/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collections/agentic-ai/index.md b/collections/agentic-ai/index.md index fa99ffab0e80..7ae40873a589 100644 --- a/collections/agentic-ai/index.md +++ b/collections/agentic-ai/index.md @@ -5,6 +5,6 @@ items: - hwchase17/langchain - mshumer/gpt-researcher display_name: AI Agents -created_by: your-github-username +created_by: hamsehmahamud --- -Autonomous AI agents that execute multi-step software tasks, code generation, and complex workflows. These agentic systems leverage large language models (LLMs) to reason, formulate plans, interact with external tools, and achieve complex, open-ended software goals with minimal human intervention. \ No newline at end of file +Autonomous AI agents that execute multi-step software tasks, code generation, and complex workflows. These agentic systems leverage large language models (LLMs) to reason, formulate plans, interact with external tools, and achieve complex, open-ended software goals with minimal human intervention. From 9318580abac06fd00890f781bedf05bf9a2226f8 Mon Sep 17 00:00:00 2001 From: Eric Sorenson Date: Thu, 13 Aug 2026 10:57:40 -0700 Subject: [PATCH 6/6] Delete collections/agentic-ai/index.md --- collections/agentic-ai/index.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 collections/agentic-ai/index.md diff --git a/collections/agentic-ai/index.md b/collections/agentic-ai/index.md deleted file mode 100644 index 7ae40873a589..000000000000 --- a/collections/agentic-ai/index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -items: - - Significant-Gravitas/AutoGPT - - microsoft/autogen - - hwchase17/langchain - - mshumer/gpt-researcher -display_name: AI Agents -created_by: hamsehmahamud ---- -Autonomous AI agents that execute multi-step software tasks, code generation, and complex workflows. These agentic systems leverage large language models (LLMs) to reason, formulate plans, interact with external tools, and achieve complex, open-ended software goals with minimal human intervention.