@theokit/sdk 4.27.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/{chunk-WBBYSW3Q.cjs → chunk-I53QDJVI.cjs} +5 -5
- package/dist/{chunk-WBBYSW3Q.cjs.map → chunk-I53QDJVI.cjs.map} +1 -1
- package/dist/{chunk-OX772BEW.js → chunk-PF5Y5BHG.js} +3 -3
- package/dist/{chunk-OX772BEW.js.map → chunk-PF5Y5BHG.js.map} +1 -1
- package/dist/{chunk-TMNS2LOS.cjs → chunk-PN53WGEI.cjs} +5 -5
- package/dist/{chunk-TMNS2LOS.cjs.map → chunk-PN53WGEI.cjs.map} +1 -1
- package/dist/{chunk-6M76Z3AI.js → chunk-XW6RXVGB.js} +3 -3
- package/dist/{chunk-6M76Z3AI.js.map → chunk-XW6RXVGB.js.map} +1 -1
- package/dist/{cron-DPUZzncH.d.ts → cron-BN6JJlDw.d.ts} +8 -0
- package/dist/{cron-DzZ9TMa2.d.cts → cron-CoQREV_k.d.cts} +8 -0
- 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/errors.d.ts +3 -424
- package/dist/eval.cjs +2 -2
- package/dist/eval.js +1 -1
- package/dist/index.cjs +21 -21
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -4
- package/dist/{run-until-K7IO7ZPQ.js → run-until-YZ2ODWOF.js} +3 -2
- package/dist/run-until-YZ2ODWOF.js.map +1 -0
- package/dist/{run-until-ZD4PRLNJ.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 +8 -0
- package/package.json +1 -1
- package/dist/run-until-K7IO7ZPQ.js.map +0 -1
- package/dist/run-until-ZD4PRLNJ.cjs.map +0 -1
|
@@ -9145,7 +9145,7 @@ 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
9150
|
const { judgeCallImpl } = await import('./judge-call-D7R3ZTZS.js');
|
|
9151
9151
|
const { getAgentFacade } = await import('./agent-factory-registry-ZVTABLEY.js');
|
|
@@ -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
|