@agentuity/core 3.0.0-alpha.6 → 3.0.0-alpha.7

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 (110) hide show
  1. package/AGENTS.md +0 -1
  2. package/dist/index.d.ts +0 -2
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +0 -3
  5. package/dist/index.js.map +1 -1
  6. package/dist/services/coder/api-reference.d.ts.map +1 -1
  7. package/dist/services/coder/api-reference.js +30 -1
  8. package/dist/services/coder/api-reference.js.map +1 -1
  9. package/dist/services/coder/client.d.ts +5 -1
  10. package/dist/services/coder/client.d.ts.map +1 -1
  11. package/dist/services/coder/client.js +8 -1
  12. package/dist/services/coder/client.js.map +1 -1
  13. package/dist/services/coder/index.d.ts +2 -2
  14. package/dist/services/coder/index.d.ts.map +1 -1
  15. package/dist/services/coder/index.js +1 -1
  16. package/dist/services/coder/index.js.map +1 -1
  17. package/dist/services/coder/protocol.d.ts +65 -0
  18. package/dist/services/coder/protocol.d.ts.map +1 -1
  19. package/dist/services/coder/protocol.js +8 -0
  20. package/dist/services/coder/protocol.js.map +1 -1
  21. package/dist/services/coder/sessions.d.ts +22 -0
  22. package/dist/services/coder/sessions.d.ts.map +1 -1
  23. package/dist/services/coder/sessions.js +10 -1
  24. package/dist/services/coder/sessions.js.map +1 -1
  25. package/dist/services/coder/sse.d.ts +2 -2
  26. package/dist/services/coder/sse.d.ts.map +1 -1
  27. package/dist/services/coder/sse.js +290 -178
  28. package/dist/services/coder/sse.js.map +1 -1
  29. package/dist/services/coder/types.d.ts +554 -0
  30. package/dist/services/coder/types.d.ts.map +1 -1
  31. package/dist/services/coder/types.js +138 -0
  32. package/dist/services/coder/types.js.map +1 -1
  33. package/dist/services/index.d.ts +0 -2
  34. package/dist/services/index.d.ts.map +1 -1
  35. package/dist/services/index.js +0 -2
  36. package/dist/services/index.js.map +1 -1
  37. package/dist/services/sandbox/run.d.ts.map +1 -1
  38. package/dist/services/sandbox/run.js +15 -2
  39. package/dist/services/sandbox/run.js.map +1 -1
  40. package/package.json +2 -16
  41. package/src/index.ts +0 -15
  42. package/src/services/coder/api-reference.ts +31 -0
  43. package/src/services/coder/client.ts +12 -0
  44. package/src/services/coder/index.ts +3 -0
  45. package/src/services/coder/protocol.ts +12 -0
  46. package/src/services/coder/sessions.ts +26 -0
  47. package/src/services/coder/sse.ts +343 -184
  48. package/src/services/coder/types.ts +179 -0
  49. package/src/services/index.ts +0 -2
  50. package/src/services/sandbox/run.ts +13 -2
  51. package/dist/services/auth/index.d.ts +0 -7
  52. package/dist/services/auth/index.d.ts.map +0 -1
  53. package/dist/services/auth/index.js +0 -7
  54. package/dist/services/auth/index.js.map +0 -1
  55. package/dist/services/auth/types.d.ts +0 -192
  56. package/dist/services/auth/types.d.ts.map +0 -1
  57. package/dist/services/auth/types.js +0 -11
  58. package/dist/services/auth/types.js.map +0 -1
  59. package/dist/services/eval/api-reference.d.ts +0 -4
  60. package/dist/services/eval/api-reference.d.ts.map +0 -1
  61. package/dist/services/eval/api-reference.js +0 -121
  62. package/dist/services/eval/api-reference.js.map +0 -1
  63. package/dist/services/eval/events.d.ts +0 -93
  64. package/dist/services/eval/events.d.ts.map +0 -1
  65. package/dist/services/eval/events.js +0 -24
  66. package/dist/services/eval/events.js.map +0 -1
  67. package/dist/services/eval/get.d.ts +0 -36
  68. package/dist/services/eval/get.d.ts.map +0 -1
  69. package/dist/services/eval/get.js +0 -23
  70. package/dist/services/eval/get.js.map +0 -1
  71. package/dist/services/eval/index.d.ts +0 -6
  72. package/dist/services/eval/index.d.ts.map +0 -1
  73. package/dist/services/eval/index.js +0 -6
  74. package/dist/services/eval/index.js.map +0 -1
  75. package/dist/services/eval/list.d.ts +0 -50
  76. package/dist/services/eval/list.d.ts.map +0 -1
  77. package/dist/services/eval/list.js +0 -32
  78. package/dist/services/eval/list.js.map +0 -1
  79. package/dist/services/eval/run-get.d.ts +0 -48
  80. package/dist/services/eval/run-get.d.ts.map +0 -1
  81. package/dist/services/eval/run-get.js +0 -29
  82. package/dist/services/eval/run-get.js.map +0 -1
  83. package/dist/services/eval/run-list.d.ts +0 -70
  84. package/dist/services/eval/run-list.d.ts.map +0 -1
  85. package/dist/services/eval/run-list.js +0 -42
  86. package/dist/services/eval/run-list.js.map +0 -1
  87. package/dist/webrtc.d.ts +0 -243
  88. package/dist/webrtc.d.ts.map +0 -1
  89. package/dist/webrtc.js +0 -5
  90. package/dist/webrtc.js.map +0 -1
  91. package/dist/workbench-config.d.ts +0 -62
  92. package/dist/workbench-config.d.ts.map +0 -1
  93. package/dist/workbench-config.js +0 -58
  94. package/dist/workbench-config.js.map +0 -1
  95. package/dist/workbench.d.ts +0 -2
  96. package/dist/workbench.d.ts.map +0 -1
  97. package/dist/workbench.js +0 -2
  98. package/dist/workbench.js.map +0 -1
  99. package/src/services/auth/index.ts +0 -19
  100. package/src/services/auth/types.ts +0 -223
  101. package/src/services/eval/api-reference.ts +0 -124
  102. package/src/services/eval/events.ts +0 -92
  103. package/src/services/eval/get.ts +0 -33
  104. package/src/services/eval/index.ts +0 -29
  105. package/src/services/eval/list.ts +0 -49
  106. package/src/services/eval/run-get.ts +0 -39
  107. package/src/services/eval/run-list.ts +0 -59
  108. package/src/webrtc.ts +0 -259
  109. package/src/workbench-config.ts +0 -79
  110. package/src/workbench.ts +0 -1
