Skip to content

Commit 9d7bbe5

Browse files
authored
Merge pull request #5116 from TorstenC/add-topic-ai-agent
Add topic: ai-agent
2 parents 4a17c36 + 97d2793 commit 9d7bbe5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

topics/ai-agent/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
aliases: ai-agents, ai-autonomous-agent
3+
display_name: AI Agent
4+
short_description: Autonomous software systems that use foundation models to reason, plan, and take actions.
5+
topic: ai-agent
6+
related: agent-harness, llm, chatbot, machine-learning, mcp
7+
---
8+
9+
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.
10+
11+
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).

0 commit comments

Comments
 (0)