npm

agentdb

Self-learning vector memory for AI agents — single-file .rvf cognitive container with HNSW search, episodic Reflexion memory, causal graph + Cypher, 9 RL algorithms, Thompson Sampling bandit, 41 MCP tools, hybrid (BM25 + dense) retrieval, GNN attention. 1

版本 4已同步 4文件 616 SRI 已生成
接入决策台 · 安全可信状态

先确认可用入口,再复制固定版本地址

入口文件、安全评分、扫描覆盖和风险项已合并到首屏,适合上线前快速判断能不能直接接入。

建议复核
安全分
待扫描
最近扫描 2026-07-30
扫描覆盖
100%
616 / 616 文件
高危文件
0
0 条 critical
待复核
72
外联、混淆、敏感行为
推荐入口
暂无浏览器入口
SRI 待确认
SRI 缺失 0
当前版本 3.0.0-alpha.20
157 文件
157 JS / 0 CSS / 0 WASM
72 review files
可在下方文件列表中查看原始构建产物
当前版本 157 个文件,16 个入口候选。未发现可疑外联域名。
使用路径
01确认版本

固定到 3.0.0-alpha.20,避免线上被隐式升级。

02复制地址

优先使用推荐入口,特殊场景再切换文件。

03检测可用

发布前检测 HTTP、CORS、SRI 和响应速度。

查看全部文件

快速接入

已按当前文件列表自动选择一个更适合浏览器接入的入口文件。完整用法可在下方生成器中切换文件。

暂无可直接接入的浏览器入口文件,可在文件列表中查看原始构建产物。
4版本
616文件
3.0.0-alpha.20最新

CDN 地址生成器

选择文件后直接复制 URL、Script、Module、CSS 或 WASM 示例。建议复制前先检测一次文件可用性。

文件类型
JS
文件大小
187 B
SRI
已生成
CDN URL
适合放到构建配置、动态加载或手动拼接标签。
https://cdn.ptab.cn/cdn/agentdb/3.0.0-alpha.20/dist/src/backends/hnswlib/index.js
普通 Script
适合传统 HTML 页面和 UMD/global 构建。
<script src="https://cdn.ptab.cn/cdn/agentdb/3.0.0-alpha.20/dist/src/backends/hnswlib/index.js" integrity="sha256-+ArVs1Z2hHGn1bSAnEtlf9gW+UyBLpdj3D3Ngv/idCw=" crossorigin="anonymous"></script>
ES Module
适合浏览器原生 module 文件,使用前建议确认该文件支持 ESM。
<script type="module">
  import * as lib from "https://cdn.ptab.cn/cdn/agentdb/3.0.0-alpha.20/dist/src/backends/hnswlib/index.js";
  console.log("module loaded", lib);
</script>

版本与文件

