aiagentllmautonomy type: concept 创建: 2026-04-27 更新: 2026-04-27

AI Agent

autonomous-agents | agent-loop

Overview

An AI agent is a system that uses an LLM to plan and execute actions in the real world or digital environments. Agents typically combine a language model with tools, memory, and a loop that observes, plans, and acts.

Key Components

  • Planning: Task decomposition, subgoal generation
  • Tool use: Code execution, web search, file operations
  • Memory: Short-term (context window) and long-term (vector DB)
  • Loop architecture: agent-loop handles the observe→plan→act cycle

Relationship to Other Projects

References