experimental-agent 0.0.4 → 0.1.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 (44) hide show
  1. package/dist/agent-workflow.d.mts +2 -3
  2. package/dist/agent-workflow.d.ts +2 -3
  3. package/dist/agent-workflow.js +947 -436
  4. package/dist/agent-workflow.mjs +3 -2
  5. package/dist/chunk-2IIWVPZB.mjs +334 -0
  6. package/dist/chunk-A63YU65A.mjs +20 -0
  7. package/dist/{chunk-3ODWQVIA.mjs → chunk-BJTO5JO5.mjs} +1 -2
  8. package/dist/chunk-GJETDXOU.mjs +361 -0
  9. package/dist/chunk-RDKDLHXM.mjs +2031 -0
  10. package/dist/{chunk-T7PMZLOX.mjs → chunk-T2UUL6VC.mjs} +4 -4
  11. package/dist/{chunk-TQRCSTCF.mjs → chunk-VGJISV6O.mjs} +9 -4
  12. package/dist/chunk-VS7U6SXN.mjs +1261 -0
  13. package/dist/{client-SREKHM6I.mjs → client-66JIQLSA.mjs} +2 -2
  14. package/dist/client-DjcE0ATp.d.mts +710 -0
  15. package/dist/client-DwrDzn4_.d.ts +710 -0
  16. package/dist/client.mjs +1 -1
  17. package/dist/{handler-36FM5H35.mjs → handler-BQY5SOI2.mjs} +2 -2
  18. package/dist/index.d.mts +18 -4
  19. package/dist/index.d.ts +18 -4
  20. package/dist/index.js +1178 -509
  21. package/dist/index.mjs +152 -49
  22. package/dist/lifecycle-workflow.d.mts +3 -2
  23. package/dist/lifecycle-workflow.d.ts +3 -2
  24. package/dist/lifecycle-workflow.js +111 -5
  25. package/dist/lifecycle-workflow.mjs +3 -2
  26. package/dist/local-fs-handlers-Q5W52DKV.mjs +290 -0
  27. package/dist/next/loader.js +7 -7
  28. package/dist/next/loader.mjs +3 -3
  29. package/dist/next.js +9 -4
  30. package/dist/next.mjs +11 -6
  31. package/dist/{process-manager-JAKAXROL.mjs → process-manager-ZCET3VD2.mjs} +1 -1
  32. package/dist/{sandbox-QAPGBVYM.mjs → sandbox-27X2DSE3.mjs} +4 -3
  33. package/dist/{storage-Q376OZH3.mjs → storage-KQYV42J4.mjs} +3 -3
  34. package/dist/{client-6g79J0s3.d.mts → types-DuTc4UQW.d.mts} +229 -590
  35. package/dist/{client-6g79J0s3.d.ts → types-DuTc4UQW.d.ts} +229 -590
  36. package/dist/vercel-SD3JTECG.mjs +20 -0
  37. package/dist/{vercel-sdk-VHKEX2GQ.mjs → vercel-sdk-I6A4MVAN.mjs} +3 -3
  38. package/package.json +3 -3
  39. package/dist/chunk-GSRJYPWF.mjs +0 -284
  40. package/dist/chunk-JCPQQWIK.mjs +0 -2057
  41. package/dist/chunk-JEE2FQ4O.mjs +0 -844
  42. package/dist/chunk-VBLZWXVE.mjs +0 -318
  43. package/dist/local-fs-handlers-P4WGW3QY.mjs +0 -235
  44. package/dist/vercel-LLXAHKVJ.mjs +0 -20
@@ -1,13 +1,12 @@
1
1
  import * as workflow from 'workflow';
2
- import { q as StorageConfig, d as RpcPayload, e as RpcResult } from './client-6g79J0s3.mjs';
3
- import 'errore';
2
+ import { k as StorageConfig } from './types-DuTc4UQW.mjs';
4
3
  import 'ai';
5
4
  import 'zod';
5
+ import 'errore';
6
6
 
7
7
  type AgentInput = {
8
8
  sessionId: string;
9
9
  storageConfig: StorageConfig;
10
- rpc: (params: RpcPayload) => Promise<RpcResult>;
11
10
  };
12
11
  type AgentMessageInput = {
13
12
  assistantMessageId: string;
@@ -1,13 +1,12 @@
1
1
  import * as workflow from 'workflow';
2
- import { q as StorageConfig, d as RpcPayload, e as RpcResult } from './client-6g79J0s3.js';
3
- import 'errore';
2
+ import { k as StorageConfig } from './types-DuTc4UQW.js';
4
3
  import 'ai';
5
4
  import 'zod';
5
+ import 'errore';
6
6
 
7
7
  type AgentInput = {
8
8
  sessionId: string;
9
9
  storageConfig: StorageConfig;
10
- rpc: (params: RpcPayload) => Promise<RpcResult>;
11
10
  };
12
11
  type AgentMessageInput = {
13
12
  assistantMessageId: string;