agently-session-memory

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Agently Session Memory

Agently Session Memory

Use this skill when the request path already exists but continuity or restore behavior is the main design problem.
当请求路径已存在,但连续性或恢复功能是主要设计问题时,使用此技能。

Native-First Rules

原生优先原则

  • prefer Session-backed continuity before inventing a custom memory layer
  • keep request-side chat history and memo boundaries explicit
  • separate request memory from workflow runtime state
  • 在自定义内存层之前,优先使用基于Session的连续性
  • 明确划分请求端聊天历史与备忘录的边界
  • 将请求内存与工作流运行时状态分离

Anti-Patterns

反模式

  • do not use session as a substitute for workflow orchestration state
  • do not keep restart-sensitive memory only in transient globals
  • 不要将会话用作工作流编排状态的替代品
  • 不要仅将对重启敏感的内存存储在临时全局变量中

Read Next

后续阅读

  • references/overview.md
  • references/overview.md