feat(knowledge): v3.3 本地知识工作空间架构转型#5
Merged
Conversation
feat(knowledge): v3.3 本地知识工作空间架构转型 将产品主轴从"智能网关 + Agent 连接枢纽"转型为"本地知识工作空间": 产品方向: - 重命名能力层: Gateway Layer → Knowledge & AI Layer - 删除 Mode C 分布式远程宿主挂载 - 移除 OpenClaw 自动打桩与 ClawGatewayCard - 里程碑重排: v2=知识工作空间, v3=知识扩展与长期陪伴 架构变更: - 向量方案从 LanceDB/hnswlib-wasm 迁移至 SQLite FTS5 + sqlite-vec - 聊天模型与 Embedding Provider 分开配置 - 明确降级策略: Embedding 不可用时回退全文检索 新增功能: - 知识工作空间窗口 (knowledge label, 1280x820) - 知识组件: ProjectSidebar, NotesPane, BoardPane, TasksPane 等 - Markdown 编辑器: 基于 Tiptap, 支持斜杠命令和标签建议 - KnowledgeEntryCard 面板入口卡片 - KnowledgeSection 设置面板 - Markdown 往返测试 (24 个用例) Closes #4 @
|
Important Fenno AI is not enabled for this organization Fenno AI is currently in internal testing and is not yet open for external organizations. If you would like to request access, sign in to Fenno AI Console, choose Give Feedback in the lower-left corner, and tell us what you need. We will follow up promptly. |
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.
概述
将 NeoCompanion 产品主轴从"智能网关 + Agent 连接枢纽"全面转型为"本地知识工作空间"。关联 RFC: #4
变更动机
v3.2 架构以 OpenClaw 任务代行网关和分布式远程宿主为核心,存在外部依赖过重、架构过度设计、缺乏用户数据闭环等问题。本次转型聚焦"本地知识 + AI 问答",形成更清晰的差异化价值。
变更内容
产品方向
Gateway Layer→Knowledge & AI Layer架构变更
/embeddings)新增功能
knowledgelabel, 1280×820移除能力
ClawGatewayCard.vue— OpenClaw 网关 UI文档更新
文件统计
测试验证
检查清单