@theokit/sdk 4.25.0 → 4.26.0

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 (36) hide show
  1. package/dist/{chunk-4HKMQEPX.js → chunk-KDNBTPY2.js} +3 -3
  2. package/dist/{chunk-4HKMQEPX.js.map → chunk-KDNBTPY2.js.map} +1 -1
  3. package/dist/{chunk-F3XVLFLM.js → chunk-PSJN532Q.js} +5 -5
  4. package/dist/{chunk-F3XVLFLM.js.map → chunk-PSJN532Q.js.map} +1 -1
  5. package/dist/{chunk-7RMWOMDB.cjs → chunk-R43CNCES.cjs} +5 -5
  6. package/dist/{chunk-7RMWOMDB.cjs.map → chunk-R43CNCES.cjs.map} +1 -1
  7. package/dist/{chunk-CJ6YJ2L3.cjs → chunk-ZUBIEQJF.cjs} +7 -7
  8. package/dist/{chunk-CJ6YJ2L3.cjs.map → chunk-ZUBIEQJF.cjs.map} +1 -1
  9. package/dist/{cron-x3muPNgg.d.cts → cron-D0JKR-yX.d.cts} +2 -1
  10. package/dist/{cron-B_NkE_VM.d.ts → cron-DivRaEmN.d.ts} +2 -1
  11. package/dist/cron.cjs +3 -3
  12. package/dist/cron.d.cts +1 -1
  13. package/dist/cron.d.ts +1 -1
  14. package/dist/cron.js +2 -2
  15. package/dist/errors.d.ts +3 -424
  16. package/dist/eval.cjs +2 -2
  17. package/dist/eval.js +1 -1
  18. package/dist/index.cjs +22 -22
  19. package/dist/index.d.cts +16 -21
  20. package/dist/index.d.ts +16 -21
  21. package/dist/index.js +5 -5
  22. package/dist/internal/judge/judge-call.d.ts +32 -19
  23. package/dist/{judge-call-VIMNK5TA.js → judge-call-CEQ3FYYD.js} +38 -4
  24. package/dist/judge-call-CEQ3FYYD.js.map +1 -0
  25. package/dist/{judge-call-7CF7D334.cjs → judge-call-QG4WZ7F3.cjs} +38 -3
  26. package/dist/judge-call-QG4WZ7F3.cjs.map +1 -0
  27. package/dist/{run-until-DB3LVGZS.cjs → run-until-PNO3QQLI.cjs} +11 -2
  28. package/dist/run-until-PNO3QQLI.cjs.map +1 -0
  29. package/dist/{run-until-2PX4QBHZ.js → run-until-XLHEHRQM.js} +11 -2
  30. package/dist/run-until-XLHEHRQM.js.map +1 -0
  31. package/dist/types/goal-events.d.ts +2 -1
  32. package/package.json +1 -1
  33. package/dist/judge-call-7CF7D334.cjs.map +0 -1
  34. package/dist/judge-call-VIMNK5TA.js.map +0 -1
  35. package/dist/run-until-2PX4QBHZ.js.map +0 -1
  36. package/dist/run-until-DB3LVGZS.cjs.map +0 -1
