pulseed 0.4.15 → 0.4.16
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/dist/adapters/agents/openai-codex.d.ts +2 -2
- package/dist/adapters/agents/openai-codex.js +2 -2
- package/dist/adapters/agents/openai-codex.js.map +1 -1
- package/dist/base/config/global-config.d.ts +44 -0
- package/dist/base/config/global-config.d.ts.map +1 -1
- package/dist/base/config/global-config.js +37 -0
- package/dist/base/config/global-config.js.map +1 -1
- package/dist/base/config/tool-metadata.d.ts +1 -1
- package/dist/base/config/tool-metadata.d.ts.map +1 -1
- package/dist/base/config/tool-metadata.js +21 -0
- package/dist/base/config/tool-metadata.js.map +1 -1
- package/dist/base/llm/codex-llm-client.d.ts +7 -1
- package/dist/base/llm/codex-llm-client.d.ts.map +1 -1
- package/dist/base/llm/codex-llm-client.js +10 -4
- package/dist/base/llm/codex-llm-client.js.map +1 -1
- package/dist/base/llm/provider-config.d.ts +2 -0
- package/dist/base/llm/provider-config.d.ts.map +1 -1
- package/dist/base/llm/provider-config.js +8 -0
- package/dist/base/llm/provider-config.js.map +1 -1
- package/dist/base/llm/provider-factory.d.ts.map +1 -1
- package/dist/base/llm/provider-factory.js +15 -0
- package/dist/base/llm/provider-factory.js.map +1 -1
- package/dist/interface/chat/chat-history.d.ts +1 -0
- package/dist/interface/chat/chat-history.d.ts.map +1 -1
- package/dist/interface/chat/chat-history.js +19 -0
- package/dist/interface/chat/chat-history.js.map +1 -1
- package/dist/interface/chat/chat-runner.d.ts +6 -0
- package/dist/interface/chat/chat-runner.d.ts.map +1 -1
- package/dist/interface/chat/chat-runner.js +148 -3
- package/dist/interface/chat/chat-runner.js.map +1 -1
- package/dist/interface/chat/mutation-tool-defs.d.ts +34 -0
- package/dist/interface/chat/mutation-tool-defs.d.ts.map +1 -1
- package/dist/interface/chat/mutation-tool-defs.js +148 -1
- package/dist/interface/chat/mutation-tool-defs.js.map +1 -1
- package/dist/interface/chat/self-knowledge-mutation-tools.d.ts +12 -0
- package/dist/interface/chat/self-knowledge-mutation-tools.d.ts.map +1 -0
- package/dist/interface/chat/self-knowledge-mutation-tools.js +261 -0
- package/dist/interface/chat/self-knowledge-mutation-tools.js.map +1 -0
- package/dist/interface/chat/self-knowledge-tools.d.ts +34 -0
- package/dist/interface/chat/self-knowledge-tools.d.ts.map +1 -0
- package/dist/interface/chat/self-knowledge-tools.js +258 -0
- package/dist/interface/chat/self-knowledge-tools.js.map +1 -0
- package/dist/interface/tui/app.d.ts +8 -0
- package/dist/interface/tui/app.d.ts.map +1 -1
- package/dist/interface/tui/app.js +50 -27
- package/dist/interface/tui/app.js.map +1 -1
- package/dist/interface/tui/chat.d.ts +2 -1
- package/dist/interface/tui/chat.d.ts.map +1 -1
- package/dist/interface/tui/chat.js +17 -22
- package/dist/interface/tui/chat.js.map +1 -1
- package/dist/interface/tui/clipboard.d.ts.map +1 -1
- package/dist/interface/tui/clipboard.js +2 -1
- package/dist/interface/tui/clipboard.js.map +1 -1
- package/dist/interface/tui/cursor-tracker.d.ts +4 -4
- package/dist/interface/tui/cursor-tracker.d.ts.map +1 -1
- package/dist/interface/tui/cursor-tracker.js +6 -10
- package/dist/interface/tui/cursor-tracker.js.map +1 -1
- package/dist/interface/tui/entry.d.ts.map +1 -1
- package/dist/interface/tui/entry.js +198 -154
- package/dist/interface/tui/entry.js.map +1 -1
- package/dist/interface/tui/flicker/AlternateScreen.d.ts +2 -1
- package/dist/interface/tui/flicker/AlternateScreen.d.ts.map +1 -1
- package/dist/interface/tui/flicker/AlternateScreen.js +5 -4
- package/dist/interface/tui/flicker/AlternateScreen.js.map +1 -1
- package/dist/interface/tui/flicker/MouseTracking.d.ts +2 -1
- package/dist/interface/tui/flicker/MouseTracking.d.ts.map +1 -1
- package/dist/interface/tui/flicker/MouseTracking.js +4 -3
- package/dist/interface/tui/flicker/MouseTracking.js.map +1 -1
- package/dist/interface/tui/flicker/frame-writer.js +3 -3
- package/dist/interface/tui/flicker/frame-writer.js.map +1 -1
- package/dist/interface/tui/fullscreen-chat.d.ts +3 -1
- package/dist/interface/tui/fullscreen-chat.d.ts.map +1 -1
- package/dist/interface/tui/fullscreen-chat.js +47 -44
- package/dist/interface/tui/fullscreen-chat.js.map +1 -1
- package/dist/interface/tui/git-branch.d.ts +2 -0
- package/dist/interface/tui/git-branch.d.ts.map +1 -0
- package/dist/interface/tui/git-branch.js +14 -0
- package/dist/interface/tui/git-branch.js.map +1 -0
- package/dist/interface/tui/output-controller.d.ts +10 -0
- package/dist/interface/tui/output-controller.d.ts.map +1 -0
- package/dist/interface/tui/output-controller.js +79 -0
- package/dist/interface/tui/output-controller.js.map +1 -0
- package/dist/interface/tui/terminal-output.d.ts +6 -0
- package/dist/interface/tui/terminal-output.d.ts.map +1 -0
- package/dist/interface/tui/terminal-output.js +11 -0
- package/dist/interface/tui/terminal-output.js.map +1 -0
- package/dist/interface/tui/test-app.d.ts +2 -1
- package/dist/interface/tui/test-app.d.ts.map +1 -1
- package/dist/interface/tui/test-app.js +2 -2
- package/dist/interface/tui/test-app.js.map +1 -1
- package/dist/interface/tui/test-entry.d.ts.map +1 -1
- package/dist/interface/tui/test-entry.js +40 -42
- package/dist/interface/tui/test-entry.js.map +1 -1
- package/dist/interface/tui/text-width.d.ts +3 -0
- package/dist/interface/tui/text-width.d.ts.map +1 -0
- package/dist/interface/tui/text-width.js +8 -0
- package/dist/interface/tui/text-width.js.map +1 -0
- package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.d.ts +4 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.js +29 -5
- package/dist/orchestrator/execution/agent-loop/agent-loop-context-assembler.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.d.ts +3 -0
- package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.js +13 -0
- package/dist/orchestrator/execution/agent-loop/agent-loop-prompts.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/chat-agent-loop-runner.d.ts +5 -1
- package/dist/orchestrator/execution/agent-loop/chat-agent-loop-runner.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/chat-agent-loop-runner.js +4 -0
- package/dist/orchestrator/execution/agent-loop/chat-agent-loop-runner.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/execution-policy.d.ts +26 -0
- package/dist/orchestrator/execution/agent-loop/execution-policy.d.ts.map +1 -0
- package/dist/orchestrator/execution/agent-loop/execution-policy.js +45 -0
- package/dist/orchestrator/execution/agent-loop/execution-policy.js.map +1 -0
- package/dist/orchestrator/execution/agent-loop/index.d.ts +1 -0
- package/dist/orchestrator/execution/agent-loop/index.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/index.js +1 -0
- package/dist/orchestrator/execution/agent-loop/index.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-context.d.ts +2 -0
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-context.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-context.js +2 -0
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-context.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-factory.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-factory.js +11 -0
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-factory.js.map +1 -1
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-runner.d.ts +4 -0
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-runner.d.ts.map +1 -1
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-runner.js +3 -0
- package/dist/orchestrator/execution/agent-loop/task-agent-loop-runner.js.map +1 -1
- package/dist/orchestrator/execution/task/task-executor.d.ts.map +1 -1
- package/dist/orchestrator/execution/task/task-executor.js +9 -14
- package/dist/orchestrator/execution/task/task-executor.js.map +1 -1
- package/dist/platform/soil/contracts.d.ts +36 -36
- package/dist/prompt/index.d.ts +12 -0
- package/dist/prompt/index.d.ts.map +1 -0
- package/dist/prompt/index.js +9 -0
- package/dist/prompt/index.js.map +1 -0
- package/dist/runtime/builtin-integrations.d.ts.map +1 -1
- package/dist/runtime/builtin-integrations.js +23 -1
- package/dist/runtime/builtin-integrations.js.map +1 -1
- package/dist/runtime/daemon/runner-lifecycle.d.ts +5 -0
- package/dist/runtime/daemon/runner-lifecycle.d.ts.map +1 -1
- package/dist/runtime/daemon/runner-lifecycle.js +6 -4
- package/dist/runtime/daemon/runner-lifecycle.js.map +1 -1
- package/dist/runtime/daemon/runner.d.ts +3 -0
- package/dist/runtime/daemon/runner.d.ts.map +1 -1
- package/dist/runtime/daemon/runner.js +1 -0
- package/dist/runtime/daemon/runner.js.map +1 -1
- package/dist/runtime/interactive-automation/default-registry.d.ts +9 -0
- package/dist/runtime/interactive-automation/default-registry.d.ts.map +1 -0
- package/dist/runtime/interactive-automation/default-registry.js +24 -0
- package/dist/runtime/interactive-automation/default-registry.js.map +1 -0
- package/dist/runtime/interactive-automation/index.d.ts +9 -0
- package/dist/runtime/interactive-automation/index.d.ts.map +1 -0
- package/dist/runtime/interactive-automation/index.js +9 -0
- package/dist/runtime/interactive-automation/index.js.map +1 -0
- package/dist/runtime/interactive-automation/providers/anthropic-computer-use.d.ts +14 -0
- package/dist/runtime/interactive-automation/providers/anthropic-computer-use.d.ts.map +1 -0
- package/dist/runtime/interactive-automation/providers/anthropic-computer-use.js +33 -0
- package/dist/runtime/interactive-automation/providers/anthropic-computer-use.js.map +1 -0
- package/dist/runtime/interactive-automation/providers/codex-app.d.ts +29 -0
- package/dist/runtime/interactive-automation/providers/codex-app.d.ts.map +1 -0
- package/dist/runtime/interactive-automation/providers/codex-app.js +67 -0
- package/dist/runtime/interactive-automation/providers/codex-app.js.map +1 -0
- package/dist/runtime/interactive-automation/providers/manus-browser.d.ts +23 -0
- package/dist/runtime/interactive-automation/providers/manus-browser.d.ts.map +1 -0
- package/dist/runtime/interactive-automation/providers/manus-browser.js +88 -0
- package/dist/runtime/interactive-automation/providers/manus-browser.js.map +1 -0
- package/dist/runtime/interactive-automation/providers/noop.d.ts +21 -0
- package/dist/runtime/interactive-automation/providers/noop.d.ts.map +1 -0
- package/dist/runtime/interactive-automation/providers/noop.js +59 -0
- package/dist/runtime/interactive-automation/providers/noop.js.map +1 -0
- package/dist/runtime/interactive-automation/providers/perplexity-research.d.ts +25 -0
- package/dist/runtime/interactive-automation/providers/perplexity-research.d.ts.map +1 -0
- package/dist/runtime/interactive-automation/providers/perplexity-research.js +124 -0
- package/dist/runtime/interactive-automation/providers/perplexity-research.js.map +1 -0
- package/dist/runtime/interactive-automation/registry.d.ts +20 -0
- package/dist/runtime/interactive-automation/registry.d.ts.map +1 -0
- package/dist/runtime/interactive-automation/registry.js +55 -0
- package/dist/runtime/interactive-automation/registry.js.map +1 -0
- package/dist/runtime/interactive-automation/types.d.ts +132 -0
- package/dist/runtime/interactive-automation/types.d.ts.map +1 -0
- package/dist/runtime/interactive-automation/types.js +8 -0
- package/dist/runtime/interactive-automation/types.js.map +1 -0
- package/dist/runtime/types/builtin-integration.d.ts +2 -2
- package/dist/runtime/types/builtin-integration.d.ts.map +1 -1
- package/dist/tools/automation/InteractiveAutomationTools.d.ts +333 -0
- package/dist/tools/automation/InteractiveAutomationTools.d.ts.map +1 -0
- package/dist/tools/automation/InteractiveAutomationTools.js +424 -0
- package/dist/tools/automation/InteractiveAutomationTools.js.map +1 -0
- package/dist/tools/automation/index.d.ts +2 -0
- package/dist/tools/automation/index.d.ts.map +1 -0
- package/dist/tools/automation/index.js +2 -0
- package/dist/tools/automation/index.js.map +1 -0
- package/dist/tools/builtin/index.d.ts +6 -0
- package/dist/tools/builtin/index.d.ts.map +1 -1
- package/dist/tools/builtin/index.js +25 -0
- package/dist/tools/builtin/index.js.map +1 -1
- package/dist/tools/execution/SoilOpenTool/SoilOpenTool.d.ts +4 -4
- package/dist/tools/execution/SpawnSessionTool/SpawnSessionTool.d.ts +40 -8
- package/dist/tools/execution/SpawnSessionTool/SpawnSessionTool.d.ts.map +1 -1
- package/dist/tools/execution/SpawnSessionTool/SpawnSessionTool.js +28 -4
- package/dist/tools/execution/SpawnSessionTool/SpawnSessionTool.js.map +1 -1
- package/dist/tools/executor.d.ts.map +1 -1
- package/dist/tools/executor.js +16 -0
- package/dist/tools/executor.js.map +1 -1
- package/dist/tools/fs/FileEditTool/FileEditTool.js +1 -1
- package/dist/tools/fs/FileEditTool/FileEditTool.js.map +1 -1
- package/dist/tools/fs/FileValidationTool/FileValidationTool.d.ts +1 -1
- package/dist/tools/fs/FileValidationTool/FileValidationTool.d.ts.map +1 -1
- package/dist/tools/fs/FileValidationTool/FileValidationTool.js +3 -16
- package/dist/tools/fs/FileValidationTool/FileValidationTool.js.map +1 -1
- package/dist/tools/fs/FileValidationTool/protected-path-policy.d.ts +12 -0
- package/dist/tools/fs/FileValidationTool/protected-path-policy.d.ts.map +1 -0
- package/dist/tools/fs/FileValidationTool/protected-path-policy.js +58 -0
- package/dist/tools/fs/FileValidationTool/protected-path-policy.js.map +1 -0
- package/dist/tools/fs/FileWriteTool/FileWriteTool.js +1 -1
- package/dist/tools/fs/FileWriteTool/FileWriteTool.js.map +1 -1
- package/dist/tools/fs/GlobTool/GlobTool.js +1 -1
- package/dist/tools/fs/GlobTool/GlobTool.js.map +1 -1
- package/dist/tools/fs/GrepTool/GrepTool.js +1 -1
- package/dist/tools/fs/GrepTool/GrepTool.js.map +1 -1
- package/dist/tools/fs/JsonQueryTool/JsonQueryTool.js +1 -1
- package/dist/tools/fs/JsonQueryTool/JsonQueryTool.js.map +1 -1
- package/dist/tools/fs/ListDirTool/ListDirTool.js +1 -1
- package/dist/tools/fs/ListDirTool/ListDirTool.js.map +1 -1
- package/dist/tools/fs/ReadTool/ReadTool.js +1 -1
- package/dist/tools/fs/ReadTool/ReadTool.js.map +1 -1
- package/dist/tools/network/HttpFetchTool/HttpFetchTool.js +1 -1
- package/dist/tools/network/HttpFetchTool/HttpFetchTool.js.map +1 -1
- package/dist/tools/network/WebSearchTool/WebSearchTool.d.ts.map +1 -1
- package/dist/tools/network/WebSearchTool/WebSearchTool.js +1 -0
- package/dist/tools/network/WebSearchTool/WebSearchTool.js.map +1 -1
- package/dist/tools/permission.d.ts +1 -0
- package/dist/tools/permission.d.ts.map +1 -1
- package/dist/tools/permission.js +33 -0
- package/dist/tools/permission.js.map +1 -1
- package/dist/tools/system/EnvTool/EnvTool.d.ts +4 -4
- package/dist/tools/system/ShellTool/ShellTool.d.ts.map +1 -1
- package/dist/tools/system/ShellTool/ShellTool.js +6 -46
- package/dist/tools/system/ShellTool/ShellTool.js.map +1 -1
- package/dist/tools/system/ShellTool/command-policy.d.ts +14 -0
- package/dist/tools/system/ShellTool/command-policy.d.ts.map +1 -0
- package/dist/tools/system/ShellTool/command-policy.js +121 -0
- package/dist/tools/system/ShellTool/command-policy.js.map +1 -0
- package/dist/tools/types.d.ts +9 -0
- package/dist/tools/types.d.ts.map +1 -1
- package/dist/tools/types.js +2 -0
- package/dist/tools/types.js.map +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
import type { InteractiveAutomationCapability, InteractiveAutomationProviderFamily, InteractiveAutomationRegistry } from "../../runtime/interactive-automation/index.js";
|
|
3
|
+
import type { ITool, PermissionCheckResult, ToolCallContext, ToolDescriptionContext, ToolMetadata, ToolResult } from "../types.js";
|
|
4
|
+
export interface InteractiveAutomationToolPolicy {
|
|
5
|
+
requireApproval: "always" | "write" | "destructive";
|
|
6
|
+
allowedApps?: readonly string[];
|
|
7
|
+
deniedApps?: readonly string[];
|
|
8
|
+
}
|
|
9
|
+
export declare const DEFAULT_INTERACTIVE_AUTOMATION_TOOL_POLICY: InteractiveAutomationToolPolicy;
|
|
10
|
+
export declare const DesktopListAppsInputSchema: z.ZodObject<{
|
|
11
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
12
|
+
}, "strip", z.ZodTypeAny, {
|
|
13
|
+
providerId?: string | undefined;
|
|
14
|
+
}, {
|
|
15
|
+
providerId?: string | undefined;
|
|
16
|
+
}>;
|
|
17
|
+
export type DesktopListAppsInput = z.infer<typeof DesktopListAppsInputSchema>;
|
|
18
|
+
export declare const DesktopGetAppStateInputSchema: z.ZodObject<{
|
|
19
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
20
|
+
} & {
|
|
21
|
+
app: z.ZodString;
|
|
22
|
+
}, "strip", z.ZodTypeAny, {
|
|
23
|
+
app: string;
|
|
24
|
+
providerId?: string | undefined;
|
|
25
|
+
}, {
|
|
26
|
+
app: string;
|
|
27
|
+
providerId?: string | undefined;
|
|
28
|
+
}>;
|
|
29
|
+
export type DesktopGetAppStateInput = z.infer<typeof DesktopGetAppStateInputSchema>;
|
|
30
|
+
export declare const DesktopClickInputSchema: z.ZodObject<{
|
|
31
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
32
|
+
} & {
|
|
33
|
+
app: z.ZodString;
|
|
34
|
+
elementId: z.ZodOptional<z.ZodString>;
|
|
35
|
+
x: z.ZodOptional<z.ZodNumber>;
|
|
36
|
+
y: z.ZodOptional<z.ZodNumber>;
|
|
37
|
+
button: z.ZodDefault<z.ZodEnum<["left", "right", "middle"]>>;
|
|
38
|
+
clickCount: z.ZodDefault<z.ZodNumber>;
|
|
39
|
+
}, "strip", z.ZodTypeAny, {
|
|
40
|
+
app: string;
|
|
41
|
+
button: "left" | "right" | "middle";
|
|
42
|
+
clickCount: number;
|
|
43
|
+
providerId?: string | undefined;
|
|
44
|
+
y?: number | undefined;
|
|
45
|
+
elementId?: string | undefined;
|
|
46
|
+
x?: number | undefined;
|
|
47
|
+
}, {
|
|
48
|
+
app: string;
|
|
49
|
+
providerId?: string | undefined;
|
|
50
|
+
y?: number | undefined;
|
|
51
|
+
elementId?: string | undefined;
|
|
52
|
+
x?: number | undefined;
|
|
53
|
+
button?: "left" | "right" | "middle" | undefined;
|
|
54
|
+
clickCount?: number | undefined;
|
|
55
|
+
}>;
|
|
56
|
+
export type DesktopClickInput = z.infer<typeof DesktopClickInputSchema>;
|
|
57
|
+
export declare const DesktopTypeTextInputSchema: z.ZodObject<{
|
|
58
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
59
|
+
} & {
|
|
60
|
+
app: z.ZodString;
|
|
61
|
+
text: z.ZodString;
|
|
62
|
+
}, "strip", z.ZodTypeAny, {
|
|
63
|
+
text: string;
|
|
64
|
+
app: string;
|
|
65
|
+
providerId?: string | undefined;
|
|
66
|
+
}, {
|
|
67
|
+
text: string;
|
|
68
|
+
app: string;
|
|
69
|
+
providerId?: string | undefined;
|
|
70
|
+
}>;
|
|
71
|
+
export type DesktopTypeTextInput = z.infer<typeof DesktopTypeTextInputSchema>;
|
|
72
|
+
export declare const ResearchWebInputSchema: z.ZodObject<{
|
|
73
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
74
|
+
} & {
|
|
75
|
+
query: z.ZodString;
|
|
76
|
+
maxResults: z.ZodOptional<z.ZodNumber>;
|
|
77
|
+
domains: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
78
|
+
}, "strip", z.ZodTypeAny, {
|
|
79
|
+
query: string;
|
|
80
|
+
providerId?: string | undefined;
|
|
81
|
+
maxResults?: number | undefined;
|
|
82
|
+
domains?: string[] | undefined;
|
|
83
|
+
}, {
|
|
84
|
+
query: string;
|
|
85
|
+
providerId?: string | undefined;
|
|
86
|
+
maxResults?: number | undefined;
|
|
87
|
+
domains?: string[] | undefined;
|
|
88
|
+
}>;
|
|
89
|
+
export type ResearchWebInput = z.infer<typeof ResearchWebInputSchema>;
|
|
90
|
+
export declare const ResearchAnswerInputSchema: z.ZodObject<{
|
|
91
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
92
|
+
} & {
|
|
93
|
+
question: z.ZodString;
|
|
94
|
+
model: z.ZodOptional<z.ZodString>;
|
|
95
|
+
}, "strip", z.ZodTypeAny, {
|
|
96
|
+
question: string;
|
|
97
|
+
model?: string | undefined;
|
|
98
|
+
providerId?: string | undefined;
|
|
99
|
+
}, {
|
|
100
|
+
question: string;
|
|
101
|
+
model?: string | undefined;
|
|
102
|
+
providerId?: string | undefined;
|
|
103
|
+
}>;
|
|
104
|
+
export type ResearchAnswerInput = z.infer<typeof ResearchAnswerInputSchema>;
|
|
105
|
+
export declare const BrowserRunWorkflowInputSchema: z.ZodObject<{
|
|
106
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
107
|
+
} & {
|
|
108
|
+
task: z.ZodString;
|
|
109
|
+
startUrl: z.ZodOptional<z.ZodString>;
|
|
110
|
+
sessionId: z.ZodOptional<z.ZodString>;
|
|
111
|
+
}, "strip", z.ZodTypeAny, {
|
|
112
|
+
task: string;
|
|
113
|
+
providerId?: string | undefined;
|
|
114
|
+
sessionId?: string | undefined;
|
|
115
|
+
startUrl?: string | undefined;
|
|
116
|
+
}, {
|
|
117
|
+
task: string;
|
|
118
|
+
providerId?: string | undefined;
|
|
119
|
+
sessionId?: string | undefined;
|
|
120
|
+
startUrl?: string | undefined;
|
|
121
|
+
}>;
|
|
122
|
+
export type BrowserRunWorkflowInput = z.infer<typeof BrowserRunWorkflowInputSchema>;
|
|
123
|
+
export declare const BrowserGetStateInputSchema: z.ZodObject<{
|
|
124
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
125
|
+
} & {
|
|
126
|
+
sessionId: z.ZodOptional<z.ZodString>;
|
|
127
|
+
}, "strip", z.ZodTypeAny, {
|
|
128
|
+
providerId?: string | undefined;
|
|
129
|
+
sessionId?: string | undefined;
|
|
130
|
+
}, {
|
|
131
|
+
providerId?: string | undefined;
|
|
132
|
+
sessionId?: string | undefined;
|
|
133
|
+
}>;
|
|
134
|
+
export type BrowserGetStateInput = z.infer<typeof BrowserGetStateInputSchema>;
|
|
135
|
+
declare abstract class AutomationTool<TInput> implements ITool<TInput> {
|
|
136
|
+
protected readonly registry: InteractiveAutomationRegistry;
|
|
137
|
+
protected readonly policy: InteractiveAutomationToolPolicy;
|
|
138
|
+
abstract readonly metadata: ToolMetadata;
|
|
139
|
+
abstract readonly inputSchema: z.ZodType<TInput, z.ZodTypeDef, any>;
|
|
140
|
+
constructor(registry: InteractiveAutomationRegistry, policy?: InteractiveAutomationToolPolicy);
|
|
141
|
+
abstract description(context?: ToolDescriptionContext): string;
|
|
142
|
+
abstract call(input: TInput, context: ToolCallContext): Promise<ToolResult>;
|
|
143
|
+
abstract checkPermissions(input: TInput, context: ToolCallContext): Promise<PermissionCheckResult>;
|
|
144
|
+
abstract isConcurrencySafe(input: TInput): boolean;
|
|
145
|
+
protected resolveProvider(input: {
|
|
146
|
+
providerId?: string;
|
|
147
|
+
}, family: InteractiveAutomationProviderFamily, capability: InteractiveAutomationCapability): import("../../runtime/interactive-automation/types.js").InteractiveAutomationProvider | undefined;
|
|
148
|
+
protected fail(summary: string, startTime: number): ToolResult;
|
|
149
|
+
protected success(data: unknown, summary: string, startTime: number): ToolResult;
|
|
150
|
+
protected availableOrFail(provider: {
|
|
151
|
+
id: string;
|
|
152
|
+
isAvailable: () => Promise<{
|
|
153
|
+
available: boolean;
|
|
154
|
+
reason?: string;
|
|
155
|
+
}>;
|
|
156
|
+
} | undefined, startTime: number): Promise<ToolResult | null>;
|
|
157
|
+
protected checkDesktopMutationPolicy(app: string, action: string): PermissionCheckResult;
|
|
158
|
+
}
|
|
159
|
+
export declare class DesktopListAppsTool extends AutomationTool<DesktopListAppsInput> {
|
|
160
|
+
readonly metadata: ToolMetadata;
|
|
161
|
+
readonly inputSchema: z.ZodObject<{
|
|
162
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
163
|
+
}, "strip", z.ZodTypeAny, {
|
|
164
|
+
providerId?: string | undefined;
|
|
165
|
+
}, {
|
|
166
|
+
providerId?: string | undefined;
|
|
167
|
+
}>;
|
|
168
|
+
description(): string;
|
|
169
|
+
call(input: DesktopListAppsInput, _context: ToolCallContext): Promise<ToolResult>;
|
|
170
|
+
checkPermissions(): Promise<PermissionCheckResult>;
|
|
171
|
+
isConcurrencySafe(_input: DesktopListAppsInput): boolean;
|
|
172
|
+
}
|
|
173
|
+
export declare class DesktopGetAppStateTool extends AutomationTool<DesktopGetAppStateInput> {
|
|
174
|
+
readonly metadata: ToolMetadata;
|
|
175
|
+
readonly inputSchema: z.ZodObject<{
|
|
176
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
177
|
+
} & {
|
|
178
|
+
app: z.ZodString;
|
|
179
|
+
}, "strip", z.ZodTypeAny, {
|
|
180
|
+
app: string;
|
|
181
|
+
providerId?: string | undefined;
|
|
182
|
+
}, {
|
|
183
|
+
app: string;
|
|
184
|
+
providerId?: string | undefined;
|
|
185
|
+
}>;
|
|
186
|
+
description(): string;
|
|
187
|
+
call(input: DesktopGetAppStateInput, _context: ToolCallContext): Promise<ToolResult>;
|
|
188
|
+
checkPermissions(): Promise<PermissionCheckResult>;
|
|
189
|
+
isConcurrencySafe(_input: DesktopGetAppStateInput): boolean;
|
|
190
|
+
}
|
|
191
|
+
export declare class DesktopClickTool extends AutomationTool<DesktopClickInput> {
|
|
192
|
+
readonly metadata: ToolMetadata;
|
|
193
|
+
readonly inputSchema: z.ZodObject<{
|
|
194
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
195
|
+
} & {
|
|
196
|
+
app: z.ZodString;
|
|
197
|
+
elementId: z.ZodOptional<z.ZodString>;
|
|
198
|
+
x: z.ZodOptional<z.ZodNumber>;
|
|
199
|
+
y: z.ZodOptional<z.ZodNumber>;
|
|
200
|
+
button: z.ZodDefault<z.ZodEnum<["left", "right", "middle"]>>;
|
|
201
|
+
clickCount: z.ZodDefault<z.ZodNumber>;
|
|
202
|
+
}, "strip", z.ZodTypeAny, {
|
|
203
|
+
app: string;
|
|
204
|
+
button: "left" | "right" | "middle";
|
|
205
|
+
clickCount: number;
|
|
206
|
+
providerId?: string | undefined;
|
|
207
|
+
y?: number | undefined;
|
|
208
|
+
elementId?: string | undefined;
|
|
209
|
+
x?: number | undefined;
|
|
210
|
+
}, {
|
|
211
|
+
app: string;
|
|
212
|
+
providerId?: string | undefined;
|
|
213
|
+
y?: number | undefined;
|
|
214
|
+
elementId?: string | undefined;
|
|
215
|
+
x?: number | undefined;
|
|
216
|
+
button?: "left" | "right" | "middle" | undefined;
|
|
217
|
+
clickCount?: number | undefined;
|
|
218
|
+
}>;
|
|
219
|
+
description(): string;
|
|
220
|
+
call(input: DesktopClickInput, _context: ToolCallContext): Promise<ToolResult>;
|
|
221
|
+
checkPermissions(input: DesktopClickInput): Promise<PermissionCheckResult>;
|
|
222
|
+
isConcurrencySafe(_input: DesktopClickInput): boolean;
|
|
223
|
+
}
|
|
224
|
+
export declare class DesktopTypeTextTool extends AutomationTool<DesktopTypeTextInput> {
|
|
225
|
+
readonly metadata: ToolMetadata;
|
|
226
|
+
readonly inputSchema: z.ZodObject<{
|
|
227
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
228
|
+
} & {
|
|
229
|
+
app: z.ZodString;
|
|
230
|
+
text: z.ZodString;
|
|
231
|
+
}, "strip", z.ZodTypeAny, {
|
|
232
|
+
text: string;
|
|
233
|
+
app: string;
|
|
234
|
+
providerId?: string | undefined;
|
|
235
|
+
}, {
|
|
236
|
+
text: string;
|
|
237
|
+
app: string;
|
|
238
|
+
providerId?: string | undefined;
|
|
239
|
+
}>;
|
|
240
|
+
description(): string;
|
|
241
|
+
call(input: DesktopTypeTextInput, _context: ToolCallContext): Promise<ToolResult>;
|
|
242
|
+
checkPermissions(input: DesktopTypeTextInput): Promise<PermissionCheckResult>;
|
|
243
|
+
isConcurrencySafe(_input: DesktopTypeTextInput): boolean;
|
|
244
|
+
}
|
|
245
|
+
export declare class ResearchWebTool extends AutomationTool<ResearchWebInput> {
|
|
246
|
+
readonly metadata: ToolMetadata;
|
|
247
|
+
readonly inputSchema: z.ZodObject<{
|
|
248
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
249
|
+
} & {
|
|
250
|
+
query: z.ZodString;
|
|
251
|
+
maxResults: z.ZodOptional<z.ZodNumber>;
|
|
252
|
+
domains: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
253
|
+
}, "strip", z.ZodTypeAny, {
|
|
254
|
+
query: string;
|
|
255
|
+
providerId?: string | undefined;
|
|
256
|
+
maxResults?: number | undefined;
|
|
257
|
+
domains?: string[] | undefined;
|
|
258
|
+
}, {
|
|
259
|
+
query: string;
|
|
260
|
+
providerId?: string | undefined;
|
|
261
|
+
maxResults?: number | undefined;
|
|
262
|
+
domains?: string[] | undefined;
|
|
263
|
+
}>;
|
|
264
|
+
description(): string;
|
|
265
|
+
call(input: ResearchWebInput, _context: ToolCallContext): Promise<ToolResult>;
|
|
266
|
+
checkPermissions(): Promise<PermissionCheckResult>;
|
|
267
|
+
isConcurrencySafe(_input: ResearchWebInput): boolean;
|
|
268
|
+
}
|
|
269
|
+
export declare class ResearchAnswerWithSourcesTool extends AutomationTool<ResearchAnswerInput> {
|
|
270
|
+
readonly metadata: ToolMetadata;
|
|
271
|
+
readonly inputSchema: z.ZodObject<{
|
|
272
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
273
|
+
} & {
|
|
274
|
+
question: z.ZodString;
|
|
275
|
+
model: z.ZodOptional<z.ZodString>;
|
|
276
|
+
}, "strip", z.ZodTypeAny, {
|
|
277
|
+
question: string;
|
|
278
|
+
model?: string | undefined;
|
|
279
|
+
providerId?: string | undefined;
|
|
280
|
+
}, {
|
|
281
|
+
question: string;
|
|
282
|
+
model?: string | undefined;
|
|
283
|
+
providerId?: string | undefined;
|
|
284
|
+
}>;
|
|
285
|
+
description(): string;
|
|
286
|
+
call(input: ResearchAnswerInput, _context: ToolCallContext): Promise<ToolResult>;
|
|
287
|
+
checkPermissions(): Promise<PermissionCheckResult>;
|
|
288
|
+
isConcurrencySafe(_input: ResearchAnswerInput): boolean;
|
|
289
|
+
}
|
|
290
|
+
export declare class BrowserRunWorkflowTool extends AutomationTool<BrowserRunWorkflowInput> {
|
|
291
|
+
readonly metadata: ToolMetadata;
|
|
292
|
+
readonly inputSchema: z.ZodObject<{
|
|
293
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
294
|
+
} & {
|
|
295
|
+
task: z.ZodString;
|
|
296
|
+
startUrl: z.ZodOptional<z.ZodString>;
|
|
297
|
+
sessionId: z.ZodOptional<z.ZodString>;
|
|
298
|
+
}, "strip", z.ZodTypeAny, {
|
|
299
|
+
task: string;
|
|
300
|
+
providerId?: string | undefined;
|
|
301
|
+
sessionId?: string | undefined;
|
|
302
|
+
startUrl?: string | undefined;
|
|
303
|
+
}, {
|
|
304
|
+
task: string;
|
|
305
|
+
providerId?: string | undefined;
|
|
306
|
+
sessionId?: string | undefined;
|
|
307
|
+
startUrl?: string | undefined;
|
|
308
|
+
}>;
|
|
309
|
+
description(): string;
|
|
310
|
+
call(input: BrowserRunWorkflowInput, _context: ToolCallContext): Promise<ToolResult>;
|
|
311
|
+
checkPermissions(input: BrowserRunWorkflowInput): Promise<PermissionCheckResult>;
|
|
312
|
+
isConcurrencySafe(_input: BrowserRunWorkflowInput): boolean;
|
|
313
|
+
}
|
|
314
|
+
export declare class BrowserGetStateTool extends AutomationTool<BrowserGetStateInput> {
|
|
315
|
+
readonly metadata: ToolMetadata;
|
|
316
|
+
readonly inputSchema: z.ZodObject<{
|
|
317
|
+
providerId: z.ZodOptional<z.ZodString>;
|
|
318
|
+
} & {
|
|
319
|
+
sessionId: z.ZodOptional<z.ZodString>;
|
|
320
|
+
}, "strip", z.ZodTypeAny, {
|
|
321
|
+
providerId?: string | undefined;
|
|
322
|
+
sessionId?: string | undefined;
|
|
323
|
+
}, {
|
|
324
|
+
providerId?: string | undefined;
|
|
325
|
+
sessionId?: string | undefined;
|
|
326
|
+
}>;
|
|
327
|
+
description(): string;
|
|
328
|
+
call(input: BrowserGetStateInput, _context: ToolCallContext): Promise<ToolResult>;
|
|
329
|
+
checkPermissions(): Promise<PermissionCheckResult>;
|
|
330
|
+
isConcurrencySafe(_input: BrowserGetStateInput): boolean;
|
|
331
|
+
}
|
|
332
|
+
export {};
|
|
333
|
+
//# sourceMappingURL=InteractiveAutomationTools.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InteractiveAutomationTools.d.ts","sourceRoot":"","sources":["../../../src/tools/automation/InteractiveAutomationTools.ts"],"names":[],"mappings":"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"}
|