experimental-agent 0.1.4 → 0.2.1

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 (41) hide show
  1. package/dist/agent-workflow.d.mts +2 -1
  2. package/dist/agent-workflow.d.ts +2 -1
  3. package/dist/agent-workflow.js +1382 -552
  4. package/dist/agent-workflow.mjs +3 -2
  5. package/dist/chunk-AML2VCQS.mjs +1287 -0
  6. package/dist/chunk-FQ67QZOI.mjs +75 -0
  7. package/dist/chunk-NO7RHGTH.mjs +2367 -0
  8. package/dist/{chunk-24UDM5XV.mjs → chunk-NXDVNJRS.mjs} +1 -1
  9. package/dist/chunk-OZZVS6L5.mjs +139 -0
  10. package/dist/{chunk-GYOBANFH.mjs → chunk-QRWGDFFY.mjs} +3 -7
  11. package/dist/{chunk-2ZXHR6T6.mjs → chunk-SJVFFE5D.mjs} +18 -17
  12. package/dist/chunk-TGNVXSMX.mjs +399 -0
  13. package/dist/chunk-ZIAHPXOJ.mjs +595 -0
  14. package/dist/{client-SNN3XDKO.mjs → client-BKA7XBGW.mjs} +1 -1
  15. package/dist/{client-Bkuq-Dfa.d.mts → client-CEeSFGva.d.mts} +159 -123
  16. package/dist/{client-Bkuq-Dfa.d.ts → client-CEeSFGva.d.ts} +159 -123
  17. package/dist/{sandbox-IFK5MVRM.mjs → docker-FB2MJTHJ.mjs} +6 -4
  18. package/dist/{handler-WFNQWR6V.mjs → handler-FRUPZ4LX.mjs} +1 -1
  19. package/dist/index.d.mts +3 -2
  20. package/dist/index.d.ts +3 -2
  21. package/dist/index.js +1554 -593
  22. package/dist/index.mjs +139 -33
  23. package/dist/lifecycle-workflow.d.mts +2 -1
  24. package/dist/lifecycle-workflow.d.ts +2 -1
  25. package/dist/lifecycle-workflow.js +29 -18
  26. package/dist/lifecycle-workflow.mjs +1 -1
  27. package/dist/{local-fs-handlers-ESZBRAWK.mjs → local-fs-handlers-SYOCKTPN.mjs} +10 -2
  28. package/dist/next/loader.js +15 -12
  29. package/dist/next/loader.mjs +14 -7
  30. package/dist/next.d.mts +1 -1
  31. package/dist/next.d.ts +1 -1
  32. package/dist/next.js +15 -10
  33. package/dist/next.mjs +14 -5
  34. package/dist/{process-manager-ZCET3VD2.mjs → process-manager-JDUJDYGU.mjs} +1 -1
  35. package/dist/sandbox-UENKQV3T.mjs +21 -0
  36. package/dist/{storage-FCSHTDLC.mjs → storage-LSDMRW73.mjs} +2 -2
  37. package/package.json +2 -6
  38. package/dist/chunk-4WDKWMVB.mjs +0 -389
  39. package/dist/chunk-64THY7Y7.mjs +0 -155
  40. package/dist/chunk-IACG26TC.mjs +0 -2212
  41. package/dist/chunk-NGLND33F.mjs +0 -1247
@@ -1,8 +1,9 @@
1
1
  import * as workflow from 'workflow';
2
- import { u as StorageConfig, g as RpcPayload, h as RpcResult } from './client-Bkuq-Dfa.mjs';
2
+ import { w as StorageConfig, h as RpcPayload, i as RpcResult } from './client-CEeSFGva.mjs';
3
3
  import 'errore';
4
4
  import 'ai';
5
5
  import 'zod';
6
+ import '@vercel/sandbox';
6
7
 
7
8
  type AgentInput = {
8
9
  sessionId: string;
@@ -1,8 +1,9 @@
1
1
  import * as workflow from 'workflow';
2
- import { u as StorageConfig, g as RpcPayload, h as RpcResult } from './client-Bkuq-Dfa.js';
2
+ import { w as StorageConfig, h as RpcPayload, i as RpcResult } from './client-CEeSFGva.js';
3
3
  import 'errore';
4
4
  import 'ai';
5
5
  import 'zod';
6
+ import '@vercel/sandbox';
6
7
 
7
8
  type AgentInput = {
8
9
  sessionId: string;