能不能增加会话级记忆

Problem

What problem does this solve?

我今天发现qoder记忆里面有很多会话级的记忆,这些只是对我某个会话有用,但它弄成项目级记忆了

很浪费token,而且有时会污染其它会话

因为我可能某些会话要写mock类,要求代码以实现功能为主,有些要写底层代码,要求以性能为主

Solution

How should it work?

agent应该区别当前会话记忆还是项目级或者用户级记忆,当前会话记忆希望可以在会话级查看和编辑

并且只影响会话

Use Case

When would you use this?

Priority

  • :red_circle: High - Blocking issue
  • :yellow_circle: Medium - Important improvement
  • :green_circle: Low - Nice to have

Additional Info

(Optional: screenshots, examples, links)