@next-open-ai/openbot 0.1.8 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -45,7 +45,7 @@
45
45
  │ Agent 核心 │ │ Desktop Backend (NestJS) │ │ Memory / 向量存储 │
46
46
  │ AgentManager │ │ server-api/* │ │ Vectra + 嵌入 │
47
47
  │ pi-coding-agent│ │ Agents · Skills · Tasks │ │ compaction 扩展 │
48
- │ pi-ai 多模型 │ │ Auth · Users · Workspace │ │ better-sqlite3
48
+ │ pi-ai 多模型 │ │ Auth · Users · Workspace │ │ sql.js
49
49
  └────────┬────────┘ └─────────────────────────────┘ └─────────────────────┘
50
50
 
51
51
 
@@ -110,7 +110,7 @@
110
110
  | 框架 | NestJS 10、Express、Socket.io |
111
111
  | 前缀 | `server-api` |
112
112
  | 模块 | Database · Agents · AgentConfig · Skills · Config · Auth · Users · Workspace · Tasks · Usage |
113
- | 数据 | better-sqlite3(若使用本地库) |
113
+ | 数据 | sql.js(SQLite WASM,无需预编译) |
114
114
 
115
115
  ### Desktop 前端(Electron + Vue)
116
116
 
@@ -130,7 +130,7 @@
130
130
  | 向量索引 | Vectra(LocalIndex) |
131
131
  | 嵌入 | 远端 API(config.json 中 RAG 知识库配置的 embedding 模型;未配置时长记忆空转) |
132
132
  | 扩展 | compaction-extension(会话压缩、摘要入 prompt) |
133
- | 持久化 | 与 agent 目录一致的 memory 目录、better-sqlite3(若用于元数据) |
133
+ | 持久化 | 与 agent 目录一致的 memory 目录、sql.js(若用于元数据) |
134
134
 
135
135
  ### 内置技能
136
136