Skip to content

Commit d0a3a5a

Browse files
authored
Create topics/ai-agent/index.md
1 parent ed893f5 commit d0a3a5a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

topics/ai-agent/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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:
7+
- agent-harness
8+
- llm
9+
- chatbot
10+
- machine-learning
11+
- mcp
12+
---
13+
<!-- markdownlint-disable MD041 -->
14+
15+
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.
16+
17+
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)