feat: byteseek 记忆系统增强——LLM 裸调用/能力记忆生成/消息分类 - #68
Merged
Merged
Conversation
- llm·raw:裸 LLM 调用返回纯文本,供 memgen 等元能力复用 - memgen:递归概括 /lib 各目录能力写入 <name>.mem(幂等,已有即跳过) - memory:新增 classify(LLM 分类)+ ensure_category,recall 跳过 cat 子树 - main:mainbrain 启动 build 能力记忆,对话按类别归档并注入 prompt Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
变更
llm·raw(sys, user):裸 LLM 调用返回 assistant 纯文本,供 memgen 等元能力复用(不生成/不执行 kv 代码)。memgen.kv(新):递归概括/lib各目录能力,写入/lib/<name>.mem(幂等,已有即跳过);build 覆盖 math/string/kv/xv/http/time/duration。memory:新增classify(LLM 消息分类)+ensure_category(/byteseek/memory/cat/<cat>建类),recall跳过cat子树。main:mainbrain启动先 build 能力记忆,对话按类别归档并把类别注入 prompt。说明
纯 kvlang 变更,deps.json 不动(仅锁后端 .so ABI)。CI selftest(shm,无网络无 LLM)验证。
🤖 Generated with Claude Code