@aria-cli/tools 1.0.9 → 1.0.11
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/package.json +9 -5
- package/src/__tests__/web-fetch-download.test.ts +0 -433
- package/src/__tests__/web-tools.test.ts +0 -619
- package/src/ask-user-interaction.ts +0 -33
- package/src/cache/web-cache.ts +0 -110
- package/src/definitions/arion.ts +0 -118
- package/src/definitions/browser/browser.ts +0 -502
- package/src/definitions/browser/index.ts +0 -5
- package/src/definitions/browser/pw-downloads.ts +0 -142
- package/src/definitions/browser/pw-interactions.ts +0 -282
- package/src/definitions/browser/pw-responses.ts +0 -98
- package/src/definitions/browser/pw-session.ts +0 -405
- package/src/definitions/browser/pw-shared.ts +0 -85
- package/src/definitions/browser/pw-snapshot.ts +0 -383
- package/src/definitions/browser/pw-state.ts +0 -101
- package/src/definitions/browser/types.ts +0 -203
- package/src/definitions/code-intelligence.ts +0 -526
- package/src/definitions/core.ts +0 -118
- package/src/definitions/delegation.ts +0 -567
- package/src/definitions/deploy.ts +0 -73
- package/src/definitions/filesystem.ts +0 -217
- package/src/definitions/frg.ts +0 -67
- package/src/definitions/index.ts +0 -28
- package/src/definitions/memory.ts +0 -150
- package/src/definitions/messaging.ts +0 -734
- package/src/definitions/meta.ts +0 -392
- package/src/definitions/network.ts +0 -179
- package/src/definitions/outlook.ts +0 -318
- package/src/definitions/patch/apply-patch.ts +0 -235
- package/src/definitions/patch/fuzzy-match.ts +0 -217
- package/src/definitions/patch/index.ts +0 -1
- package/src/definitions/patch/patch-parser.ts +0 -297
- package/src/definitions/patch/sandbox-paths.ts +0 -129
- package/src/definitions/process/index.ts +0 -5
- package/src/definitions/process/process-registry.ts +0 -303
- package/src/definitions/process/process.ts +0 -456
- package/src/definitions/process/pty-keys.ts +0 -298
- package/src/definitions/process/session-slug.ts +0 -147
- package/src/definitions/quip.ts +0 -225
- package/src/definitions/search.ts +0 -67
- package/src/definitions/session-history.ts +0 -79
- package/src/definitions/shell.ts +0 -202
- package/src/definitions/slack.ts +0 -211
- package/src/definitions/web.ts +0 -119
- package/src/executors/apply-patch.ts +0 -1035
- package/src/executors/arion.ts +0 -199
- package/src/executors/code-intelligence.ts +0 -1179
- package/src/executors/deploy.ts +0 -1066
- package/src/executors/filesystem.ts +0 -1428
- package/src/executors/frg-freshness.ts +0 -743
- package/src/executors/frg.ts +0 -394
- package/src/executors/index.ts +0 -280
- package/src/executors/learning-meta.ts +0 -1367
- package/src/executors/lsp-client.ts +0 -355
- package/src/executors/memory.ts +0 -978
- package/src/executors/meta.ts +0 -293
- package/src/executors/process-registry.ts +0 -570
- package/src/executors/pty-session-store.ts +0 -43
- package/src/executors/pty.ts +0 -342
- package/src/executors/restart.ts +0 -133
- package/src/executors/search-freshness.ts +0 -249
- package/src/executors/search-types.ts +0 -98
- package/src/executors/search.ts +0 -89
- package/src/executors/self-diagnose.ts +0 -552
- package/src/executors/session-history.ts +0 -435
- package/src/executors/shell-safety.ts +0 -519
- package/src/executors/shell.ts +0 -1243
- package/src/executors/utils.ts +0 -40
- package/src/executors/web.ts +0 -786
- package/src/extraction/content-extraction.ts +0 -281
- package/src/extraction/index.ts +0 -5
- package/src/headless-control-contract.ts +0 -1149
- package/src/index.ts +0 -788
- package/src/local-control-http-auth.ts +0 -2
- package/src/mcp/client.ts +0 -218
- package/src/mcp/connection.ts +0 -568
- package/src/mcp/index.ts +0 -11
- package/src/mcp/jsonrpc.ts +0 -195
- package/src/mcp/types.ts +0 -199
- package/src/network-control-adapter.ts +0 -88
- package/src/network-runtime/address-types.ts +0 -218
- package/src/network-runtime/db-owner-fencing.ts +0 -91
- package/src/network-runtime/delivery-receipts.ts +0 -372
- package/src/network-runtime/direct-endpoint-authority.ts +0 -35
- package/src/network-runtime/index.ts +0 -316
- package/src/network-runtime/local-control-contract.ts +0 -784
- package/src/network-runtime/node-store-contract.ts +0 -46
- package/src/network-runtime/pair-route-contract.ts +0 -97
- package/src/network-runtime/peer-capabilities.ts +0 -48
- package/src/network-runtime/peer-principal-ref.ts +0 -20
- package/src/network-runtime/peer-state-machine.ts +0 -160
- package/src/network-runtime/protocol-schemas.ts +0 -265
- package/src/network-runtime/runtime-bootstrap-contract.ts +0 -83
- package/src/outlook/desktop-session.ts +0 -409
- package/src/policy.ts +0 -171
- package/src/providers/brave.ts +0 -80
- package/src/providers/duckduckgo.ts +0 -199
- package/src/providers/exa.ts +0 -85
- package/src/providers/firecrawl.ts +0 -77
- package/src/providers/index.ts +0 -8
- package/src/providers/jina.ts +0 -70
- package/src/providers/router.ts +0 -121
- package/src/providers/search-provider.ts +0 -74
- package/src/providers/tavily.ts +0 -74
- package/src/quip/desktop-session.ts +0 -435
- package/src/registry/index.ts +0 -1
- package/src/registry/registry.ts +0 -905
- package/src/runtime-socket-local-control-client.ts +0 -632
- package/src/security/dns-normalization.ts +0 -34
- package/src/security/dns-pinning.ts +0 -138
- package/src/security/external-content.ts +0 -129
- package/src/security/ssrf.ts +0 -207
- package/src/slack/desktop-session.ts +0 -493
- package/src/tool-factory.ts +0 -91
- package/src/types.ts +0 -1341
- package/src/utils/retry.ts +0 -163
- package/src/utils/safe-parse-json.ts +0 -176
- package/src/utils/url.ts +0 -20
- package/tests/benchmarks/registry.bench.ts +0 -57
- package/tests/cache/web-cache.test.ts +0 -147
- package/tests/critical-integration.test.ts +0 -1465
- package/tests/definitions/apply-patch.test.ts +0 -586
- package/tests/definitions/browser.test.ts +0 -495
- package/tests/definitions/delegation-pause-resume.test.ts +0 -758
- package/tests/definitions/execution.test.ts +0 -671
- package/tests/definitions/messaging-inbox-scope.test.ts +0 -229
- package/tests/definitions/messaging.test.ts +0 -1468
- package/tests/definitions/outlook.test.ts +0 -30
- package/tests/definitions/process.test.ts +0 -469
- package/tests/definitions/slack.test.ts +0 -28
- package/tests/definitions/tool-inventory.test.ts +0 -218
- package/tests/e2e/delegation-quest-orchestration.e2e.test.ts +0 -433
- package/tests/e2e/memory-tool-discovery-contract.e2e.test.ts +0 -81
- package/tests/executors/apply-patch.test.ts +0 -538
- package/tests/executors/arion.test.ts +0 -309
- package/tests/executors/conversation-primitives.test.ts +0 -250
- package/tests/executors/deploy.test.ts +0 -746
- package/tests/executors/filesystem-tools.test.ts +0 -357
- package/tests/executors/filesystem.test.ts +0 -959
- package/tests/executors/frg-freshness.test.ts +0 -136
- package/tests/executors/frg-merge.test.ts +0 -70
- package/tests/executors/frg-session-content.test.ts +0 -40
- package/tests/executors/frg.test.ts +0 -56
- package/tests/executors/memory-bugfixes.test.ts +0 -257
- package/tests/executors/memory-real-memoria.integration.test.ts +0 -316
- package/tests/executors/memory.test.ts +0 -853
- package/tests/executors/meta-tools.test.ts +0 -411
- package/tests/executors/meta.test.ts +0 -683
- package/tests/executors/path-containment.test.ts +0 -51
- package/tests/executors/process-registry.test.ts +0 -505
- package/tests/executors/pty.test.ts +0 -664
- package/tests/executors/quest-security.test.ts +0 -249
- package/tests/executors/read-file-media.test.ts +0 -230
- package/tests/executors/recall-knowledge-schema.test.ts +0 -209
- package/tests/executors/recall-tags.test.ts +0 -278
- package/tests/executors/remember-null-safety.contract.test.ts +0 -41
- package/tests/executors/restart.test.ts +0 -67
- package/tests/executors/search-unified.test.ts +0 -381
- package/tests/executors/session-history.test.ts +0 -340
- package/tests/executors/session-transcript.test.ts +0 -561
- package/tests/executors/shell-abort.test.ts +0 -416
- package/tests/executors/shell-env-blocklist.test.ts +0 -648
- package/tests/executors/shell-env-process.test.ts +0 -245
- package/tests/executors/shell-process-registry.test.ts +0 -334
- package/tests/executors/shell-tools.test.ts +0 -393
- package/tests/executors/shell.test.ts +0 -690
- package/tests/executors/web-abort-vs-timeout.test.ts +0 -213
- package/tests/executors/web-integration.test.ts +0 -633
- package/tests/executors/web-symlink.test.ts +0 -18
- package/tests/executors/web.test.ts +0 -1400
- package/tests/executors/write-stdin.test.ts +0 -145
- package/tests/extraction/content-extraction.test.ts +0 -153
- package/tests/guards/tools-default-test-lane.integration.test.ts +0 -21
- package/tests/guards/tools-package-test-commands.e2e.test.ts +0 -43
- package/tests/guards/tools-test-lane-manifest.contract.test.ts +0 -76
- package/tests/guards/tools-vitest-workspace-alias.contract.test.ts +0 -63
- package/tests/helpers/async-waits.ts +0 -53
- package/tests/integration/headless-control-contract.integration.test.ts +0 -153
- package/tests/integration/memory-tool-schema-parity.integration.test.ts +0 -67
- package/tests/integration/meta-tools-round-trip.integration.test.ts +0 -506
- package/tests/integration/quest-round-trip.test.ts +0 -303
- package/tests/integration/registry-executor-flow.test.ts +0 -85
- package/tests/integration.test.ts +0 -177
- package/tests/loading-tier.test.ts +0 -126
- package/tests/mcp/client-reconnect.test.ts +0 -267
- package/tests/mcp/connection.test.ts +0 -846
- package/tests/mcp/injectable-logger.test.ts +0 -83
- package/tests/mcp/jsonrpc.test.ts +0 -109
- package/tests/mcp/lifecycle.test.ts +0 -879
- package/tests/network-runtime/address-types.contract.test.ts +0 -143
- package/tests/network-runtime/continuity-bind-schema.contract.test.ts +0 -203
- package/tests/network-runtime/local-control-contract.test.ts +0 -869
- package/tests/network-runtime/local-control-invite-token.contract.test.ts +0 -146
- package/tests/network-runtime/node-store-contract.test.ts +0 -11
- package/tests/network-runtime/pair-protocol-nodeid.contract.test.ts +0 -15
- package/tests/network-runtime/peer-state-machine.contract.test.ts +0 -148
- package/tests/network-runtime/protocol-schemas.contract.test.ts +0 -512
- package/tests/network-runtime/relay-pending-nodeid.contract.test.ts +0 -62
- package/tests/network-runtime/runtime-bootstrap-contract.test.ts +0 -227
- package/tests/network-runtime/runtime-socket-local-control-client.test.ts +0 -621
- package/tests/network-runtime/wait-for-message-script.test.ts +0 -288
- package/tests/parallel.test.ts +0 -71
- package/tests/policy.test.ts +0 -184
- package/tests/print-default-test-lane.ts +0 -14
- package/tests/print-test-lane-manifest.ts +0 -22
- package/tests/providers/brave.test.ts +0 -159
- package/tests/providers/duckduckgo.test.ts +0 -207
- package/tests/providers/exa.test.ts +0 -175
- package/tests/providers/firecrawl.test.ts +0 -168
- package/tests/providers/jina.test.ts +0 -144
- package/tests/providers/router.test.ts +0 -328
- package/tests/providers/tavily.test.ts +0 -165
- package/tests/registry/discovery.test.ts +0 -154
- package/tests/registry/injectable-logger.test.ts +0 -230
- package/tests/registry/input-validation.test.ts +0 -361
- package/tests/registry/interface-completeness.test.ts +0 -85
- package/tests/registry/mcp-integration.test.ts +0 -103
- package/tests/registry/mcp-read-only-hint.test.ts +0 -60
- package/tests/registry/memoria-discovery.test.ts +0 -390
- package/tests/registry/nested-validation.test.ts +0 -283
- package/tests/registry/pseudo-tool-filtering.test.ts +0 -258
- package/tests/registry/registration-lifecycle.test.ts +0 -133
- package/tests/registry-validation.test.ts +0 -424
- package/tests/registry.test.ts +0 -460
- package/tests/security/dns-pinning.test.ts +0 -162
- package/tests/security/external-content.test.ts +0 -144
- package/tests/security/ssrf.test.ts +0 -118
- package/tests/shell-safety-integration.test.ts +0 -32
- package/tests/shell-safety.test.ts +0 -365
- package/tests/slack/desktop-session.test.ts +0 -50
- package/tests/test-lane-manifest.ts +0 -440
- package/tests/test-utils.ts +0 -27
- package/tests/tool-factory.test.ts +0 -188
- package/tests/utils/retry.test.ts +0 -231
- package/tests/utils/url.test.ts +0 -63
- package/tsconfig.cjs.json +0 -24
- package/tsconfig.json +0 -12
- package/vitest.config.ts +0 -55
- package/vitest.e2e.config.ts +0 -24
- package/vitest.integration.config.ts +0 -24
- package/vitest.native.config.ts +0 -24
package/tests/registry.test.ts
DELETED
|
@@ -1,460 +0,0 @@
|
|
|
1
|
-
import { describe, it, expect, beforeEach, vi } from "vitest";
|
|
2
|
-
import { ToolRegistry } from "../src/registry/index.js";
|
|
3
|
-
import type { Tool, ToolContext, ToolResult } from "../src/types.js";
|
|
4
|
-
|
|
5
|
-
// Mock tool for testing
|
|
6
|
-
const createMockTool = (name: string, category: "filesystem" | "shell" = "filesystem"): Tool => ({
|
|
7
|
-
name,
|
|
8
|
-
description: `Mock tool: ${name}`,
|
|
9
|
-
category,
|
|
10
|
-
parameters: { type: "object", properties: {} },
|
|
11
|
-
riskLevel: "safe",
|
|
12
|
-
execute: async (): Promise<ToolResult> => ({ success: true, message: "ok" }),
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
describe("ToolRegistry", () => {
|
|
16
|
-
let registry: ToolRegistry;
|
|
17
|
-
|
|
18
|
-
beforeEach(() => {
|
|
19
|
-
registry = new ToolRegistry();
|
|
20
|
-
});
|
|
21
|
-
|
|
22
|
-
describe("register", () => {
|
|
23
|
-
it("should register a tool", () => {
|
|
24
|
-
const tool = createMockTool("test_tool");
|
|
25
|
-
registry.register(tool);
|
|
26
|
-
|
|
27
|
-
expect(registry.get("test_tool")).toBe(tool);
|
|
28
|
-
});
|
|
29
|
-
|
|
30
|
-
it("should throw when registering duplicate without override", () => {
|
|
31
|
-
const tool = createMockTool("test_tool");
|
|
32
|
-
registry.register(tool);
|
|
33
|
-
|
|
34
|
-
expect(() => registry.register(tool)).toThrow("already registered");
|
|
35
|
-
});
|
|
36
|
-
|
|
37
|
-
it("should allow override with option", () => {
|
|
38
|
-
const tool1 = createMockTool("test_tool");
|
|
39
|
-
const tool2 = createMockTool("test_tool");
|
|
40
|
-
tool2.description = "Updated description";
|
|
41
|
-
|
|
42
|
-
registry.register(tool1);
|
|
43
|
-
registry.register(tool2, { override: true });
|
|
44
|
-
|
|
45
|
-
expect(registry.get("test_tool")?.description).toBe("Updated description");
|
|
46
|
-
});
|
|
47
|
-
});
|
|
48
|
-
|
|
49
|
-
describe("get", () => {
|
|
50
|
-
it("should return undefined for unregistered tool", () => {
|
|
51
|
-
expect(registry.get("nonexistent")).toBeUndefined();
|
|
52
|
-
});
|
|
53
|
-
});
|
|
54
|
-
|
|
55
|
-
describe("list", () => {
|
|
56
|
-
it("should list all tools", () => {
|
|
57
|
-
registry.register(createMockTool("tool1"));
|
|
58
|
-
registry.register(createMockTool("tool2"));
|
|
59
|
-
|
|
60
|
-
const tools = registry.list();
|
|
61
|
-
expect(tools).toHaveLength(2);
|
|
62
|
-
});
|
|
63
|
-
|
|
64
|
-
it("should filter by category", () => {
|
|
65
|
-
registry.register(createMockTool("fs_tool", "filesystem"));
|
|
66
|
-
registry.register(createMockTool("shell_tool", "shell"));
|
|
67
|
-
|
|
68
|
-
const fsTools = registry.list("filesystem");
|
|
69
|
-
expect(fsTools).toHaveLength(1);
|
|
70
|
-
expect(fsTools[0].name).toBe("fs_tool");
|
|
71
|
-
});
|
|
72
|
-
});
|
|
73
|
-
|
|
74
|
-
describe("has", () => {
|
|
75
|
-
it("should return true for registered tool", () => {
|
|
76
|
-
registry.register(createMockTool("test_tool"));
|
|
77
|
-
expect(registry.has("test_tool")).toBe(true);
|
|
78
|
-
});
|
|
79
|
-
|
|
80
|
-
it("should return false for unregistered tool", () => {
|
|
81
|
-
expect(registry.has("nonexistent")).toBe(false);
|
|
82
|
-
});
|
|
83
|
-
});
|
|
84
|
-
|
|
85
|
-
describe("unregister", () => {
|
|
86
|
-
it("should remove a registered tool and return true", () => {
|
|
87
|
-
registry.register(createMockTool("test_tool"));
|
|
88
|
-
const result = registry.unregister("test_tool");
|
|
89
|
-
|
|
90
|
-
expect(result).toBe(true);
|
|
91
|
-
expect(registry.has("test_tool")).toBe(false);
|
|
92
|
-
});
|
|
93
|
-
|
|
94
|
-
it("should return false for unregistered tool", () => {
|
|
95
|
-
expect(registry.unregister("nonexistent")).toBe(false);
|
|
96
|
-
});
|
|
97
|
-
});
|
|
98
|
-
|
|
99
|
-
describe("size", () => {
|
|
100
|
-
it("should return 0 for empty registry", () => {
|
|
101
|
-
expect(registry.size).toBe(0);
|
|
102
|
-
});
|
|
103
|
-
|
|
104
|
-
it("should return correct count after adding tools", () => {
|
|
105
|
-
registry.register(createMockTool("tool1"));
|
|
106
|
-
expect(registry.size).toBe(1);
|
|
107
|
-
|
|
108
|
-
registry.register(createMockTool("tool2"));
|
|
109
|
-
expect(registry.size).toBe(2);
|
|
110
|
-
});
|
|
111
|
-
|
|
112
|
-
it("should decrease after unregistering a tool", () => {
|
|
113
|
-
registry.register(createMockTool("tool1"));
|
|
114
|
-
registry.register(createMockTool("tool2"));
|
|
115
|
-
expect(registry.size).toBe(2);
|
|
116
|
-
|
|
117
|
-
registry.unregister("tool1");
|
|
118
|
-
expect(registry.size).toBe(1);
|
|
119
|
-
});
|
|
120
|
-
});
|
|
121
|
-
|
|
122
|
-
describe("clear", () => {
|
|
123
|
-
it("should remove all tools from registry", () => {
|
|
124
|
-
registry.register(createMockTool("tool1"));
|
|
125
|
-
registry.register(createMockTool("tool2"));
|
|
126
|
-
registry.register(createMockTool("tool3"));
|
|
127
|
-
expect(registry.size).toBe(3);
|
|
128
|
-
|
|
129
|
-
registry.clear();
|
|
130
|
-
|
|
131
|
-
expect(registry.size).toBe(0);
|
|
132
|
-
expect(registry.has("tool1")).toBe(false);
|
|
133
|
-
expect(registry.has("tool2")).toBe(false);
|
|
134
|
-
expect(registry.has("tool3")).toBe(false);
|
|
135
|
-
});
|
|
136
|
-
|
|
137
|
-
it("should work on empty registry", () => {
|
|
138
|
-
expect(registry.size).toBe(0);
|
|
139
|
-
registry.clear();
|
|
140
|
-
expect(registry.size).toBe(0);
|
|
141
|
-
});
|
|
142
|
-
});
|
|
143
|
-
|
|
144
|
-
describe("getAll", () => {
|
|
145
|
-
it("should return empty array for empty registry", () => {
|
|
146
|
-
expect(registry.getAll()).toEqual([]);
|
|
147
|
-
});
|
|
148
|
-
|
|
149
|
-
it("should return all registered tools", () => {
|
|
150
|
-
registry.register(createMockTool("test_tool"));
|
|
151
|
-
registry.register(createMockTool("another_tool"));
|
|
152
|
-
const tools = registry.getAll();
|
|
153
|
-
expect(tools).toHaveLength(2);
|
|
154
|
-
expect(tools.map((t) => t.name)).toContain("test_tool");
|
|
155
|
-
expect(tools.map((t) => t.name)).toContain("another_tool");
|
|
156
|
-
});
|
|
157
|
-
});
|
|
158
|
-
|
|
159
|
-
describe("getToolInfos", () => {
|
|
160
|
-
it("should return empty array for empty registry", () => {
|
|
161
|
-
expect(registry.getToolInfos()).toEqual([]);
|
|
162
|
-
});
|
|
163
|
-
|
|
164
|
-
it("should convert tools to ToolInfo format", () => {
|
|
165
|
-
registry.register(createMockTool("test_tool"));
|
|
166
|
-
const infos = registry.getToolInfos();
|
|
167
|
-
expect(infos).toHaveLength(1);
|
|
168
|
-
expect(infos[0]).toMatchObject({
|
|
169
|
-
name: "test_tool",
|
|
170
|
-
description: expect.any(String),
|
|
171
|
-
requiresConfirmation: expect.any(Boolean),
|
|
172
|
-
parameters: expect.any(Array),
|
|
173
|
-
});
|
|
174
|
-
});
|
|
175
|
-
|
|
176
|
-
it("should set requiresConfirmation based on riskLevel", () => {
|
|
177
|
-
const dangerousTool = createMockTool("dangerous_tool");
|
|
178
|
-
dangerousTool.riskLevel = "dangerous";
|
|
179
|
-
registry.register(dangerousTool);
|
|
180
|
-
const infos = registry.getToolInfos();
|
|
181
|
-
expect(infos[0].requiresConfirmation).toBe(true);
|
|
182
|
-
});
|
|
183
|
-
|
|
184
|
-
it("should extract parameters from JSON schema", () => {
|
|
185
|
-
const toolWithParams = createMockTool("params_tool");
|
|
186
|
-
toolWithParams.parameters = {
|
|
187
|
-
type: "object",
|
|
188
|
-
properties: {
|
|
189
|
-
path: { type: "string", description: "File path" },
|
|
190
|
-
content: { type: "string" },
|
|
191
|
-
},
|
|
192
|
-
required: ["path"],
|
|
193
|
-
};
|
|
194
|
-
registry.register(toolWithParams);
|
|
195
|
-
const infos = registry.getToolInfos();
|
|
196
|
-
expect(infos[0].parameters).toHaveLength(2);
|
|
197
|
-
expect(infos[0].parameters).toContainEqual({
|
|
198
|
-
name: "path",
|
|
199
|
-
type: "string",
|
|
200
|
-
required: true,
|
|
201
|
-
description: "File path",
|
|
202
|
-
});
|
|
203
|
-
});
|
|
204
|
-
});
|
|
205
|
-
|
|
206
|
-
describe("Dynamic Memoria tool execution", () => {
|
|
207
|
-
// Helper to create a mock Memoria instance
|
|
208
|
-
const createMockMemoria = (knowledge: Array<Record<string, unknown>>) => ({
|
|
209
|
-
recallTools: vi.fn().mockResolvedValue(knowledge),
|
|
210
|
-
rememberTool: vi.fn().mockResolvedValue("k1"),
|
|
211
|
-
rememberSkill: vi.fn().mockResolvedValue("skill-id"),
|
|
212
|
-
recallSkills: vi.fn().mockResolvedValue([]),
|
|
213
|
-
getSkill: vi.fn().mockResolvedValue(null),
|
|
214
|
-
recordSkillExecution: vi.fn().mockResolvedValue({ id: "exec-1", skillId: "s1", success: true, timestamp: new Date() }),
|
|
215
|
-
});
|
|
216
|
-
|
|
217
|
-
// Helper to create a minimal ToolContext for testing
|
|
218
|
-
const createTestContext = (): ToolContext => ({
|
|
219
|
-
workingDir: "/tmp/test",
|
|
220
|
-
env: { NODE_ENV: "test" },
|
|
221
|
-
confirm: async () => true,
|
|
222
|
-
});
|
|
223
|
-
|
|
224
|
-
it("skips a knowledge-only tool loaded from Memoria", async () => {
|
|
225
|
-
const toolDef = {
|
|
226
|
-
description: "Returns deployment checklist",
|
|
227
|
-
category: "meta",
|
|
228
|
-
parameters: { type: "object", properties: {} },
|
|
229
|
-
riskLevel: "safe",
|
|
230
|
-
knowledge:
|
|
231
|
-
"1. Run tests\n2. Build artifacts\n3. Deploy to staging\n4. Verify health checks",
|
|
232
|
-
};
|
|
233
|
-
|
|
234
|
-
const mockMemoria = createMockMemoria([
|
|
235
|
-
{
|
|
236
|
-
id: "k1",
|
|
237
|
-
name: "deploy_checklist",
|
|
238
|
-
...toolDef,
|
|
239
|
-
},
|
|
240
|
-
]);
|
|
241
|
-
|
|
242
|
-
await registry.discoverFromMemoria(mockMemoria);
|
|
243
|
-
const tool = registry.get("deploy_checklist");
|
|
244
|
-
expect(tool).toBeUndefined();
|
|
245
|
-
});
|
|
246
|
-
|
|
247
|
-
it("passes input and context to Memoria-loaded tool", async () => {
|
|
248
|
-
// Tool with a response template that interpolates input fields
|
|
249
|
-
const toolDef = {
|
|
250
|
-
description: "Greets a user by name",
|
|
251
|
-
category: "meta",
|
|
252
|
-
parameters: {
|
|
253
|
-
type: "object",
|
|
254
|
-
properties: {
|
|
255
|
-
name: { type: "string", description: "User name" },
|
|
256
|
-
greeting: { type: "string", description: "Greeting word" },
|
|
257
|
-
},
|
|
258
|
-
},
|
|
259
|
-
riskLevel: "safe",
|
|
260
|
-
responseTemplate: "{{greeting}}, {{name}}! Welcome aboard.",
|
|
261
|
-
};
|
|
262
|
-
|
|
263
|
-
const mockMemoria = createMockMemoria([
|
|
264
|
-
{
|
|
265
|
-
id: "k2",
|
|
266
|
-
name: "greeter",
|
|
267
|
-
...toolDef,
|
|
268
|
-
},
|
|
269
|
-
]);
|
|
270
|
-
|
|
271
|
-
await registry.discoverFromMemoria(mockMemoria);
|
|
272
|
-
const tool = registry.get("greeter");
|
|
273
|
-
expect(tool).toBeDefined();
|
|
274
|
-
|
|
275
|
-
const result = await tool!.execute({ name: "Alice", greeting: "Hello" }, createTestContext());
|
|
276
|
-
|
|
277
|
-
expect(result.success).toBe(true);
|
|
278
|
-
expect(result.data).toBe("Hello, Alice! Welcome aboard.");
|
|
279
|
-
});
|
|
280
|
-
|
|
281
|
-
it("skips discovery entries with no executable content", async () => {
|
|
282
|
-
const toolDef = {
|
|
283
|
-
description: "",
|
|
284
|
-
category: "meta",
|
|
285
|
-
parameters: { type: "object", properties: {} },
|
|
286
|
-
riskLevel: "safe",
|
|
287
|
-
knowledge: null,
|
|
288
|
-
responseTemplate: null,
|
|
289
|
-
};
|
|
290
|
-
|
|
291
|
-
const mockMemoria = createMockMemoria([
|
|
292
|
-
{
|
|
293
|
-
id: "k3",
|
|
294
|
-
name: "broken_tool",
|
|
295
|
-
...toolDef,
|
|
296
|
-
},
|
|
297
|
-
]);
|
|
298
|
-
|
|
299
|
-
await registry.discoverFromMemoria(mockMemoria);
|
|
300
|
-
expect(registry.get("broken_tool")).toBeUndefined();
|
|
301
|
-
});
|
|
302
|
-
|
|
303
|
-
it("does not register non-executable description-only entries", async () => {
|
|
304
|
-
// Tool definition with only description and no knowledge/template fields
|
|
305
|
-
const toolDef = {
|
|
306
|
-
description: "This tool helps with code formatting. Use prettier for JS files.",
|
|
307
|
-
category: "code",
|
|
308
|
-
parameters: { type: "object", properties: {} },
|
|
309
|
-
riskLevel: "safe",
|
|
310
|
-
// No knowledge field, no responseTemplate - just a description
|
|
311
|
-
};
|
|
312
|
-
|
|
313
|
-
const mockMemoria = createMockMemoria([
|
|
314
|
-
{
|
|
315
|
-
id: "k4",
|
|
316
|
-
name: "format_helper",
|
|
317
|
-
...toolDef,
|
|
318
|
-
},
|
|
319
|
-
]);
|
|
320
|
-
|
|
321
|
-
await registry.discoverFromMemoria(mockMemoria);
|
|
322
|
-
expect(registry.get("format_helper")).toBeUndefined();
|
|
323
|
-
});
|
|
324
|
-
|
|
325
|
-
it("Memoria tool with JSON schema validates input", async () => {
|
|
326
|
-
// Tool with required parameters defined in its schema
|
|
327
|
-
const toolDef = {
|
|
328
|
-
description: "Looks up a user by ID",
|
|
329
|
-
category: "data",
|
|
330
|
-
parameters: {
|
|
331
|
-
type: "object",
|
|
332
|
-
properties: {
|
|
333
|
-
userId: { type: "string", description: "The user ID to look up" },
|
|
334
|
-
},
|
|
335
|
-
required: ["userId"],
|
|
336
|
-
},
|
|
337
|
-
riskLevel: "safe",
|
|
338
|
-
responseTemplate: "User {{userId}} lookup succeeded",
|
|
339
|
-
};
|
|
340
|
-
|
|
341
|
-
const mockMemoria = createMockMemoria([
|
|
342
|
-
{
|
|
343
|
-
id: "k5",
|
|
344
|
-
name: "user_lookup",
|
|
345
|
-
...toolDef,
|
|
346
|
-
},
|
|
347
|
-
]);
|
|
348
|
-
|
|
349
|
-
await registry.discoverFromMemoria(mockMemoria);
|
|
350
|
-
const tool = registry.get("user_lookup");
|
|
351
|
-
expect(tool).toBeDefined();
|
|
352
|
-
|
|
353
|
-
// Execute without required parameter - should fail validation
|
|
354
|
-
const resultMissing = await tool!.execute({}, createTestContext());
|
|
355
|
-
expect(resultMissing.success).toBe(false);
|
|
356
|
-
expect(resultMissing.message).toContain("userId");
|
|
357
|
-
|
|
358
|
-
// Execute with required parameter - should succeed
|
|
359
|
-
const resultValid = await tool!.execute({ userId: "usr-123" }, createTestContext());
|
|
360
|
-
expect(resultValid.success).toBe(true);
|
|
361
|
-
expect(resultValid.data).toBe("User usr-123 lookup succeeded");
|
|
362
|
-
});
|
|
363
|
-
});
|
|
364
|
-
|
|
365
|
-
describe("dispose", () => {
|
|
366
|
-
it("should call disconnectAll on the MCP client and clear tools", async () => {
|
|
367
|
-
// Register some regular tools
|
|
368
|
-
registry.register(createMockTool("tool1"));
|
|
369
|
-
registry.register(createMockTool("tool2"));
|
|
370
|
-
expect(registry.size).toBe(2);
|
|
371
|
-
|
|
372
|
-
// Mock an MCPClient with disconnectAll
|
|
373
|
-
const mockDisconnectAll = vi.fn().mockResolvedValue(undefined);
|
|
374
|
-
const mockMCPClient = {
|
|
375
|
-
disconnectAll: mockDisconnectAll,
|
|
376
|
-
listAllTools: vi.fn().mockResolvedValue([]),
|
|
377
|
-
listAllResources: vi.fn().mockResolvedValue([]),
|
|
378
|
-
listAllPrompts: vi.fn().mockResolvedValue([]),
|
|
379
|
-
on: vi.fn(),
|
|
380
|
-
};
|
|
381
|
-
|
|
382
|
-
// Access private field to inject mock MCP client
|
|
383
|
-
(registry as unknown as { mcpClient: unknown }).mcpClient = mockMCPClient;
|
|
384
|
-
|
|
385
|
-
await registry.dispose();
|
|
386
|
-
|
|
387
|
-
expect(mockDisconnectAll).toHaveBeenCalledOnce();
|
|
388
|
-
expect(registry.size).toBe(0);
|
|
389
|
-
expect(registry.getMCPClient()).toBeUndefined();
|
|
390
|
-
});
|
|
391
|
-
|
|
392
|
-
it("should be safe to call multiple times (idempotent)", async () => {
|
|
393
|
-
registry.register(createMockTool("tool1"));
|
|
394
|
-
|
|
395
|
-
const mockDisconnectAll = vi.fn().mockResolvedValue(undefined);
|
|
396
|
-
const mockMCPClient = {
|
|
397
|
-
disconnectAll: mockDisconnectAll,
|
|
398
|
-
listAllTools: vi.fn().mockResolvedValue([]),
|
|
399
|
-
listAllResources: vi.fn().mockResolvedValue([]),
|
|
400
|
-
listAllPrompts: vi.fn().mockResolvedValue([]),
|
|
401
|
-
on: vi.fn(),
|
|
402
|
-
};
|
|
403
|
-
(registry as unknown as { mcpClient: unknown }).mcpClient = mockMCPClient;
|
|
404
|
-
|
|
405
|
-
await registry.dispose();
|
|
406
|
-
// Second call - mcpClient is already undefined, should not throw
|
|
407
|
-
await registry.dispose();
|
|
408
|
-
|
|
409
|
-
expect(mockDisconnectAll).toHaveBeenCalledOnce();
|
|
410
|
-
expect(registry.size).toBe(0);
|
|
411
|
-
});
|
|
412
|
-
|
|
413
|
-
it("should handle registry with no MCP connections gracefully", async () => {
|
|
414
|
-
registry.register(createMockTool("tool1"));
|
|
415
|
-
|
|
416
|
-
// No MCP client set - dispose should still clear tools without error
|
|
417
|
-
await registry.dispose();
|
|
418
|
-
|
|
419
|
-
expect(registry.size).toBe(0);
|
|
420
|
-
expect(registry.getMCPClient()).toBeUndefined();
|
|
421
|
-
});
|
|
422
|
-
|
|
423
|
-
it("should be callable via Symbol.asyncDispose", async () => {
|
|
424
|
-
registry.register(createMockTool("tool1"));
|
|
425
|
-
|
|
426
|
-
const mockDisconnectAll = vi.fn().mockResolvedValue(undefined);
|
|
427
|
-
const mockMCPClient = {
|
|
428
|
-
disconnectAll: mockDisconnectAll,
|
|
429
|
-
listAllTools: vi.fn().mockResolvedValue([]),
|
|
430
|
-
listAllResources: vi.fn().mockResolvedValue([]),
|
|
431
|
-
listAllPrompts: vi.fn().mockResolvedValue([]),
|
|
432
|
-
on: vi.fn(),
|
|
433
|
-
};
|
|
434
|
-
(registry as unknown as { mcpClient: unknown }).mcpClient = mockMCPClient;
|
|
435
|
-
|
|
436
|
-
// Call via Symbol.asyncDispose directly
|
|
437
|
-
await registry[Symbol.asyncDispose]();
|
|
438
|
-
|
|
439
|
-
expect(mockDisconnectAll).toHaveBeenCalledOnce();
|
|
440
|
-
expect(registry.size).toBe(0);
|
|
441
|
-
});
|
|
442
|
-
|
|
443
|
-
it("should handle MCP disconnectAll rejection gracefully", async () => {
|
|
444
|
-
registry.register(createMockTool("tool1"));
|
|
445
|
-
|
|
446
|
-
const mockDisconnectAll = vi.fn().mockRejectedValue(new Error("connection already dead"));
|
|
447
|
-
const mockMCPClient = {
|
|
448
|
-
disconnectAll: mockDisconnectAll,
|
|
449
|
-
listAllTools: vi.fn().mockResolvedValue([]),
|
|
450
|
-
listAllResources: vi.fn().mockResolvedValue([]),
|
|
451
|
-
listAllPrompts: vi.fn().mockResolvedValue([]),
|
|
452
|
-
on: vi.fn(),
|
|
453
|
-
};
|
|
454
|
-
(registry as unknown as { mcpClient: unknown }).mcpClient = mockMCPClient;
|
|
455
|
-
|
|
456
|
-
// Should propagate the error - caller handles it
|
|
457
|
-
await expect(registry.dispose()).rejects.toThrow("connection already dead");
|
|
458
|
-
});
|
|
459
|
-
});
|
|
460
|
-
});
|
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
import * as dns from "node:dns";
|
|
2
|
-
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
|
|
3
|
-
|
|
4
|
-
const hoisted = vi.hoisted(() => ({
|
|
5
|
-
mockAgentInstances: [] as Array<{ options: any; close: ReturnType<typeof vi.fn> }>,
|
|
6
|
-
}));
|
|
7
|
-
|
|
8
|
-
vi.mock("undici", () => {
|
|
9
|
-
class MockAgent {
|
|
10
|
-
options: any;
|
|
11
|
-
close = vi.fn().mockResolvedValue(undefined);
|
|
12
|
-
|
|
13
|
-
constructor(options: any) {
|
|
14
|
-
this.options = options;
|
|
15
|
-
hoisted.mockAgentInstances.push(this);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
return {
|
|
20
|
-
Agent: MockAgent,
|
|
21
|
-
};
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
import { createPinnedAgent, fetchWithDnsPinning } from "../../src/security/dns-pinning.js";
|
|
25
|
-
|
|
26
|
-
describe("createPinnedAgent", () => {
|
|
27
|
-
it("returns an Agent-like object for a valid IPv4 address", () => {
|
|
28
|
-
const agent = createPinnedAgent("93.184.216.34", 4);
|
|
29
|
-
expect(agent).toBeDefined();
|
|
30
|
-
expect(typeof agent).toBe("object");
|
|
31
|
-
});
|
|
32
|
-
|
|
33
|
-
it("handles IPv6 address with family 6", () => {
|
|
34
|
-
const agent = createPinnedAgent("2001:4860:4860::8888", 6);
|
|
35
|
-
expect(agent).toBeDefined();
|
|
36
|
-
expect(typeof agent).toBe("object");
|
|
37
|
-
});
|
|
38
|
-
});
|
|
39
|
-
|
|
40
|
-
describe("fetchWithDnsPinning", () => {
|
|
41
|
-
let originalFetch: typeof globalThis.fetch;
|
|
42
|
-
|
|
43
|
-
beforeEach(() => {
|
|
44
|
-
originalFetch = globalThis.fetch;
|
|
45
|
-
vi.restoreAllMocks();
|
|
46
|
-
vi.clearAllMocks();
|
|
47
|
-
hoisted.mockAgentInstances.length = 0;
|
|
48
|
-
vi.stubGlobal("fetch", vi.fn().mockResolvedValue(new Response("ok", { status: 200 })));
|
|
49
|
-
});
|
|
50
|
-
|
|
51
|
-
afterEach(() => {
|
|
52
|
-
globalThis.fetch = originalFetch;
|
|
53
|
-
});
|
|
54
|
-
|
|
55
|
-
it("rejects non-http protocols before any DNS/fetch work", async () => {
|
|
56
|
-
await expect(fetchWithDnsPinning("ftp://example.com/file.txt", {})).rejects.toThrow(
|
|
57
|
-
"Invalid URL protocol",
|
|
58
|
-
);
|
|
59
|
-
expect(globalThis.fetch).not.toHaveBeenCalled();
|
|
60
|
-
});
|
|
61
|
-
|
|
62
|
-
it("rejects hostnames when any resolved address is private", async () => {
|
|
63
|
-
vi.spyOn(dns.promises, "lookup").mockResolvedValue([
|
|
64
|
-
{ address: "93.184.216.34", family: 4 },
|
|
65
|
-
{ address: "169.254.169.254", family: 4 },
|
|
66
|
-
] as never);
|
|
67
|
-
|
|
68
|
-
await expect(fetchWithDnsPinning("https://mixed.example.com/data", {})).rejects.toThrow(
|
|
69
|
-
/private network address 169\.254\.169\.254/i,
|
|
70
|
-
);
|
|
71
|
-
expect(globalThis.fetch).not.toHaveBeenCalled();
|
|
72
|
-
});
|
|
73
|
-
|
|
74
|
-
it("pins the fetch to the resolved public address", async () => {
|
|
75
|
-
vi.spyOn(dns.promises, "lookup").mockResolvedValue([
|
|
76
|
-
{ address: "93.184.216.34", family: 4 },
|
|
77
|
-
{ address: "93.184.216.35", family: 4 },
|
|
78
|
-
] as never);
|
|
79
|
-
|
|
80
|
-
vi.stubGlobal(
|
|
81
|
-
"fetch",
|
|
82
|
-
vi.fn().mockImplementation(async (_url: string, init?: RequestInit) => {
|
|
83
|
-
const dispatcher = (init as (RequestInit & { dispatcher?: unknown }) | undefined)
|
|
84
|
-
?.dispatcher as {
|
|
85
|
-
options?: {
|
|
86
|
-
connect?: {
|
|
87
|
-
lookup?: (
|
|
88
|
-
hostname: string,
|
|
89
|
-
options: unknown,
|
|
90
|
-
callback: (
|
|
91
|
-
err: Error | null,
|
|
92
|
-
results: Array<{ address: string; family: number }>,
|
|
93
|
-
) => void,
|
|
94
|
-
) => void;
|
|
95
|
-
};
|
|
96
|
-
};
|
|
97
|
-
};
|
|
98
|
-
const lookup = dispatcher.options?.connect?.lookup;
|
|
99
|
-
let pinnedAddress = "";
|
|
100
|
-
let pinnedFamily = 0;
|
|
101
|
-
lookup?.("example.com", {}, (_err, results) => {
|
|
102
|
-
const entry = (results as Array<{ address: string; family: number }>)[0];
|
|
103
|
-
pinnedAddress = entry.address;
|
|
104
|
-
pinnedFamily = entry.family;
|
|
105
|
-
});
|
|
106
|
-
return new Response(`${pinnedAddress}/${pinnedFamily}`, { status: 200 });
|
|
107
|
-
}),
|
|
108
|
-
);
|
|
109
|
-
|
|
110
|
-
const response = await fetchWithDnsPinning("https://example.com/data", {});
|
|
111
|
-
const body = await response.text();
|
|
112
|
-
|
|
113
|
-
expect(body).toBe("93.184.216.34/4");
|
|
114
|
-
expect(globalThis.fetch).toHaveBeenCalledTimes(1);
|
|
115
|
-
expect(hoisted.mockAgentInstances).toHaveLength(1);
|
|
116
|
-
expect(hoisted.mockAgentInstances[0]?.close).toHaveBeenCalledTimes(1);
|
|
117
|
-
});
|
|
118
|
-
|
|
119
|
-
it("falls back to another resolved address when the first one is unreachable", async () => {
|
|
120
|
-
vi.spyOn(dns.promises, "lookup").mockResolvedValue([
|
|
121
|
-
{ address: "2001:db8::1", family: 6 },
|
|
122
|
-
{ address: "93.184.216.34", family: 4 },
|
|
123
|
-
] as never);
|
|
124
|
-
|
|
125
|
-
const mockFetch = vi.fn().mockImplementation(async (_url: string, init?: RequestInit) => {
|
|
126
|
-
const dispatcher = (init as (RequestInit & { dispatcher?: unknown }) | undefined)
|
|
127
|
-
?.dispatcher as {
|
|
128
|
-
options?: {
|
|
129
|
-
connect?: {
|
|
130
|
-
lookup?: (
|
|
131
|
-
hostname: string,
|
|
132
|
-
options: unknown,
|
|
133
|
-
callback: (err: Error | null, address: string, family: number) => void,
|
|
134
|
-
) => void;
|
|
135
|
-
};
|
|
136
|
-
};
|
|
137
|
-
};
|
|
138
|
-
const lookup = dispatcher.options?.connect?.lookup;
|
|
139
|
-
let pinnedAddress = "";
|
|
140
|
-
lookup?.("example.com", {}, (_err, results) => {
|
|
141
|
-
pinnedAddress = (results as Array<{ address: string; family: number }>)[0].address;
|
|
142
|
-
});
|
|
143
|
-
|
|
144
|
-
if (pinnedAddress === "2001:db8::1") {
|
|
145
|
-
const cause = Object.assign(new Error("connect ENETUNREACH"), { code: "ENETUNREACH" });
|
|
146
|
-
const err = new TypeError("fetch failed");
|
|
147
|
-
(err as Error & { cause?: unknown }).cause = cause;
|
|
148
|
-
throw err;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
return new Response("ok", { status: 200 });
|
|
152
|
-
});
|
|
153
|
-
vi.stubGlobal("fetch", mockFetch);
|
|
154
|
-
|
|
155
|
-
const response = await fetchWithDnsPinning("https://example.com/data", {});
|
|
156
|
-
expect(response.status).toBe(200);
|
|
157
|
-
expect(mockFetch).toHaveBeenCalledTimes(2);
|
|
158
|
-
expect(hoisted.mockAgentInstances).toHaveLength(2);
|
|
159
|
-
expect(hoisted.mockAgentInstances[0]?.close).toHaveBeenCalledTimes(1);
|
|
160
|
-
expect(hoisted.mockAgentInstances[1]?.close).toHaveBeenCalledTimes(1);
|
|
161
|
-
});
|
|
162
|
-
});
|