Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions topics/agentic-ai/index.md
Original file line number Diff line number Diff line change
@@ -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: 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.
Loading