experimental-agent 0.0.3 → 0.0.5

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 (38) hide show
  1. package/dist/agent-workflow.d.mts +1 -1
  2. package/dist/agent-workflow.d.ts +1 -1
  3. package/dist/agent-workflow.js +739 -319
  4. package/dist/agent-workflow.mjs +1 -1
  5. package/dist/chunk-2IIWVPZB.mjs +334 -0
  6. package/dist/{chunk-TQRCSTCF.mjs → chunk-CQB6AOJ7.mjs} +2 -2
  7. package/dist/{chunk-UFVWOC5L.mjs → chunk-CRDAPJEY.mjs} +3 -3
  8. package/dist/chunk-GJETDXOU.mjs +361 -0
  9. package/dist/chunk-M2XPBOZD.mjs +1980 -0
  10. package/dist/chunk-ZWP7RQZT.mjs +1239 -0
  11. package/dist/{client-SREKHM6I.mjs → client-5C4CNU6H.mjs} +1 -1
  12. package/dist/{client-BlSrVoPI.d.mts → client-9A8NO6x9.d.mts} +268 -7
  13. package/dist/{client-BlSrVoPI.d.ts → client-9A8NO6x9.d.ts} +268 -7
  14. package/dist/{handler-36FM5H35.mjs → handler-SZDTM3MC.mjs} +1 -1
  15. package/dist/index.d.mts +2 -2
  16. package/dist/index.d.ts +2 -2
  17. package/dist/index.js +875 -341
  18. package/dist/index.mjs +96 -24
  19. package/dist/lifecycle-workflow.d.mts +1 -1
  20. package/dist/lifecycle-workflow.d.ts +1 -1
  21. package/dist/lifecycle-workflow.js +97 -4
  22. package/dist/lifecycle-workflow.mjs +1 -1
  23. package/dist/local-fs-handlers-BZVA3XAU.mjs +277 -0
  24. package/dist/next/loader.js +3 -3
  25. package/dist/next/loader.mjs +1 -1
  26. package/dist/next.js +6 -3
  27. package/dist/next.mjs +5 -2
  28. package/dist/{sandbox-QAPGBVYM.mjs → sandbox-M24R3JLM.mjs} +2 -2
  29. package/dist/{storage-Q376OZH3.mjs → storage-TMZQJ2OQ.mjs} +2 -2
  30. package/dist/vercel-WGN2NY3D.mjs +20 -0
  31. package/dist/{vercel-sdk-VHKEX2GQ.mjs → vercel-sdk-UKBD5JDI.mjs} +2 -2
  32. package/package.json +2 -2
  33. package/dist/chunk-GSRJYPWF.mjs +0 -284
  34. package/dist/chunk-JEE2FQ4O.mjs +0 -844
  35. package/dist/chunk-VBLZWXVE.mjs +0 -318
  36. package/dist/chunk-ZASQBPOI.mjs +0 -2057
  37. package/dist/local-fs-handlers-P4WGW3QY.mjs +0 -235
  38. package/dist/vercel-LLXAHKVJ.mjs +0 -20
@@ -1,5 +1,5 @@
1
1
  import * as workflow from 'workflow';
2
- import { q as StorageConfig, d as RpcPayload, e as RpcResult } from './client-BlSrVoPI.mjs';
2
+ import { r as StorageConfig, d as RpcPayload, e as RpcResult } from './client-9A8NO6x9.mjs';
3
3
  import 'errore';
4
4
  import 'ai';
5
5
  import 'zod';
@@ -1,5 +1,5 @@
1
1
  import * as workflow from 'workflow';
2
- import { q as StorageConfig, d as RpcPayload, e as RpcResult } from './client-BlSrVoPI.js';
2
+ import { r as StorageConfig, d as RpcPayload, e as RpcResult } from './client-9A8NO6x9.js';
3
3
  import 'errore';
4
4
  import 'ai';
5
5
  import 'zod';