@@ -1317,6 +1317,24 @@ export declare const CoderCreateSessionRequestSchema: z.ZodObject<{
1317
1317
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1318
1318
  }, z.core.$strip>;
1319
1319
  export type CoderCreateSessionRequest = z.infer<typeof CoderCreateSessionRequestSchema>;
1320
+ export declare const CoderCreateAgentBuilderSessionRequestSchema: z.ZodObject<{
1321
+ label: z.ZodOptional<z.ZodString>;
1322
+ prompt: z.ZodOptional<z.ZodString>;
1323
+ mode: z.ZodOptional<z.ZodEnum<{
1324
+ edit: "edit";
1325
+ new: "new";
1326
+ from_session: "from_session";
1327
+ }>>;
1328
+ visibility: z.ZodOptional<z.ZodEnum<{
1329
+ private: "private";
1330
+ organization: "organization";
1331
+ collaborate: "collaborate";
1332
+ }>>;
1333
+ sourceSessionId: z.ZodOptional<z.ZodString>;
1334
+ targetAgentId: z.ZodOptional<z.ZodString>;
1335
+ targetAgentSlug: z.ZodOptional<z.ZodString>;
1336
+ }, z.core.$strip>;
1337
+ export type CoderCreateAgentBuilderSessionRequest = z.infer<typeof CoderCreateAgentBuilderSessionRequestSchema>;
1320
1338
  export declare const CoderUpdateSessionRequestSchema: z.ZodObject<{
1321
1339
  label: z.ZodOptional<z.ZodString>;
1322
1340
  agent: z.ZodOptional<z.ZodString>;
@@ -1365,6 +1383,281 @@ export declare const CoderSessionWorkspaceSchema: z.ZodObject<{
1365
1383
  }>;
1366
1384
  }, z.core.$strip>;
1367
1385
  export type CoderSessionWorkspace = z.infer<typeof CoderSessionWorkspaceSchema>;
