Skip to content

dashboard.html 记忆展示 可优化 #3

Description

@jimmy-Smile-ltl

dashboard.html 文件 目前只适用 500 条 之下情况,超过500 条就不太适用了

body: JSON.stringify({
            user_id: 'claude-code-user',
            memory_type: 'episodic_memory',
            limit: 500,
            offset: 0
          })
  • 建议分页,降低limit。500条 一次性获取完,开销大,内存占用大,
  • 建议 group_id 先保存到本地,后续展示记忆 分 group_id 展示记忆,保证记忆连贯。这样 project 好处理
  • Memory Growth,Memory Activity 这个建议接口方面 考虑 怎么处理,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions