@theokit/sdk 2.27.0 → 2.29.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 (55) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/dist/a2a/index.cjs +373 -17
  3. package/dist/a2a/index.cjs.map +1 -1
  4. package/dist/a2a/index.js +373 -17
  5. package/dist/a2a/index.js.map +1 -1
  6. package/dist/{cron-BR1NCSk1.d.cts → cron-COSAehOL.d.ts} +110 -3
  7. package/dist/{cron-DgEQCJ2i.d.ts → cron-yJoNUZxe.d.cts} +110 -3
  8. package/dist/cron.cjs +914 -508
  9. package/dist/cron.cjs.map +1 -1
  10. package/dist/cron.d.cts +2 -2
  11. package/dist/cron.d.ts +2 -2
  12. package/dist/cron.js +915 -509
  13. package/dist/cron.js.map +1 -1
  14. package/dist/{errors-CbY3pxY7.d.ts → errors-BxMIlgLP.d.ts} +1 -1
  15. package/dist/{errors-DLMNb4Ka.d.cts → errors-tP-8O-hR.d.cts} +1 -1
  16. package/dist/errors.d.cts +2 -2
  17. package/dist/eval.cjs +914 -508
  18. package/dist/eval.cjs.map +1 -1
  19. package/dist/eval.js +915 -509
  20. package/dist/eval.js.map +1 -1
  21. package/dist/filesystem/index.cjs +304 -0
  22. package/dist/filesystem/index.cjs.map +1 -0
  23. package/dist/filesystem/index.d.cts +12 -0
  24. package/dist/filesystem/index.d.ts +12 -0
  25. package/dist/filesystem/index.js +295 -0
  26. package/dist/filesystem/index.js.map +1 -0
  27. package/dist/filesystem/local-filesystem.d.cts +36 -0
  28. package/dist/filesystem/local-filesystem.d.ts +36 -0
  29. package/dist/filesystem/types.d.cts +118 -0
  30. package/dist/filesystem/types.d.ts +118 -0
  31. package/dist/index.cjs +973 -570
  32. package/dist/index.cjs.map +1 -1
  33. package/dist/index.d.cts +13 -7
  34. package/dist/index.d.ts +13 -7
  35. package/dist/index.js +972 -568
  36. package/dist/index.js.map +1 -1
  37. package/dist/internal/persistence/conversation-storage-fs.d.cts +4 -0
  38. package/dist/internal/persistence/conversation-storage-fs.d.ts +4 -0
  39. package/dist/internal/persistence/conversation-storage-memory.d.cts +4 -0
  40. package/dist/internal/persistence/conversation-storage-memory.d.ts +4 -0
  41. package/dist/internal/persistence/objective-coerce.d.cts +9 -0
  42. package/dist/internal/persistence/objective-coerce.d.ts +9 -0
  43. package/dist/internal/runtime/lifecycle/wrap-completion-check-run.d.ts +30 -0
  44. package/dist/internal/runtime/local-agent/local-agent-goal-extensions.d.ts +80 -0
  45. package/dist/internal/runtime/objective/objective-store.d.ts +33 -0
  46. package/dist/{run-CdWiihyU.d.cts → run-q_P0vHlY.d.cts} +71 -2
  47. package/dist/{run-CdWiihyU.d.ts → run-q_P0vHlY.d.ts} +71 -2
  48. package/dist/types/agent.d.ts +32 -1
  49. package/dist/types/conversation-storage.d.ts +23 -0
  50. package/dist/types/goal-events.d.ts +7 -0
  51. package/dist/types/index.d.ts +1 -0
  52. package/dist/types/objective.d.ts +45 -0
  53. package/dist/types/run-events.d.ts +12 -1
  54. package/dist/types/run.d.ts +58 -0
  55. package/package.json +11 -1
@@ -1,4 +1,4 @@
1
- import { B as RunOperation } from './run-CdWiihyU.js';
1
+ import { H as RunOperation } from './run-q_P0vHlY.js';
2
2
 
3
3
  /**
4
4
  * Public type contract for the Budget enforcement primitive
@@ -1,4 +1,4 @@
1
- import { B as RunOperation } from './run-CdWiihyU.cjs';
1
+ import { H as RunOperation } from './run-q_P0vHlY.cjs';
2
2
 
3
3
  /**
4
4
  * Public type contract for the Budget enforcement primitive
package/dist/errors.d.cts CHANGED
@@ -1,3 +1,3 @@
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-DLMNb4Ka.cjs';
2
- import './run-CdWiihyU.cjs';
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-tP-8O-hR.cjs';
2
+ import './run-q_P0vHlY.cjs';
3
3
  import 'zod';