Closed
Conversation
Store durable architecture/contract/data/reliability knowledge synchronously and prioritize inheritance relationships across languages. Keep recall frequent but precision-filtered with mandatory noise filtering and metadata-aware output.
Collaborator
|
Hi @LeXwDeX 👋 感谢你的贡献!非常高兴看到社区为 memory-lancedb-pro 增加 OpenCode 适配层的工作。 我已经创建了 在 review 过程中发现两个小问题,建议调整一下:
整体思路和结构看起来不错,期待后续完善!🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
基本上使用了UP主的所有lanceDB的接口,然后目前采用的是硬编码的方式进行记忆的,匹配文件,语言还有语言中的关键词。
理想的情况下是可以让大模型自主进行选择性记忆(类似于claude-mem),然后强制召回插入到对话。(这部分我在看opencode是否能让我hook主,做成opencode的agent,还在尝试。)
安装方法
./opencode/让AI安装到opencode插件中;测试lanceDB验证工作是否正常。请UP主弄一个opencode的git分支;我这边往那边提交。