From d0a3a5a8356ca051c75bba71868766b4a085e89e Mon Sep 17 00:00:00 2001 From: "Torsten C." <5834405+TorstenC@users.noreply.github.com> Date: Thu, 9 Apr 2026 19:48:48 +0200 Subject: [PATCH 1/3] Create `topics/ai-agent/index.md` --- topics/ai-agent/index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 topics/ai-agent/index.md diff --git a/topics/ai-agent/index.md b/topics/ai-agent/index.md new file mode 100644 index 00000000000..8910a577496 --- /dev/null +++ b/topics/ai-agent/index.md @@ -0,0 +1,17 @@ +--- +aliases: ai-agents, ai-autonomous-agent +display_name: AI Agent +short_description: Autonomous software systems that use foundation models to reason, plan, and take actions. +topic: ai-agent +related: + - agent-harness + - llm + - chatbot + - machine-learning + - mcp +--- + + +An **AI agent** is a software system that autonomously perceives its environment, makes decisions, and takes actions to achieve goals — typically powered by large language models (LLMs). Unlike simple chatbots, AI agents can use tools, access external data, execute code, browse the web, and manage multi-step workflows without continuous human guidance. + +AI agents range from coding assistants that edit files and run tests (Claude Code, Gemini CLI, Cursor) to browser automation systems (browser-use), computer-use agents (CUA), workflow builders (Activepieces), and multi-agent teams (CrewAI, deer-flow). The ecosystem includes memory layers (mem0), frontend toolkits (CopilotKit), sandboxed execution environments (E2B, Daytona), and full productivity platforms (Cherry Studio, LobeHub). From 53b6a4799ae1295030f93d91322c415a623c66b8 Mon Sep 17 00:00:00 2001 From: "Torsten C." <5834405+TorstenC@users.noreply.github.com> Date: Thu, 9 Apr 2026 19:56:39 +0200 Subject: [PATCH 2/3] Update topics/ai-agent/index.md The Explore topic API expects a comma-separated string Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- topics/ai-agent/index.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/topics/ai-agent/index.md b/topics/ai-agent/index.md index 8910a577496..6655fec1907 100644 --- a/topics/ai-agent/index.md +++ b/topics/ai-agent/index.md @@ -3,12 +3,7 @@ aliases: ai-agents, ai-autonomous-agent display_name: AI Agent short_description: Autonomous software systems that use foundation models to reason, plan, and take actions. topic: ai-agent -related: - - agent-harness - - llm - - chatbot - - machine-learning - - mcp +related: agent-harness, llm, chatbot, machine-learning, mcp --- From 97d2793670fee3be150a7c755d2d59ab0ee3e554 Mon Sep 17 00:00:00 2001 From: "Torsten C." <5834405+TorstenC@users.noreply.github.com> Date: Thu, 9 Apr 2026 19:57:37 +0200 Subject: [PATCH 3/3] Update topics/ai-agent/index.md Deleted `markdownlint-disable MD041` Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- topics/ai-agent/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/topics/ai-agent/index.md b/topics/ai-agent/index.md index 6655fec1907..1d5490004f2 100644 --- a/topics/ai-agent/index.md +++ b/topics/ai-agent/index.md @@ -5,7 +5,6 @@ short_description: Autonomous software systems that use foundation models to rea topic: ai-agent related: agent-harness, llm, chatbot, machine-learning, mcp --- - An **AI agent** is a software system that autonomously perceives its environment, makes decisions, and takes actions to achieve goals — typically powered by large language models (LLMs). Unlike simple chatbots, AI agents can use tools, access external data, execute code, browse the web, and manage multi-step workflows without continuous human guidance.