← 返回藏书阁

LLM Powered Autonomous Agents

wiki/ai/sources/LLM_Powered_Autonomous_Agents.md
分类:ai / sources · 更新:2026-06-14 00:33

摘要

Lilian Weng 经典长文:LLM 驱动的自主 Agent 架构。Agent = LLM + Planning + Memory + Tool Use。规划模块包括任务分解(CoT, ReAct)、反思与自我修正。记忆分为短期(上下文窗口)和长期(向量数据库)。工具使用让 Agent 与外部世界交互。

相关概念

  • AI Agent
  • ReAct
  • Chain of Thought
  • Vector Memory
  • Tool Use

相关实体