1386
+ export declare const CoderAgentBuilderSessionModeSchema: z.ZodEnum<{
1387
+ edit: "edit";
1388
+ new: "new";
1389
+ from_session: "from_session";
1390
+ }>;
1391
+ export type CoderAgentBuilderSessionMode = z.infer<typeof CoderAgentBuilderSessionModeSchema>;
1392
+ export declare const CoderAgentBuilderActionKindSchema: z.ZodEnum<{
1393
+ create_draft: "create_draft";
1394
+ update_draft: "update_draft";
1395
+ publish: "publish";
1396
+ }>;
1397
+ export type CoderAgentBuilderActionKind = z.infer<typeof CoderAgentBuilderActionKindSchema>;
1398
+ export declare const CoderAgentBuilderSourceSessionSchema: z.ZodObject<{
1399
+ sessionId: z.ZodString;
1400
+ label: z.ZodOptional<z.ZodString>;
1401
+ }, z.core.$strip>;
1402
+ export type CoderAgentBuilderSourceSession = z.infer<typeof CoderAgentBuilderSourceSessionSchema>;
1403
+ export declare const CoderAgentBuilderTargetAgentSchema: z.ZodObject<{
1404
+ agentId: z.ZodOptional<z.ZodString>;
1405
+ slug: z.ZodString;
1406
+ displayName: z.ZodOptional<z.ZodString>;
1407
+ }, z.core.$strip>;
1408
+ export type CoderAgentBuilderTargetAgent = z.infer<typeof CoderAgentBuilderTargetAgentSchema>;
1409
+ export declare const CoderAgentBuilderProposalSchema: z.ZodObject<{
1410
+ slug: z.ZodOptional<z.ZodString>;
1411
+ displayName: z.ZodOptional<z.ZodString>;
1412
+ description: z.ZodOptional<z.ZodString>;
1413
+ instructions: z.ZodOptional<z.ZodString>;
1414
+ model: z.ZodOptional<z.ZodString>;
1415
+ thinkingLevel: z.ZodOptional<z.ZodEnum<{
1416
+ high: "high";
1417
+ medium: "medium";
1418
+ low: "low";
1419
+ off: "off";
1420
+ minimal: "minimal";
1421
+ xhigh: "xhigh";
1422
+ }>>;
1423
+ headlessCompatible: z.ZodOptional<z.ZodBoolean>;
1424
+ tools: z.ZodDefault<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
1425
+ find: "find";
1426
+ read: "read";
1427
+ ls: "ls";
1428
+ grep: "grep";
1429
+ bash: "bash";
1430
+ write: "write";
1431
+ edit: "edit";
1432
+ }>, z.ZodString]>>>;
1433
+ serviceTools: z.ZodDefault<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
1434
+ session_dashboard: "session_dashboard";
1435
+ memory_service_search: "memory_service_search";
1436
+ memory_service_store: "memory_service_store";
1437
+ memory_service_get: "memory_service_get";
1438
+ memory_service_update: "memory_service_update";
1439
+ memory_service_delete: "memory_service_delete";
1440
+ memory_service_list: "memory_service_list";
1441
+ memory_service_schema: "memory_service_schema";
1442
+ memory_service_facets: "memory_service_facets";
1443
+ context7_search: "context7_search";
1444
+ grep_app_search: "grep_app_search";
1445
+ web_search: "web_search";
1446
+ fetch_content: "fetch_content";
1447
+ product_prd_create: "product_prd_create";
1448
+ product_prd_get: "product_prd_get";
1449
+ product_prd_update: "product_prd_update";
1450
+ product_prd_list: "product_prd_list";
1451
+ product_task_comment: "product_task_comment";
1452
+ session_todo_create: "session_todo_create";
1453
+ session_todo_update: "session_todo_update";
1454
+ session_todo_list: "session_todo_list";
1455
+ session_todo_comment: "session_todo_comment";
1456
+ session_todo_attach: "session_todo_attach";
1457
+ product_generate_deck: "product_generate_deck";
1458
+ sandbox_exec: "sandbox_exec";
1459
+ loop_get_state: "loop_get_state";
1460
+ loop_update_state: "loop_update_state";
1461
+ coord_create_job: "coord_create_job";
1462
+ coord_add_task: "coord_add_task";
1463
+ coord_claim_task: "coord_claim_task";
1464
+ coord_complete_task: "coord_complete_task";
1465
+ coord_fail_task: "coord_fail_task";
1466
+ coord_list_tasks: "coord_list_tasks";
1467
+ coord_job_status: "coord_job_status";
1468
+ coord_reserve_file: "coord_reserve_file";
1469
+ coord_release_file: "coord_release_file";
1470
+ coord_provide_contract: "coord_provide_contract";
1471
+ coord_check_contract: "coord_check_contract";
1472
+ coord_send_message: "coord_send_message";
1473
+ coord_read_messages: "coord_read_messages";
1474
+ coord_heartbeat: "coord_heartbeat";
1475
+ coord_spawn_workers: "coord_spawn_workers";
1476
+ }>, z.ZodString]>>>;
1477
+ savedSkills: z.ZodDefault<z.ZodArray<z.ZodObject<{
1478
+ skillId: z.ZodString;
1479
+ repo: z.ZodString;
1480
+ name: z.ZodOptional<z.ZodString>;
1481
+ url: z.ZodOptional<z.ZodString>;
1482
+ }, z.core.$strip>>>;
1483
+ companionAgents: z.ZodDefault<z.ZodArray<z.ZodString>>;
1484
+ }, z.core.$loose>;
1485
+ export type CoderAgentBuilderProposal = z.infer<typeof CoderAgentBuilderProposalSchema>;
1486
+ export declare const CoderAgentBuilderDurableStateSchema: z.ZodObject<{
1487
+ draftAgentId: z.ZodOptional<z.ZodString>;
1488
+ draftAgentSlug: z.ZodOptional<z.ZodString>;
1489
+ lastPublishedVersion: z.ZodOptional<z.ZodNumber>;
1490
+ }, z.core.$strip>;
1491
+ export type CoderAgentBuilderDurableState = z.infer<typeof CoderAgentBuilderDurableStateSchema>;
1492
+ export declare const CoderAgentBuilderActionStateSchema: z.ZodObject<{
1493
+ kind: z.ZodEnum<{
1494
+ create_draft: "create_draft";
1495
+ update_draft: "update_draft";
1496
+ publish: "publish";
1497
+ }>;
1498
+ status: z.ZodEnum<{
1499
+ failed: "failed";
1500
+ completed: "completed";
1501
+ }>;
1502
+ occurredAt: z.ZodString;
1503
+ message: z.ZodOptional<z.ZodString>;
1504
+ agentId: z.ZodOptional<z.ZodString>;
1505
+ agentSlug: z.ZodOptional<z.ZodString>;
1506
+ publishedVersion: z.ZodOptional<z.ZodNumber>;
1507
+ }, z.core.$strip>;
1508
+ export type CoderAgentBuilderActionState = z.infer<typeof CoderAgentBuilderActionStateSchema>;
1509
+ export declare const CoderAgentBuilderSessionSummarySchema: z.ZodObject<{
1510
+ mode: z.ZodEnum<{
1511
+ edit: "edit";
1512
+ new: "new";
1513
+ from_session: "from_session";
1514
+ }>;
1515
+ sourceSession: z.ZodOptional<z.ZodObject<{
1516
+ sessionId: z.ZodString;
1517
+ label: z.ZodOptional<z.ZodString>;
1518
+ }, z.core.$strip>>;
1519
+ targetAgent: z.ZodOptional<z.ZodObject<{
1520
+ agentId: z.ZodOptional<z.ZodString>;
1521
+ slug: z.ZodString;
1522
+ displayName: z.ZodOptional<z.ZodString>;
1523
+ }, z.core.$strip>>;
1524
+ durable: z.ZodOptional<z.ZodObject<{
1525
+ draftAgentId: z.ZodOptional<z.ZodString>;
1526
+ draftAgentSlug: z.ZodOptional<z.ZodString>;
1527
+ lastPublishedVersion: z.ZodOptional<z.ZodNumber>;
1528
+ }, z.core.$strip>>;
1529
+ lastAction: z.ZodOptional<z.ZodObject<{
1530
+ kind: z.ZodEnum<{
1531
+ create_draft: "create_draft";
1532
+ update_draft: "update_draft";
1533
+ publish: "publish";
1534
+ }>;
1535
+ status: z.ZodEnum<{
1536
+ failed: "failed";
1537
+ completed: "completed";
1538
+ }>;
1539
+ occurredAt: z.ZodString;
1540
+ message: z.ZodOptional<z.ZodString>;
1541
+ agentId: z.ZodOptional<z.ZodString>;
1542
+ agentSlug: z.ZodOptional<z.ZodString>;
1543
+ publishedVersion: z.ZodOptional<z.ZodNumber>;
1544
+ }, z.core.$strip>>;
1545
+ }, z.core.$strip>;
1546
+ export type CoderAgentBuilderSessionSummary = z.infer<typeof CoderAgentBuilderSessionSummarySchema>;
1547
+ export declare const CoderAgentBuilderSessionStateSchema: z.ZodObject<{
1548
+ mode: z.ZodEnum<{
1549
+ edit: "edit";
1550
+ new: "new";
1551
+ from_session: "from_session";
1552
+ }>;
1553
+ sourceSession: z.ZodOptional<z.ZodObject<{
1554
+ sessionId: z.ZodString;
1555
+ label: z.ZodOptional<z.ZodString>;
1556
+ }, z.core.$strip>>;
1557
+ targetAgent: z.ZodOptional<z.ZodObject<{
1558
+ agentId: z.ZodOptional<z.ZodString>;
1559
+ slug: z.ZodString;
1560
+ displayName: z.ZodOptional<z.ZodString>;
1561
+ }, z.core.$strip>>;
1562
+ durable: z.ZodOptional<z.ZodObject<{
1563
+ draftAgentId: z.ZodOptional<z.ZodString>;
1564
+ draftAgentSlug: z.ZodOptional<z.ZodString>;
1565
+ lastPublishedVersion: z.ZodOptional<z.ZodNumber>;
1566
+ }, z.core.$strip>>;
1567
+ lastAction: z.ZodOptional<z.ZodObject<{
1568
+ kind: z.ZodEnum<{
1569
+ create_draft: "create_draft";
1570
+ update_draft: "update_draft";
1571
+ publish: "publish";
1572
+ }>;
1573
+ status: z.ZodEnum<{
1574
+ failed: "failed";
1575
+ completed: "completed";
1576
+ }>;
1577
+ occurredAt: z.ZodString;
1578
+ message: z.ZodOptional<z.ZodString>;
1579
+ agentId: z.ZodOptional<z.ZodString>;
1580
+ agentSlug: z.ZodOptional<z.ZodString>;
1581
+ publishedVersion: z.ZodOptional<z.ZodNumber>;
1582
+ }, z.core.$strip>>;
1583
+ proposal: z.ZodOptional<z.ZodObject<{
1584
+ slug: z.ZodOptional<z.ZodString>;
1585
+ displayName: z.ZodOptional<z.ZodString>;
1586
+ description: z.ZodOptional<z.ZodString>;
1587
+ instructions: z.ZodOptional<z.ZodString>;
1588
+ model: z.ZodOptional<z.ZodString>;
1589
+ thinkingLevel: z.ZodOptional<z.ZodEnum<{
1590
+ high: "high";
1591
+ medium: "medium";
1592
+ low: "low";
1593
+ off: "off";
1594
+ minimal: "minimal";
1595
+ xhigh: "xhigh";
1596
+ }>>;
1597
+ headlessCompatible: z.ZodOptional<z.ZodBoolean>;
1598
+ tools: z.ZodDefault<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
1599
+ find: "find";
1600
+ read: "read";
1601
+ ls: "ls";
1602
+ grep: "grep";
1603
+ bash: "bash";
1604
+ write: "write";
1605
+ edit: "edit";
1606
+ }>, z.ZodString]>>>;
1607
+ serviceTools: z.ZodDefault<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
1608
+ session_dashboard: "session_dashboard";
1609
+ memory_service_search: "memory_service_search";
1610
+ memory_service_store: "memory_service_store";
1611
+ memory_service_get: "memory_service_get";
1612
+ memory_service_update: "memory_service_update";
1613
+ memory_service_delete: "memory_service_delete";
1614
+ memory_service_list: "memory_service_list";
1615
+ memory_service_schema: "memory_service_schema";
1616
+ memory_service_facets: "memory_service_facets";
1617
+ context7_search: "context7_search";
1618
+ grep_app_search: "grep_app_search";
1619
+ web_search: "web_search";
1620
+ fetch_content: "fetch_content";
1621
+ product_prd_create: "product_prd_create";
1622
+ product_prd_get: "product_prd_get";
1623
+ product_prd_update: "product_prd_update";
1624
+ product_prd_list: "product_prd_list";
1625
+ product_task_comment: "product_task_comment";
1626
+ session_todo_create: "session_todo_create";
1627
+ session_todo_update: "session_todo_update";
1628
+ session_todo_list: "session_todo_list";
1629
+ session_todo_comment: "session_todo_comment";
1630
+ session_todo_attach: "session_todo_attach";
1631
+ product_generate_deck: "product_generate_deck";
1632
+ sandbox_exec: "sandbox_exec";
1633
+ loop_get_state: "loop_get_state";
1634
+ loop_update_state: "loop_update_state";
1635
+ coord_create_job: "coord_create_job";
1636
+ coord_add_task: "coord_add_task";
1637
+ coord_claim_task: "coord_claim_task";
1638
+ coord_complete_task: "coord_complete_task";
1639
+ coord_fail_task: "coord_fail_task";
1640
+ coord_list_tasks: "coord_list_tasks";
1641
+ coord_job_status: "coord_job_status";
1642
+ coord_reserve_file: "coord_reserve_file";
1643
+ coord_release_file: "coord_release_file";
1644
+ coord_provide_contract: "coord_provide_contract";
1645
+ coord_check_contract: "coord_check_contract";
1646
+ coord_send_message: "coord_send_message";
1647
+ coord_read_messages: "coord_read_messages";
1648
+ coord_heartbeat: "coord_heartbeat";
1649
+ coord_spawn_workers: "coord_spawn_workers";
1650
+ }>, z.ZodString]>>>;
1651
+ savedSkills: z.ZodDefault<z.ZodArray<z.ZodObject<{
1652
+ skillId: z.ZodString;
1653
+ repo: z.ZodString;
1654
+ name: z.ZodOptional<z.ZodString>;
1655
+ url: z.ZodOptional<z.ZodString>;
1656
+ }, z.core.$strip>>>;
1657
+ companionAgents: z.ZodDefault<z.ZodArray<z.ZodString>>;
1658
+ }, z.core.$loose>>;
1659
+ }, z.core.$loose>;
1660
+ export type CoderAgentBuilderSessionState = z.infer<typeof CoderAgentBuilderSessionStateSchema>;
1368
1661
  export declare const CoderSessionListItemSchema: z.ZodObject<{
1369
1662
  sessionId: z.ZodString;
1370
1663
  label: z.ZodString;
@@ -1444,6 +1737,43 @@ export declare const CoderSessionListItemSchema: z.ZodObject<{
1444
1737
  url: z.ZodOptional<z.ZodString>;
1445
1738
  }, z.core.$strip>>;
1446
1739
  enabledAgents: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
1740
+ builder: z.ZodOptional<z.ZodObject<{
1741
+ mode: z.ZodEnum<{
1742
+ edit: "edit";
1743
+ new: "new";
1744
+ from_session: "from_session";
1745
+ }>;
1746
+ sourceSession: z.ZodOptional<z.ZodObject<{
1747
+ sessionId: z.ZodString;
1748
+ label: z.ZodOptional<z.ZodString>;
1749
+ }, z.core.$strip>>;
1750
+ targetAgent: z.ZodOptional<z.ZodObject<{
1751
+ agentId: z.ZodOptional<z.ZodString>;
1752
+ slug: z.ZodString;
1753
+ displayName: z.ZodOptional<z.ZodString>;
1754
+ }, z.core.$strip>>;
1755
+ durable: z.ZodOptional<z.ZodObject<{
1756
+ draftAgentId: z.ZodOptional<z.ZodString>;
1757
+ draftAgentSlug: z.ZodOptional<z.ZodString>;
1758
+ lastPublishedVersion: z.ZodOptional<z.ZodNumber>;
1759
+ }, z.core.$strip>>;
1760
+ lastAction: z.ZodOptional<z.ZodObject<{
1761
+ kind: z.ZodEnum<{
1762
+ create_draft: "create_draft";
1763
+ update_draft: "update_draft";
1764
+ publish: "publish";
1765
+ }>;
1766
+ status: z.ZodEnum<{
1767
+ failed: "failed";
1768
+ completed: "completed";
1769
+ }>;
1770
+ occurredAt: z.ZodString;
1771
+ message: z.ZodOptional<z.ZodString>;
1772
+ agentId: z.ZodOptional<z.ZodString>;
1773
+ agentSlug: z.ZodOptional<z.ZodString>;
1774
+ publishedVersion: z.ZodOptional<z.ZodNumber>;
1775
+ }, z.core.$strip>>;
1776
+ }, z.core.$strip>>;
1447
1777
  defaultAgent: z.ZodOptional<z.ZodString>;
1448
1778
  bucket: z.ZodEnum<{
1449
1779
  running: "running";
@@ -1550,6 +1880,119 @@ export declare const CoderSessionSchema: z.ZodObject<{
1550
1880
  env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1551
1881
  metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1552
1882
  updatedAt: z.ZodOptional<z.ZodString>;
1883
+ builder: z.ZodOptional<z.ZodObject<{
1884
+ mode: z.ZodEnum<{
1885
+ edit: "edit";
1886
+ new: "new";
1887
+ from_session: "from_session";
1888
+ }>;
1889
+ sourceSession: z.ZodOptional<z.ZodObject<{
1890
+ sessionId: z.ZodString;
1891
+ label: z.ZodOptional<z.ZodString>;
1892
+ }, z.core.$strip>>;
1893
+ targetAgent: z.ZodOptional<z.ZodObject<{
1894
+ agentId: z.ZodOptional<z.ZodString>;
1895
+ slug: z.ZodString;
1896
+ displayName: z.ZodOptional<z.ZodString>;
1897
+ }, z.core.$strip>>;
1898
+ durable: z.ZodOptional<z.ZodObject<{
1899
+ draftAgentId: z.ZodOptional<z.ZodString>;
1900
+ draftAgentSlug: z.ZodOptional<z.ZodString>;
1901
+ lastPublishedVersion: z.ZodOptional<z.ZodNumber>;
1902
+ }, z.core.$strip>>;
1903
+ lastAction: z.ZodOptional<z.ZodObject<{
1904
+ kind: z.ZodEnum<{
1905
+ create_draft: "create_draft";
1906
+ update_draft: "update_draft";
1907
+ publish: "publish";
1908
+ }>;
1909
+ status: z.ZodEnum<{
1910
+ failed: "failed";
1911
+ completed: "completed";
1912
+ }>;
1913
+ occurredAt: z.ZodString;
1914
+ message: z.ZodOptional<z.ZodString>;
1915
+ agentId: z.ZodOptional<z.ZodString>;
1916
+ agentSlug: z.ZodOptional<z.ZodString>;
1917
+ publishedVersion: z.ZodOptional<z.ZodNumber>;
1918
+ }, z.core.$strip>>;
1919
+ proposal: z.ZodOptional<z.ZodObject<{
1920
+ slug: z.ZodOptional<z.ZodString>;
1921
+ displayName: z.ZodOptional<z.ZodString>;
1922
+ description: z.ZodOptional<z.ZodString>;
1923
+ instructions: z.ZodOptional<z.ZodString>;
1924
+ model: z.ZodOptional<z.ZodString>;
1925
+ thinkingLevel: z.ZodOptional<z.ZodEnum<{
1926
+ high: "high";
1927
+ medium: "medium";
1928
+ low: "low";
1929
+ off: "off";
1930
+ minimal: "minimal";
1931
+ xhigh: "xhigh";
1932
+ }>>;
1933
+ headlessCompatible: z.ZodOptional<z.ZodBoolean>;
1934
+ tools: z.ZodDefault<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
1935
+ find: "find";
1936
+ read: "read";
1937
+ ls: "ls";
1938
+ grep: "grep";
1939
+ bash: "bash";
1940
+ write: "write";
1941
+ edit: "edit";
1942
+ }>, z.ZodString]>>>;
1943
+ serviceTools: z.ZodDefault<z.ZodArray<z.ZodUnion<readonly [z.ZodEnum<{
1944
+ session_dashboard: "session_dashboard";
1945
+ memory_service_search: "memory_service_search";
1946
+ memory_service_store: "memory_service_store";
1947
+ memory_service_get: "memory_service_get";
1948
+ memory_service_update: "memory_service_update";
1949
+ memory_service_delete: "memory_service_delete";
1950
+ memory_service_list: "memory_service_list";
1951
+ memory_service_schema: "memory_service_schema";
1952
+ memory_service_facets: "memory_service_facets";
1953
+ context7_search: "context7_search";
1954
+ grep_app_search: "grep_app_search";
1955
+ web_search: "web_search";
1956
+ fetch_content: "fetch_content";
1957
+ product_prd_create: "product_prd_create";
1958
+ product_prd_get: "product_prd_get";
1959
+ product_prd_update: "product_prd_update";
1960
+ product_prd_list: "product_prd_list";
1961
+ product_task_comment: "product_task_comment";
1962
+ session_todo_create: "session_todo_create";
1963
+ session_todo_update: "session_todo_update";
1964
+ session_todo_list: "session_todo_list";
1965
+ session_todo_comment: "session_todo_comment";
1966
+ session_todo_attach: "session_todo_attach";
1967
+ product_generate_deck: "product_generate_deck";
1968
+ sandbox_exec: "sandbox_exec";
1969
+ loop_get_state: "loop_get_state";
1970
+ loop_update_state: "loop_update_state";
1971
+ coord_create_job: "coord_create_job";
1972
+ coord_add_task: "coord_add_task";
1973
+ coord_claim_task: "coord_claim_task";
1974
+ coord_complete_task: "coord_complete_task";
1975
+ coord_fail_task: "coord_fail_task";
1976
+ coord_list_tasks: "coord_list_tasks";
1977
+ coord_job_status: "coord_job_status";
1978
+ coord_reserve_file: "coord_reserve_file";
1979
+ coord_release_file: "coord_release_file";
1980
+ coord_provide_contract: "coord_provide_contract";
1981
+ coord_check_contract: "coord_check_contract";
1982
+ coord_send_message: "coord_send_message";
1983
+ coord_read_messages: "coord_read_messages";
1984
+ coord_heartbeat: "coord_heartbeat";
1985
+ coord_spawn_workers: "coord_spawn_workers";
1986
+ }>, z.ZodString]>>>;
1987
+ savedSkills: z.ZodDefault<z.ZodArray<z.ZodObject<{
1988
+ skillId: z.ZodString;
1989
+ repo: z.ZodString;
1990
+ name: z.ZodOptional<z.ZodString>;
1991
+ url: z.ZodOptional<z.ZodString>;
1992
+ }, z.core.$strip>>>;
1993
+ companionAgents: z.ZodDefault<z.ZodArray<z.ZodString>>;
1994
+ }, z.core.$loose>>;
1995
+ }, z.core.$loose>>;
1553
1996
  lastActivityAt: z.ZodOptional<z.ZodString>;
1554
1997
  taskCount: z.ZodOptional<z.ZodNumber>;
1555
1998
  subAgentCount: z.ZodOptional<z.ZodNumber>;
@@ -1645,6 +2088,43 @@ export declare const CoderSessionListResponseSchema: z.ZodObject<{
1645
2088
  url: z.ZodOptional<z.ZodString>;
1646
2089
  }, z.core.$strip>>;
1647
2090
  enabledAgents: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2091
+ builder: z.ZodOptional<z.ZodObject<{
2092
+ mode: z.ZodEnum<{
2093
+ edit: "edit";
2094
+ new: "new";
2095
+ from_session: "from_session";
2096
+ }>;
2097
+ sourceSession: z.ZodOptional<z.ZodObject<{
2098
+ sessionId: z.ZodString;
2099
+ label: z.ZodOptional<z.ZodString>;
2100
+ }, z.core.$strip>>;
2101
+ targetAgent: z.ZodOptional<z.ZodObject<{
2102
+ agentId: z.ZodOptional<z.ZodString>;
2103
+ slug: z.ZodString;
2104
+ displayName: z.ZodOptional<z.ZodString>;
2105
+ }, z.core.$strip>>;
2106
+ durable: z.ZodOptional<z.ZodObject<{
2107
+ draftAgentId: z.ZodOptional<z.ZodString>;
2108
+ draftAgentSlug: z.ZodOptional<z.ZodString>;
2109
+ lastPublishedVersion: z.ZodOptional<z.ZodNumber>;
2110
+ }, z.core.$strip>>;
2111
+ lastAction: z.ZodOptional<z.ZodObject<{
2112
+ kind: z.ZodEnum<{
2113
+ create_draft: "create_draft";
2114
+ update_draft: "update_draft";
2115
+ publish: "publish";
2116
+ }>;
2117
+ status: z.ZodEnum<{
2118
+ failed: "failed";
2119
+ completed: "completed";
2120
+ }>;
2121
+ occurredAt: z.ZodString;
2122
+ message: z.ZodOptional<z.ZodString>;
2123
+ agentId: z.ZodOptional<z.ZodString>;
2124
+ agentSlug: z.ZodOptional<z.ZodString>;
2125
+ publishedVersion: z.ZodOptional<z.ZodNumber>;
2126
+ }, z.core.$strip>>;
2127
+ }, z.core.$strip>>;
1648
2128
  defaultAgent: z.ZodOptional<z.ZodString>;
1649
2129
  bucket: z.ZodEnum<{
1650
2130
  running: "running";
@@ -1743,6 +2223,43 @@ export declare const CoderSessionListPayloadSchema: z.ZodUnion<readonly [z.ZodAr
1743
2223
  url: z.ZodOptional<z.ZodString>;
1744
2224
  }, z.core.$strip>>;
1745
2225
  enabledAgents: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2226
+ builder: z.ZodOptional<z.ZodObject<{
2227
+ mode: z.ZodEnum<{
2228
+ edit: "edit";
2229
+ new: "new";
2230
+ from_session: "from_session";
2231
+ }>;
2232
+ sourceSession: z.ZodOptional<z.ZodObject<{
2233
+ sessionId: z.ZodString;
2234
+ label: z.ZodOptional<z.ZodString>;
2235
+ }, z.core.$strip>>;
2236
+ targetAgent: z.ZodOptional<z.ZodObject<{
2237
+ agentId: z.ZodOptional<z.ZodString>;
2238
+ slug: z.ZodString;
2239
+ displayName: z.ZodOptional<z.ZodString>;
2240
+ }, z.core.$strip>>;
2241
+ durable: z.ZodOptional<z.ZodObject<{
2242
+ draftAgentId: z.ZodOptional<z.ZodString>;
2243
+ draftAgentSlug: z.ZodOptional<z.ZodString>;
2244
+ lastPublishedVersion: z.ZodOptional<z.ZodNumber>;
2245
+ }, z.core.$strip>>;
2246
+ lastAction: z.ZodOptional<z.ZodObject<{
2247
+ kind: z.ZodEnum<{
2248
+ create_draft: "create_draft";
2249
+ update_draft: "update_draft";
2250
+ publish: "publish";
2251
+ }>;
2252
+ status: z.ZodEnum<{
2253
+ failed: "failed";
2254
+ completed: "completed";
2255
+ }>;
2256
+ occurredAt: z.ZodString;
2257
+ message: z.ZodOptional<z.ZodString>;
2258
+ agentId: z.ZodOptional<z.ZodString>;
2259
+ agentSlug: z.ZodOptional<z.ZodString>;
2260
+ publishedVersion: z.ZodOptional<z.ZodNumber>;
2261
+ }, z.core.$strip>>;
2262
+ }, z.core.$strip>>;
1746
2263
  defaultAgent: z.ZodOptional<z.ZodString>;
1747
2264
  bucket: z.ZodEnum<{
1748
2265
  running: "running";
@@ -1836,6 +2353,43 @@ export declare const CoderSessionListPayloadSchema: z.ZodUnion<readonly [z.ZodAr
1836
2353
  url: z.ZodOptional<z.ZodString>;
1837
2354
  }, z.core.$strip>>;
1838
2355
  enabledAgents: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString>>>;
2356
+ builder: z.ZodOptional<z.ZodObject<{
2357
+ mode: z.ZodEnum<{
2358
+ edit: "edit";
2359
+ new: "new";
2360
+ from_session: "from_session";
2361
+ }>;
2362
+ sourceSession: z.ZodOptional<z.ZodObject<{
2363
+ sessionId: z.ZodString;
2364
+ label: z.ZodOptional<z.ZodString>;
2365
+ }, z.core.$strip>>;
2366
+ targetAgent: z.ZodOptional<z.ZodObject<{
2367
+ agentId: z.ZodOptional<z.ZodString>;
2368
+ slug: z.ZodString;
2369
+ displayName: z.ZodOptional<z.ZodString>;
2370
+ }, z.core.$strip>>;
2371
+ durable: z.ZodOptional<z.ZodObject<{
2372
+ draftAgentId: z.ZodOptional<z.ZodString>;
2373
+ draftAgentSlug: z.ZodOptional<z.ZodString>;
2374
+ lastPublishedVersion: z.ZodOptional<z.ZodNumber>;
2375
+ }, z.core.$strip>>;
2376
+ lastAction: z.ZodOptional<z.ZodObject<{
2377
+ kind: z.ZodEnum<{
2378
+ create_draft: "create_draft";
2379
+ update_draft: "update_draft";
2380
+ publish: "publish";
2381
+ }>;
2382
+ status: z.ZodEnum<{
2383
+ failed: "failed";
2384
+ completed: "completed";
2385
+ }>;
2386
+ occurredAt: z.ZodString;
2387
+ message: z.ZodOptional<z.ZodString>;
2388
+ agentId: z.ZodOptional<z.ZodString>;
2389
+ agentSlug: z.ZodOptional<z.ZodString>;
2390
+ publishedVersion: z.ZodOptional<z.ZodNumber>;
2391
+ }, z.core.$strip>>;
2392
+ }, z.core.$strip>>;
1839
2393
  defaultAgent: z.ZodOptional<z.ZodString>;
1840
2394
  bucket: z.ZodEnum<{
1841
2395
  running: "running";
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/services/coder/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/services/coder/types.ts"],"names":[],"mappings":"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"}