agentsimulationresearchmulti-agent type: concept 创建: 2026-04-27 更新: 2026-04-27

Generative Agents

斯坦福大学 2023 年发表的论文 "Generative Agents: Interactive Simulacra of Human Behavior",提出用多 LLM Agent 模拟人类行为的虚拟小镇实验。

核心创新

  • 用 LLM 驱动 NPC 的记忆、规划、反思
  • 长期行为一致性
  • Agent 间自发社交

技术架构

  1. 记忆流 (Memory Stream):存储经验,反思时检索
  2. 规划 (Planning):分解长期目标为具体行动
  3. 反思 (Reflection):周期性总结归纳

衍生项目

  • ai-town — a16z 的工程化实现
  • ChatDev — 多 Agent 软件开发
  • manus — 多模态扩展

游戏开发意义

为开放世界 NPC、AI 社会模拟提供了可复现的技术方案。

相关