CodeRoadMap
路线图课程知识库文章题库资源社区我的学习
CodeRoadMap

程序员的学习成长路线图。登录解锁全部课程,并同步路线图与课时进度。

学习

  • 路线图
  • 课程
  • 文章
  • 题库
  • 知识库

更多

  • 资源
  • 社区
  • 我的学习
  • 内容说明

© 2026 CodeRoadMap

津ICP备2026012044号-1·coderoadmap@126.com
开发路线图/AI 智能体开发路线图/短期记忆
阶段一

短期记忆

节点说明与学习资源

Short term memory(短期记忆)是作为 prompt 一部分传给 LLM 的事实,例如可能有如下 prompt:

Users Profile:

  • name: {name}
  • age: {age}
  • expertise: {expertise}

User is currently learning about {current_topic}. User has some goals in mind which are:

  • {goal_1}
  • {goal_2}
  • {goal_3}

Help the user achieve the goals.

注意我们如何将用户 profile、当前主题与目标注入 prompt。这些均为 short term memory。

← 上一节点什么是智能体记忆?下一节点 →长期记忆