@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.
- package/dist/{judge-call-QG4WZ7F3.cjs → chunk-4GTXATWK.cjs} +2 -3
- package/dist/chunk-4GTXATWK.cjs.map +1 -0
- package/dist/{judge-call-CEQ3FYYD.js → chunk-CR3DGWUQ.js} +2 -3
- package/dist/chunk-CR3DGWUQ.js.map +1 -0
- package/dist/{chunk-R43CNCES.cjs → chunk-I53QDJVI.cjs} +5 -5
- package/dist/{chunk-R43CNCES.cjs.map → chunk-I53QDJVI.cjs.map} +1 -1
- package/dist/{chunk-KDNBTPY2.js → chunk-PF5Y5BHG.js} +3 -3
- package/dist/{chunk-KDNBTPY2.js.map → chunk-PF5Y5BHG.js.map} +1 -1
- package/dist/{chunk-ZUBIEQJF.cjs → chunk-PN53WGEI.cjs} +7 -7
- package/dist/{chunk-ZUBIEQJF.cjs.map → chunk-PN53WGEI.cjs.map} +1 -1
- package/dist/{chunk-PSJN532Q.js → chunk-XW6RXVGB.js} +5 -5
- package/dist/{chunk-PSJN532Q.js.map → chunk-XW6RXVGB.js.map} +1 -1
- package/dist/{cron-DivRaEmN.d.ts → cron-BN6JJlDw.d.ts} +41 -1
- package/dist/{cron-D0JKR-yX.d.cts → cron-CoQREV_k.d.cts} +41 -1
- package/dist/cron.cjs +3 -3
- package/dist/cron.d.cts +1 -1
- package/dist/cron.d.ts +1 -1
- package/dist/cron.js +2 -2
- package/dist/eval.cjs +2 -2
- package/dist/eval.js +1 -1
- package/dist/index.cjs +27 -22
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16 -17
- package/dist/index.d.ts +16 -17
- package/dist/index.js +6 -5
- package/dist/index.js.map +1 -1
- package/dist/internal/runtime/lifecycle/run-until.d.ts +1 -2
- package/dist/internal/runtime/lifecycle/wrap-completion-check-run.d.ts +1 -1
- package/dist/judge-call-2FULQ6KL.cjs +22 -0
- package/dist/judge-call-2FULQ6KL.cjs.map +1 -0
- package/dist/judge-call-D7R3ZTZS.js +5 -0
- package/dist/judge-call-D7R3ZTZS.js.map +1 -0
- package/dist/{run-until-XLHEHRQM.js → run-until-YZ2ODWOF.js} +3 -2
- package/dist/run-until-YZ2ODWOF.js.map +1 -0
- package/dist/{run-until-PNO3QQLI.cjs → run-until-ZZ2JLPJM.cjs} +3 -2
- package/dist/run-until-ZZ2JLPJM.cjs.map +1 -0
- package/dist/server/auth/index.d.cts +207 -11
- package/dist/server/auth/index.d.ts +207 -11
- package/dist/server/errors-envelope.d.cts +12 -6
- package/dist/server/errors-envelope.d.ts +12 -6
- package/dist/types/goal-events.d.ts +40 -0
- package/package.json +1 -1
- package/dist/internal/judge/types.d.ts +0 -17
- package/dist/judge-call-CEQ3FYYD.js.map +0 -1
- package/dist/judge-call-QG4WZ7F3.cjs.map +0 -1
- package/dist/run-until-PNO3QQLI.cjs.map +0 -1
- 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-
|
|
9148
|
+
const { runUntilImpl } = await import('./run-until-YZ2ODWOF.js');
|
|
9149
9149
|
const buildDeps = async () => {
|
|
9150
|
-
const { judgeCallImpl } = await import('./judge-call-
|
|
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-
|
|
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-
|
|
10573
|
-
//# sourceMappingURL=chunk-
|
|
10572
|
+
//# sourceMappingURL=chunk-XW6RXVGB.js.map
|
|
10573
|
+
//# sourceMappingURL=chunk-XW6RXVGB.js.map
|