aiagentworkflowautomation type: entity 创建: 2026-04-27 更新: 2026-04-27

AutoGPT

autonomous-agents | agent-loop

Overview

AutoGPT is an autonomous AI agent that uses GPT-4 to complete tasks by breaking them into subgoals, executing actions, and iterating. It popularized the "AI agent" concept in 2023 with its viral GitHub demo.

Key Characteristics

  • Goal decomposition: Recursively breaks complex tasks into achievable subgoals
  • Internet access: Web browsing and search capabilities
  • Long-term memory: Persistent context across extended task execution
  • Plugin architecture: Extensible with custom tools

Relationship to Other Projects

References