@theokit/sdk 5.0.0-next.3 → 5.0.0-next.4
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/CHANGELOG.md +26 -0
- package/dist/{agent-V6YLX3W6.cjs → agent-IXRJYSBE.cjs} +4 -4
- package/dist/{agent-V6YLX3W6.cjs.map → agent-IXRJYSBE.cjs.map} +1 -1
- package/dist/{agent-2KJ3IGRA.js → agent-L5Z6H53C.js} +3 -3
- package/dist/{agent-2KJ3IGRA.js.map → agent-L5Z6H53C.js.map} +1 -1
- package/dist/{chunk-L4RPP6ZC.js → chunk-A3FOEBYS.js} +3 -3
- package/dist/{chunk-L4RPP6ZC.js.map → chunk-A3FOEBYS.js.map} +1 -1
- package/dist/{chunk-GJKMSGZ7.cjs → chunk-NNA3HA6T.cjs} +4 -4
- package/dist/{chunk-GJKMSGZ7.cjs.map → chunk-NNA3HA6T.cjs.map} +1 -1
- package/dist/{chunk-K6VDRJ6I.cjs → chunk-OOEKESSL.cjs} +5 -4
- package/dist/{chunk-K6VDRJ6I.cjs.map → chunk-OOEKESSL.cjs.map} +1 -1
- package/dist/{chunk-GO5QW4YL.js → chunk-WKUBCBWS.js} +3 -3
- package/dist/{chunk-GO5QW4YL.js.map → chunk-WKUBCBWS.js.map} +1 -1
- package/dist/cron.cjs +3 -3
- package/dist/cron.js +2 -2
- package/dist/eval.cjs +2 -2
- package/dist/eval.js +1 -1
- package/dist/index.cjs +27 -19
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +42 -1
- package/dist/index.d.ts +42 -1
- package/dist/index.js +14 -7
- package/dist/index.js.map +1 -1
- package/docs/harness-capability-map.md +3 -1
- package/package.json +1 -1
|
@@ -10969,6 +10969,6 @@ async function openLocalStore(reg) {
|
|
|
10969
10969
|
return { cwd, model, store: new FsSessionStore2({ baseDir, cwd }) };
|
|
10970
10970
|
}
|
|
10971
10971
|
|
|
10972
|
-
export { Agent, AgentBuilder, DEFAULT_AGENTIC_MODEL_ID, MEMORY_EMBEDDING_ADAPTERS, Tool, ToolError, UsageAccumulator, computeCost, generateCronId, getPricingEntry, openRouterMemoryEmbeddingProviderAdapter };
|
|
10973
|
-
//# sourceMappingURL=chunk-
|
|
10974
|
-
//# sourceMappingURL=chunk-
|
|
10972
|
+
export { Agent, AgentBuilder, DEFAULT_AGENTIC_MODEL_ID, MEMORY_EMBEDDING_ADAPTERS, Tool, ToolError, UsageAccumulator, computeCost, generateCronId, getPricingEntry, openRouterMemoryEmbeddingProviderAdapter, resolveSessionDir };
|
|
10973
|
+
//# sourceMappingURL=chunk-WKUBCBWS.js.map
|
|
10974
|
+
//# sourceMappingURL=chunk-WKUBCBWS.js.map
|