experimental-agent 0.0.5 → 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 (39) 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 +240 -149
  4. package/dist/agent-workflow.mjs +3 -2
  5. package/dist/chunk-A63YU65A.mjs +20 -0
  6. package/dist/{chunk-3ODWQVIA.mjs → chunk-BJTO5JO5.mjs} +1 -2
  7. package/dist/chunk-RDKDLHXM.mjs +2031 -0
  8. package/dist/{chunk-CRDAPJEY.mjs → chunk-T2UUL6VC.mjs} +3 -3
  9. package/dist/{chunk-CQB6AOJ7.mjs → chunk-VGJISV6O.mjs} +9 -4
  10. package/dist/chunk-VS7U6SXN.mjs +1261 -0
  11. package/dist/{client-5C4CNU6H.mjs → client-66JIQLSA.mjs} +1 -1
  12. package/dist/client-DjcE0ATp.d.mts +710 -0
  13. package/dist/client-DwrDzn4_.d.ts +710 -0
  14. package/dist/client.mjs +1 -1
  15. package/dist/{handler-SZDTM3MC.mjs → handler-BQY5SOI2.mjs} +1 -1
  16. package/dist/index.d.mts +18 -4
  17. package/dist/index.d.ts +18 -4
  18. package/dist/index.js +325 -190
  19. package/dist/index.mjs +69 -38
  20. package/dist/lifecycle-workflow.d.mts +3 -2
  21. package/dist/lifecycle-workflow.d.ts +3 -2
  22. package/dist/lifecycle-workflow.js +15 -2
  23. package/dist/lifecycle-workflow.mjs +3 -2
  24. package/dist/local-fs-handlers-Q5W52DKV.mjs +290 -0
  25. package/dist/next/loader.js +6 -6
  26. package/dist/next/loader.mjs +3 -3
  27. package/dist/next.js +5 -3
  28. package/dist/next.mjs +8 -6
  29. package/dist/{process-manager-JAKAXROL.mjs → process-manager-ZCET3VD2.mjs} +1 -1
  30. package/dist/{sandbox-M24R3JLM.mjs → sandbox-27X2DSE3.mjs} +4 -3
  31. package/dist/{storage-TMZQJ2OQ.mjs → storage-KQYV42J4.mjs} +1 -1
  32. package/dist/{client-9A8NO6x9.d.mts → types-DuTc4UQW.d.mts} +31 -655
  33. package/dist/{client-9A8NO6x9.d.ts → types-DuTc4UQW.d.ts} +31 -655
  34. package/dist/{vercel-WGN2NY3D.mjs → vercel-SD3JTECG.mjs} +1 -1
  35. package/dist/{vercel-sdk-UKBD5JDI.mjs → vercel-sdk-I6A4MVAN.mjs} +1 -1
  36. package/package.json +2 -2
  37. package/dist/chunk-M2XPBOZD.mjs +0 -1980
  38. package/dist/chunk-ZWP7RQZT.mjs +0 -1239
  39. package/dist/local-fs-handlers-BZVA3XAU.mjs +0 -277
@@ -1,13 +1,12 @@
1
1
  import * as workflow from 'workflow';
2
- import { r as StorageConfig, d as RpcPayload, e as RpcResult } from './client-9A8NO6x9.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 { r as StorageConfig, d as RpcPayload, e as RpcResult } from './client-9A8NO6x9.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;