@@ -589,7 +589,8 @@ type GoalEvent = {
589
589
  } | {
590
590
  type: "judge_verdict";
591
591
  turn: number;
592
- verdict: "done" | "continue" | "skipped";
592
+ /** M80 — `"blocked"` entrou: o judge pode declarar impossibilidade, não só "continue". */
593
+ verdict: "done" | "continue" | "skipped" | "blocked";
593
594
  reason: string;
594
595
  parseFailed: boolean;
595
596
  } | {
@@ -589,7 +589,8 @@ type GoalEvent = {
589
589
  } | {
590
590
  type: "judge_verdict";
591
591
  turn: number;
592
- verdict: "done" | "continue" | "skipped";
592
+ /** M80 — `"blocked"` entrou: o judge pode declarar impossibilidade, não só "continue". */
593
+ verdict: "done" | "continue" | "skipped" | "blocked";
593
594
  reason: string;
594
595
  parseFailed: boolean;
595
596
  } | {
package/dist/cron.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var chunk7RMWOMDB_cjs = require('./chunk-7RMWOMDB.cjs');
4
- require('./chunk-CJ6YJ2L3.cjs');
3
+ var chunkR43CNCES_cjs = require('./chunk-R43CNCES.cjs');
4
+ require('./chunk-ZUBIEQJF.cjs');
5
5
  require('./chunk-MZ5ZRORA.cjs');
6
6
  require('./chunk-YU6KON2I.cjs');
7
7
  require('./chunk-BUUUWQMB.cjs');
@@ -43,7 +43,7 @@ require('./chunk-BEURCLDV.cjs');
43
43
 
44
44
  Object.defineProperty(exports, "Cron", {
45
45
  enumerable: true,
46
- get: function () { return chunk7RMWOMDB_cjs.Cron; }
46
+ get: function () { return chunkR43CNCES_cjs.Cron; }
47
47
  });
48
48
  //# sourceMappingURL=cron.cjs.map
49
49
  //# sourceMappingURL=cron.cjs.map
package/dist/cron.d.cts CHANGED
@@ -1,3 +1,3 @@
1
- export { R as Cron } from './cron-x3muPNgg.cjs';
1
+ export { R as Cron } from './cron-D0JKR-yX.cjs';
2
2
  import './run-OJbGyweZ.cjs';
3
3
  import 'zod';
package/dist/cron.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { R as Cron } from './cron-B_NkE_VM.js';
1
+ export { R as Cron } from './cron-DivRaEmN.js';
2
2
  import './run-OJbGyweZ.js';
3
3
  import 'zod';
package/dist/cron.js CHANGED
@@ -1,5 +1,5 @@
1
- export { Cron } from './chunk-4HKMQEPX.js';
2
- import './chunk-F3XVLFLM.js';
1
+ export { Cron } from './chunk-KDNBTPY2.js';
2
+ import './chunk-PSJN532Q.js';
3
3
  import './chunk-HRA3CPGG.js';
4
4
  import './chunk-SQLZ7ONU.js';
5
5
  import './chunk-K2BQQ445.js';
package/dist/errors.d.ts CHANGED
@@ -1,424 +1,3 @@
1
- import type { RunOperation } from "./types/run.js";
2
- /**
3
- * Finite, machine-readable error codes for provider-originated errors
4
- * (ADR D66). Consumers can `switch (err.metadata?.code)` exhaustively
5
- * — adding a new variant is an explicit decision + test coverage.
6
- *
7
- * @public
8
- */
9
- export type ErrorCode = "rate_limit" | "auth_failed" | "invalid_request" | "timeout" | "server_error" | "context_too_long" | "content_filtered" | "model_unavailable" | "network" | "quota_exceeded" | "unknown";
10
- /**
11
- * Codes used by {@link AgentRunError} (Production-Readiness #3, ADR D311).
12
- *
13
- * Superset of {@link ErrorCode} extended with codes that do NOT originate
14
- * from a provider HTTP response:
15
- *
16
- * - `quota_exceeded` — billing limit hit (provider 402 or signalled error)
17
- * - `tool_runtime_error` — custom tool handler threw inside dispatch
18
- * - `aborted` — caller's `AbortSignal` fired (Phase 4)
19
- * - `invalid_model` — model id rejected by provider (400 "model not found")
20
- * - `safety_blocked` — provider safety filter blocked req or resp
21
- * - `provider_unreachable` — DNS/TCP/timeout/5xx at transport boundary
22
- *
23
- * The `& {}` tail keeps the literal-union ergonomics (autocomplete) while
24
- * accepting any string for forward compatibility with constructor calls
25
- * that pass arbitrary code values (legacy callers).
26
- *
27
- * @public
28
- */
29
- /**
30
- * T1.1 — closed literal union for `AgentRunError.code`. The previous
31
- * `(string & {})` escape hatch let arbitrary strings slip into the type
32
- * surface and defeated exhaustive `switch (code)` discrimination. This is
33
- * the canonical closed form. `AgentRunErrorCode` is re-aliased below for
34
- * source-level back-compat.
35
- *
36
- * Adding a new code: append the literal here AND audit every `switch (err.code)`
37
- * in callers. Type-checker enforces the audit via the `default: assertNever(code)`
38
- * convention.
39
- *
40
- * @public
41
- */
42
- export type KnownAgentRunErrorCode = ErrorCode | "quota_exceeded" | "tool_runtime_error" | "aborted" | "invalid_model" | "safety_blocked" | "provider_unreachable";
43
- /**
44
- * Back-compat alias of {@link KnownAgentRunErrorCode}. Pre-T1.1 callers that
45
- * imported `AgentRunErrorCode` keep working; new code SHOULD prefer
46
- * `KnownAgentRunErrorCode` to make the closed-union intent explicit.
47
- *
48
- * @public
49
- */
50
- export type AgentRunErrorCode = KnownAgentRunErrorCode;
51
- /**
52
- * Structured context for errors that originated from a provider HTTP
53
- * call (ADR D65). Lets callers retry with the right backoff (`retryAfter`),
54
- * surface actionable diagnostics (`provider`, `endpoint`), and inspect the
55
- * raw response body when needed (`raw`, capped at ~2KB by the mapper).
56
- *
57
- * @public
58
- */
59
- export interface ErrorMetadata {
60
- /** Provider canonical name (e.g., `"anthropic"`, `"openai"`, `"openrouter"`, `"gemini"`). */
61
- provider: string;
62
- /** HTTP endpoint that failed (e.g., `"/v1/messages"`, `"/v1/chat/completions"`). */
63
- endpoint: string;
64
- /** Machine-readable error code (finite enum). */
65
- code: ErrorCode;
66
- /** HTTP status code if applicable. */
67
- statusCode?: number;
68
- /** Seconds to wait before retry, per provider's `retry-after` header (numeric form only). */
69
- retryAfter?: number;
70
- /** Raw response body for debugging (truncated to ~2KB by the mapper). */
71
- raw?: unknown;
72
- }
73
- /**
74
- * Base class for all errors thrown by `@theokit/sdk`.
75
- *
76
- * Use `isRetryable` to drive retry/backoff logic. `code` and `protoErrorCode`
77
- * are populated for server-originated errors when available. `metadata`
78
- * (ADR D65) carries structured `{ provider, endpoint, code, ... }` when
79
- * the error originated from a provider HTTP call.
80
- *
81
- * @public
82
- */
83
- export declare class TheokitAgentError extends Error {
84
- readonly name: string;
85
- readonly isRetryable: boolean;
86
- readonly code?: string;
87
- readonly protoErrorCode?: string;
88
- readonly metadata?: ErrorMetadata;
89
- constructor(message: string, options?: {
90
- isRetryable?: boolean;
91
- code?: string;
92
- protoErrorCode?: string;
93
- cause?: unknown;
94
- metadata?: ErrorMetadata;
95
- });
96
- }
97
- /**
98
- * Invalid API key, not logged in, insufficient permissions.
99
- *
100
- * @public
101
- */
102
- export declare class AuthenticationError extends TheokitAgentError {
103
- readonly name: string;
104
- constructor(message: string, options?: {
105
- code?: string;
106
- cause?: unknown;
107
- metadata?: ErrorMetadata;
108
- });
109
- }
110
- /**
111
- * Too many requests or usage limits exceeded.
112
- *
113
- * @public
114
- */
115
- export declare class RateLimitError extends TheokitAgentError {
116
- readonly name: string;
117
- constructor(message: string, options?: {
118
- code?: string;
119
- cause?: unknown;
120
- metadata?: ErrorMetadata;
121
- });
122
- }
123
- /**
124
- * Invalid model, bad request parameters, malformed options.
125
- *
126
- * @public
127
- */
128
- export declare class ConfigurationError extends TheokitAgentError {
129
- readonly name: string;
130
- constructor(message: string, options?: {
131
- code?: string;
132
- cause?: unknown;
133
- metadata?: ErrorMetadata;
134
- });
135
- }
136
- /**
137
- * Thrown when creating a cloud agent for a repo whose SCM provider is not
138
- * connected. Use `helpUrl` to point the user at the right reconnect flow.
139
- *
140
- * @public
141
- */
142
- export declare class IntegrationNotConnectedError extends ConfigurationError {
143
- readonly name: string;
144
- readonly provider: string;
145
- readonly helpUrl: string;
146
- constructor(message: string, options: {
147
- provider: string;
148
- helpUrl: string;
149
- code?: string;
150
- cause?: unknown;
151
- metadata?: ErrorMetadata;
152
- });
153
- }
154
- /**
155
- * Service unavailable, timeout, transport-level failure.
156
- *
157
- * @public
158
- */
159
- export declare class NetworkError extends TheokitAgentError {
160
- readonly name: string;
161
- constructor(message: string, options?: {
162
- code?: string;
163
- cause?: unknown;
164
- metadata?: ErrorMetadata;
165
- });
166
- }
167
- /**
168
- * Catch-all for unclassified server or runtime errors.
169
- *
170
- * @public
171
- */
172
- export declare class UnknownAgentError extends TheokitAgentError {
173
- readonly name: string;
174
- constructor(message: string, options?: {
175
- code?: string;
176
- cause?: unknown;
177
- metadata?: ErrorMetadata;
178
- });
179
- }
180
- /**
181
- * Thrown by `Agent.prompt` (and helpers that go through `run.wait()`) when
182
- * the option `{ throwOnError: true }` is set and the run terminates with
183
- * `status: 'error'`. Carries the structured `RunResult.error` fields so
184
- * callers can `catch` once and branch on `code` / `provider` instead of
185
- * unwrapping the run.
186
- *
187
- * Extends {@link TheokitAgentError} per ADR D65 — no new hierarchy.
188
- *
189
- * @example
190
- * try {
191
- * await Agent.prompt(msg, { apiKey, model, throwOnError: true });
192
- * } catch (err) {
193
- * if (err instanceof AgentRunError && err.code === 'auth_failed') {
194
- * // bad key
195
- * }
196
- * }
197
- *
198
- * @public
199
- */
200
- export declare class AgentRunError extends TheokitAgentError {
201
- readonly name: string;
202
- readonly provider?: string;
203
- readonly raw?: string;
204
- /** Provider's request id (`x-request-id` / `request-id` header). Useful for support tickets. */
205
- readonly requestId?: string;
206
- /** SDK conversation id this error was raised inside. */
207
- readonly conversationId?: string;
208
- constructor(message: string, options: {
209
- code: AgentRunErrorCode;
210
- provider?: string;
211
- raw?: string;
212
- requestId?: string;
213
- conversationId?: string;
214
- retriable?: boolean;
215
- cause?: unknown;
216
- metadata?: ErrorMetadata;
217
- });
218
- /**
219
- * Production-Readiness #3 (ADR D311): alias for `isRetryable` exposed as
220
- * `retriable` to match the handoff contract. Future v2 will deprecate
221
- * `isRetryable` in favor of this.
222
- */
223
- get retriable(): boolean;
224
- /**
225
- * D312: provider's `Retry-After` header in **milliseconds**. Mappers store
226
- * the header value (seconds) in `metadata.retryAfter`; this getter
227
- * multiplies by 1000 so the result composes with `Date.now()`/`setTimeout`.
228
- *
229
- * Returns `undefined` when no hint was provided. `0` is a legitimate value
230
- * — use `=== undefined` check rather than truthy check.
231
- */
232
- get retryAfterMs(): number | undefined;
233
- /**
234
- * D313 + T1.5: alias for `metadata.raw`. Provider response body for
235
- * debugging. T1.5 wraps the value in `redactSecrets` at the getter
236
- * boundary so secret-shaped substrings (`sk-...`, Bearer JWTs, etc.) are
237
- * stripped before reaching the caller. Available but NEVER serialized
238
- * into `.message` (anti-leak invariant).
239
- */
240
- get providerError(): unknown;
241
- /**
242
- * T1.5 — sanitized JSON form. `metadata.raw` is OMITTED by default; opt
243
- * in via `THEOKIT_DEBUG_RAW_ERRORS=1` to surface the (redacted) raw
244
- * payload for diagnostics. Every other field stays accessible.
245
- *
246
- * The single env-var gate is read each call so operators can toggle at
247
- * runtime without restarting the process.
248
- */
249
- toJSON(): Record<string, unknown>;
250
- }
251
- /**
252
- * Is this error transient (worth retrying)?
253
- *
254
- * Returns the SDK's own retryability verdict: every {@link TheokitAgentError}
255
- * subclass computes `isRetryable` at construction (rate-limit / network /
256
- * credential-pool-exhausted are retryable; auth / configuration / unsupported
257
- * are not), so this predicate is a single source of truth rather than a
258
- * re-derivation. Non-SDK errors return `false` conservatively — wrap a foreign
259
- * error in the appropriate SDK error first if you want it considered transient.
260
- * It never inspects `err.message`.
261
- *
262
- * @example
263
- * try {
264
- * await agent.send(message, { throwOnError: true });
265
- * } catch (err) {
266
- * if (isTransientError(err)) return retryWithBackoff();
267
- * throw err;
268
- * }
269
- *
270
- * @public
271
- */
272
- export declare function isTransientError(err: unknown): boolean;
273
- /**
274
- * Thrown when a {@link Run} or agent operation is not available on the current
275
- * runtime. Check first with `run.supports(operation)`.
276
- *
277
- * Extends {@link TheokitAgentError} (so error-catching code that branches on
278
- * `instanceof TheokitAgentError` continues to work) but is never retryable —
279
- * an unsupported operation will not become supported on retry.
280
- *
281
- * @public
282
- */
283
- export declare class UnsupportedRunOperationError extends TheokitAgentError {
284
- readonly name: string;
285
- readonly operation: RunOperation;
286
- constructor(message: string, operation: RunOperation, options?: {
287
- code?: string;
288
- cause?: unknown;
289
- });
290
- }
291
- /**
292
- * Thrown when every credential in a per-provider pool is in cooldown
293
- * and no healthy key is available (ADR D133). The caller's
294
- * {@link import("./internal/llm/fallback-client.js").FallbackLlmClient}
295
- * catches this and tries the next provider in the fallback chain.
296
- *
297
- * `metadata.nextRetryAt` (epoch ms) tells callers when the soonest
298
- * pool entry resumes — useful for manual retry scheduling.
299
- *
300
- * @public
301
- */
302
- export declare class CredentialPoolExhaustedError extends TheokitAgentError {
303
- readonly name: string;
304
- readonly provider: string;
305
- readonly nextRetryAt: number | undefined;
306
- constructor(message: string, options: {
307
- provider: string;
308
- nextRetryAt?: number;
309
- code?: string;
310
- cause?: unknown;
311
- metadata?: ErrorMetadata;
312
- });
313
- }
314
- /**
315
- * Finite error codes specific to memory adapter operations (ADR D141).
316
- *
317
- * @public
318
- */
319
- export type MemoryAdapterErrorCode = "auth_failed" | "rate_limited" | "not_found" | "network" | "invalid_input" | "unknown";
320
- /**
321
- * Error raised by `@theokit-memory-*` adapters. Carries `adapterId`
322
- * so callers can branch on which provider failed (ADR D141).
323
- *
324
- * @public
325
- */
326
- export declare class MemoryAdapterError extends TheokitAgentError {
327
- readonly name: string;
328
- readonly adapterId: string;
329
- constructor(message: string, options: {
330
- adapterId: string;
331
- code: MemoryAdapterErrorCode;
332
- cause?: unknown;
333
- metadata?: ErrorMetadata;
334
- });
335
- }
336
- /**
337
- * Thrown when a user-supplied task ID violates the grammar
338
- * `^[a-z0-9][a-z0-9_-]*$` (D368) OR starts with a reserved adapter
339
- * prefix (`wf-` / `b-` / `cron-`, EC-5).
340
- *
341
- * @public
342
- */
343
- export declare class InvalidTaskIdError extends TheokitAgentError {
344
- readonly name: string;
345
- readonly taskId: string;
346
- constructor(message: string, taskId: string, options?: {
347
- cause?: unknown;
348
- });
349
- }
350
- /**
351
- * Thrown when `Task.subscribe(id)` is called for a task that has been
352
- * evicted, never submitted, or evicted after retention (D373).
353
- *
354
- * @public
355
- */
356
- export declare class TaskNotFoundError extends TheokitAgentError {
357
- readonly name: string;
358
- readonly taskId: string;
359
- constructor(taskId: string, options?: {
360
- cause?: unknown;
361
- });
362
- }
363
- /**
364
- * Thrown when `CloudAgent` is asked to wrap a task (D370). Cloud
365
- * task observability is deferred until Theo PaaS GA.
366
- *
367
- * @public
368
- */
369
- export declare class UnsupportedTaskOperationError extends TheokitAgentError {
370
- readonly name: string;
371
- readonly operation: string;
372
- constructor(operation: string, options?: {
373
- cause?: unknown;
374
- });
375
- }
376
- /**
377
- * Thrown by `Budget` enforcement (ADR D386) when a `mode: "block"`
378
- * budget would be exceeded by the upcoming LLM call. Caller pega
379
- * tipado para retry-after-window-reset or surface to the user.
380
- *
381
- * @public
382
- */
383
- export declare class BudgetExceededError extends TheokitAgentError {
384
- readonly name: string;
385
- readonly budgetName: string;
386
- readonly window: import("./types/budget.js").BudgetWindow;
387
- readonly spentUsd: number;
388
- readonly limitUsd: number;
389
- readonly mode: import("./types/budget.js").BudgetMode;
390
- constructor(args: {
391
- budgetName: string;
392
- window: import("./types/budget.js").BudgetWindow;
393
- spentUsd: number;
394
- limitUsd: number;
395
- mode: import("./types/budget.js").BudgetMode;
396
- cause?: unknown;
397
- });
398
- }
399
- /**
400
- * Thrown when `CloudAgent.send({ budget })` is invoked (D388). Cloud
401
- * budget surface waits for Theo PaaS GA.
402
- *
403
- * @public
404
- */
405
- /**
406
- * T1.6 — Thrown when a consumer calls `agent.send()` or any method
407
- * on an agent that has already been `dispose()`d. Pre-T1.6 this was
408
- * a generic `new Error("Agent has been disposed")` — consumers
409
- * couldn't catch it without string-matching the message.
410
- *
411
- * @public
412
- */
413
- export declare class AgentDisposedError extends TheokitAgentError {
414
- readonly name: string;
415
- readonly agentId: string;
416
- constructor(agentId: string);
417
- }
418
- export declare class UnsupportedBudgetOperationError extends TheokitAgentError {
419
- readonly name: string;
420
- readonly operation: string;
421
- constructor(operation: string, options?: {
422
- cause?: unknown;
423
- });
424
- }
1
+ export { A as AgentDisposedError, c as AgentRunError, d as AgentRunErrorCode, e as AuthenticationError, g as BudgetExceededError, C as ConfigurationError, u as CredentialPoolExhaustedError, m as ErrorCode, E as ErrorMetadata, I as IntegrationNotConnectedError, n as InvalidTaskIdError, K as KnownAgentRunErrorCode, M as MemoryAdapterError, o as MemoryAdapterErrorCode, N as NetworkError, R as RateLimitError, p as TaskNotFoundError, T as TheokitAgentError, U as UnknownAgentError, q as UnsupportedBudgetOperationError, r as UnsupportedRunOperationError, s as UnsupportedTaskOperationError, t as isTransientError } from './errors-DHZtSNnj.js';
2
+ import './run-OJbGyweZ.js';
3
+ import 'zod';
package/dist/eval.cjs CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  var chunkS7OEXQMI_cjs = require('./chunk-S7OEXQMI.cjs');
4
4
  var chunkQUTUJ6P6_cjs = require('./chunk-QUTUJ6P6.cjs');
5
- var chunkCJ6YJ2L3_cjs = require('./chunk-CJ6YJ2L3.cjs');
5
+ var chunkZUBIEQJF_cjs = require('./chunk-ZUBIEQJF.cjs');
6
6
  require('./chunk-MZ5ZRORA.cjs');
7
7
  require('./chunk-YU6KON2I.cjs');
8
8
  var chunkBUUUWQMB_cjs = require('./chunk-BUUUWQMB.cjs');
@@ -766,7 +766,7 @@ function makeDefaultEmbedder(opts) {
766
766
  let runtime;
767
767
  return (texts) => {
768
768
  if (runtime === void 0) {
769
- runtime = chunkCJ6YJ2L3_cjs.openRouterMemoryEmbeddingProviderAdapter.create(embedderCreateOptions(opts));
769
+ runtime = chunkZUBIEQJF_cjs.openRouterMemoryEmbeddingProviderAdapter.create(embedderCreateOptions(opts));
770
770
  }
771
771
  return runtime.then((rt) => rt.embed(texts));
772
772
  };
package/dist/eval.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { shellEscapePosix, LocalSandbox } from './chunk-SKWVAQAY.js';
2
2
  import { readJsonlIds, appendJsonl } from './chunk-DUK5WMKJ.js';
3
3
  export { JsonlParseError, loadJsonl } from './chunk-DUK5WMKJ.js';
4
- import { openRouterMemoryEmbeddingProviderAdapter } from './chunk-F3XVLFLM.js';
4
+ import { openRouterMemoryEmbeddingProviderAdapter } from './chunk-PSJN532Q.js';
5
5
  import './chunk-HRA3CPGG.js';
6
6
  import './chunk-SQLZ7ONU.js';
7
7
  import { getTracer } from './chunk-K2BQQ445.js';
package/dist/index.cjs CHANGED
@@ -7,8 +7,8 @@ require('./chunk-EPYZOCOL.cjs');
7
7
  var chunkZ2OC3UIW_cjs = require('./chunk-Z2OC3UIW.cjs');
8
8
  require('./chunk-BWT67BI4.cjs');
9
9
  require('./chunk-PNVDQL5Y.cjs');
10
- var chunk7RMWOMDB_cjs = require('./chunk-7RMWOMDB.cjs');
11
- var chunkCJ6YJ2L3_cjs = require('./chunk-CJ6YJ2L3.cjs');
10
+ var chunkR43CNCES_cjs = require('./chunk-R43CNCES.cjs');
11
+ var chunkZUBIEQJF_cjs = require('./chunk-ZUBIEQJF.cjs');
12
12
  var chunkMZ5ZRORA_cjs = require('./chunk-MZ5ZRORA.cjs');
13
13
  require('./chunk-YU6KON2I.cjs');
14
14
  require('./chunk-BUUUWQMB.cjs');
@@ -54,8 +54,8 @@ var fs = require('fs');
54
54
  // src/agent-factory.ts
55
55
  function createAgentFactory(common) {
56
56
  return {
57
- forSession: (agentId, overrides) => chunkCJ6YJ2L3_cjs.Agent.create(mergeAgentOptions(common, overrides, agentId)),
58
- getOrCreate: (agentId, overrides) => chunkCJ6YJ2L3_cjs.Agent.getOrCreate(agentId, mergeAgentOptions(common, overrides, agentId))
57
+ forSession: (agentId, overrides) => chunkZUBIEQJF_cjs.Agent.create(mergeAgentOptions(common, overrides, agentId)),
58
+ getOrCreate: (agentId, overrides) => chunkZUBIEQJF_cjs.Agent.getOrCreate(agentId, mergeAgentOptions(common, overrides, agentId))
59
59
  };
60
60
  }
61
61
  function mergeAgentOptions(common, overrides, agentId) {
@@ -692,9 +692,9 @@ var EventBus = class {
692
692
  // src/goal-loop.ts
693
693
  function runGoalLoop(agent, goal, options, depsOverride) {
694
694
  async function* wrap() {
695
- const { runUntilImpl } = await import('./run-until-DB3LVGZS.cjs');
695
+ const { runUntilImpl } = await import('./run-until-PNO3QQLI.cjs');
696
696
  const deps = depsOverride ?? await (async () => {
697
- const { judgeCallImpl } = await import('./judge-call-7CF7D334.cjs');
697
+ const { judgeCallImpl } = await import('./judge-call-QG4WZ7F3.cjs');
698
698
  const { getAgentFacade } = await import('./agent-factory-registry-UU46BUMU.cjs');
699
699
  const create = getAgentFacade().create;
700
700
  return {
@@ -1142,7 +1142,7 @@ var Memory = {
1142
1142
  return await peer.IndexManager.open(openArgs);
1143
1143
  }
1144
1144
  const { IndexManager } = await import('./index-manager-CB6I7XFQ.cjs');
1145
- openArgs.embedding = await resolveEmbedding(opts.embedding, chunkCJ6YJ2L3_cjs.MEMORY_EMBEDDING_ADAPTERS);
1145
+ openArgs.embedding = await resolveEmbedding(opts.embedding, chunkZUBIEQJF_cjs.MEMORY_EMBEDDING_ADAPTERS);
1146
1146
  return await IndexManager.open(openArgs);
1147
1147
  },
1148
1148
  /**
@@ -1153,7 +1153,7 @@ var Memory = {
1153
1153
  */
1154
1154
  async runDreamingSweep(opts) {
1155
1155
  const peer = await tryLoadSdkMemoryPeer();
1156
- const catalog = peer !== null ? peer.MEMORY_EMBEDDING_ADAPTERS : chunkCJ6YJ2L3_cjs.MEMORY_EMBEDDING_ADAPTERS;
1156
+ const catalog = peer !== null ? peer.MEMORY_EMBEDDING_ADAPTERS : chunkZUBIEQJF_cjs.MEMORY_EMBEDDING_ADAPTERS;
1157
1157
  const sweepArgs = await buildDreamingSweepArgs(opts, catalog);
1158
1158
  const result = peer !== null ? (
1159
1159
  // biome-ignore lint/suspicious/noExplicitAny: peer is dynamically loaded — structural compat ensured by sdk-memory
@@ -1698,7 +1698,7 @@ var FIXTURE_USER = {
1698
1698
  };
1699
1699
  var FIXTURE_MODELS = [
1700
1700
  {
1701
- id: chunkCJ6YJ2L3_cjs.DEFAULT_AGENTIC_MODEL_ID,
1701
+ id: chunkZUBIEQJF_cjs.DEFAULT_AGENTIC_MODEL_ID,
1702
1702
  name: "Gemini 2.0 Flash",
1703
1703
  displayName: "Gemini 2.0 Flash",
1704
1704
  parameters: [
@@ -1906,7 +1906,7 @@ var Theokit = class {
1906
1906
  envVars: p.envVars
1907
1907
  }));
1908
1908
  },
1909
- embeddingAdapters: () => Object.entries(chunkCJ6YJ2L3_cjs.MEMORY_EMBEDDING_ADAPTERS).map(([id, adapter]) => ({
1909
+ embeddingAdapters: () => Object.entries(chunkZUBIEQJF_cjs.MEMORY_EMBEDDING_ADAPTERS).map(([id, adapter]) => ({
1910
1910
  id,
1911
1911
  transport: adapter.transport,
1912
1912
  defaultModel: adapter.defaultModel
@@ -1938,17 +1938,17 @@ function resolveLocalProviderBaseUrl(providerName, fallback) {
1938
1938
  return fallback;
1939
1939
  }
1940
1940
  async function executeCatalogRequest(request) {
1941
- const apiKey = chunkCJ6YJ2L3_cjs.resolveApiKey(request.apiKey);
1941
+ const apiKey = chunkZUBIEQJF_cjs.resolveApiKey(request.apiKey);
1942
1942
  if (apiKey === void 0) {
1943
1943
  throw new chunkA44COQJJ_cjs.AuthenticationError("Missing API key", { code: "missing_api_key" });
1944
1944
  }
1945
- if (chunkCJ6YJ2L3_cjs.shouldUseFixtureMode(apiKey)) {
1945
+ if (chunkZUBIEQJF_cjs.shouldUseFixtureMode(apiKey)) {
1946
1946
  return request.fixture;
1947
1947
  }
1948
- if (!chunkCJ6YJ2L3_cjs.isFixtureApiKey(apiKey) && process.env.THEOKIT_API_BASE_URL === void 0) {
1948
+ if (!chunkZUBIEQJF_cjs.isFixtureApiKey(apiKey) && process.env.THEOKIT_API_BASE_URL === void 0) {
1949
1949
  throw new chunkA44COQJJ_cjs.AuthenticationError("Invalid API key", { code: "authentication_error" });
1950
1950
  }
1951
- return chunkCJ6YJ2L3_cjs.httpRequest(request.path, { apiKey });
1951
+ return chunkZUBIEQJF_cjs.httpRequest(request.path, { apiKey });
1952
1952
  }
1953
1953
 
1954
1954
  // src/trajectory-helpers.ts
@@ -2060,35 +2060,35 @@ Object.defineProperty(exports, "GenerateObjectError", {
2060
2060
  });
2061
2061
  Object.defineProperty(exports, "Cron", {
2062
2062
  enumerable: true,
2063
- get: function () { return chunk7RMWOMDB_cjs.Cron; }
2063
+ get: function () { return chunkR43CNCES_cjs.Cron; }
2064
2064
  });
2065
2065
  Object.defineProperty(exports, "Agent", {
2066
2066
  enumerable: true,
2067
- get: function () { return chunkCJ6YJ2L3_cjs.Agent; }
2067
+ get: function () { return chunkZUBIEQJF_cjs.Agent; }
2068
2068
  });
2069
2069
  Object.defineProperty(exports, "AgentBuilder", {
2070
2070
  enumerable: true,
2071
- get: function () { return chunkCJ6YJ2L3_cjs.AgentBuilder; }
2071
+ get: function () { return chunkZUBIEQJF_cjs.AgentBuilder; }
2072
2072
  });
2073
2073
  Object.defineProperty(exports, "Tool", {
2074
2074
  enumerable: true,
2075
- get: function () { return chunkCJ6YJ2L3_cjs.Tool; }
2075
+ get: function () { return chunkZUBIEQJF_cjs.Tool; }
2076
2076
  });
2077
2077
  Object.defineProperty(exports, "ToolError", {
2078
2078
  enumerable: true,
2079
- get: function () { return chunkCJ6YJ2L3_cjs.ToolError; }
2079
+ get: function () { return chunkZUBIEQJF_cjs.ToolError; }
2080
2080
  });
2081
2081
  Object.defineProperty(exports, "UsageAccumulator", {
2082
2082
  enumerable: true,
2083
- get: function () { return chunkCJ6YJ2L3_cjs.UsageAccumulator; }
2083
+ get: function () { return chunkZUBIEQJF_cjs.UsageAccumulator; }
2084
2084
  });
2085
2085
  Object.defineProperty(exports, "computeCost", {
2086
2086
  enumerable: true,
2087
- get: function () { return chunkCJ6YJ2L3_cjs.computeCost; }
2087
+ get: function () { return chunkZUBIEQJF_cjs.computeCost; }
2088
2088
  });
2089
2089
  Object.defineProperty(exports, "getPricingEntry", {
2090
2090
  enumerable: true,
2091
- get: function () { return chunkCJ6YJ2L3_cjs.getPricingEntry; }
2091
+ get: function () { return chunkZUBIEQJF_cjs.getPricingEntry; }
2092
2092
  });
2093
2093
  Object.defineProperty(exports, "emitRunEvent", {
2094
2094
  enumerable: true,