@agent-relay/sandbox 0.1.2 → 0.1.3

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.
Files changed (121) hide show
  1. package/README.md +226 -5
  2. package/dist/agent37/client.d.ts +115 -0
  3. package/dist/agent37/client.d.ts.map +1 -0
  4. package/dist/agent37/client.js +270 -0
  5. package/dist/agent37/client.js.map +1 -0
  6. package/dist/agent37/runtime.d.ts +415 -0
  7. package/dist/agent37/runtime.d.ts.map +1 -0
  8. package/dist/agent37/runtime.js +855 -0
  9. package/dist/agent37/runtime.js.map +1 -0
  10. package/dist/agentcore/bench.d.ts +93 -0
  11. package/dist/agentcore/bench.d.ts.map +1 -0
  12. package/dist/agentcore/bench.js +125 -0
  13. package/dist/agentcore/bench.js.map +1 -0
  14. package/dist/agentcore/capabilities.d.ts +169 -0
  15. package/dist/agentcore/capabilities.d.ts.map +1 -0
  16. package/dist/agentcore/capabilities.js +153 -0
  17. package/dist/agentcore/capabilities.js.map +1 -0
  18. package/dist/agentcore/config.d.ts +156 -0
  19. package/dist/agentcore/config.d.ts.map +1 -0
  20. package/dist/agentcore/config.js +12 -0
  21. package/dist/agentcore/config.js.map +1 -0
  22. package/dist/agentcore/internal/sdk.d.ts +181 -0
  23. package/dist/agentcore/internal/sdk.d.ts.map +1 -0
  24. package/dist/agentcore/internal/sdk.js +223 -0
  25. package/dist/agentcore/internal/sdk.js.map +1 -0
  26. package/dist/agentcore/runtime.d.ts +177 -0
  27. package/dist/agentcore/runtime.d.ts.map +1 -0
  28. package/dist/agentcore/runtime.js +706 -0
  29. package/dist/agentcore/runtime.js.map +1 -0
  30. package/dist/daytona/runtime.d.ts +23 -0
  31. package/dist/daytona/runtime.d.ts.map +1 -1
  32. package/dist/daytona/runtime.js +167 -5
  33. package/dist/daytona/runtime.js.map +1 -1
  34. package/dist/daytona/wire-supplement.d.ts +25 -0
  35. package/dist/daytona/wire-supplement.d.ts.map +1 -0
  36. package/dist/daytona/wire-supplement.js +16 -0
  37. package/dist/daytona/wire-supplement.js.map +1 -0
  38. package/dist/e2b/runtime.d.ts +107 -72
  39. package/dist/e2b/runtime.d.ts.map +1 -1
  40. package/dist/e2b/runtime.js +675 -190
  41. package/dist/e2b/runtime.js.map +1 -1
  42. package/dist/freestyle/capabilities.d.ts +28 -0
  43. package/dist/freestyle/capabilities.d.ts.map +1 -0
  44. package/dist/freestyle/capabilities.js +42 -0
  45. package/dist/freestyle/capabilities.js.map +1 -0
  46. package/dist/freestyle/config.d.ts +36 -0
  47. package/dist/freestyle/config.d.ts.map +1 -0
  48. package/dist/freestyle/config.js +2 -0
  49. package/dist/freestyle/config.js.map +1 -0
  50. package/dist/freestyle/internal/sdk.d.ts +69 -0
  51. package/dist/freestyle/internal/sdk.d.ts.map +1 -0
  52. package/dist/freestyle/internal/sdk.js +19 -0
  53. package/dist/freestyle/internal/sdk.js.map +1 -0
  54. package/dist/freestyle/runtime.d.ts +163 -0
  55. package/dist/freestyle/runtime.d.ts.map +1 -0
  56. package/dist/freestyle/runtime.js +798 -0
  57. package/dist/freestyle/runtime.js.map +1 -0
  58. package/dist/index.d.ts +35 -4
  59. package/dist/index.d.ts.map +1 -1
  60. package/dist/index.js +16 -2
  61. package/dist/index.js.map +1 -1
  62. package/dist/microsandbox/runtime.d.ts +793 -0
  63. package/dist/microsandbox/runtime.d.ts.map +1 -0
  64. package/dist/microsandbox/runtime.js +2303 -0
  65. package/dist/microsandbox/runtime.js.map +1 -0
  66. package/dist/modal/bench.d.ts +199 -0
  67. package/dist/modal/bench.d.ts.map +1 -0
  68. package/dist/modal/bench.js +450 -0
  69. package/dist/modal/bench.js.map +1 -0
  70. package/dist/modal/capabilities.d.ts +180 -0
  71. package/dist/modal/capabilities.d.ts.map +1 -0
  72. package/dist/modal/capabilities.js +159 -0
  73. package/dist/modal/capabilities.js.map +1 -0
  74. package/dist/modal/config.d.ts +192 -0
  75. package/dist/modal/config.d.ts.map +1 -0
  76. package/dist/modal/config.js +169 -0
  77. package/dist/modal/config.js.map +1 -0
  78. package/dist/modal/internal/sdk.d.ts +141 -0
  79. package/dist/modal/internal/sdk.d.ts.map +1 -0
  80. package/dist/modal/internal/sdk.js +51 -0
  81. package/dist/modal/internal/sdk.js.map +1 -0
  82. package/dist/modal/runtime.d.ts +271 -0
  83. package/dist/modal/runtime.d.ts.map +1 -0
  84. package/dist/modal/runtime.js +871 -0
  85. package/dist/modal/runtime.js.map +1 -0
  86. package/dist/mount-script.d.ts +16 -1
  87. package/dist/mount-script.d.ts.map +1 -1
  88. package/dist/mount-script.js +76 -15
  89. package/dist/mount-script.js.map +1 -1
  90. package/dist/orchestrator.d.ts +15 -0
  91. package/dist/orchestrator.d.ts.map +1 -1
  92. package/dist/orchestrator.js +13 -1
  93. package/dist/orchestrator.js.map +1 -1
  94. package/dist/port.d.ts +144 -6
  95. package/dist/port.d.ts.map +1 -1
  96. package/dist/port.js +27 -5
  97. package/dist/port.js.map +1 -1
  98. package/dist/types.d.ts +50 -1
  99. package/dist/types.d.ts.map +1 -1
  100. package/dist/vercel/bench.d.ts +169 -0
  101. package/dist/vercel/bench.d.ts.map +1 -0
  102. package/dist/vercel/bench.js +337 -0
  103. package/dist/vercel/bench.js.map +1 -0
  104. package/dist/vercel/capabilities.d.ts +106 -0
  105. package/dist/vercel/capabilities.d.ts.map +1 -0
  106. package/dist/vercel/capabilities.js +128 -0
  107. package/dist/vercel/capabilities.js.map +1 -0
  108. package/dist/vercel/config.d.ts +119 -0
  109. package/dist/vercel/config.d.ts.map +1 -0
  110. package/dist/vercel/config.js +8 -0
  111. package/dist/vercel/config.js.map +1 -0
  112. package/dist/vercel/internal/sdk.d.ts +173 -0
  113. package/dist/vercel/internal/sdk.d.ts.map +1 -0
  114. package/dist/vercel/internal/sdk.js +117 -0
  115. package/dist/vercel/internal/sdk.js.map +1 -0
  116. package/dist/vercel/runtime.d.ts +305 -0
  117. package/dist/vercel/runtime.d.ts.map +1 -0
  118. package/dist/vercel/runtime.js +1169 -0
  119. package/dist/vercel/runtime.js.map +1 -0
  120. package/docs/freestyle.md +110 -0
  121. package/package.json +35 -4
