@theokit/sdk 4.26.0 → 4.28.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 (47) hide show
  1. package/dist/{judge-call-QG4WZ7F3.cjs → chunk-4GTXATWK.cjs} +2 -3
  2. package/dist/chunk-4GTXATWK.cjs.map +1 -0
  3. package/dist/{judge-call-CEQ3FYYD.js → chunk-CR3DGWUQ.js} +2 -3
  4. package/dist/chunk-CR3DGWUQ.js.map +1 -0
  5. package/dist/{chunk-R43CNCES.cjs → chunk-I53QDJVI.cjs} +5 -5
  6. package/dist/{chunk-R43CNCES.cjs.map → chunk-I53QDJVI.cjs.map} +1 -1
  7. package/dist/{chunk-KDNBTPY2.js → chunk-PF5Y5BHG.js} +3 -3
  8. package/dist/{chunk-KDNBTPY2.js.map → chunk-PF5Y5BHG.js.map} +1 -1
  9. package/dist/{chunk-ZUBIEQJF.cjs → chunk-PN53WGEI.cjs} +7 -7
  10. package/dist/{chunk-ZUBIEQJF.cjs.map → chunk-PN53WGEI.cjs.map} +1 -1
  11. package/dist/{chunk-PSJN532Q.js → chunk-XW6RXVGB.js} +5 -5
  12. package/dist/{chunk-PSJN532Q.js.map → chunk-XW6RXVGB.js.map} +1 -1
  13. package/dist/{cron-DivRaEmN.d.ts → cron-BN6JJlDw.d.ts} +41 -1
  14. package/dist/{cron-D0JKR-yX.d.cts → cron-CoQREV_k.d.cts} +41 -1
  15. package/dist/cron.cjs +3 -3
  16. package/dist/cron.d.cts +1 -1
  17. package/dist/cron.d.ts +1 -1
  18. package/dist/cron.js +2 -2
  19. package/dist/eval.cjs +2 -2
  20. package/dist/eval.js +1 -1
  21. package/dist/index.cjs +27 -22
  22. package/dist/index.cjs.map +1 -1
  23. package/dist/index.d.cts +16 -17
  24. package/dist/index.d.ts +16 -17
  25. package/dist/index.js +6 -5
  26. package/dist/index.js.map +1 -1
  27. package/dist/internal/runtime/lifecycle/run-until.d.ts +1 -2
  28. package/dist/internal/runtime/lifecycle/wrap-completion-check-run.d.ts +1 -1
  29. package/dist/judge-call-2FULQ6KL.cjs +22 -0
  30. package/dist/judge-call-2FULQ6KL.cjs.map +1 -0
  31. package/dist/judge-call-D7R3ZTZS.js +5 -0
  32. package/dist/judge-call-D7R3ZTZS.js.map +1 -0
  33. package/dist/{run-until-XLHEHRQM.js → run-until-YZ2ODWOF.js} +3 -2
  34. package/dist/run-until-YZ2ODWOF.js.map +1 -0
  35. package/dist/{run-until-PNO3QQLI.cjs → run-until-ZZ2JLPJM.cjs} +3 -2
  36. package/dist/run-until-ZZ2JLPJM.cjs.map +1 -0
  37. package/dist/server/auth/index.d.cts +207 -11
  38. package/dist/server/auth/index.d.ts +207 -11
  39. package/dist/server/errors-envelope.d.cts +12 -6
  40. package/dist/server/errors-envelope.d.ts +12 -6
  41. package/dist/types/goal-events.d.ts +40 -0
  42. package/package.json +1 -1
  43. package/dist/internal/judge/types.d.ts +0 -17
  44. package/dist/judge-call-CEQ3FYYD.js.map +0 -1
  45. package/dist/judge-call-QG4WZ7F3.cjs.map +0 -1
  46. package/dist/run-until-PNO3QQLI.cjs.map +0 -1
  47. package/dist/run-until-XLHEHRQM.js.map +0 -1
@@ -9145,9 +9145,9 @@ async function localAgentUsePersonality(args) {
9145
9145
  // src/internal/local-agent/local-agent-runtime-extensions.ts
9146
9146
  function localAgentRunUntil(agent, goal, options) {
9147
9147
  async function* wrap() {
9148
- const { runUntilImpl } = await import('./run-until-XLHEHRQM.js');
9148
+ const { runUntilImpl } = await import('./run-until-YZ2ODWOF.js');
9149
9149
  const buildDeps = async () => {
9150
- const { judgeCallImpl } = await import('./judge-call-CEQ3FYYD.js');
9150
+ const { judgeCallImpl } = await import('./judge-call-D7R3ZTZS.js');
9151
9151
  const { getAgentFacade } = await import('./agent-factory-registry-ZVTABLEY.js');
9152
9152
  const create = getAgentFacade().create;
9153
9153
  return {
@@ -9555,7 +9555,7 @@ async function executeSendLocked(inputs, message, options) {
9555
9555
  function buildCompletionCheckDeps() {
9556
9556
  return {
9557
9557
  judge: async (ctx, opts) => {
9558
- const { judgeCallImpl } = await import('./judge-call-CEQ3FYYD.js');
9558
+ const { judgeCallImpl } = await import('./judge-call-D7R3ZTZS.js');
9559
9559
  const { getAgentFacade } = await import('./agent-factory-registry-ZVTABLEY.js');
9560
9560
  return judgeCallImpl(ctx, opts, { create: getAgentFacade().create });
9561
9561
  }
@@ -10569,5 +10569,5 @@ async function abrirStoreLocal(reg) {
10569
10569
  }
10570
10570
 
10571
10571
  export { Agent, AgentBuilder, DEFAULT_AGENTIC_MODEL_ID, MEMORY_EMBEDDING_ADAPTERS, Tool, ToolError, UsageAccumulator, computeCost, generateCronId, getPricingEntry, httpRequest, isFixtureApiKey, openRouterMemoryEmbeddingProviderAdapter, resolveApiKey, shouldUseFixtureMode };
10572
- //# sourceMappingURL=chunk-PSJN532Q.js.map
10573
- //# sourceMappingURL=chunk-PSJN532Q.js.map
10572
+ //# sourceMappingURL=chunk-XW6RXVGB.js.map
10573
+ //# sourceMappingURL=chunk-XW6RXVGB.js.map