当前版本 3.0.0-alpha.20,展示 157 / 157 个文件。
agentdb/3.0.0-alpha.20/dist/src/backends/hnswlib/index.js
JS
187 B
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/index.js
JS
590 B
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/ruvector/index.js
JS
251 B
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/benchmark/index.js
JS
1.3 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/browser/index.js
JS
8.2 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/compatibility/index.js
JS
800 B
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/attention/index.js
JS
1011 B
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/index.js
JS
1.6 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/embedding/index.js
JS
211 B
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/index.js
JS
4.1 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/observability/index.js
JS
346 B
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/optimizations/index.js
JS
211 B
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/quantization/index.js
JS
502 B
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/search/index.js
JS
488 B
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/simd/index.js
JS
758 B
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/wrappers/index.js
JS
2.8 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/detector.js
JS
5.6 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/factory.js
JS
10.2 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/graph/GraphDatabaseAdapter.js
JS
13.5 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/GraphBackend.js
JS
1.2 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/hnswlib/HNSWLibBackend.js
JS
12.3 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/LearningBackend.js
JS
976 B
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/ruvector/RuVectorBackend.js
JS
27.9 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/ruvector/RuVectorLearning.js
JS
6.6 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/rvf/AdaptiveIndexTuner.js
JS
21.1 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/rvf/ContrastiveTrainer.js
JS
16.7 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/rvf/FederatedSessionManager.js
JS
13.0 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/rvf/FilterBuilder.js
JS
5.2 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/rvf/NativeAccelerator.js
JS
20.2 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/rvf/RvfBackend.js
JS
21.2 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/rvf/RvfSolver.js
JS
6.4 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/rvf/SelfLearningRvfBackend.js
JS
24.0 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/rvf/SemanticQueryRouter.js
JS
14.2 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/rvf/SimdFallbacks.js
JS
8.8 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/rvf/SolverBandit.js
JS
7.6 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/rvf/SonaLearningBackend.js
JS
9.5 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/rvf/SqlJsRvfBackend.js
JS
16.7 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/rvf/validation.js
JS
2.8 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/rvf/WasmStoreBridge.js
JS
2.6 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/backends/VectorBackend.js
JS
493 B
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/benchmark/BenchmarkSuite.js
JS
37.5 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/benchmarks/wasm-vector-benchmark.js
JS
7.1 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/browser/AdvancedFeatures.js
JS
14.2 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/browser/AttentionBrowser.js
JS
10.0 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/browser/HNSWIndex.js
JS
12.6 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/browser/ProductQuantization.js
JS
11.7 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/agentdb-cli.js
JS
128.3 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/attention-cli-integration.js
JS
3.9 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/commands/attention.js
JS
21.5 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/commands/doctor.js
JS
12.7 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/commands/hyperbolic.js
JS
17.0 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/commands/init.js
JS
5.8 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/commands/install-embeddings.js
JS
3.4 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/commands/learn.js
JS
17.2 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/commands/migrate.js
JS
28.3 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/commands/route.js
JS
15.5 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/commands/rvf.js
JS
17.6 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/commands/simulate-custom.js
JS
6.4 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/commands/simulate-report.js
JS
5.6 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/commands/simulate-wizard.js
JS
12.6 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/commands/simulate.js
JS
4.7 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/commands/status.js
JS
6.8 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/lib/attention-config.js
JS
8.2 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/lib/config-manager.js
JS
16.8 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/lib/config-validator.js
JS
8.9 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/lib/health-monitor.js
JS
14.0 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/lib/help-formatter.js
JS
18.1 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/lib/history-tracker.js
JS
13.6 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/lib/report-generator.js
JS
12.8 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/lib/report-store.js
JS
17.5 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/lib/simulation-registry.js
JS
12.5 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/cli/lib/simulation-runner.js
JS
21.4 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/compatibility/DeprecationWarnings.js
JS
3.8 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/compatibility/MigrationUtilities.js
JS
7.0 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/compatibility/types.js
JS
109 B
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/compatibility/V1toV2Adapter.js
JS
6.5 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/compatibility/VersionDetector.js
JS
4.6 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/attention/AttentionCache.js
JS
2.4 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/attention/AttentionConfig.js
JS
3.4 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/attention/AttentionCore.js
JS
12.2 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/attention/AttentionHelpers.js
JS
5.7 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/attention/AttentionMetrics.js
JS
2.1 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/attention/AttentionWASM.js
JS
4.3 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/attention/CrossAttentionController.js
JS
11.2 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/attention/MultiHeadAttentionController.js
JS
13.1 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/attention/SelfAttentionController.js
JS
6.8 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/AttentionService.js
JS
32.4 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/CausalMemoryGraph.js
JS
24.8 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/CausalRecall.js
JS
13.2 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/ContextSynthesizer.js
JS
8.2 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/EmbeddingService.js
JS
10.5 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/EnhancedEmbeddingService.js
JS
3.9 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/ExplainableRecall.js
JS
19.9 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/frontier-index.js
JS
334 B
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/HNSWIndex.js
JS
15.9 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/LearningSystem.js
JS
36.5 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/MemoryController.js
JS
11.4 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/MetadataFilter.js
JS
8.9 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/MincutService.js
JS
11.5 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/MMRDiversityRanker.js
JS
4.9 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/NightlyLearner.js
JS
21.4 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/prerequisites.js
JS
7.7 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/QUICClient.js
JS
18.1 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/QUICServer.js
JS
13.1 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/ReasoningBank.js
JS
17.9 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/ReflexionMemory.js
JS
43.8 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/SkillLibrary.js
JS
27.6 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/SparsificationService.js
JS
13.4 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/SyncCoordinator.js
JS
21.6 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/controllers/WASMVectorSearch.js
JS
12.8 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/core/AgentDB.js
JS
5.3 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/core/QueryCache.js
JS
8.6 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/db-fallback.js
JS
25.6 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/db-test.js
JS
1.8 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/db-unified.js
JS
10.5 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/embedding/EmbeddingSpaceIdentity.js
JS
5.8 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/governance/MetaHarnessGateway.js
JS
2.3 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/governance/RvfExperimentBranch.js
JS
4.3 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/mcp/agentdb-mcp-server.js
JS
112.7 KB
SRI ready
未分级
0 请求
agentdb/3.0.0-alpha.20/dist/src/mcp/attention-mcp-integration.js
JS
3.4 KB
SRI ready
未分级
0 请求

库评论

还没有评论。可以反馈这个库的接入体验、版本建议或兼容性问题。
发表评论

免登录提交。需要填写昵称和邮箱,并完成 TAC 行为验证;内容会自动审核,违规内容不会发布。