@@ -0,0 +1,177 @@
1
+ import { Buffer } from "node:buffer";
2
+ import type { RunScriptResult, SandboxCountOptions, SandboxLookupOptions, SandboxRuntime } from "../port.js";
3
+ import type { ExecOptions, ExecResult, LaunchOptions, RuntimeHandle, WorkflowRuntime } from "../types.js";
4
+ import type { AgentCoreRuntimeOptions } from "./config.js";
5
+ import { type AgentCoreApiFactory } from "./internal/sdk.js";
6
+ export declare class AgentCoreOperationTimeoutError extends Error {
7
+ readonly operation: string;
8
+ readonly timeoutMs: number;
9
+ constructor(operation: string, timeoutMs: number);
10
+ }
11
+ export declare class AgentCoreDestroyVerificationError extends Error {
12
+ readonly sessionId: string;
13
+ readonly timeoutMs: number;
14
+ constructor(sessionId: string, timeoutMs: number);
15
+ }
16
+ export declare class AgentCoreUnregisteredHandleError extends Error {
17
+ readonly sessionId: string;
18
+ constructor(sessionId: string);
19
+ }
20
+ export declare class AgentCoreNetworkConfigError extends Error {
21
+ constructor(message: string);
22
+ }
23
+ export declare class AgentCoreInterpreterNotReadyError extends Error {
24
+ readonly codeInterpreterId: string;
25
+ readonly lastStatus: string;
26
+ readonly timeoutMs: number;
27
+ constructor(codeInterpreterId: string, lastStatus: string, timeoutMs: number);
28
+ }
29
+ export declare class AgentCoreCommandFailedError extends Error {
30
+ readonly stderr: string;
31
+ constructor(stderr: string);
32
+ }
33
+ export interface AgentCoreRunScriptOptions extends ExecOptions {
34
+ command: string;
35
+ }
36
+ /** Test-only injection seam. Not exported from the package barrel. */
37
+ export interface AgentCoreRuntimeDependencies {
38
+ apiFactory?: AgentCoreApiFactory;
39
+ }
40
+ /**
41
+ * AWS Bedrock AgentCore Code Interpreter provider adapter.
42
+ *
43
+ * Identity note: `RuntimeHandle.id` carries the AgentCore **session id**, not
44
+ * the code interpreter id. A session is the ephemeral, billable unit
45
+ * (bounded lifetime, terminal stop) that maps onto this package's notion of
46
+ * a "sandbox"; the code interpreter resource underneath it is closer to a
47
+ * Vercel `image` or a Modal `App` — a template every session in this runtime
48
+ * shares, created once and reused, not torn down per handle.
49
+ *
50
+ * Ownership is tracked only in this process's `registrations` map, not by a
51
+ * name prefix: AgentCore session ids are opaque tokens with no addressable
52
+ * namespace to scope a prefix against (see `capabilities.ts` on `warmLease`).
53
+ */
54
+ export declare class AgentCoreSandboxRuntime implements SandboxRuntime, WorkflowRuntime {
55
+ readonly id = "agentcore";
56
+ readonly capabilities: {
57
+ readonly pty: false;
58
+ readonly snapshots: false;
59
+ readonly isolation: "strong";
60
+ readonly persistentHandle: true;
61
+ readonly streamingLogs: false;
62
+ };
63
+ readonly declaredCapabilities: {
64
+ readonly warmLease: false;
65
+ readonly lifecycle: false;
66
+ };
67
+ readonly declaredCapabilityModes: {
68
+ readonly outputStreams: "buffered";
69
+ readonly filesystem: "ephemeral";
70
+ readonly lifetime: "deadline";
71
+ readonly interactive: "unsupported";
72
+ readonly snapshots: "unsupported";
73
+ };
74
+ readonly observedCapabilities: import("./capabilities.js").AgentCoreObservedCapabilities;
75
+ private readonly region;
76
+ private readonly credentials;
77
+ private readonly interpreter;
78
+ private readonly defaultHomeDir;
79
+ private readonly sessionTimeoutSeconds;
80
+ private readonly env;
81
+ private readonly requestTimeoutMs;
82
+ private readonly createInterpreterTimeoutMs;
83
+ private readonly launchTimeoutMs;
84
+ private readonly lookupTimeoutMs;
85
+ private readonly execTimeoutMs;
86
+ private readonly fileTimeoutMs;
87
+ private readonly destroyTimeoutMs;
88
+ private readonly injectedApiFactory?;
89
+ private readonly registrations;
90
+ private apiPromise?;
91
+ /** Resolved once, lazily, and cached for the life of this instance. */
92
+ private resolvedInterpreterId?;
93
+ private resolvingInterpreter?;
94
+ constructor(options: AgentCoreRuntimeOptions, dependencies?: AgentCoreRuntimeDependencies);
95
+ launch(options?: LaunchOptions): Promise<RuntimeHandle>;
96
+ readonly launchDetached?: undefined;
97
+ findByLabels(labels: Record<string, string>, options?: SandboxLookupOptions): Promise<RuntimeHandle | null>;
98
+ /**
99
+ * In-process only. See `capabilities.ts`: AgentCore sessions carry no
100
+ * server-side tag/label field, so there is no way to discover a labeled
101
+ * session started by another process. This still returns real matches
102
+ * among sessions this runtime instance itself registered.
103
+ */
104
+ findAllByLabels(labels: Record<string, string>, options?: SandboxLookupOptions): Promise<RuntimeHandle[]>;
105
+ countByLabels(labels: Record<string, string>, options?: SandboxCountOptions): Promise<number>;
106
+ /**
107
+ * Re-resolve a session by id via `GetCodeInterpreterSession`. Works across
108
+ * a process restart as long as the caller's runtime config resolves to the
109
+ * same code interpreter (fixed by `AgentCoreInterpreterSource`) and the
110
+ * session has not reached its `sessionTimeoutSeconds` deadline.
111
+ */
112
+ getById(id: string, options?: {
113
+ states?: readonly string[] | null;
114
+ owned?: boolean;
115
+ }): Promise<RuntimeHandle | null>;
116
+ runScript(handle: RuntimeHandle, options: AgentCoreRunScriptOptions): Promise<RunScriptResult>;
117
+ exec(handle: RuntimeHandle, command: string, options?: ExecOptions): Promise<ExecResult>;
118
+ uploadFile(handle: RuntimeHandle, source: string | Buffer, destination: string): Promise<void>;
119
+ uploadBundle(handle: RuntimeHandle, options: {
120
+ files: Array<{
121
+ source: string | Buffer;
122
+ destination: string;
123
+ }>;
124
+ }): Promise<void>;
125
+ downloadFile(handle: RuntimeHandle, source: string, destination?: string): Promise<Buffer | void>;
126
+ getHomeDir(handle: RuntimeHandle): Promise<string>;
127
+ /**
128
+ * Stop a session and verify it reached `TERMINATED`.
129
+ *
130
+ * The registration is retained when verification fails, so a caller can
131
+ * retry cleanup — dropping it would make a leaked session unreachable
132
+ * through this runtime and therefore invisible to any subsequent audit.
133
+ */
134
+ destroy(handle: RuntimeHandle): Promise<void>;
135
+ /**
136
+ * Delete the owned code interpreter resource itself.
137
+ *
138
+ * Not part of `SandboxRuntime`/`WorkflowRuntime`: the code interpreter is
139
+ * a shared template across every session this runtime starts (see the
140
+ * class doc), analogous to a Vercel `image` or a Modal `App`, and neither
141
+ * of those is destroyed by a per-handle `destroy()` either. Callers that
142
+ * own the whole runtime's lifecycle (tests, a process shutdown hook) call
143
+ * this explicitly once they are done with every session.
144
+ */
145
+ deleteOwnedCodeInterpreter(): Promise<void>;
146
+ private api;
147
+ /**
148
+ * Resolve the code interpreter this runtime's sessions run against,
149
+ * creating it on first use and caching the id for the life of the
150
+ * instance. Idempotent under concurrent callers via `resolvingInterpreter`.
151
+ */
152
+ private ensureInterpreter;
153
+ private createOrAdoptInterpreter;
154
+ /**
155
+ * Search for an already-created interpreter with this exact name.
156
+ *
157
+ * Bounded at `MAX_ADOPT_LIST_PAGES` pages so a large or pathologically
158
+ * paginated account cannot turn adoption into an unbounded crawl. Falling
159
+ * through to `createCodeInterpreter` when the search is inconclusive is
160
+ * safe rather than silent: a genuine duplicate name beyond the search
161
+ * window surfaces as a loud `ConflictException` from the create call
162
+ * (names are unique per account), not a silently-adopted wrong resource.
163
+ */
164
+ private findExistingInterpreterByName;
165
+ private waitUntilInterpreterReady;
166
+ private waitUntilTerminated;
167
+ private requireRegistered;
168
+ /**
169
+ * AgentCore's `executeCommand` action takes a bare `command` string with
170
+ * no `cwd`/`env` fields of its own, so both are folded into the command
171
+ * text: `cd` for the working directory, `export` for each variable, each
172
+ * value single-quoted so nothing a caller passes is ever interpreted as
173
+ * shell syntax.
174
+ */
175
+ private shellCommand;
176
+ }
177
+ //# sourceMappingURL=runtime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime.d.ts","sourceRoot":"","sources":["../../src/agentcore/runtime.ts"],"names":[],"mappings":"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"}