@makaio/framework 1.0.0-dev-1781117225170 → 1.0.0-dev-1781354548379
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.
- package/README.md +29 -0
- package/dist/.makaio-build.json +2 -2
- package/dist/adapter-UpcpZDOv.mjs +1 -0
- package/dist/adapters/config/index.d.mts +1 -1
- package/dist/adapters/config/index.mjs +1 -1
- package/dist/adapters/index.d.mts +13 -5
- package/dist/adapters/index.mjs +2 -2
- package/dist/adapters/node.d.mts +1 -1
- package/dist/adapters/node.mjs +1 -1
- package/dist/bus/index.mjs +1 -1
- package/dist/client-BJVDImPV.d.mts +175 -0
- package/dist/clients/index.d.mts +101 -1
- package/dist/clients/index.mjs +2 -2
- package/dist/contracts/adapter/index.d.mts +2 -2
- package/dist/contracts/adapter/index.mjs +1 -1
- package/dist/contracts/adapter/schemas/session-lineage.d.mts +1 -1
- package/dist/contracts/artifact/index.d.mts +1 -1
- package/dist/contracts/client/index.d.mts +2 -2
- package/dist/contracts/common/index.d.mts +1 -1
- package/dist/contracts/config/index.d.mts +1 -1
- package/dist/contracts/extension/index.d.mts +4 -4
- package/dist/contracts/extension/index.mjs +1 -1
- package/dist/contracts/facet/index.d.mts +1 -1
- package/dist/contracts/harness/index.d.mts +1 -1
- package/dist/contracts/host/index.d.mts +1 -1
- package/dist/contracts/index.d.mts +786 -108
- package/dist/contracts/index.mjs +1 -1
- package/dist/contracts/materialization/index.d.mts +3 -3
- package/dist/contracts/model-registry/index.d.mts +1 -1
- package/dist/contracts/native-session-supervisor/index.d.mts +1 -1
- package/dist/contracts/platform/index.d.mts +1 -1
- package/dist/contracts/provider/index.d.mts +2 -2
- package/dist/contracts/session/index.d.mts +3 -3
- package/dist/contracts/session/index.mjs +1 -1
- package/dist/contracts/shared/index.d.mts +1 -1
- package/dist/contracts/skill/index.d.mts +1 -1
- package/dist/contracts/telemetry/index.d.mts +1 -1
- package/dist/contracts/timeout/index.d.mts +1 -1
- package/dist/contracts/variant/index.d.mts +1 -1
- package/dist/{definition-Cp-5xJp_.d.mts → definition-DqJOg6Lv.d.mts} +1 -1
- package/dist/{detached-extension-handle-oXbjv1tA.mjs → detached-extension-handle-Diiwgm13.mjs} +1 -1
- package/dist/drizzle/0001_messages_content_tsv.na.md +18 -0
- package/dist/drizzle/0012_legal_kate_bishop.sql +3 -0
- package/dist/drizzle/0013_eager_rhodey.sql +56 -0
- package/dist/drizzle/0014_fancy_ultimo.sql +1 -0
- package/dist/drizzle/0015_m_mqbh8q5b.sql +1 -0
- package/dist/drizzle/0016_m_mqbmq8h7.sql +1 -0
- package/dist/drizzle/0017_m_mqbnf924.sql +1 -0
- package/dist/drizzle/meta/0012_snapshot.json +2934 -0
- package/dist/drizzle/meta/0013_snapshot.json +2954 -0
- package/dist/drizzle/meta/0014_snapshot.json +2959 -0
- package/dist/drizzle/meta/0015_snapshot.json +2966 -0
- package/dist/drizzle/meta/0016_snapshot.json +2973 -0
- package/dist/drizzle/meta/0017_snapshot.json +2980 -0
- package/dist/drizzle/meta/_journal.json +42 -0
- package/dist/drizzle-wjquQK2m.mjs +1 -0
- package/dist/extension-DfNcE0zm.mjs +1 -0
- package/dist/extension-ZBN4BGre.mjs +1 -0
- package/dist/{filesystem-service-CBJT7A5w.mjs → filesystem-service-BjfrUmGS.mjs} +1 -1
- package/dist/{globby-C0lgTOUl.mjs → globby-BIH65cbN.mjs} +1 -1
- package/dist/handler-DqpiV9eA.mjs +1 -0
- package/dist/handlers-BAB4fQNH.mjs +41 -0
- package/dist/{index-uQl_1wQO.d.mts → index-BAhJKQLX.d.mts} +8 -8
- package/dist/{index-i7o6FtS0.d.mts → index-BDRKAxIV.d.mts} +129 -2
- package/dist/{index-CXfWW8cP.d.mts → index-BHAOu6Hs.d.mts} +20 -20
- package/dist/{index-t9Vt4Jbb.d.mts → index-BHzgDuRE.d.mts} +20 -3
- package/dist/{index-SFkbbDxs.d.mts → index-BYkOUd0x.d.mts} +1 -1
- package/dist/{index-CmGvjpUG.d.mts → index-BheaEhyI.d.mts} +6 -6
- package/dist/{index-Dsu1tPHm.d.mts → index-Bibt5jAX.d.mts} +8 -8
- package/dist/{index-Bw8SkcWG.d.mts → index-Bw_zL7Rs.d.mts} +1 -1
- package/dist/{index-ClgVA8Rz.d.mts → index-C3zfJg6s.d.mts} +6 -6
- package/dist/{index-v2kRZnfw2.d.mts → index-CH5U3zSA2.d.mts} +20 -10
- package/dist/{index-hWzUQtDn.d.mts → index-CTn_Xi-p.d.mts} +92 -19
- package/dist/{index-BY-fz0Jy.d.mts → index-DPIdX6kb.d.mts} +358 -110
- package/dist/{index-kLBWooVu.d.mts → index-Da4ABgRq.d.mts} +12 -12
- package/dist/{index-C1uZLARQ.d.mts → index-DrGLAuZc.d.mts} +1409 -72
- package/dist/{index-CT-zFurA.d.mts → index-Drz_a7kW.d.mts} +1 -1
- package/dist/{index-BELri1Hy.d.mts → index-IekAD8Gp.d.mts} +8 -8
- package/dist/{index-C_jIVT40.d.mts → index-fVgKVvta.d.mts} +1 -1
- package/dist/{index-BFaeVdsn2.d.mts → index-zgm2j9V92.d.mts} +44 -2
- package/dist/kernel/cli/index.d.mts +2 -2
- package/dist/kernel/cli/register.d.mts +1 -1
- package/dist/kernel/extension/index.d.mts +1 -1
- package/dist/kernel/extension/index.mjs +1 -1
- package/dist/kernel/index.d.mts +5 -5
- package/dist/kernel/index.mjs +1 -1
- package/dist/kernel/namespace/index.d.mts +1 -1
- package/dist/kernel/observability/index.d.mts +1 -1
- package/dist/kernel/providers/index.d.mts +1 -1
- package/dist/kernel/window/index.d.mts +1 -1
- package/dist/{lib-zuQKc8ym.mjs → lib-Cq5R6Tx9.mjs} +1 -1
- package/dist/{lib-IkUYa2Qs.mjs → lib-nlcl5kRW.mjs} +1 -1
- package/dist/{load-extensions-DE8qDIqi.d.mts → load-extensions-D9nbDIiW.d.mts} +1 -1
- package/dist/{load-extensions-CwxilDj1.mjs → load-extensions-wELQ4BBN.mjs} +1 -1
- package/dist/mcp-http-server/index.d.mts +132 -19
- package/dist/mcp-http-server/index.mjs +2 -2
- package/dist/{namespace-Dik_dNeE.d.mts → namespace--s0d86h-.d.mts} +144 -0
- package/dist/{namespace-ffepZB8Y.d.mts → namespace-B73Sxj5L.d.mts} +6 -6
- package/dist/{namespace-CZPu_jvy.d.mts → namespace-Boe6l5n9.d.mts} +82 -46
- package/dist/{namespace-Da_dHfdm.d.mts → namespace-BxxBhcV_.d.mts} +2 -2
- package/dist/namespace-Dfq6MDN9.mjs +1 -0
- package/dist/{namespace-DvHoeMUV.d.mts → namespace-aJJfBJU5.d.mts} +173 -3
- package/dist/node/bus-server/index.d.mts +1 -1
- package/dist/node/bus-server/index.mjs +1 -1
- package/dist/node/bus-server/server-lifecycle.d.mts +1 -1
- package/dist/node/bus-server/server-lifecycle.mjs +1 -1
- package/dist/{orchestrator-shared-FnWrPS09.mjs → orchestrator-shared-BKFXaKPL.mjs} +1 -1
- package/dist/{package-B2HkKyRz.d.mts → package--RZnpN2J.d.mts} +2 -3
- package/dist/package-BzJvtM5O.mjs +1 -0
- package/dist/package-DzN_jdqd.mjs +1 -0
- package/dist/package.json +1 -1
- package/dist/primitive-runtime-CNC_bSac.mjs +1 -0
- package/dist/registry-RG-bkw3c.mjs +146 -0
- package/dist/rules/index.d.mts +1 -1
- package/dist/rules/index.mjs +1 -1
- package/dist/rules/schemas.d.mts +1 -1
- package/dist/runtime-bun/index.mjs +1 -1
- package/dist/runtime-node/bus/runtime/namespace.d.mts +8 -8
- package/dist/runtime-node/bus/runtime/schemas.d.mts +11 -4
- package/dist/runtime-node/bus/runtime/schemas.mjs +1 -1
- package/dist/runtime-node/extension-discovery.d.mts +1 -1
- package/dist/runtime-node/extension-validation.d.mts +1 -1
- package/dist/runtime-node/extension-validation.mjs +1 -1
- package/dist/runtime-node/index.d.mts +77 -38
- package/dist/runtime-node/index.mjs +26 -53
- package/dist/runtime-node/makaio-config.d.mts +1 -1
- package/dist/runtime-node/makaio-config.mjs +1 -1
- package/dist/runtime-node/workflow-worker/index.d.mts +1 -1
- package/dist/runtime-node/workflow-worker/index.mjs +1 -1
- package/dist/runtime-node/workflow-worker/worker-entry.mjs +1 -1
- package/dist/schema-C3TgjrsV.mjs +1 -0
- package/dist/schema-CzhOc7TV.mjs +1 -0
- package/dist/{schema-CfuF2cXW.d.mts → schema-DGMLvVoQ.d.mts} +237 -11
- package/dist/schemas-CuKayWhA.mjs +1 -0
- package/dist/{schemas-SPI-Y87l2.d.mts → schemas-kVcJMjjn2.d.mts} +6 -6
- package/dist/{schemas-BiMxSTUx.d.mts → schemas-t1VR6_b_.d.mts} +3 -3
- package/dist/services/adapter-runtime/index.d.mts +3 -3
- package/dist/services/adapter-runtime/namespace.d.mts +1 -1
- package/dist/services/adapter-runtime/schemas.d.mts +1 -1
- package/dist/services/adapter-subsystem/index.d.mts +2 -2
- package/dist/services/adapter-subsystem/namespace.d.mts +1 -1
- package/dist/services/agent-runtime/index.d.mts +2 -2
- package/dist/services/agent-runtime/namespace.d.mts +1 -1
- package/dist/services/agent-runtime/schemas.d.mts +1 -1
- package/dist/services/capability/index.d.mts +1 -1
- package/dist/services/codebase/index.d.mts +2 -2
- package/dist/services/codebase/namespace.d.mts +1 -1
- package/dist/services/codebase/schemas.d.mts +1 -1
- package/dist/services/compression/index.d.mts +2 -2
- package/dist/services/compression/namespace.d.mts +1 -1
- package/dist/services/compression/schemas.d.mts +1 -1
- package/dist/services/context-rules/index.d.mts +4 -4
- package/dist/services/execution-target/index.d.mts +3 -3
- package/dist/services/execution-target/namespace.d.mts +1 -1
- package/dist/services/execution-target/schemas.d.mts +1 -1
- package/dist/services/filesystem/index.d.mts +1 -1
- package/dist/services/filesystem/index.mjs +1 -1
- package/dist/services/filesystem/namespace.d.mts +6 -6
- package/dist/services/filesystem/schemas.d.mts +3 -3
- package/dist/services/harness/index.d.mts +31 -20
- package/dist/services/harness/index.mjs +1 -1
- package/dist/services/harness/storage/schema.d.mts +60 -16
- package/dist/services/harness/storage/schema.mjs +1 -1
- package/dist/services/index.d.mts +166 -69
- package/dist/services/index.mjs +1 -1
- package/dist/services/log-import/browser.d.mts +2 -2
- package/dist/services/log-import/index.d.mts +9 -15
- package/dist/services/log-import/index.mjs +2 -2
- package/dist/services/log-import/log-import.d.mts +1 -1
- package/dist/services/model-registry/index.d.mts +1 -1
- package/dist/services/preferences/index.d.mts +2 -2
- package/dist/services/preferences/schemas.d.mts +1 -1
- package/dist/services/preferences/storage-namespace.d.mts +2 -2
- package/dist/services/provider-context/index.d.mts +1 -1
- package/dist/services/provider-context/index.mjs +1 -1
- package/dist/services/session/handlers/index.d.mts +1 -1
- package/dist/services/session/handlers/index.mjs +1 -1
- package/dist/services/session/index.d.mts +10 -10
- package/dist/services/session/index.mjs +1 -1
- package/dist/services/session/messages/namespace.d.mts +1 -1
- package/dist/services/session/messages/namespace.mjs +1 -1
- package/dist/services/session/orchestrator-testing/index.d.mts +1 -1
- package/dist/services/session/orchestrator-testing/index.mjs +1 -1
- package/dist/services/session/session-events/namespace.d.mts +1 -1
- package/dist/services/session/session-events/namespace.mjs +1 -1
- package/dist/services/session/storage/namespace.d.mts +1 -1
- package/dist/services/session/storage/schema.d.mts +2 -2
- package/dist/services/session/storage/schema.mjs +1 -1
- package/dist/services/session/testing/index.d.mts +18 -2
- package/dist/services/session/testing/index.mjs +54 -3
- package/dist/services/session/testing/orchestrator-shared.d.mts +1 -1
- package/dist/services/session/testing/orchestrator-shared.mjs +1 -1
- package/dist/services/session/turns/namespace.d.mts +1 -1
- package/dist/services/session/turns/namespace.mjs +1 -1
- package/dist/services/session-editor/index.d.mts +1 -1
- package/dist/services/settings/index.d.mts +3 -3
- package/dist/services/settings/index.mjs +1 -1
- package/dist/services/settings/namespace.d.mts +6 -6
- package/dist/services/settings/storage/clients-namespace.d.mts +1 -1
- package/dist/services/settings/storage/clients-namespace.mjs +1 -1
- package/dist/services/settings/storage/index.d.mts +3 -3
- package/dist/services/settings/storage/index.mjs +1 -1
- package/dist/services/settings/storage/providers-namespace.d.mts +1 -1
- package/dist/services/settings/storage/providers-namespace.mjs +1 -1
- package/dist/services/subagent/index.d.mts +1 -1
- package/dist/services/subagent/index.mjs +1 -1
- package/dist/services/subagent-template/index.d.mts +2 -2
- package/dist/services/subagent-template/namespace.d.mts +1 -1
- package/dist/services/subagent-template/schemas.d.mts +1 -1
- package/dist/services/tool-approval/index.d.mts +1 -1
- package/dist/services/tool-approval/index.mjs +1 -1
- package/dist/services/tools/index.d.mts +1 -1
- package/dist/services/tools/index.mjs +1 -1
- package/dist/services/tray-menu/index.d.mts +3 -3
- package/dist/services/tray-menu/namespace.d.mts +1 -1
- package/dist/services/tray-menu/schemas.d.mts +1 -1
- package/dist/services/turn/index.d.mts +1 -1
- package/dist/services/turn/namespace.d.mts +1 -1
- package/dist/services/turn/schemas.d.mts +72 -0
- package/dist/services/turn/schemas.mjs +1 -1
- package/dist/{session-C1Cami7U.mjs → session-BwX5_k47.mjs} +1 -1
- package/dist/session-P4nX60Xx.mjs +39 -0
- package/dist/{src-DI5TcYUW.mjs → src-CBG3IHUl.mjs} +1 -1
- package/dist/storage/drizzle/client.d.mts +2 -78
- package/dist/storage/drizzle/client.mjs +1 -1
- package/dist/storage/drizzle/columns/postgres.d.mts +88 -0
- package/dist/storage/drizzle/columns/postgres.mjs +1 -0
- package/dist/storage/drizzle/columns/sqlite.d.mts +81 -0
- package/dist/storage/drizzle/columns/sqlite.mjs +1 -0
- package/dist/storage/drizzle/index.d.mts +976 -23
- package/dist/storage/drizzle/index.mjs +1 -1
- package/dist/storage/handlers/drizzle/index.d.mts +1 -1
- package/dist/storage/handlers/drizzle/index.mjs +1 -1
- package/dist/storage/handlers/index.d.mts +1 -1
- package/dist/storage/handlers/index.mjs +1 -1
- package/dist/testing/drizzle-harness.d.mts +52 -6
- package/dist/testing/drizzle-harness.mjs +1 -1
- package/dist/testing/index.d.mts +34 -2
- package/dist/testing/index.mjs +1 -1
- package/dist/{tool-approval-service-BgNcJvKx.mjs → tool-approval-service-DNHV5x0M.mjs} +1 -1
- package/dist/tools-CQImrHAp.mjs +1 -0
- package/dist/{types-CZHV05Lu.d.mts → types-BpuLMR2m.d.mts} +616 -433
- package/dist/{types-C5Uy3WEy.d.mts → types-D0fPFh-D.d.mts} +1 -1
- package/dist/{types-0u6hpELc.d.mts → types-D6jnDjP2.d.mts} +18 -5
- package/dist/ui-components/index.d.mts +36 -37
- package/dist/ui-kernel/index.d.mts +1 -1
- package/dist/ui-kernel/pages/schemas.d.mts +1 -1
- package/dist/ui-views/index.d.mts +2 -2
- package/dist/workflow-engine/index.d.mts +539 -110
- package/dist/workflow-engine/index.mjs +1 -1
- package/dist/workflow-engine/package.d.mts +1 -1
- package/dist/workflow-engine/package.mjs +1 -1
- package/dist/workflow-engine/workflow-orchestrator.mjs +1 -1
- package/dist/{workflow-worker-hDaQzTBl.mjs → workflow-worker-CK9Sqj7D.mjs} +1 -1
- package/package.json +49 -1
- package/dist/adapter-Dt2FDMs4.mjs +0 -1
- package/dist/drizzle-DpjZFY_j.mjs +0 -1
- package/dist/extension--5Q190u_.mjs +0 -1
- package/dist/extension-DFIZ3FCJ.mjs +0 -1
- package/dist/handlers-Bev7-xjL.mjs +0 -41
- package/dist/namespace-CDiM5Bcr.mjs +0 -1
- package/dist/namespace-h0HIuqx0.mjs +0 -1
- package/dist/package-C9wOiMK9.mjs +0 -1
- package/dist/package-OE9dMQsq.mjs +0 -1
- package/dist/primitive-runtime-1Z3JbRUj.mjs +0 -1
- package/dist/schema-DCJyzRHe.mjs +0 -1
- package/dist/schema-DOnJmAPw.mjs +0 -1
- package/dist/schemas-CSUwpaNm.mjs +0 -1
- package/dist/session-BnfsJoZi.mjs +0 -134
- package/dist/tools-B8d8Iqqx.mjs +0 -1
- package/dist/types-yTKQTAok.d.mts +0 -31
- /package/dist/{ajv-0JG5NFEd.mjs → ajv-BA2z5ztb.mjs} +0 -0
- /package/dist/{await-trigger-CHuOd5co.mjs → await-trigger-DREnXCEJ.mjs} +0 -0
- /package/dist/{base-orchestrator-D-S9v5VY.d.mts → base-orchestrator-M5mAB5-w.d.mts} +0 -0
- /package/dist/{cleanEnvForAdapter-BlpmyXYk.mjs → cleanEnvForAdapter-vZfPGi0X.mjs} +0 -0
- /package/dist/{clients-namespace-E97p_GKF.d.mts → clients-namespace-SFk7OTop.d.mts} +0 -0
- /package/dist/{config-namespace-R_34Wfps.d.mts → config-namespace-BzAvE2nY.d.mts} +0 -0
- /package/dist/{create-static-mount-B9Szo_7y.mjs → create-static-mount-BB1MIQ9J.mjs} +0 -0
- /package/dist/{cross-spawn-CTptpCy4.mjs → cross-spawn-BL6EvJBv.mjs} +0 -0
- /package/dist/{cursor-storage-YikwAZR5.mjs → cursor-storage-CmKjSvKY.mjs} +0 -0
- /package/dist/{definition-CYzWS2eR.d.mts → definition-BSghHJpQ.d.mts} +0 -0
- /package/dist/{definition-CvOuzWNT.d.mts → definition-q6iLw11H.d.mts} +0 -0
- /package/dist/{descriptor-to-package-9nrAH_D5.mjs → descriptor-to-package-CY8oc2gl.mjs} +0 -0
- /package/dist/{esm-CglYG5aA.mjs → esm-CQVFKEW5.mjs} +0 -0
- /package/dist/{extension-discovery-BD1-oNU_.d.mts → extension-discovery-CkV_VRdJ.d.mts} +0 -0
- /package/dist/{filesystem-service-BcwRp4k1.d.mts → filesystem-service-Ddngll0j.d.mts} +0 -0
- /package/dist/{index-DJQew2k-.d.mts → index-9IDJUJ4X.d.mts} +0 -0
- /package/dist/{index-CNYPKkyH.d.mts → index-BBvcP-P0.d.mts} +0 -0
- /package/dist/{index-DfUBcVtG.d.mts → index-BCKRUuI2.d.mts} +0 -0
- /package/dist/{index-Dn9Uum3F.d.mts → index-BMpRB6iE.d.mts} +0 -0
- /package/dist/{index-CdNDnxXR.d.mts → index-BbCjtc3h.d.mts} +0 -0
- /package/dist/{index-B6RGNugn.d.mts → index-BnQSPC6c.d.mts} +0 -0
- /package/dist/{index-DUPZKsd3.d.mts → index-BpXX9WZJ.d.mts} +0 -0
- /package/dist/{index-DUhXk_q6.d.mts → index-BpniJgxu.d.mts} +0 -0
- /package/dist/{index-ChG8ZUNP.d.mts → index-Bsp0O_sI.d.mts} +0 -0
- /package/dist/{index-CF7dnqQj.d.mts → index-Buo9H8RK.d.mts} +0 -0
- /package/dist/{index-9KnLzPYu.d.mts → index-BxFA1XcP.d.mts} +0 -0
- /package/dist/{index-AZ4iLe7O2.d.mts → index-C33Tq1ei2.d.mts} +0 -0
- /package/dist/{index--0CnhN0g.d.mts → index-C6BhKRnH.d.mts} +0 -0
- /package/dist/{index-BV8rSmDZ.d.mts → index-CDU_s69P.d.mts} +0 -0
- /package/dist/{index-BDlpFEsp2.d.mts → index-CGJjA-hR2.d.mts} +0 -0
- /package/dist/{index-DNGUXQGC.d.mts → index-Cz9JMjZK.d.mts} +0 -0
- /package/dist/{index-C-YBGCCG.d.mts → index-D0SUjZmU.d.mts} +0 -0
- /package/dist/{index-yNb7G73-.d.mts → index-D6Iyvz9T.d.mts} +0 -0
- /package/dist/{index-ziQTLYUO.d.mts → index-DOfq0qqv.d.mts} +0 -0
- /package/dist/{index-BYxgW2i0.d.mts → index-DSV1aFgK.d.mts} +0 -0
- /package/dist/{index-Dbwm5Y-Q.d.mts → index-Dsq2zKvu.d.mts} +0 -0
- /package/dist/{jsonl-transport-DBHQgcIm.mjs → jsonl-transport-C21tpVfe.mjs} +0 -0
- /package/dist/{lib-CaOdTS9F.mjs → lib-CNOQJtgs.mjs} +0 -0
- /package/dist/{namespace-DnZ4rS6T2.d.mts → namespace-B60mn8J-2.d.mts} +0 -0
- /package/dist/{namespace-DfYutvMT.d.mts → namespace-BBVtD1gu.d.mts} +0 -0
- /package/dist/{namespace-BaJJxBsI.d.mts → namespace-CHMszppN.d.mts} +0 -0
- /package/dist/{namespace-uGw5nK6d.d.mts → namespace-CqUGzG53.d.mts} +0 -0
- /package/dist/{namespace-13uMtVGj.d.mts → namespace-DRFJN-_z.d.mts} +0 -0
- /package/dist/{namespace-TfZGCy7N.d.mts → namespace-DzVf1hVH.d.mts} +0 -0
- /package/dist/{namespace-QTFnJWHC.d.mts → namespace-XTGCaSXj.d.mts} +0 -0
- /package/dist/{namespace-CTrNKkxY.d.mts → namespace-nlsvvMtD.d.mts} +0 -0
- /package/dist/{namespace-DkDvQJhB.d.mts → namespace-uuR0Fg5r.d.mts} +0 -0
- /package/dist/{orchestrator-shared-BZVeoRfr.d.mts → orchestrator-shared-D91Wk7z-.d.mts} +0 -0
- /package/dist/{out-CiFds_ap.mjs → out-C1JFb2Bp.mjs} +0 -0
- /package/dist/{provider-context-lfG0BpqX.mjs → provider-context-wp4VSJFI.mjs} +0 -0
- /package/dist/{providers-namespace-Cc9FQ-Zt.d.mts → providers-namespace-BqWYkydw.d.mts} +0 -0
- /package/dist/{schemas-BD-1NGmS.d.mts → schemas-B5ToLwIs.d.mts} +0 -0
- /package/dist/{schemas-Hy-lsBpg.d.mts → schemas-B77Gi8Xr.d.mts} +0 -0
- /package/dist/{schemas-BzK1I1eX.d.mts → schemas-C792eVAZ.d.mts} +0 -0
- /package/dist/{schemas-CYS6bkht.d.mts → schemas-Chyj6HuZ.d.mts} +0 -0
- /package/dist/{schemas-DL_bGYyZ.d.mts → schemas-DZUaRcYl.d.mts} +0 -0
- /package/dist/{schemas-DdZwjeF0.d.mts → schemas-Dv5FxHDT.d.mts} +0 -0
- /package/dist/{schemas-CsjB6gel.d.mts → schemas-Dyk7JuVl.d.mts} +0 -0
- /package/dist/{schemas-DFWGb4uj.d.mts → schemas-Kq33MTPY.d.mts} +0 -0
- /package/dist/{schemas-BFeP62V4.d.mts → schemas-lqvZ6UpK.d.mts} +0 -0
- /package/dist/{server-lifecycle-DVAbXQzg.d.mts → server-lifecycle-47mygK3E.d.mts} +0 -0
- /package/dist/{server-lifecycle-JTFuSJhg.mjs → server-lifecycle-Cg47L59Q.mjs} +0 -0
- /package/dist/{session-lineage-CxHc3_bm.d.mts → session-lineage-CKg6mErA.d.mts} +0 -0
- /package/dist/{shared-schemas-CKe2uN4-.mjs → shared-schemas-DYL7a-No.mjs} +0 -0
- /package/dist/{src-4_2jBceX.mjs → src-DedDL9iv.mjs} +0 -0
- /package/dist/{storage-namespace-I30TaZP7.d.mts → storage-namespace-BXmMUd7a.d.mts} +0 -0
- /package/dist/{storage-namespace-definition-ZNBL3v2h.d.mts → storage-namespace-definition-C3XbpiP8.d.mts} +0 -0
- /package/dist/{types-11QnNmpW.d.mts → types-5Gw3iVpK.d.mts} +0 -0
- /package/dist/{types-BKNpS4Xw.d.mts → types-B0BtvVAq.d.mts} +0 -0
- /package/dist/{types-BtMNh2FS.d.mts → types-D-bP8RRE.d.mts} +0 -0
- /package/dist/{window-registry-QD1rTk_f.d.mts → window-registry-CfEi_Ji4.d.mts} +0 -0
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { C as AdapterNamespace, _ as StartAgentRequest, a as AgentSelection, b as AdapterRuntimeOptions, c as AgentSelectionKindMap, d as SessionDiscoveredSchema, l as AgentSelectionSchema, n as ProviderContextSchema, o as AgentSelectionBase, r as AdapterSelection, s as AgentSelectionBaseSchema, t as ProviderContext, u as SessionDiscovered, v as StartAgentResponse, w as AdapterSubjects } from "../index-
|
|
2
|
-
import { a as ROOT_SESSION_LINEAGE_KIND, c as SUBAGENT_SESSION_LINEAGE_KIND, d as SessionLineageKindSchema, i as ForkSessionLineageSchema, l as SessionLineage, n as CompressSessionLineageSchema, o as RootSessionLineageSchema, p as SubagentSessionLineageSchema, r as FORK_SESSION_LINEAGE_KIND, s as SESSION_LINEAGE_KINDS, t as COMPRESS_SESSION_LINEAGE_KIND, u as SessionLineageKind } from "../session-lineage-
|
|
3
|
-
import { $ as ArtifactObservationSchema, A as ArtifactDraft, B as BeforeArtifactHookRegistration, C as ArtifactStatusChangedPayload, Ct as ConfidenceMetadataSchema, D as ArtifactKindDefinition, Dt as LocalRefSchema, E as ArtifactDataOf, Et as LocalRef, F as ArtifactLifecycleHookRegistration, G as ArtifactCompareRequestSchema, H as ArtifactActor, I as ArtifactLifecycleSemanticEvent, J as ArtifactConflictPolicy, K as ArtifactCompareResponse, L as ArtifactReactionHookContext, M as ArtifactHookFilter, N as ArtifactLifecycleHookDefinition, O as ArtifactOf, Ot as RelationTypeRegistration, P as ArtifactLifecycleHookEvent, Q as ArtifactObservation, R as ArtifactReactionHookRegistration, S as ArtifactSchemas, St as ConfidenceMetadata, T as AnyArtifactKindDefinition, Tt as EvidenceRefSchema, U as ArtifactActorSchema, V as defineArtifactLifecycleHooks, W as ArtifactCompareRequest, X as ArtifactKindRegistration, Y as ArtifactConflictPolicySchema, Z as ArtifactKindRegistrationSchema, _ as ArtifactResolveRequest, _t as ArtifactScopeSchema, a as ArtifactKindListRequest, at as ArtifactRefSchema, b as ArtifactReviseResponse, bt as ConfidenceLevel, c as ArtifactKindRegisterResponse, d as ArtifactQueryResponse, dt as ArtifactRelationTargetSchema, et as ArtifactQueryRequest, f as ArtifactRelationAddedPayload, ft as ArtifactRepresentations, g as ArtifactRelationTypeRegisterResponse, gt as ArtifactScope, h as ArtifactRelationTypeRegisterRequest, ht as ArtifactRevisionSchema, i as ArtifactKindChangedPayload, it as ArtifactRef, j as ArtifactDraftPatch, k as defineArtifactKind, kt as RelationTypeRegistrationSchema, l as ArtifactNamespace, lt as ArtifactRelationSchema, m as ArtifactRelationTypeListResponse, mt as ArtifactRevision, n as ArtifactCreateResponse, nt as ArtifactQueryScope, o as ArtifactKindListResponse, ot as ArtifactRelation, p as ArtifactRelationTypeListRequest, pt as ArtifactRepresentationsSchema, q as ArtifactCompareResponseSchema, r as ArtifactCreatedPayload, rt as ArtifactQueryScopeSchema, s as ArtifactKindRegisterRequest, t as ArtifactCreateRequest, tt as ArtifactQueryRequestSchema, u as ArtifactObservationAddedPayload, ut as ArtifactRelationTarget, v as ArtifactResolveResponse, vt as ConfidenceBasis, w as ArtifactSubjects, wt as EvidenceRef, x as ArtifactRevisedPayload, xt as ConfidenceLevelSchema, y as ArtifactReviseRequest, yt as ConfidenceBasisSchema, z as BeforeArtifactHookContext } from "../index-
|
|
4
|
-
import { a as ProjectedField, c as ProjectedFieldSemanticSchema, d as SurfaceBindingTarget, f as SurfaceBindingTargetSchema, i as ArtifactProjectionPolicySchema, l as SurfaceBindingRegistration, n as ArtifactMaterializationRefSchema, o as ProjectedFieldSchema, r as ArtifactProjectionPolicy, s as ProjectedFieldSemantic, t as ArtifactMaterializationRef, u as SurfaceBindingRegistrationSchema } from "../schemas-
|
|
5
|
-
import { A as VersionRange, M as isUniversalRange, N as versionSatisfies, O as VersionLiteral, S as PostInstallDescriptor, _ as LogSourceDefinitionSchema, a as ClientDefinitionSchema, b as NpmInstallDescriptor, f as ClientToolDefinition, g as LogSourceDefinition, j as VersionRangeSchema, k as VersionLiteralSchema, n as ClientBinaryCompatibilitySchema, p as ClientToolDefinitionSchema, r as ClientDefinition, t as ClientBinaryCompatibility, v as ManagedInstallDescriptor, w as SignedBinaryBucketInstallDescriptor, y as ManagedInstallDescriptorSchema } from "../definition-
|
|
6
|
-
import { Cn as ClientExecutionContext, Ht as InstallStage, J as ClientSessionToolPost, Jt as ClientAccountIdentifier, K as ClientSessionStarted, Kt as ManagedInstallStrategy, Q as ClientSessionTurnCompleted, Rt as ClientVersionChanged, U as ClientSubjects, V as createClientDefinition, W as ClientSessionObservedBase, Wt as InstalledVersionEntry, X as ClientSessionToolPre, Xt as ClientAccountObserveRequest, Yt as ClientAccountIdentifierSchema, _t as ClientBinaryListEntry, at as ClientWiringEntrySchema, cn as ClientSessionAccountObserveRequest, ct as ClientRuntimeObserveRequest, dn as ClientSessionLocator, gn as ClientUsageSnapshot, ht as ClientRuntimeStarted, in as ClientScanResult, it as ClientWiringEntry, ln as ClientSessionAccountObserveResponse, nn as ClientIdentityObservationSchema, nt as ClientSessionUserPromptSubmitted, on as ClientScanTarget, pn as ClientUsageIngestRequest, tn as ClientIdentityObservation, un as ClientSessionAccountObserveSchema, vn as ClientUsageWindow, xt as ClientInstallProgress, yt as ClientInstallCompleted } from "../index-
|
|
7
|
-
import { a as FocusContext, i as ActionIntent, t as SurfaceType } from "../index-
|
|
8
|
-
import { _ as TTSCapability, a as ConfigUpdateRequest, b as RelayConfig, c as AIModelMetadata, d as AIReasoningLevelSchema, f as DiscoveredAIModel, g as STTCapability, h as ReasoningLevelMap, i as ConfigSchemas, l as AIModelSchema, m as ProviderAIModelSchema, n as ConfigSubjects, o as ConfigUpdateResponse, p as ProviderAIModel, r as ConfigGetResponse, s as AIModel, u as AIReasoningLevel, v as Config, y as ConfigSchema } from "../config-namespace-
|
|
9
|
-
import { $n as CliArgManifest, A as TransitionConditionSchema, B as BootstrapExportContext, Bn as ExtensionWarningAction, Bt as TileDeclaration, C as ExtensionTransitionActionsContribution, Cn as SessionEventActionOptions, D as TransitionActionInvocation, Dt as PageDeclaration, E as TransitionActionHandler, Et as PageComponentProps, F as TransitionRuleDefinitionSchema, Fn as NodeExtensionContext, G as ExtensionBootstrap, Gt as UiContextSnapshot, H as BootstrapImportContext, Hn as ExtensionWarningEntry, Ht as TileProps, I as BootstrapAsset, In as ExtensionIdentity, It as WidgetProps, Jn as AdapterDefinitionContract, Jt as UiNavigationLevelMap, K as getBootstrapAssetKey, Kt as UiContextValueMap, L as BootstrapAssetKey, Ln as ExtensionService, M as TransitionEventType, N as TransitionEventTypeSchema, O as TransitionActionInvocationSchema, P as TransitionRuleDefinition, Pn as ExtensionContext, Pt as WidgetDeclaration, Qn as extensionToken, R as BootstrapChoice, Rn as ExtensionServiceLifecycle, S as MakaioNodeExtension, Sn as SessionEventActionDeclaration, T as TransitionActionFactory, Tn as WhenContext, Tt as ToolCallFormatterDeclaration, U as BootstrapImportResult, Un as ExtensionWarningEntrySchema, V as BootstrapExportResult, W as BootstrapResult, Wn as ExtensionWarningSchema, Wt as UiContextDimension, Xn as AdapterProviderRef, Xt as UiScope, Yn as AdapterProviderDefinitionContract, Yt as UiRuntimeNavigationLevel, Zn as ExtensionToken,
|
|
10
|
-
import { a as ProviderDefinition, i as ProtocolIdSchema, n as ProtocolEndpointsSchema, o as ProviderDefinitionInput, r as ProtocolId, s as ProviderDefinitionSchema, t as ProtocolEndpoints } from "../definition-
|
|
11
|
-
import { i as TimeoutConfigSchema, n as TimeoutCategory, r as TimeoutConfig, t as RequiredTimeoutConfig } from "../index-
|
|
12
|
-
import { $ as
|
|
13
|
-
import { $ as JsonValueSchema, A as FieldOption, B as ResponseSchemaDescriptorSchema, D as EntityUIConfig, E as CustomFieldDefinition, F as FieldWidget, G as StructuredOutputValidationErrorSchema, H as ResponseSchemaNameSchema, I as FormFieldProps, J as StructuredOutputValidationStatusSchema, K as StructuredOutputValidationSchema, O as EntityUIConfigSchema, P as FieldType, Q as JsonValue, R as StandardFieldDefinition, S as SystemPrompt, U as StructuredOutputValidation, V as ResponseSchemaName, W as StructuredOutputValidationError, Y as JsonObjectContractSchema, a as ErrorCategorySchema, d as MessageInput, i as ErrorCategory, k as FieldDefinition, l as MessageDeliveryMode, o as Message$1, p as MessageOutcome, q as StructuredOutputValidationStatus, r as ERROR_CATEGORIES, s as MessageBlock, t as ContentSource, y as SendMessageResultInnerResult, z as ResponseSchemaDescriptor } from "../index-
|
|
14
|
-
import { _ as FacetNamespaceRegistration, a as FacetNamespaceRegisterRequest, c as FacetSubjects, d as FacetAppliesTo, f as FacetAppliesToSchema, g as FacetCardinalitySchema, h as FacetCardinality, i as FacetNamespaceListResponse, l as FacetNamespaceDefinition, m as FacetAuthoritySchema, n as FacetNamespaceChangedPayload, o as FacetNamespaceRegisterResponse, p as FacetAuthority, r as FacetNamespaceListRequest, s as FacetSchemas, t as FacetNamespace, u as defineFacetNamespace, v as FacetNamespaceRegistrationSchema } from "../index-
|
|
15
|
-
import { n as defineSurfaceBinding, t as SurfaceBindingDefinition } from "../definition-
|
|
16
|
-
import { A as HarnessDefinitionSchema, C as ApprovalPolicy, D as HarnessDefinitionBaseSchema, E as HarnessDefinition, O as HarnessDefinitionCreate, S as HarnessSubjects, _ as ToolCapabilitySchema, d as expandProfileToolCapabilities, g as ToolCapability, h as CapabilityPickerValue, k as HarnessDefinitionCreateSchema, l as ProfileToolCapabilitiesConfig, m as CapabilityItem, o as codexCapabilityMap, p as CapabilityGroup, r as DEFAULT_HARNESSES, u as expandCapabilities, v as ToolMetaTag, w as ApprovalPolicySchema, y as computeMetaTags } from "../index-
|
|
17
|
-
import { a as WindowCreateRequest, c as WindowFocusResponse, d as WindowListResponse, f as WindowOpenedEvent, g as HostSubjects, h as HostNamespace, i as WindowClosedEvent, l as WindowLabelChangedEvent, m as WindowStateSchema, n as TrayActivateRequest, o as WindowCreateResponse, p as WindowState, r as TrayActivateResponse, s as WindowFocusRequest, t as HostSchemas, u as WindowListRequest } from "../index-
|
|
18
|
-
import { a as resolveModelVisibility, i as ModelVisibilitySchema, n as ModelFilterModeSchema, r as ModelVisibility, t as ModelFilterMode } from "../index-
|
|
19
|
-
import { a as ModelRegistrySupportedModelsResponse, i as ModelRegistrySupportedModelsRequest, n as ModelRegistrySupportedModel, o as ModelRegistryPublicNamespace, r as ModelRegistrySupportedModelSchema, s as ModelRegistryPublicSubjects } from "../index-
|
|
20
|
-
import { a as PlatformSchemas, i as AutoLaunchStatusResponse, n as AutoLaunchEnableRequest, o as PlatformNamespace, r as AutoLaunchEnableResponse, s as PlatformSubjects, t as AutoLaunchDisableResponse } from "../index-
|
|
21
|
-
import { F as CONNECTOR_SWAP_CANCELLED_CODE, G as ContextWindowState, H as UI_WARNINGS_CATEGORY, I as ConnectorSwapCancelledError, K as ForkOptions, L as isConnectorSwapCancelledError, N as ResolveAgentConfigResponse, R as CONNECTOR_SWAP_WARNING_OPTION_IDS, S as isInViewBranch, U as SessionContext, V as INTERACTIVE_DIALOG_TIMEOUT_MS, W as SessionContextSchema, X as SessionSubjects, Y as SessionNamespace, a as SessionStorageSubjects, c as SessionEventStorageSubjects, d as messageCursorKey, f as messageToCursor, g as MessageStorageSubjects, h as MessageStorageNamespace, i as SessionStorageSetSessionSchema, l as compareMessageCursorAsc, m as MessagePageCursorSchema, n as SessionStorageNamespace, o as SessionStorageUpdateSchema, p as MessagePageCursor, q as SessionExtensionContext, r as SessionStorageSetRequestSchema, s as SessionEventStorageNamespace, t as ImportUpsertRequest, u as compareMessageCursorDesc, v as CompressionMode, y as CompressionModeSchema, z as CONNECTOR_SWAP_WARNING_SUPPRESSED_KEY } from "../index-
|
|
22
|
-
import { A as SkillRecordInputSchema, C as SkillGetActiveSkillsResponse, E as SkillQuery, F as SkillRuntimePolicySchema, L as SkillScope, M as SkillReinjection, O as SkillRecord, P as SkillRuntimePolicy, S as SkillGetActiveSkillsRequest, T as SkillGetCatalogResponse, U as SkillNamespace, V as SkillTurnEntry, W as SkillSubjects, b as SkillFrontmatter, c as SkillActivateRequest, f as SkillActivationTrigger, g as SkillCatalogTurnEntry, i as ActivatedSkillMetadata, k as SkillRecordInput, l as SkillActivateResponse, m as SkillCatalogEntry, n as SkillStorageSubjects, o as ActiveSkillState, p as SkillActivationTriggerSchema, r as validateSkillScope, t as SkillStorageNamespace, u as SkillActivationMode, v as SkillDeactivationReason, w as SkillGetCatalogRequest, x as SkillFrontmatterSchema, y as SkillDeactivationReasonSchema, z as SkillSource } from "../index-
|
|
23
|
-
import { a as VariantGetInfoResponse, d as VariantUpgradeStatusSchema, i as MakaioVariantSchema, l as VariantUpgradeProgressEvent, n as VariantSubjects, o as VariantRequestUpgradeRequest, r as MakaioVariant, s as VariantRequestUpgradeResponse, t as VariantNamespace, u as VariantUpgradeStatus } from "../index-
|
|
24
|
-
import { _ as SupervisorSessionStatusSchema, a as NativeSupervisorLaunchRequest, c as NativeSupervisorStatusRequest, d as NativeSupervisorStopRequest, g as SupervisorSessionStatus, m as SupervisorRuntimeSnapshot, n as NativeSupervisorAttachRequest, y as NativeSessionSupervisorSubjects } from "../index-
|
|
25
|
-
import { a as MaterializationSubjects, c as SurfaceBindingListResponse, i as MaterializationSchemas, l as SurfaceBindingRegisterRequest, n as MaterializationNamespace, o as SurfaceBindingChangedPayload, s as SurfaceBindingListRequest, u as SurfaceBindingRegisterResponse } from "../index-
|
|
26
|
-
import { a as SubjectTelemetryFactSchema, c as SubjectTelemetryNamespace, i as SubjectTelemetryFact, l as SubjectTelemetrySubjects, n as SubjectTelemetryAttributeValueSchema, o as SubjectTelemetryMessageTypeSchema, r as SubjectTelemetryDirectionSchema, s as SubjectTelemetrySchemas, t as SubjectTelemetryAttributeValue } from "../index-
|
|
1
|
+
import { C as AdapterNamespace, _ as StartAgentRequest, a as AgentSelection, b as AdapterRuntimeOptions, c as AgentSelectionKindMap, d as SessionDiscoveredSchema, l as AgentSelectionSchema, n as ProviderContextSchema, o as AgentSelectionBase, r as AdapterSelection, s as AgentSelectionBaseSchema, t as ProviderContext, u as SessionDiscovered, v as StartAgentResponse, w as AdapterSubjects } from "../index-BHzgDuRE.mjs";
|
|
2
|
+
import { a as ROOT_SESSION_LINEAGE_KIND, c as SUBAGENT_SESSION_LINEAGE_KIND, d as SessionLineageKindSchema, i as ForkSessionLineageSchema, l as SessionLineage, n as CompressSessionLineageSchema, o as RootSessionLineageSchema, p as SubagentSessionLineageSchema, r as FORK_SESSION_LINEAGE_KIND, s as SESSION_LINEAGE_KINDS, t as COMPRESS_SESSION_LINEAGE_KIND, u as SessionLineageKind } from "../session-lineage-CKg6mErA.mjs";
|
|
3
|
+
import { $ as ArtifactObservationSchema, A as ArtifactDraft, B as BeforeArtifactHookRegistration, C as ArtifactStatusChangedPayload, Ct as ConfidenceMetadataSchema, D as ArtifactKindDefinition, Dt as LocalRefSchema, E as ArtifactDataOf, Et as LocalRef, F as ArtifactLifecycleHookRegistration, G as ArtifactCompareRequestSchema, H as ArtifactActor, I as ArtifactLifecycleSemanticEvent, J as ArtifactConflictPolicy, K as ArtifactCompareResponse, L as ArtifactReactionHookContext, M as ArtifactHookFilter, N as ArtifactLifecycleHookDefinition, O as ArtifactOf, Ot as RelationTypeRegistration, P as ArtifactLifecycleHookEvent, Q as ArtifactObservation, R as ArtifactReactionHookRegistration, S as ArtifactSchemas, St as ConfidenceMetadata, T as AnyArtifactKindDefinition, Tt as EvidenceRefSchema, U as ArtifactActorSchema, V as defineArtifactLifecycleHooks, W as ArtifactCompareRequest, X as ArtifactKindRegistration, Y as ArtifactConflictPolicySchema, Z as ArtifactKindRegistrationSchema, _ as ArtifactResolveRequest, _t as ArtifactScopeSchema, a as ArtifactKindListRequest, at as ArtifactRefSchema, b as ArtifactReviseResponse, bt as ConfidenceLevel, c as ArtifactKindRegisterResponse, d as ArtifactQueryResponse, dt as ArtifactRelationTargetSchema, et as ArtifactQueryRequest, f as ArtifactRelationAddedPayload, ft as ArtifactRepresentations, g as ArtifactRelationTypeRegisterResponse, gt as ArtifactScope, h as ArtifactRelationTypeRegisterRequest, ht as ArtifactRevisionSchema, i as ArtifactKindChangedPayload, it as ArtifactRef, j as ArtifactDraftPatch, k as defineArtifactKind, kt as RelationTypeRegistrationSchema, l as ArtifactNamespace, lt as ArtifactRelationSchema, m as ArtifactRelationTypeListResponse, mt as ArtifactRevision, n as ArtifactCreateResponse, nt as ArtifactQueryScope, o as ArtifactKindListResponse, ot as ArtifactRelation, p as ArtifactRelationTypeListRequest, pt as ArtifactRepresentationsSchema, q as ArtifactCompareResponseSchema, r as ArtifactCreatedPayload, rt as ArtifactQueryScopeSchema, s as ArtifactKindRegisterRequest, t as ArtifactCreateRequest, tt as ArtifactQueryRequestSchema, u as ArtifactObservationAddedPayload, ut as ArtifactRelationTarget, v as ArtifactResolveResponse, vt as ConfidenceBasis, w as ArtifactSubjects, wt as EvidenceRef, x as ArtifactRevisedPayload, xt as ConfidenceLevelSchema, y as ArtifactReviseRequest, yt as ConfidenceBasisSchema, z as BeforeArtifactHookContext } from "../index-BHAOu6Hs.mjs";
|
|
4
|
+
import { a as ProjectedField, c as ProjectedFieldSemanticSchema, d as SurfaceBindingTarget, f as SurfaceBindingTargetSchema, i as ArtifactProjectionPolicySchema, l as SurfaceBindingRegistration, n as ArtifactMaterializationRefSchema, o as ProjectedFieldSchema, r as ArtifactProjectionPolicy, s as ProjectedFieldSemantic, t as ArtifactMaterializationRef, u as SurfaceBindingRegistrationSchema } from "../schemas-t1VR6_b_.mjs";
|
|
5
|
+
import { A as VersionRange, M as isUniversalRange, N as versionSatisfies, O as VersionLiteral, S as PostInstallDescriptor, _ as LogSourceDefinitionSchema, a as ClientDefinitionSchema, b as NpmInstallDescriptor, f as ClientToolDefinition, g as LogSourceDefinition, j as VersionRangeSchema, k as VersionLiteralSchema, n as ClientBinaryCompatibilitySchema, p as ClientToolDefinitionSchema, r as ClientDefinition, t as ClientBinaryCompatibility, v as ManagedInstallDescriptor, w as SignedBinaryBucketInstallDescriptor, y as ManagedInstallDescriptorSchema } from "../definition-BSghHJpQ.mjs";
|
|
6
|
+
import { Cn as ClientExecutionContext, Ht as InstallStage, J as ClientSessionToolPost, Jt as ClientAccountIdentifier, K as ClientSessionStarted, Kt as ManagedInstallStrategy, Q as ClientSessionTurnCompleted, Rt as ClientVersionChanged, U as ClientSubjects, V as createClientDefinition, W as ClientSessionObservedBase, Wt as InstalledVersionEntry, X as ClientSessionToolPre, Xt as ClientAccountObserveRequest, Yt as ClientAccountIdentifierSchema, _t as ClientBinaryListEntry, at as ClientWiringEntrySchema, cn as ClientSessionAccountObserveRequest, ct as ClientRuntimeObserveRequest, dn as ClientSessionLocator, gn as ClientUsageSnapshot, ht as ClientRuntimeStarted, in as ClientScanResult, it as ClientWiringEntry, ln as ClientSessionAccountObserveResponse, nn as ClientIdentityObservationSchema, nt as ClientSessionUserPromptSubmitted, on as ClientScanTarget, pn as ClientUsageIngestRequest, tn as ClientIdentityObservation, un as ClientSessionAccountObserveSchema, vn as ClientUsageWindow, xt as ClientInstallProgress, yt as ClientInstallCompleted } from "../index-C3zfJg6s.mjs";
|
|
7
|
+
import { a as FocusContext, i as ActionIntent, t as SurfaceType } from "../index-Dsq2zKvu.mjs";
|
|
8
|
+
import { _ as TTSCapability, a as ConfigUpdateRequest, b as RelayConfig, c as AIModelMetadata, d as AIReasoningLevelSchema, f as DiscoveredAIModel, g as STTCapability, h as ReasoningLevelMap, i as ConfigSchemas, l as AIModelSchema, m as ProviderAIModelSchema, n as ConfigSubjects, o as ConfigUpdateResponse, p as ProviderAIModel, r as ConfigGetResponse, s as AIModel, u as AIReasoningLevel, v as Config, y as ConfigSchema } from "../config-namespace-BzAvE2nY.mjs";
|
|
9
|
+
import { $n as CliArgManifest, A as TransitionConditionSchema, B as BootstrapExportContext, Bn as ExtensionWarningAction, Bt as TileDeclaration, C as ExtensionTransitionActionsContribution, Cn as SessionEventActionOptions, Cr as dep, D as TransitionActionInvocation, Dt as PageDeclaration, E as TransitionActionHandler, Et as PageComponentProps, F as TransitionRuleDefinitionSchema, Fn as NodeExtensionContext, G as ExtensionBootstrap, Gt as UiContextSnapshot, H as BootstrapImportContext, Hn as ExtensionWarningEntry, Ht as TileProps, I as BootstrapAsset, In as ExtensionIdentity, It as WidgetProps, Jn as AdapterDefinitionContract, Jt as UiNavigationLevelMap, K as getBootstrapAssetKey, Kt as UiContextValueMap, L as BootstrapAssetKey, Ln as ExtensionService, M as TransitionEventType, N as TransitionEventTypeSchema, O as TransitionActionInvocationSchema, Or as AdapterClientRef, P as TransitionRuleDefinition, Pn as ExtensionContext, Pt as WidgetDeclaration, Qn as extensionToken, R as BootstrapChoice, Rn as ExtensionServiceLifecycle, S as MakaioNodeExtension, Sn as SessionEventActionDeclaration, Sr as allMigrationsPaths, T as TransitionActionFactory, Tn as WhenContext, Tr as CapabilityToken, Tt as ToolCallFormatterDeclaration, U as BootstrapImportResult, Un as ExtensionWarningEntrySchema, V as BootstrapExportResult, W as BootstrapResult, Wn as ExtensionWarningSchema, Wt as UiContextDimension, Xn as AdapterProviderRef, Xt as UiScope, Yn as AdapterProviderDefinitionContract, Yt as UiRuntimeNavigationLevel, Zn as ExtensionToken, Zt as UiScopeMap, _ as ExtensionArtifactLifecycleHooksContribution, _n as PickerConfig, _t as MakaioWebUiComponentProps, a as DetachedTransportSchema, an as HashTriggerSuggestResult, ar as ExtensionDependency, at as StationNodeBlockRun, bn as SelectionFeedback, c as ExtensionDescriptorBase, cn as ActionShortcut, ct as WorkflowStepBlock, d as ExtensionEntrypoints, dn as EntrypointConfig, dr as STORAGE_DIALECTS, f as ExtensionEntrypointsSchema, fn as EventFilter, fr as StorageDialect, ft as ExtensionConfigComponentProps, g as ArtifactLifecycleHooksContributionContext, gn as MessageRole, gt as MakaioWebUiActions, h as safeParseExtensionDescriptor, hn as MessageEventFilter, hr as TrayManifest, i as DetachedTransportConfig, it as RegisteredTriggerBlock, j as TransitionEvaluationContext, k as TransitionCondition, ln as ActionShortcutModifiers, lt as WorkflowStepBlockRun, m as parseExtensionDescriptor, mn as ExecuteResult, mt as LoaderContext, n as parseExtensionConfig, nn as HashTriggerContext, nr as CliManifestSchema, nt as DelegateRoleNodeBlockRun, o as EmbeddedDescriptor, on as ActionCategory, or as ExtensionDependencySchema, ot as WorkflowBlockCollection, p as isDetachedDescriptor, pn as ExecuteContext, pr as StorageManifest, pt as ExtensionFieldTypeLoader, q as AdapterContribution, qn as getExtensionWarningActionLabel, qt as UiNavigationLevel, r as DetachedDescriptor, rn as HashTriggerMetadata, rr as CliSubcommandManifest, rt as RegisteredStepBlock, s as ExtensionDescriptor, sn as ActionCategoryMap, st as WorkflowBlockMetadata, t as ExtensionConfigProvider, ti as BrowserEntrypointSchema, tn as HashTrigger, tr as CliManifest, tt as DelegateAgentNodeBlockRun, u as ExtensionDescriptorSchema, un as CreateSessionEventActionResult, ut as WorkflowTriggerBlock, v as ExtensionContributionProcessor, vn as PickerOpenContext, w as ExtensionTransitionRulesContribution, wn as StructuralEventFilter, wr as primaryMigrationsPath, x as MakaioExtension, xn as SessionEventActionContext, yn as SelectionChangeContext, yr as WindowParamSpec, yt as MakaioWebUiRoute, z as BootstrapDiscoverContext, zn as ExtensionWarning } from "../index-CTn_Xi-p.mjs";
|
|
10
|
+
import { a as ProviderDefinition, i as ProtocolIdSchema, n as ProtocolEndpointsSchema, o as ProviderDefinitionInput, r as ProtocolId, s as ProviderDefinitionSchema, t as ProtocolEndpoints } from "../definition-q6iLw11H.mjs";
|
|
11
|
+
import { i as TimeoutConfigSchema, n as TimeoutCategory, r as TimeoutConfig, t as RequiredTimeoutConfig } from "../index-Bsp0O_sI.mjs";
|
|
12
|
+
import { $ as ImportStatus, B as TurnInitiator, C as SessionEventTypeMap, D as MessageRouting, G as TurnUsage, H as TurnSchema, K as TurnUsageSchema, M as SessionMessageBlock, O as MessageRoutingSchema, P as SessionMessageOrigin, R as SessionMessageSchema, S as SessionEventType, T as SendMessageRequest$1, U as TurnStatus, V as TurnInitiatorSchema, W as TurnStatusSchema, Y as AgentRole, Z as BranchKind, _ as ForkChildInfo, a as SessionPreviewData, b as SESSION_EVENT_TYPES, ct as safeValidateSnapshot, d as SegmentPolicy, dt as SessionPreviewDataSchema, ft as SessionWithPreviewSchema, h as SessionUpdatedEvent, ht as MakaioSessionAgentSchema, i as MakaioSessionEvent, it as SnapshotExportOptions, j as SessionMessage, k as MessageRoutingStatus, l as ForkTransforms, lt as validateSnapshot, mt as AgentStatusSchema, nt as SessionSnapshot, o as SessionWithPreview, ot as SnapshotImportConflictErrorData, p as SessionCreated, q as UsageMetrics, r as MakaioSessionAgent, rt as SessionSnapshotSchema, s as isKnownSessionEvent, st as SnapshotPreviewData, t as IMakaioSession, tt as SNAPSHOT_VERSION, u as ForkTransformsSchema, ut as MakaioSessionSchema, x as SessionEventPayload, y as MakaioSessionEventSchema, z as Turn } from "../types-BpuLMR2m.mjs";
|
|
13
|
+
import { $ as JsonValueSchema, A as FieldOption, B as ResponseSchemaDescriptorSchema, D as EntityUIConfig, E as CustomFieldDefinition, F as FieldWidget, G as StructuredOutputValidationErrorSchema, H as ResponseSchemaNameSchema, I as FormFieldProps, J as StructuredOutputValidationStatusSchema, K as StructuredOutputValidationSchema, O as EntityUIConfigSchema, P as FieldType, Q as JsonValue, R as StandardFieldDefinition, S as SystemPrompt, U as StructuredOutputValidation, V as ResponseSchemaName, W as StructuredOutputValidationError, Y as JsonObjectContractSchema, a as ErrorCategorySchema, d as MessageInput, i as ErrorCategory, k as FieldDefinition, l as MessageDeliveryMode, o as Message$1, p as MessageOutcome, q as StructuredOutputValidationStatus, r as ERROR_CATEGORIES, s as MessageBlock, t as ContentSource, y as SendMessageResultInnerResult, z as ResponseSchemaDescriptor } from "../index-fVgKVvta.mjs";
|
|
14
|
+
import { _ as FacetNamespaceRegistration, a as FacetNamespaceRegisterRequest, c as FacetSubjects, d as FacetAppliesTo, f as FacetAppliesToSchema, g as FacetCardinalitySchema, h as FacetCardinality, i as FacetNamespaceListResponse, l as FacetNamespaceDefinition, m as FacetAuthoritySchema, n as FacetNamespaceChangedPayload, o as FacetNamespaceRegisterResponse, p as FacetAuthority, r as FacetNamespaceListRequest, s as FacetSchemas, t as FacetNamespace, u as defineFacetNamespace, v as FacetNamespaceRegistrationSchema } from "../index-Bibt5jAX.mjs";
|
|
15
|
+
import { n as defineSurfaceBinding, t as SurfaceBindingDefinition } from "../definition-DqJOg6Lv.mjs";
|
|
16
|
+
import { A as HarnessDefinitionSchema, C as ApprovalPolicy, D as HarnessDefinitionBaseSchema, E as HarnessDefinition, O as HarnessDefinitionCreate, S as HarnessSubjects, _ as ToolCapabilitySchema, d as expandProfileToolCapabilities, g as ToolCapability, h as CapabilityPickerValue, k as HarnessDefinitionCreateSchema, l as ProfileToolCapabilitiesConfig, m as CapabilityItem, o as codexCapabilityMap, p as CapabilityGroup, r as DEFAULT_HARNESSES, u as expandCapabilities, v as ToolMetaTag, w as ApprovalPolicySchema, y as computeMetaTags } from "../index-IekAD8Gp.mjs";
|
|
17
|
+
import { a as WindowCreateRequest, c as WindowFocusResponse, d as WindowListResponse, f as WindowOpenedEvent, g as HostSubjects, h as HostNamespace, i as WindowClosedEvent, l as WindowLabelChangedEvent, m as WindowStateSchema, n as TrayActivateRequest, o as WindowCreateResponse, p as WindowState, r as TrayActivateResponse, s as WindowFocusRequest, t as HostSchemas, u as WindowListRequest } from "../index-CDU_s69P.mjs";
|
|
18
|
+
import { a as resolveModelVisibility, i as ModelVisibilitySchema, n as ModelFilterModeSchema, r as ModelVisibility, t as ModelFilterMode } from "../index-Buo9H8RK.mjs";
|
|
19
|
+
import { a as ModelRegistrySupportedModelsResponse, i as ModelRegistrySupportedModelsRequest, n as ModelRegistrySupportedModel, o as ModelRegistryPublicNamespace, r as ModelRegistrySupportedModelSchema, s as ModelRegistryPublicSubjects } from "../index-DSV1aFgK.mjs";
|
|
20
|
+
import { a as PlatformSchemas, i as AutoLaunchStatusResponse, n as AutoLaunchEnableRequest, o as PlatformNamespace, r as AutoLaunchEnableResponse, s as PlatformSubjects, t as AutoLaunchDisableResponse } from "../index-D6Iyvz9T.mjs";
|
|
21
|
+
import { F as CONNECTOR_SWAP_CANCELLED_CODE, G as ContextWindowState, H as UI_WARNINGS_CATEGORY, I as ConnectorSwapCancelledError, K as ForkOptions, L as isConnectorSwapCancelledError, N as ResolveAgentConfigResponse, R as CONNECTOR_SWAP_WARNING_OPTION_IDS, S as isInViewBranch, U as SessionContext, V as INTERACTIVE_DIALOG_TIMEOUT_MS, W as SessionContextSchema, X as SessionSubjects, Y as SessionNamespace, a as SessionStorageSubjects, c as SessionEventStorageSubjects, d as messageCursorKey, f as messageToCursor, g as MessageStorageSubjects, h as MessageStorageNamespace, i as SessionStorageSetSessionSchema, l as compareMessageCursorAsc, m as MessagePageCursorSchema, n as SessionStorageNamespace, o as SessionStorageUpdateSchema, p as MessagePageCursor, q as SessionExtensionContext, r as SessionStorageSetRequestSchema, s as SessionEventStorageNamespace, t as ImportUpsertRequest, u as compareMessageCursorDesc, v as CompressionMode, y as CompressionModeSchema, z as CONNECTOR_SWAP_WARNING_SUPPRESSED_KEY } from "../index-DPIdX6kb.mjs";
|
|
22
|
+
import { A as SkillRecordInputSchema, C as SkillGetActiveSkillsResponse, E as SkillQuery, F as SkillRuntimePolicySchema, L as SkillScope, M as SkillReinjection, O as SkillRecord, P as SkillRuntimePolicy, S as SkillGetActiveSkillsRequest, T as SkillGetCatalogResponse, U as SkillNamespace, V as SkillTurnEntry, W as SkillSubjects, b as SkillFrontmatter, c as SkillActivateRequest, f as SkillActivationTrigger, g as SkillCatalogTurnEntry, i as ActivatedSkillMetadata, k as SkillRecordInput, l as SkillActivateResponse, m as SkillCatalogEntry, n as SkillStorageSubjects, o as ActiveSkillState, p as SkillActivationTriggerSchema, r as validateSkillScope, t as SkillStorageNamespace, u as SkillActivationMode, v as SkillDeactivationReason, w as SkillGetCatalogRequest, x as SkillFrontmatterSchema, y as SkillDeactivationReasonSchema, z as SkillSource } from "../index-BYkOUd0x.mjs";
|
|
23
|
+
import { a as VariantGetInfoResponse, d as VariantUpgradeStatusSchema, i as MakaioVariantSchema, l as VariantUpgradeProgressEvent, n as VariantSubjects, o as VariantRequestUpgradeRequest, r as MakaioVariant, s as VariantRequestUpgradeResponse, t as VariantNamespace, u as VariantUpgradeStatus } from "../index-BAhJKQLX.mjs";
|
|
24
|
+
import { _ as SupervisorSessionStatusSchema, a as NativeSupervisorLaunchRequest, c as NativeSupervisorStatusRequest, d as NativeSupervisorStopRequest, g as SupervisorSessionStatus, m as SupervisorRuntimeSnapshot, n as NativeSupervisorAttachRequest, y as NativeSessionSupervisorSubjects } from "../index-BBvcP-P0.mjs";
|
|
25
|
+
import { a as MaterializationSubjects, c as SurfaceBindingListResponse, i as MaterializationSchemas, l as SurfaceBindingRegisterRequest, n as MaterializationNamespace, o as SurfaceBindingChangedPayload, s as SurfaceBindingListRequest, u as SurfaceBindingRegisterResponse } from "../index-BheaEhyI.mjs";
|
|
26
|
+
import { a as SubjectTelemetryFactSchema, c as SubjectTelemetryNamespace, i as SubjectTelemetryFact, l as SubjectTelemetrySubjects, n as SubjectTelemetryAttributeValueSchema, o as SubjectTelemetryMessageTypeSchema, r as SubjectTelemetryDirectionSchema, s as SubjectTelemetrySchemas, t as SubjectTelemetryAttributeValue } from "../index-CGJjA-hR2.mjs";
|
|
27
27
|
import * as _$zod from "zod";
|
|
28
28
|
import { z } from "zod";
|
|
29
29
|
import * as _$_makaio_core0 from "@makaio/framework/core";
|
|
@@ -853,11 +853,11 @@ declare const AgentNamespace: _$_makaio_core0.BusNamespaceDefinition<"agent", {
|
|
|
853
853
|
request: _$zod.ZodObject<{
|
|
854
854
|
sessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
855
855
|
messageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
856
|
-
adapterName: _$zod.ZodString;
|
|
857
|
-
adapterId: _$zod.ZodString;
|
|
858
856
|
agentId: _$zod.ZodString;
|
|
859
|
-
|
|
857
|
+
adapterId: _$zod.ZodString;
|
|
858
|
+
adapterName: _$zod.ZodString;
|
|
860
859
|
turnId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
860
|
+
clientId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
861
861
|
occurredAt: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
862
862
|
adapterSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
863
863
|
providerConfigId: _$zod.ZodString;
|
|
@@ -1255,8 +1255,8 @@ declare const AgentNamespace: _$_makaio_core0.BusNamespaceDefinition<"agent", {
|
|
|
1255
1255
|
cachedTokens: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
1256
1256
|
percentage: _$zod.ZodNumber;
|
|
1257
1257
|
level: _$zod.ZodEnum<{
|
|
1258
|
-
warn: "warn";
|
|
1259
1258
|
ok: "ok";
|
|
1259
|
+
warn: "warn";
|
|
1260
1260
|
critical: "critical";
|
|
1261
1261
|
}>;
|
|
1262
1262
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -2138,11 +2138,11 @@ declare const AgentSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSub
|
|
|
2138
2138
|
request: _$zod.ZodObject<{
|
|
2139
2139
|
sessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2140
2140
|
messageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2141
|
-
adapterName: _$zod.ZodString;
|
|
2142
|
-
adapterId: _$zod.ZodString;
|
|
2143
2141
|
agentId: _$zod.ZodString;
|
|
2144
|
-
|
|
2142
|
+
adapterId: _$zod.ZodString;
|
|
2143
|
+
adapterName: _$zod.ZodString;
|
|
2145
2144
|
turnId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2145
|
+
clientId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2146
2146
|
occurredAt: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
2147
2147
|
adapterSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2148
2148
|
providerConfigId: _$zod.ZodString;
|
|
@@ -2540,8 +2540,8 @@ declare const AgentSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSub
|
|
|
2540
2540
|
cachedTokens: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
2541
2541
|
percentage: _$zod.ZodNumber;
|
|
2542
2542
|
level: _$zod.ZodEnum<{
|
|
2543
|
-
warn: "warn";
|
|
2544
2543
|
ok: "ok";
|
|
2544
|
+
warn: "warn";
|
|
2545
2545
|
critical: "critical";
|
|
2546
2546
|
}>;
|
|
2547
2547
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -3450,11 +3450,11 @@ declare const AgentSchemas: {
|
|
|
3450
3450
|
request: _$zod.ZodObject<{
|
|
3451
3451
|
sessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3452
3452
|
messageId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3453
|
-
adapterName: _$zod.ZodString;
|
|
3454
|
-
adapterId: _$zod.ZodString;
|
|
3455
3453
|
agentId: _$zod.ZodString;
|
|
3456
|
-
|
|
3454
|
+
adapterId: _$zod.ZodString;
|
|
3455
|
+
adapterName: _$zod.ZodString;
|
|
3457
3456
|
turnId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3457
|
+
clientId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3458
3458
|
occurredAt: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
3459
3459
|
adapterSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3460
3460
|
providerConfigId: _$zod.ZodString;
|
|
@@ -3852,8 +3852,8 @@ declare const AgentSchemas: {
|
|
|
3852
3852
|
cachedTokens: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
3853
3853
|
percentage: _$zod.ZodNumber;
|
|
3854
3854
|
level: _$zod.ZodEnum<{
|
|
3855
|
-
warn: "warn";
|
|
3856
3855
|
ok: "ok";
|
|
3856
|
+
warn: "warn";
|
|
3857
3857
|
critical: "critical";
|
|
3858
3858
|
}>;
|
|
3859
3859
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -5906,8 +5906,8 @@ declare const VCSCheckRunSchema: z.ZodObject<{
|
|
|
5906
5906
|
conclusion: z.ZodNullable<z.ZodEnum<{
|
|
5907
5907
|
success: "success";
|
|
5908
5908
|
cancelled: "cancelled";
|
|
5909
|
-
neutral: "neutral";
|
|
5910
5909
|
skipped: "skipped";
|
|
5910
|
+
neutral: "neutral";
|
|
5911
5911
|
failure: "failure";
|
|
5912
5912
|
timed_out: "timed_out";
|
|
5913
5913
|
action_required: "action_required";
|
|
@@ -6346,8 +6346,8 @@ declare const VCSSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.FlatSubje
|
|
|
6346
6346
|
conclusion: _$zod.ZodNullable<_$zod.ZodEnum<{
|
|
6347
6347
|
success: "success";
|
|
6348
6348
|
cancelled: "cancelled";
|
|
6349
|
-
neutral: "neutral";
|
|
6350
6349
|
skipped: "skipped";
|
|
6350
|
+
neutral: "neutral";
|
|
6351
6351
|
failure: "failure";
|
|
6352
6352
|
timed_out: "timed_out";
|
|
6353
6353
|
action_required: "action_required";
|
|
@@ -11482,8 +11482,8 @@ declare const ExecutionStatusSchema: z.ZodEnum<{
|
|
|
11482
11482
|
completed: "completed";
|
|
11483
11483
|
cancelled: "cancelled";
|
|
11484
11484
|
failed: "failed";
|
|
11485
|
-
paused: "paused";
|
|
11486
11485
|
running: "running";
|
|
11486
|
+
paused: "paused";
|
|
11487
11487
|
}>;
|
|
11488
11488
|
type ExecutionStatus = z.infer<typeof ExecutionStatusSchema>;
|
|
11489
11489
|
/**
|
|
@@ -11498,8 +11498,8 @@ declare const WorkflowExecutionSchema: z.ZodObject<{
|
|
|
11498
11498
|
completed: "completed";
|
|
11499
11499
|
cancelled: "cancelled";
|
|
11500
11500
|
failed: "failed";
|
|
11501
|
-
paused: "paused";
|
|
11502
11501
|
running: "running";
|
|
11502
|
+
paused: "paused";
|
|
11503
11503
|
}>;
|
|
11504
11504
|
inputs: z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>;
|
|
11505
11505
|
config: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
@@ -11521,6 +11521,10 @@ declare const WorkflowExecutionSchema: z.ZodObject<{
|
|
|
11521
11521
|
kind: z.ZodString;
|
|
11522
11522
|
id: z.ZodString;
|
|
11523
11523
|
}, z.core.$strict>], "type">;
|
|
11524
|
+
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
11525
|
+
kind: z.ZodString;
|
|
11526
|
+
id: z.ZodString;
|
|
11527
|
+
}, z.core.$strip>>;
|
|
11524
11528
|
}, z.core.$strip>;
|
|
11525
11529
|
type WorkflowExecution = z.infer<typeof WorkflowExecutionSchema>;
|
|
11526
11530
|
/**
|
|
@@ -11551,8 +11555,8 @@ declare const WorkflowFrameStateSchema: z.ZodObject<{
|
|
|
11551
11555
|
cancelled: "cancelled";
|
|
11552
11556
|
failed: "failed";
|
|
11553
11557
|
running: "running";
|
|
11554
|
-
waiting: "waiting";
|
|
11555
11558
|
skipped: "skipped";
|
|
11559
|
+
waiting: "waiting";
|
|
11556
11560
|
}>;
|
|
11557
11561
|
attempt: z.ZodDefault<z.ZodNumber>;
|
|
11558
11562
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -11563,6 +11567,15 @@ declare const WorkflowFrameStateSchema: z.ZodObject<{
|
|
|
11563
11567
|
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
11564
11568
|
}, z.core.$strip>;
|
|
11565
11569
|
type WorkflowFrameState = z.infer<typeof WorkflowFrameStateSchema>;
|
|
11570
|
+
/** Gate instance status values. */
|
|
11571
|
+
declare const WorkflowGateStatusSchema: z.ZodEnum<{
|
|
11572
|
+
cancelled: "cancelled";
|
|
11573
|
+
rejected: "rejected";
|
|
11574
|
+
resumed: "resumed";
|
|
11575
|
+
waiting: "waiting";
|
|
11576
|
+
"timed-out": "timed-out";
|
|
11577
|
+
}>;
|
|
11578
|
+
type WorkflowGateStatus = z.infer<typeof WorkflowGateStatusSchema>;
|
|
11566
11579
|
/**
|
|
11567
11580
|
* Persisted state of a gate node instance.
|
|
11568
11581
|
*
|
|
@@ -11579,8 +11592,8 @@ declare const WorkflowGateInstanceSchema: z.ZodObject<{
|
|
|
11579
11592
|
status: z.ZodEnum<{
|
|
11580
11593
|
cancelled: "cancelled";
|
|
11581
11594
|
rejected: "rejected";
|
|
11582
|
-
waiting: "waiting";
|
|
11583
11595
|
resumed: "resumed";
|
|
11596
|
+
waiting: "waiting";
|
|
11584
11597
|
"timed-out": "timed-out";
|
|
11585
11598
|
}>;
|
|
11586
11599
|
autoAction: z.ZodEnum<{
|
|
@@ -11589,6 +11602,7 @@ declare const WorkflowGateInstanceSchema: z.ZodObject<{
|
|
|
11589
11602
|
}>;
|
|
11590
11603
|
timeoutMs: z.ZodNullable<z.ZodNumber>;
|
|
11591
11604
|
resumeData: z.ZodOptional<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>;
|
|
11605
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
11592
11606
|
createdAt: z.ZodNumber;
|
|
11593
11607
|
resolvedAt: z.ZodOptional<z.ZodNumber>;
|
|
11594
11608
|
}, z.core.$strip>;
|
|
@@ -11604,6 +11618,13 @@ type WorkflowGateInstance = z.infer<typeof WorkflowGateInstanceSchema>;
|
|
|
11604
11618
|
declare const WorkflowResolvedRoleSchema: z.ZodObject<{
|
|
11605
11619
|
adapterName: z.ZodString;
|
|
11606
11620
|
model: z.ZodOptional<z.ZodString>;
|
|
11621
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
11622
|
+
none: "none";
|
|
11623
|
+
low: "low";
|
|
11624
|
+
medium: "medium";
|
|
11625
|
+
high: "high";
|
|
11626
|
+
"extra-high": "extra-high";
|
|
11627
|
+
}>>;
|
|
11607
11628
|
harnessId: z.ZodOptional<z.ZodString>;
|
|
11608
11629
|
systemPrompt: z.ZodOptional<z.ZodString>;
|
|
11609
11630
|
contextMode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -11634,6 +11655,13 @@ type WorkflowResolvedRole = z.infer<typeof WorkflowResolvedRoleSchema>;
|
|
|
11634
11655
|
declare const WorkflowResolvedAgentSchema: z.ZodObject<{
|
|
11635
11656
|
adapterName: z.ZodString;
|
|
11636
11657
|
model: z.ZodOptional<z.ZodString>;
|
|
11658
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
11659
|
+
none: "none";
|
|
11660
|
+
low: "low";
|
|
11661
|
+
medium: "medium";
|
|
11662
|
+
high: "high";
|
|
11663
|
+
"extra-high": "extra-high";
|
|
11664
|
+
}>>;
|
|
11637
11665
|
harnessId: z.ZodOptional<z.ZodString>;
|
|
11638
11666
|
systemPrompt: z.ZodOptional<z.ZodString>;
|
|
11639
11667
|
contextMode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -11692,8 +11720,9 @@ declare const EXECUTION_LIST_DEFAULT_LIMIT = 50;
|
|
|
11692
11720
|
/**
|
|
11693
11721
|
* Query parameters for listing workflow executions.
|
|
11694
11722
|
*
|
|
11695
|
-
* At least one of `workflowId` or `
|
|
11696
|
-
* Results are ordered by `startedAt desc, id desc` and always
|
|
11723
|
+
* At least one of `workflowId`, `scope`, or `artifactRef` is required to avoid
|
|
11724
|
+
* unbounded scans. Results are ordered by `startedAt desc, id desc` and always
|
|
11725
|
+
* limited.
|
|
11697
11726
|
*/
|
|
11698
11727
|
declare const ExecutionListQuerySchema: z.ZodObject<{
|
|
11699
11728
|
workflowId: z.ZodOptional<z.ZodString>;
|
|
@@ -11715,9 +11744,13 @@ declare const ExecutionListQuerySchema: z.ZodObject<{
|
|
|
11715
11744
|
completed: "completed";
|
|
11716
11745
|
cancelled: "cancelled";
|
|
11717
11746
|
failed: "failed";
|
|
11718
|
-
paused: "paused";
|
|
11719
11747
|
running: "running";
|
|
11748
|
+
paused: "paused";
|
|
11720
11749
|
}>>;
|
|
11750
|
+
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
11751
|
+
kind: z.ZodString;
|
|
11752
|
+
id: z.ZodString;
|
|
11753
|
+
}, z.core.$strip>>;
|
|
11721
11754
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
11722
11755
|
cursor: z.ZodOptional<z.ZodObject<{
|
|
11723
11756
|
startedAt: z.ZodNumber;
|
|
@@ -11725,6 +11758,24 @@ declare const ExecutionListQuerySchema: z.ZodObject<{
|
|
|
11725
11758
|
}, z.core.$strip>>;
|
|
11726
11759
|
}, z.core.$strip>;
|
|
11727
11760
|
type ExecutionListQuery = z.infer<typeof ExecutionListQuerySchema>;
|
|
11761
|
+
/**
|
|
11762
|
+
* Query parameters for listing gate instances.
|
|
11763
|
+
*
|
|
11764
|
+
* At least one of `executionId` or `status` is required to avoid unbounded
|
|
11765
|
+
* scans. Results are ordered by `createdAt desc, id desc` and always limited.
|
|
11766
|
+
*/
|
|
11767
|
+
declare const GateInstanceListQuerySchema: z.ZodObject<{
|
|
11768
|
+
executionId: z.ZodOptional<z.ZodString>;
|
|
11769
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
11770
|
+
cancelled: "cancelled";
|
|
11771
|
+
rejected: "rejected";
|
|
11772
|
+
resumed: "resumed";
|
|
11773
|
+
waiting: "waiting";
|
|
11774
|
+
"timed-out": "timed-out";
|
|
11775
|
+
}>>;
|
|
11776
|
+
limit: z.ZodDefault<z.ZodNumber>;
|
|
11777
|
+
}, z.core.$strip>;
|
|
11778
|
+
type GateInstanceListQuery = z.infer<typeof GateInstanceListQuerySchema>;
|
|
11728
11779
|
//#endregion
|
|
11729
11780
|
//#region core/contracts/src/workflow/trigger-type-registry.d.ts
|
|
11730
11781
|
interface WorkflowTriggerTypeRecord {
|
|
@@ -12081,6 +12132,15 @@ declare const ExecutionLinkSchema: z.ZodObject<{
|
|
|
12081
12132
|
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
12082
12133
|
}, z.core.$strip>;
|
|
12083
12134
|
type ExecutionLink = z.infer<typeof ExecutionLinkSchema>;
|
|
12135
|
+
/**
|
|
12136
|
+
* Query parameters for listing execution links.
|
|
12137
|
+
* At least one of `sourceExecutionId` or `targetExecutionId` is required to avoid unbounded scans.
|
|
12138
|
+
*/
|
|
12139
|
+
declare const ExecutionLinkListQuerySchema: z.ZodObject<{
|
|
12140
|
+
sourceExecutionId: z.ZodOptional<z.ZodString>;
|
|
12141
|
+
targetExecutionId: z.ZodOptional<z.ZodString>;
|
|
12142
|
+
}, z.core.$strip>;
|
|
12143
|
+
type ExecutionLinkListQuery = z.infer<typeof ExecutionLinkListQuerySchema>;
|
|
12084
12144
|
//#endregion
|
|
12085
12145
|
//#region core/contracts/src/workflow/context.d.ts
|
|
12086
12146
|
/**
|
|
@@ -12977,8 +13037,8 @@ declare const WorkflowSchemas: {
|
|
|
12977
13037
|
completed: "completed";
|
|
12978
13038
|
cancelled: "cancelled";
|
|
12979
13039
|
failed: "failed";
|
|
12980
|
-
paused: "paused";
|
|
12981
13040
|
running: "running";
|
|
13041
|
+
paused: "paused";
|
|
12982
13042
|
}>;
|
|
12983
13043
|
inputs: z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>;
|
|
12984
13044
|
config: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
@@ -13000,6 +13060,10 @@ declare const WorkflowSchemas: {
|
|
|
13000
13060
|
kind: z.ZodString;
|
|
13001
13061
|
id: z.ZodString;
|
|
13002
13062
|
}, z.core.$strict>], "type">;
|
|
13063
|
+
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
13064
|
+
kind: z.ZodString;
|
|
13065
|
+
id: z.ZodString;
|
|
13066
|
+
}, z.core.$strip>>;
|
|
13003
13067
|
}, z.core.$strip>>;
|
|
13004
13068
|
}, z.core.$strip>;
|
|
13005
13069
|
};
|
|
@@ -13030,9 +13094,13 @@ declare const WorkflowSchemas: {
|
|
|
13030
13094
|
completed: "completed";
|
|
13031
13095
|
cancelled: "cancelled";
|
|
13032
13096
|
failed: "failed";
|
|
13033
|
-
paused: "paused";
|
|
13034
13097
|
running: "running";
|
|
13098
|
+
paused: "paused";
|
|
13035
13099
|
}>>;
|
|
13100
|
+
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
13101
|
+
kind: z.ZodString;
|
|
13102
|
+
id: z.ZodString;
|
|
13103
|
+
}, z.core.$strip>>;
|
|
13036
13104
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
13037
13105
|
cursor: z.ZodOptional<z.ZodObject<{
|
|
13038
13106
|
startedAt: z.ZodNumber;
|
|
@@ -13049,8 +13117,8 @@ declare const WorkflowSchemas: {
|
|
|
13049
13117
|
completed: "completed";
|
|
13050
13118
|
cancelled: "cancelled";
|
|
13051
13119
|
failed: "failed";
|
|
13052
|
-
paused: "paused";
|
|
13053
13120
|
running: "running";
|
|
13121
|
+
paused: "paused";
|
|
13054
13122
|
}>;
|
|
13055
13123
|
inputs: z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>;
|
|
13056
13124
|
config: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
@@ -13072,6 +13140,10 @@ declare const WorkflowSchemas: {
|
|
|
13072
13140
|
kind: z.ZodString;
|
|
13073
13141
|
id: z.ZodString;
|
|
13074
13142
|
}, z.core.$strict>], "type">;
|
|
13143
|
+
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
13144
|
+
kind: z.ZodString;
|
|
13145
|
+
id: z.ZodString;
|
|
13146
|
+
}, z.core.$strip>>;
|
|
13075
13147
|
}, z.core.$strip>>;
|
|
13076
13148
|
}, z.core.$strip>;
|
|
13077
13149
|
};
|
|
@@ -13115,14 +13187,25 @@ declare const WorkflowSchemas: {
|
|
|
13115
13187
|
}, z.core.$strip>;
|
|
13116
13188
|
};
|
|
13117
13189
|
/**
|
|
13118
|
-
* List persisted gate instances
|
|
13190
|
+
* List persisted gate instances by execution and/or status.
|
|
13119
13191
|
*
|
|
13120
|
-
* This is the public read API for pending and resolved gate state
|
|
13121
|
-
*
|
|
13192
|
+
* This is the public read API for pending and resolved gate state — either
|
|
13193
|
+
* per execution via `executionId`, or a cross-execution gate inbox via the
|
|
13194
|
+
* `status` filter (e.g. `'waiting'`). At least one filter is required and
|
|
13195
|
+
* results are always limited. Storage subjects remain internal to the
|
|
13196
|
+
* workflow subsystem.
|
|
13122
13197
|
*/
|
|
13123
13198
|
listGateInstances: {
|
|
13124
13199
|
request: z.ZodObject<{
|
|
13125
|
-
executionId: z.ZodString
|
|
13200
|
+
executionId: z.ZodOptional<z.ZodString>;
|
|
13201
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
13202
|
+
cancelled: "cancelled";
|
|
13203
|
+
rejected: "rejected";
|
|
13204
|
+
resumed: "resumed";
|
|
13205
|
+
waiting: "waiting";
|
|
13206
|
+
"timed-out": "timed-out";
|
|
13207
|
+
}>>;
|
|
13208
|
+
limit: z.ZodDefault<z.ZodNumber>;
|
|
13126
13209
|
}, z.core.$strip>;
|
|
13127
13210
|
response: z.ZodObject<{
|
|
13128
13211
|
gates: z.ZodArray<z.ZodObject<{
|
|
@@ -13134,8 +13217,8 @@ declare const WorkflowSchemas: {
|
|
|
13134
13217
|
status: z.ZodEnum<{
|
|
13135
13218
|
cancelled: "cancelled";
|
|
13136
13219
|
rejected: "rejected";
|
|
13137
|
-
waiting: "waiting";
|
|
13138
13220
|
resumed: "resumed";
|
|
13221
|
+
waiting: "waiting";
|
|
13139
13222
|
"timed-out": "timed-out";
|
|
13140
13223
|
}>;
|
|
13141
13224
|
autoAction: z.ZodEnum<{
|
|
@@ -13144,11 +13227,104 @@ declare const WorkflowSchemas: {
|
|
|
13144
13227
|
}>;
|
|
13145
13228
|
timeoutMs: z.ZodNullable<z.ZodNumber>;
|
|
13146
13229
|
resumeData: z.ZodOptional<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>;
|
|
13230
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
13147
13231
|
createdAt: z.ZodNumber;
|
|
13148
13232
|
resolvedAt: z.ZodOptional<z.ZodNumber>;
|
|
13149
13233
|
}, z.core.$strip>>;
|
|
13150
13234
|
}, z.core.$strip>;
|
|
13151
13235
|
};
|
|
13236
|
+
/**
|
|
13237
|
+
* Record a directed link between two workflow executions.
|
|
13238
|
+
*
|
|
13239
|
+
* Public write API for cross-execution tracing (e.g. feedback loops,
|
|
13240
|
+
* trigger chains). Both executions must already exist — links are
|
|
13241
|
+
* foreign-keyed to `workflow_executions`. Upserts on (source, target).
|
|
13242
|
+
*/
|
|
13243
|
+
setExecutionLink: {
|
|
13244
|
+
request: z.ZodObject<{
|
|
13245
|
+
link: z.ZodObject<{
|
|
13246
|
+
sourceExecutionId: z.ZodString;
|
|
13247
|
+
targetExecutionId: z.ZodString;
|
|
13248
|
+
linkType: z.ZodEnum<{
|
|
13249
|
+
"triggered-by": "triggered-by";
|
|
13250
|
+
"feedback-loop": "feedback-loop";
|
|
13251
|
+
}>;
|
|
13252
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
13253
|
+
}, z.core.$strip>;
|
|
13254
|
+
}, z.core.$strip>;
|
|
13255
|
+
response: z.ZodObject<{
|
|
13256
|
+
id: z.ZodString;
|
|
13257
|
+
}, z.core.$strip>;
|
|
13258
|
+
};
|
|
13259
|
+
/**
|
|
13260
|
+
* List links between workflow executions.
|
|
13261
|
+
*
|
|
13262
|
+
* Public read API for pipeline-level traces. Storage subjects remain
|
|
13263
|
+
* internal to the workflow subsystem.
|
|
13264
|
+
*/
|
|
13265
|
+
listExecutionLinks: {
|
|
13266
|
+
request: z.ZodObject<{
|
|
13267
|
+
sourceExecutionId: z.ZodOptional<z.ZodString>;
|
|
13268
|
+
targetExecutionId: z.ZodOptional<z.ZodString>;
|
|
13269
|
+
}, z.core.$strip>;
|
|
13270
|
+
response: z.ZodObject<{
|
|
13271
|
+
links: z.ZodArray<z.ZodObject<{
|
|
13272
|
+
sourceExecutionId: z.ZodString;
|
|
13273
|
+
targetExecutionId: z.ZodString;
|
|
13274
|
+
linkType: z.ZodEnum<{
|
|
13275
|
+
"triggered-by": "triggered-by";
|
|
13276
|
+
"feedback-loop": "feedback-loop";
|
|
13277
|
+
}>;
|
|
13278
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
13279
|
+
}, z.core.$strip>>;
|
|
13280
|
+
}, z.core.$strip>;
|
|
13281
|
+
};
|
|
13282
|
+
/**
|
|
13283
|
+
* List persisted execution frames for a workflow execution.
|
|
13284
|
+
*
|
|
13285
|
+
* This is the public read API for the runtime frame tree (per-node state,
|
|
13286
|
+
* tree paths, attempts, outputs). Note: `output` payloads can be large.
|
|
13287
|
+
* Storage subjects remain internal to the workflow subsystem.
|
|
13288
|
+
*/
|
|
13289
|
+
listFrames: {
|
|
13290
|
+
request: z.ZodObject<{
|
|
13291
|
+
executionId: z.ZodString;
|
|
13292
|
+
}, z.core.$strip>;
|
|
13293
|
+
response: z.ZodObject<{
|
|
13294
|
+
frames: z.ZodArray<z.ZodObject<{
|
|
13295
|
+
frameId: z.ZodString;
|
|
13296
|
+
nodeId: z.ZodString;
|
|
13297
|
+
nodeType: z.ZodEnum<{
|
|
13298
|
+
station: "station";
|
|
13299
|
+
"delegate-agent": "delegate-agent";
|
|
13300
|
+
"delegate-role": "delegate-role";
|
|
13301
|
+
sequence: "sequence";
|
|
13302
|
+
parallel: "parallel";
|
|
13303
|
+
gate: "gate";
|
|
13304
|
+
iterate: "iterate";
|
|
13305
|
+
"iterate-chain": "iterate-chain";
|
|
13306
|
+
}>;
|
|
13307
|
+
path: z.ZodArray<z.ZodString>;
|
|
13308
|
+
parentFrameId: z.ZodOptional<z.ZodString>;
|
|
13309
|
+
status: z.ZodEnum<{
|
|
13310
|
+
pending: "pending";
|
|
13311
|
+
completed: "completed";
|
|
13312
|
+
cancelled: "cancelled";
|
|
13313
|
+
failed: "failed";
|
|
13314
|
+
running: "running";
|
|
13315
|
+
skipped: "skipped";
|
|
13316
|
+
waiting: "waiting";
|
|
13317
|
+
}>;
|
|
13318
|
+
attempt: z.ZodDefault<z.ZodNumber>;
|
|
13319
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
13320
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
13321
|
+
output: z.ZodOptional<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>;
|
|
13322
|
+
error: z.ZodOptional<z.ZodString>;
|
|
13323
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
13324
|
+
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
13325
|
+
}, z.core.$strip>>;
|
|
13326
|
+
}, z.core.$strip>;
|
|
13327
|
+
};
|
|
13152
13328
|
listTriggerTypes: {
|
|
13153
13329
|
request: z.ZodObject<{}, z.core.$strip>;
|
|
13154
13330
|
response: z.ZodObject<{
|
|
@@ -13207,6 +13383,13 @@ declare const WorkflowSchemas: {
|
|
|
13207
13383
|
response: z.ZodObject<{
|
|
13208
13384
|
adapterName: z.ZodString;
|
|
13209
13385
|
model: z.ZodOptional<z.ZodString>;
|
|
13386
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
13387
|
+
none: "none";
|
|
13388
|
+
low: "low";
|
|
13389
|
+
medium: "medium";
|
|
13390
|
+
high: "high";
|
|
13391
|
+
"extra-high": "extra-high";
|
|
13392
|
+
}>>;
|
|
13210
13393
|
harnessId: z.ZodOptional<z.ZodString>;
|
|
13211
13394
|
systemPrompt: z.ZodOptional<z.ZodString>;
|
|
13212
13395
|
contextMode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -13237,6 +13420,13 @@ declare const WorkflowSchemas: {
|
|
|
13237
13420
|
response: z.ZodObject<{
|
|
13238
13421
|
adapterName: z.ZodString;
|
|
13239
13422
|
model: z.ZodOptional<z.ZodString>;
|
|
13423
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
13424
|
+
none: "none";
|
|
13425
|
+
low: "low";
|
|
13426
|
+
medium: "medium";
|
|
13427
|
+
high: "high";
|
|
13428
|
+
"extra-high": "extra-high";
|
|
13429
|
+
}>>;
|
|
13240
13430
|
harnessId: z.ZodOptional<z.ZodString>;
|
|
13241
13431
|
systemPrompt: z.ZodOptional<z.ZodString>;
|
|
13242
13432
|
contextMode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -13467,6 +13657,10 @@ declare const WorkflowSchemas: {
|
|
|
13467
13657
|
workflowId: z.ZodString;
|
|
13468
13658
|
coordinatorSessionId: z.ZodOptional<z.ZodString>;
|
|
13469
13659
|
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
13660
|
+
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
13661
|
+
kind: z.ZodString;
|
|
13662
|
+
id: z.ZodString;
|
|
13663
|
+
}, z.core.$strip>>;
|
|
13470
13664
|
}, z.core.$strip>;
|
|
13471
13665
|
'execution.completed': z.ZodObject<{
|
|
13472
13666
|
executionId: z.ZodString;
|
|
@@ -13648,10 +13842,18 @@ declare const WorkflowSchemas: {
|
|
|
13648
13842
|
reject: "reject";
|
|
13649
13843
|
approve: "approve";
|
|
13650
13844
|
}>;
|
|
13651
|
-
source: z.
|
|
13652
|
-
|
|
13653
|
-
|
|
13845
|
+
source: z.ZodLiteral<"user">;
|
|
13846
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
13847
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
13848
|
+
executionId: z.ZodString;
|
|
13849
|
+
stepId: z.ZodString;
|
|
13850
|
+
stepType: z.ZodLiteral<"gate">;
|
|
13851
|
+
frameId: z.ZodString;
|
|
13852
|
+
action: z.ZodEnum<{
|
|
13853
|
+
reject: "reject";
|
|
13854
|
+
approve: "approve";
|
|
13654
13855
|
}>;
|
|
13856
|
+
source: z.ZodLiteral<"timeout">;
|
|
13655
13857
|
}, z.core.$strip>, z.ZodObject<{
|
|
13656
13858
|
executionId: z.ZodString;
|
|
13657
13859
|
stepId: z.ZodString;
|
|
@@ -13799,8 +14001,8 @@ declare const WorkflowSchemas: {
|
|
|
13799
14001
|
completed: "completed";
|
|
13800
14002
|
cancelled: "cancelled";
|
|
13801
14003
|
failed: "failed";
|
|
13802
|
-
paused: "paused";
|
|
13803
14004
|
running: "running";
|
|
14005
|
+
paused: "paused";
|
|
13804
14006
|
}>;
|
|
13805
14007
|
startedAt: z.ZodNumber;
|
|
13806
14008
|
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13827,8 +14029,8 @@ declare const WorkflowSchemas: {
|
|
|
13827
14029
|
completed: "completed";
|
|
13828
14030
|
cancelled: "cancelled";
|
|
13829
14031
|
failed: "failed";
|
|
13830
|
-
paused: "paused";
|
|
13831
14032
|
running: "running";
|
|
14033
|
+
paused: "paused";
|
|
13832
14034
|
}>>;
|
|
13833
14035
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
13834
14036
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13843,8 +14045,8 @@ declare const WorkflowSchemas: {
|
|
|
13843
14045
|
completed: "completed";
|
|
13844
14046
|
cancelled: "cancelled";
|
|
13845
14047
|
failed: "failed";
|
|
13846
|
-
paused: "paused";
|
|
13847
14048
|
running: "running";
|
|
14049
|
+
paused: "paused";
|
|
13848
14050
|
}>;
|
|
13849
14051
|
startedAt: z.ZodNumber;
|
|
13850
14052
|
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
@@ -13858,6 +14060,36 @@ declare const WorkflowSchemas: {
|
|
|
13858
14060
|
total: z.ZodNumber;
|
|
13859
14061
|
}, z.core.$strip>;
|
|
13860
14062
|
};
|
|
14063
|
+
/**
|
|
14064
|
+
* Aggregate WorkLog execution statistics over an optional time window (RPC).
|
|
14065
|
+
*
|
|
14066
|
+
* Filters apply to the execution `startedAt` timestamp; `since`/`until` are
|
|
14067
|
+
* inclusive epoch-millisecond bounds. All filters optional.
|
|
14068
|
+
*/
|
|
14069
|
+
'worklog.stats': {
|
|
14070
|
+
request: z.ZodObject<{
|
|
14071
|
+
workflowId: z.ZodOptional<z.ZodString>;
|
|
14072
|
+
since: z.ZodOptional<z.ZodNumber>;
|
|
14073
|
+
until: z.ZodOptional<z.ZodNumber>;
|
|
14074
|
+
}, z.core.$strip>;
|
|
14075
|
+
response: z.ZodObject<{
|
|
14076
|
+
stats: z.ZodObject<{
|
|
14077
|
+
total: z.ZodNumber;
|
|
14078
|
+
byStatus: z.ZodObject<{
|
|
14079
|
+
pending: z.ZodNumber;
|
|
14080
|
+
running: z.ZodNumber;
|
|
14081
|
+
paused: z.ZodNumber;
|
|
14082
|
+
completed: z.ZodNumber;
|
|
14083
|
+
failed: z.ZodNumber;
|
|
14084
|
+
cancelled: z.ZodNumber;
|
|
14085
|
+
}, z.core.$strip>;
|
|
14086
|
+
totalDurationMs: z.ZodNumber;
|
|
14087
|
+
totalInputTokens: z.ZodNumber;
|
|
14088
|
+
totalOutputTokens: z.ZodNumber;
|
|
14089
|
+
totalEstimatedCost: z.ZodNumber;
|
|
14090
|
+
}, z.core.$strip>;
|
|
14091
|
+
}, z.core.$strip>;
|
|
14092
|
+
};
|
|
13861
14093
|
/**
|
|
13862
14094
|
* Emitted when a WorkLog record for an execution is created or updated.
|
|
13863
14095
|
*
|
|
@@ -14524,8 +14756,8 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
14524
14756
|
completed: "completed";
|
|
14525
14757
|
cancelled: "cancelled";
|
|
14526
14758
|
failed: "failed";
|
|
14527
|
-
paused: "paused";
|
|
14528
14759
|
running: "running";
|
|
14760
|
+
paused: "paused";
|
|
14529
14761
|
}>;
|
|
14530
14762
|
inputs: z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>;
|
|
14531
14763
|
config: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
@@ -14547,6 +14779,10 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
14547
14779
|
kind: z.ZodString;
|
|
14548
14780
|
id: z.ZodString;
|
|
14549
14781
|
}, z.core.$strict>], "type">;
|
|
14782
|
+
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
14783
|
+
kind: z.ZodString;
|
|
14784
|
+
id: z.ZodString;
|
|
14785
|
+
}, z.core.$strip>>;
|
|
14550
14786
|
}, z.core.$strip>>;
|
|
14551
14787
|
}, z.core.$strip>;
|
|
14552
14788
|
};
|
|
@@ -14577,9 +14813,13 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
14577
14813
|
completed: "completed";
|
|
14578
14814
|
cancelled: "cancelled";
|
|
14579
14815
|
failed: "failed";
|
|
14580
|
-
paused: "paused";
|
|
14581
14816
|
running: "running";
|
|
14817
|
+
paused: "paused";
|
|
14582
14818
|
}>>;
|
|
14819
|
+
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
14820
|
+
kind: z.ZodString;
|
|
14821
|
+
id: z.ZodString;
|
|
14822
|
+
}, z.core.$strip>>;
|
|
14583
14823
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
14584
14824
|
cursor: z.ZodOptional<z.ZodObject<{
|
|
14585
14825
|
startedAt: z.ZodNumber;
|
|
@@ -14596,8 +14836,8 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
14596
14836
|
completed: "completed";
|
|
14597
14837
|
cancelled: "cancelled";
|
|
14598
14838
|
failed: "failed";
|
|
14599
|
-
paused: "paused";
|
|
14600
14839
|
running: "running";
|
|
14840
|
+
paused: "paused";
|
|
14601
14841
|
}>;
|
|
14602
14842
|
inputs: z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>;
|
|
14603
14843
|
config: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
@@ -14619,6 +14859,10 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
14619
14859
|
kind: z.ZodString;
|
|
14620
14860
|
id: z.ZodString;
|
|
14621
14861
|
}, z.core.$strict>], "type">;
|
|
14862
|
+
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
14863
|
+
kind: z.ZodString;
|
|
14864
|
+
id: z.ZodString;
|
|
14865
|
+
}, z.core.$strip>>;
|
|
14622
14866
|
}, z.core.$strip>>;
|
|
14623
14867
|
}, z.core.$strip>;
|
|
14624
14868
|
};
|
|
@@ -14662,14 +14906,25 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
14662
14906
|
}, z.core.$strip>;
|
|
14663
14907
|
};
|
|
14664
14908
|
/**
|
|
14665
|
-
* List persisted gate instances
|
|
14909
|
+
* List persisted gate instances by execution and/or status.
|
|
14666
14910
|
*
|
|
14667
|
-
* This is the public read API for pending and resolved gate state
|
|
14668
|
-
*
|
|
14911
|
+
* This is the public read API for pending and resolved gate state — either
|
|
14912
|
+
* per execution via `executionId`, or a cross-execution gate inbox via the
|
|
14913
|
+
* `status` filter (e.g. `'waiting'`). At least one filter is required and
|
|
14914
|
+
* results are always limited. Storage subjects remain internal to the
|
|
14915
|
+
* workflow subsystem.
|
|
14669
14916
|
*/
|
|
14670
14917
|
listGateInstances: {
|
|
14671
14918
|
request: z.ZodObject<{
|
|
14672
|
-
executionId: z.ZodString
|
|
14919
|
+
executionId: z.ZodOptional<z.ZodString>;
|
|
14920
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
14921
|
+
cancelled: "cancelled";
|
|
14922
|
+
rejected: "rejected";
|
|
14923
|
+
resumed: "resumed";
|
|
14924
|
+
waiting: "waiting";
|
|
14925
|
+
"timed-out": "timed-out";
|
|
14926
|
+
}>>;
|
|
14927
|
+
limit: z.ZodDefault<z.ZodNumber>;
|
|
14673
14928
|
}, z.core.$strip>;
|
|
14674
14929
|
response: z.ZodObject<{
|
|
14675
14930
|
gates: z.ZodArray<z.ZodObject<{
|
|
@@ -14681,8 +14936,8 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
14681
14936
|
status: z.ZodEnum<{
|
|
14682
14937
|
cancelled: "cancelled";
|
|
14683
14938
|
rejected: "rejected";
|
|
14684
|
-
waiting: "waiting";
|
|
14685
14939
|
resumed: "resumed";
|
|
14940
|
+
waiting: "waiting";
|
|
14686
14941
|
"timed-out": "timed-out";
|
|
14687
14942
|
}>;
|
|
14688
14943
|
autoAction: z.ZodEnum<{
|
|
@@ -14691,31 +14946,124 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
14691
14946
|
}>;
|
|
14692
14947
|
timeoutMs: z.ZodNullable<z.ZodNumber>;
|
|
14693
14948
|
resumeData: z.ZodOptional<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>;
|
|
14949
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
14694
14950
|
createdAt: z.ZodNumber;
|
|
14695
14951
|
resolvedAt: z.ZodOptional<z.ZodNumber>;
|
|
14696
14952
|
}, z.core.$strip>>;
|
|
14697
14953
|
}, z.core.$strip>;
|
|
14698
14954
|
};
|
|
14699
|
-
|
|
14700
|
-
|
|
14955
|
+
/**
|
|
14956
|
+
* Record a directed link between two workflow executions.
|
|
14957
|
+
*
|
|
14958
|
+
* Public write API for cross-execution tracing (e.g. feedback loops,
|
|
14959
|
+
* trigger chains). Both executions must already exist — links are
|
|
14960
|
+
* foreign-keyed to `workflow_executions`. Upserts on (source, target).
|
|
14961
|
+
*/
|
|
14962
|
+
setExecutionLink: {
|
|
14963
|
+
request: z.ZodObject<{
|
|
14964
|
+
link: z.ZodObject<{
|
|
14965
|
+
sourceExecutionId: z.ZodString;
|
|
14966
|
+
targetExecutionId: z.ZodString;
|
|
14967
|
+
linkType: z.ZodEnum<{
|
|
14968
|
+
"triggered-by": "triggered-by";
|
|
14969
|
+
"feedback-loop": "feedback-loop";
|
|
14970
|
+
}>;
|
|
14971
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
14972
|
+
}, z.core.$strip>;
|
|
14973
|
+
}, z.core.$strip>;
|
|
14701
14974
|
response: z.ZodObject<{
|
|
14702
|
-
|
|
14703
|
-
type: z.ZodString;
|
|
14704
|
-
displayName: z.ZodString;
|
|
14705
|
-
icon: z.ZodString;
|
|
14706
|
-
category: z.ZodString;
|
|
14707
|
-
description: z.ZodOptional<z.ZodString>;
|
|
14708
|
-
configJsonSchema: z.ZodType<Record<string, _$_makaio_contracts0.JsonValue>, Record<string, _$_makaio_contracts0.JsonValue>, z.core.$ZodTypeInternals<Record<string, _$_makaio_contracts0.JsonValue>, Record<string, _$_makaio_contracts0.JsonValue>>>;
|
|
14709
|
-
outputJsonSchema: z.ZodType<Record<string, _$_makaio_contracts0.JsonValue>, Record<string, _$_makaio_contracts0.JsonValue>, z.core.$ZodTypeInternals<Record<string, _$_makaio_contracts0.JsonValue>, Record<string, _$_makaio_contracts0.JsonValue>>>;
|
|
14710
|
-
source: z.ZodString;
|
|
14711
|
-
}, z.core.$strip>>;
|
|
14975
|
+
id: z.ZodString;
|
|
14712
14976
|
}, z.core.$strip>;
|
|
14713
14977
|
};
|
|
14714
14978
|
/**
|
|
14715
|
-
*
|
|
14979
|
+
* List links between workflow executions.
|
|
14716
14980
|
*
|
|
14717
|
-
*
|
|
14718
|
-
*
|
|
14981
|
+
* Public read API for pipeline-level traces. Storage subjects remain
|
|
14982
|
+
* internal to the workflow subsystem.
|
|
14983
|
+
*/
|
|
14984
|
+
listExecutionLinks: {
|
|
14985
|
+
request: z.ZodObject<{
|
|
14986
|
+
sourceExecutionId: z.ZodOptional<z.ZodString>;
|
|
14987
|
+
targetExecutionId: z.ZodOptional<z.ZodString>;
|
|
14988
|
+
}, z.core.$strip>;
|
|
14989
|
+
response: z.ZodObject<{
|
|
14990
|
+
links: z.ZodArray<z.ZodObject<{
|
|
14991
|
+
sourceExecutionId: z.ZodString;
|
|
14992
|
+
targetExecutionId: z.ZodString;
|
|
14993
|
+
linkType: z.ZodEnum<{
|
|
14994
|
+
"triggered-by": "triggered-by";
|
|
14995
|
+
"feedback-loop": "feedback-loop";
|
|
14996
|
+
}>;
|
|
14997
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
14998
|
+
}, z.core.$strip>>;
|
|
14999
|
+
}, z.core.$strip>;
|
|
15000
|
+
};
|
|
15001
|
+
/**
|
|
15002
|
+
* List persisted execution frames for a workflow execution.
|
|
15003
|
+
*
|
|
15004
|
+
* This is the public read API for the runtime frame tree (per-node state,
|
|
15005
|
+
* tree paths, attempts, outputs). Note: `output` payloads can be large.
|
|
15006
|
+
* Storage subjects remain internal to the workflow subsystem.
|
|
15007
|
+
*/
|
|
15008
|
+
listFrames: {
|
|
15009
|
+
request: z.ZodObject<{
|
|
15010
|
+
executionId: z.ZodString;
|
|
15011
|
+
}, z.core.$strip>;
|
|
15012
|
+
response: z.ZodObject<{
|
|
15013
|
+
frames: z.ZodArray<z.ZodObject<{
|
|
15014
|
+
frameId: z.ZodString;
|
|
15015
|
+
nodeId: z.ZodString;
|
|
15016
|
+
nodeType: z.ZodEnum<{
|
|
15017
|
+
station: "station";
|
|
15018
|
+
"delegate-agent": "delegate-agent";
|
|
15019
|
+
"delegate-role": "delegate-role";
|
|
15020
|
+
sequence: "sequence";
|
|
15021
|
+
parallel: "parallel";
|
|
15022
|
+
gate: "gate";
|
|
15023
|
+
iterate: "iterate";
|
|
15024
|
+
"iterate-chain": "iterate-chain";
|
|
15025
|
+
}>;
|
|
15026
|
+
path: z.ZodArray<z.ZodString>;
|
|
15027
|
+
parentFrameId: z.ZodOptional<z.ZodString>;
|
|
15028
|
+
status: z.ZodEnum<{
|
|
15029
|
+
pending: "pending";
|
|
15030
|
+
completed: "completed";
|
|
15031
|
+
cancelled: "cancelled";
|
|
15032
|
+
failed: "failed";
|
|
15033
|
+
running: "running";
|
|
15034
|
+
skipped: "skipped";
|
|
15035
|
+
waiting: "waiting";
|
|
15036
|
+
}>;
|
|
15037
|
+
attempt: z.ZodDefault<z.ZodNumber>;
|
|
15038
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
15039
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
15040
|
+
output: z.ZodOptional<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>;
|
|
15041
|
+
error: z.ZodOptional<z.ZodString>;
|
|
15042
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
15043
|
+
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
15044
|
+
}, z.core.$strip>>;
|
|
15045
|
+
}, z.core.$strip>;
|
|
15046
|
+
};
|
|
15047
|
+
listTriggerTypes: {
|
|
15048
|
+
request: z.ZodObject<{}, z.core.$strip>;
|
|
15049
|
+
response: z.ZodObject<{
|
|
15050
|
+
triggerTypes: z.ZodArray<z.ZodObject<{
|
|
15051
|
+
type: z.ZodString;
|
|
15052
|
+
displayName: z.ZodString;
|
|
15053
|
+
icon: z.ZodString;
|
|
15054
|
+
category: z.ZodString;
|
|
15055
|
+
description: z.ZodOptional<z.ZodString>;
|
|
15056
|
+
configJsonSchema: z.ZodType<Record<string, _$_makaio_contracts0.JsonValue>, Record<string, _$_makaio_contracts0.JsonValue>, z.core.$ZodTypeInternals<Record<string, _$_makaio_contracts0.JsonValue>, Record<string, _$_makaio_contracts0.JsonValue>>>;
|
|
15057
|
+
outputJsonSchema: z.ZodType<Record<string, _$_makaio_contracts0.JsonValue>, Record<string, _$_makaio_contracts0.JsonValue>, z.core.$ZodTypeInternals<Record<string, _$_makaio_contracts0.JsonValue>, Record<string, _$_makaio_contracts0.JsonValue>>>;
|
|
15058
|
+
source: z.ZodString;
|
|
15059
|
+
}, z.core.$strip>>;
|
|
15060
|
+
}, z.core.$strip>;
|
|
15061
|
+
};
|
|
15062
|
+
/**
|
|
15063
|
+
* Run a workflow from a TypeScript or JavaScript source file.
|
|
15064
|
+
*
|
|
15065
|
+
* The runtime loads the file, extracts the default-exported workflow
|
|
15066
|
+
* definition, registers it ephemerally (without persisting to storage),
|
|
14719
15067
|
* and starts an execution. The response mirrors {@link WorkflowSchemas.start}
|
|
14720
15068
|
* so callers can track the execution via the same lifecycle events.
|
|
14721
15069
|
*
|
|
@@ -14754,6 +15102,13 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
14754
15102
|
response: z.ZodObject<{
|
|
14755
15103
|
adapterName: z.ZodString;
|
|
14756
15104
|
model: z.ZodOptional<z.ZodString>;
|
|
15105
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
15106
|
+
none: "none";
|
|
15107
|
+
low: "low";
|
|
15108
|
+
medium: "medium";
|
|
15109
|
+
high: "high";
|
|
15110
|
+
"extra-high": "extra-high";
|
|
15111
|
+
}>>;
|
|
14757
15112
|
harnessId: z.ZodOptional<z.ZodString>;
|
|
14758
15113
|
systemPrompt: z.ZodOptional<z.ZodString>;
|
|
14759
15114
|
contextMode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -14784,6 +15139,13 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
14784
15139
|
response: z.ZodObject<{
|
|
14785
15140
|
adapterName: z.ZodString;
|
|
14786
15141
|
model: z.ZodOptional<z.ZodString>;
|
|
15142
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
15143
|
+
none: "none";
|
|
15144
|
+
low: "low";
|
|
15145
|
+
medium: "medium";
|
|
15146
|
+
high: "high";
|
|
15147
|
+
"extra-high": "extra-high";
|
|
15148
|
+
}>>;
|
|
14787
15149
|
harnessId: z.ZodOptional<z.ZodString>;
|
|
14788
15150
|
systemPrompt: z.ZodOptional<z.ZodString>;
|
|
14789
15151
|
contextMode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -15014,6 +15376,10 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
15014
15376
|
workflowId: z.ZodString;
|
|
15015
15377
|
coordinatorSessionId: z.ZodOptional<z.ZodString>;
|
|
15016
15378
|
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
15379
|
+
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
15380
|
+
kind: z.ZodString;
|
|
15381
|
+
id: z.ZodString;
|
|
15382
|
+
}, z.core.$strip>>;
|
|
15017
15383
|
}, z.core.$strip>;
|
|
15018
15384
|
'execution.completed': z.ZodObject<{
|
|
15019
15385
|
executionId: z.ZodString;
|
|
@@ -15195,10 +15561,18 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
15195
15561
|
reject: "reject";
|
|
15196
15562
|
approve: "approve";
|
|
15197
15563
|
}>;
|
|
15198
|
-
source: z.
|
|
15199
|
-
|
|
15200
|
-
|
|
15564
|
+
source: z.ZodLiteral<"user">;
|
|
15565
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
15566
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
15567
|
+
executionId: z.ZodString;
|
|
15568
|
+
stepId: z.ZodString;
|
|
15569
|
+
stepType: z.ZodLiteral<"gate">;
|
|
15570
|
+
frameId: z.ZodString;
|
|
15571
|
+
action: z.ZodEnum<{
|
|
15572
|
+
reject: "reject";
|
|
15573
|
+
approve: "approve";
|
|
15201
15574
|
}>;
|
|
15575
|
+
source: z.ZodLiteral<"timeout">;
|
|
15202
15576
|
}, z.core.$strip>, z.ZodObject<{
|
|
15203
15577
|
executionId: z.ZodString;
|
|
15204
15578
|
stepId: z.ZodString;
|
|
@@ -15346,8 +15720,8 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
15346
15720
|
completed: "completed";
|
|
15347
15721
|
cancelled: "cancelled";
|
|
15348
15722
|
failed: "failed";
|
|
15349
|
-
paused: "paused";
|
|
15350
15723
|
running: "running";
|
|
15724
|
+
paused: "paused";
|
|
15351
15725
|
}>;
|
|
15352
15726
|
startedAt: z.ZodNumber;
|
|
15353
15727
|
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
@@ -15374,8 +15748,8 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
15374
15748
|
completed: "completed";
|
|
15375
15749
|
cancelled: "cancelled";
|
|
15376
15750
|
failed: "failed";
|
|
15377
|
-
paused: "paused";
|
|
15378
15751
|
running: "running";
|
|
15752
|
+
paused: "paused";
|
|
15379
15753
|
}>>;
|
|
15380
15754
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
15381
15755
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
@@ -15390,8 +15764,8 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
15390
15764
|
completed: "completed";
|
|
15391
15765
|
cancelled: "cancelled";
|
|
15392
15766
|
failed: "failed";
|
|
15393
|
-
paused: "paused";
|
|
15394
15767
|
running: "running";
|
|
15768
|
+
paused: "paused";
|
|
15395
15769
|
}>;
|
|
15396
15770
|
startedAt: z.ZodNumber;
|
|
15397
15771
|
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
@@ -15405,6 +15779,36 @@ declare const WorkflowNamespace: _$_makaio_core0.BusNamespaceDefinition<"workflo
|
|
|
15405
15779
|
total: z.ZodNumber;
|
|
15406
15780
|
}, z.core.$strip>;
|
|
15407
15781
|
};
|
|
15782
|
+
/**
|
|
15783
|
+
* Aggregate WorkLog execution statistics over an optional time window (RPC).
|
|
15784
|
+
*
|
|
15785
|
+
* Filters apply to the execution `startedAt` timestamp; `since`/`until` are
|
|
15786
|
+
* inclusive epoch-millisecond bounds. All filters optional.
|
|
15787
|
+
*/
|
|
15788
|
+
'worklog.stats': {
|
|
15789
|
+
request: z.ZodObject<{
|
|
15790
|
+
workflowId: z.ZodOptional<z.ZodString>;
|
|
15791
|
+
since: z.ZodOptional<z.ZodNumber>;
|
|
15792
|
+
until: z.ZodOptional<z.ZodNumber>;
|
|
15793
|
+
}, z.core.$strip>;
|
|
15794
|
+
response: z.ZodObject<{
|
|
15795
|
+
stats: z.ZodObject<{
|
|
15796
|
+
total: z.ZodNumber;
|
|
15797
|
+
byStatus: z.ZodObject<{
|
|
15798
|
+
pending: z.ZodNumber;
|
|
15799
|
+
running: z.ZodNumber;
|
|
15800
|
+
paused: z.ZodNumber;
|
|
15801
|
+
completed: z.ZodNumber;
|
|
15802
|
+
failed: z.ZodNumber;
|
|
15803
|
+
cancelled: z.ZodNumber;
|
|
15804
|
+
}, z.core.$strip>;
|
|
15805
|
+
totalDurationMs: z.ZodNumber;
|
|
15806
|
+
totalInputTokens: z.ZodNumber;
|
|
15807
|
+
totalOutputTokens: z.ZodNumber;
|
|
15808
|
+
totalEstimatedCost: z.ZodNumber;
|
|
15809
|
+
}, z.core.$strip>;
|
|
15810
|
+
}, z.core.$strip>;
|
|
15811
|
+
};
|
|
15408
15812
|
/**
|
|
15409
15813
|
* Emitted when a WorkLog record for an execution is created or updated.
|
|
15410
15814
|
*
|
|
@@ -16071,8 +16475,8 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16071
16475
|
completed: "completed";
|
|
16072
16476
|
cancelled: "cancelled";
|
|
16073
16477
|
failed: "failed";
|
|
16074
|
-
paused: "paused";
|
|
16075
16478
|
running: "running";
|
|
16479
|
+
paused: "paused";
|
|
16076
16480
|
}>;
|
|
16077
16481
|
inputs: z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>;
|
|
16078
16482
|
config: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
@@ -16094,6 +16498,10 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16094
16498
|
kind: z.ZodString;
|
|
16095
16499
|
id: z.ZodString;
|
|
16096
16500
|
}, z.core.$strict>], "type">;
|
|
16501
|
+
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
16502
|
+
kind: z.ZodString;
|
|
16503
|
+
id: z.ZodString;
|
|
16504
|
+
}, z.core.$strip>>;
|
|
16097
16505
|
}, z.core.$strip>>;
|
|
16098
16506
|
}, z.core.$strip>;
|
|
16099
16507
|
};
|
|
@@ -16124,9 +16532,13 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16124
16532
|
completed: "completed";
|
|
16125
16533
|
cancelled: "cancelled";
|
|
16126
16534
|
failed: "failed";
|
|
16127
|
-
paused: "paused";
|
|
16128
16535
|
running: "running";
|
|
16536
|
+
paused: "paused";
|
|
16129
16537
|
}>>;
|
|
16538
|
+
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
16539
|
+
kind: z.ZodString;
|
|
16540
|
+
id: z.ZodString;
|
|
16541
|
+
}, z.core.$strip>>;
|
|
16130
16542
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
16131
16543
|
cursor: z.ZodOptional<z.ZodObject<{
|
|
16132
16544
|
startedAt: z.ZodNumber;
|
|
@@ -16143,8 +16555,8 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16143
16555
|
completed: "completed";
|
|
16144
16556
|
cancelled: "cancelled";
|
|
16145
16557
|
failed: "failed";
|
|
16146
|
-
paused: "paused";
|
|
16147
16558
|
running: "running";
|
|
16559
|
+
paused: "paused";
|
|
16148
16560
|
}>;
|
|
16149
16561
|
inputs: z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>;
|
|
16150
16562
|
config: z.ZodOptional<z.ZodType<Record<string, unknown>, Record<string, unknown>, z.core.$ZodTypeInternals<Record<string, unknown>, Record<string, unknown>>>>;
|
|
@@ -16166,6 +16578,10 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16166
16578
|
kind: z.ZodString;
|
|
16167
16579
|
id: z.ZodString;
|
|
16168
16580
|
}, z.core.$strict>], "type">;
|
|
16581
|
+
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
16582
|
+
kind: z.ZodString;
|
|
16583
|
+
id: z.ZodString;
|
|
16584
|
+
}, z.core.$strip>>;
|
|
16169
16585
|
}, z.core.$strip>>;
|
|
16170
16586
|
}, z.core.$strip>;
|
|
16171
16587
|
};
|
|
@@ -16209,14 +16625,25 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16209
16625
|
}, z.core.$strip>;
|
|
16210
16626
|
};
|
|
16211
16627
|
/**
|
|
16212
|
-
* List persisted gate instances
|
|
16628
|
+
* List persisted gate instances by execution and/or status.
|
|
16213
16629
|
*
|
|
16214
|
-
* This is the public read API for pending and resolved gate state
|
|
16215
|
-
*
|
|
16630
|
+
* This is the public read API for pending and resolved gate state — either
|
|
16631
|
+
* per execution via `executionId`, or a cross-execution gate inbox via the
|
|
16632
|
+
* `status` filter (e.g. `'waiting'`). At least one filter is required and
|
|
16633
|
+
* results are always limited. Storage subjects remain internal to the
|
|
16634
|
+
* workflow subsystem.
|
|
16216
16635
|
*/
|
|
16217
16636
|
listGateInstances: {
|
|
16218
16637
|
request: z.ZodObject<{
|
|
16219
|
-
executionId: z.ZodString
|
|
16638
|
+
executionId: z.ZodOptional<z.ZodString>;
|
|
16639
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
16640
|
+
cancelled: "cancelled";
|
|
16641
|
+
rejected: "rejected";
|
|
16642
|
+
resumed: "resumed";
|
|
16643
|
+
waiting: "waiting";
|
|
16644
|
+
"timed-out": "timed-out";
|
|
16645
|
+
}>>;
|
|
16646
|
+
limit: z.ZodDefault<z.ZodNumber>;
|
|
16220
16647
|
}, z.core.$strip>;
|
|
16221
16648
|
response: z.ZodObject<{
|
|
16222
16649
|
gates: z.ZodArray<z.ZodObject<{
|
|
@@ -16228,8 +16655,8 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16228
16655
|
status: z.ZodEnum<{
|
|
16229
16656
|
cancelled: "cancelled";
|
|
16230
16657
|
rejected: "rejected";
|
|
16231
|
-
waiting: "waiting";
|
|
16232
16658
|
resumed: "resumed";
|
|
16659
|
+
waiting: "waiting";
|
|
16233
16660
|
"timed-out": "timed-out";
|
|
16234
16661
|
}>;
|
|
16235
16662
|
autoAction: z.ZodEnum<{
|
|
@@ -16238,11 +16665,104 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16238
16665
|
}>;
|
|
16239
16666
|
timeoutMs: z.ZodNullable<z.ZodNumber>;
|
|
16240
16667
|
resumeData: z.ZodOptional<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>;
|
|
16668
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
16241
16669
|
createdAt: z.ZodNumber;
|
|
16242
16670
|
resolvedAt: z.ZodOptional<z.ZodNumber>;
|
|
16243
16671
|
}, z.core.$strip>>;
|
|
16244
16672
|
}, z.core.$strip>;
|
|
16245
16673
|
};
|
|
16674
|
+
/**
|
|
16675
|
+
* Record a directed link between two workflow executions.
|
|
16676
|
+
*
|
|
16677
|
+
* Public write API for cross-execution tracing (e.g. feedback loops,
|
|
16678
|
+
* trigger chains). Both executions must already exist — links are
|
|
16679
|
+
* foreign-keyed to `workflow_executions`. Upserts on (source, target).
|
|
16680
|
+
*/
|
|
16681
|
+
setExecutionLink: {
|
|
16682
|
+
request: z.ZodObject<{
|
|
16683
|
+
link: z.ZodObject<{
|
|
16684
|
+
sourceExecutionId: z.ZodString;
|
|
16685
|
+
targetExecutionId: z.ZodString;
|
|
16686
|
+
linkType: z.ZodEnum<{
|
|
16687
|
+
"triggered-by": "triggered-by";
|
|
16688
|
+
"feedback-loop": "feedback-loop";
|
|
16689
|
+
}>;
|
|
16690
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
16691
|
+
}, z.core.$strip>;
|
|
16692
|
+
}, z.core.$strip>;
|
|
16693
|
+
response: z.ZodObject<{
|
|
16694
|
+
id: z.ZodString;
|
|
16695
|
+
}, z.core.$strip>;
|
|
16696
|
+
};
|
|
16697
|
+
/**
|
|
16698
|
+
* List links between workflow executions.
|
|
16699
|
+
*
|
|
16700
|
+
* Public read API for pipeline-level traces. Storage subjects remain
|
|
16701
|
+
* internal to the workflow subsystem.
|
|
16702
|
+
*/
|
|
16703
|
+
listExecutionLinks: {
|
|
16704
|
+
request: z.ZodObject<{
|
|
16705
|
+
sourceExecutionId: z.ZodOptional<z.ZodString>;
|
|
16706
|
+
targetExecutionId: z.ZodOptional<z.ZodString>;
|
|
16707
|
+
}, z.core.$strip>;
|
|
16708
|
+
response: z.ZodObject<{
|
|
16709
|
+
links: z.ZodArray<z.ZodObject<{
|
|
16710
|
+
sourceExecutionId: z.ZodString;
|
|
16711
|
+
targetExecutionId: z.ZodString;
|
|
16712
|
+
linkType: z.ZodEnum<{
|
|
16713
|
+
"triggered-by": "triggered-by";
|
|
16714
|
+
"feedback-loop": "feedback-loop";
|
|
16715
|
+
}>;
|
|
16716
|
+
metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
16717
|
+
}, z.core.$strip>>;
|
|
16718
|
+
}, z.core.$strip>;
|
|
16719
|
+
};
|
|
16720
|
+
/**
|
|
16721
|
+
* List persisted execution frames for a workflow execution.
|
|
16722
|
+
*
|
|
16723
|
+
* This is the public read API for the runtime frame tree (per-node state,
|
|
16724
|
+
* tree paths, attempts, outputs). Note: `output` payloads can be large.
|
|
16725
|
+
* Storage subjects remain internal to the workflow subsystem.
|
|
16726
|
+
*/
|
|
16727
|
+
listFrames: {
|
|
16728
|
+
request: z.ZodObject<{
|
|
16729
|
+
executionId: z.ZodString;
|
|
16730
|
+
}, z.core.$strip>;
|
|
16731
|
+
response: z.ZodObject<{
|
|
16732
|
+
frames: z.ZodArray<z.ZodObject<{
|
|
16733
|
+
frameId: z.ZodString;
|
|
16734
|
+
nodeId: z.ZodString;
|
|
16735
|
+
nodeType: z.ZodEnum<{
|
|
16736
|
+
station: "station";
|
|
16737
|
+
"delegate-agent": "delegate-agent";
|
|
16738
|
+
"delegate-role": "delegate-role";
|
|
16739
|
+
sequence: "sequence";
|
|
16740
|
+
parallel: "parallel";
|
|
16741
|
+
gate: "gate";
|
|
16742
|
+
iterate: "iterate";
|
|
16743
|
+
"iterate-chain": "iterate-chain";
|
|
16744
|
+
}>;
|
|
16745
|
+
path: z.ZodArray<z.ZodString>;
|
|
16746
|
+
parentFrameId: z.ZodOptional<z.ZodString>;
|
|
16747
|
+
status: z.ZodEnum<{
|
|
16748
|
+
pending: "pending";
|
|
16749
|
+
completed: "completed";
|
|
16750
|
+
cancelled: "cancelled";
|
|
16751
|
+
failed: "failed";
|
|
16752
|
+
running: "running";
|
|
16753
|
+
skipped: "skipped";
|
|
16754
|
+
waiting: "waiting";
|
|
16755
|
+
}>;
|
|
16756
|
+
attempt: z.ZodDefault<z.ZodNumber>;
|
|
16757
|
+
iteration: z.ZodOptional<z.ZodNumber>;
|
|
16758
|
+
branchKey: z.ZodOptional<z.ZodString>;
|
|
16759
|
+
output: z.ZodOptional<z.ZodType<_$_makaio_contracts0.JsonValue, unknown, z.core.$ZodTypeInternals<_$_makaio_contracts0.JsonValue, unknown>>>;
|
|
16760
|
+
error: z.ZodOptional<z.ZodString>;
|
|
16761
|
+
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
16762
|
+
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
16763
|
+
}, z.core.$strip>>;
|
|
16764
|
+
}, z.core.$strip>;
|
|
16765
|
+
};
|
|
16246
16766
|
listTriggerTypes: {
|
|
16247
16767
|
request: z.ZodObject<{}, z.core.$strip>;
|
|
16248
16768
|
response: z.ZodObject<{
|
|
@@ -16301,6 +16821,13 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16301
16821
|
response: z.ZodObject<{
|
|
16302
16822
|
adapterName: z.ZodString;
|
|
16303
16823
|
model: z.ZodOptional<z.ZodString>;
|
|
16824
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
16825
|
+
none: "none";
|
|
16826
|
+
low: "low";
|
|
16827
|
+
medium: "medium";
|
|
16828
|
+
high: "high";
|
|
16829
|
+
"extra-high": "extra-high";
|
|
16830
|
+
}>>;
|
|
16304
16831
|
harnessId: z.ZodOptional<z.ZodString>;
|
|
16305
16832
|
systemPrompt: z.ZodOptional<z.ZodString>;
|
|
16306
16833
|
contextMode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -16331,6 +16858,13 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16331
16858
|
response: z.ZodObject<{
|
|
16332
16859
|
adapterName: z.ZodString;
|
|
16333
16860
|
model: z.ZodOptional<z.ZodString>;
|
|
16861
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
16862
|
+
none: "none";
|
|
16863
|
+
low: "low";
|
|
16864
|
+
medium: "medium";
|
|
16865
|
+
high: "high";
|
|
16866
|
+
"extra-high": "extra-high";
|
|
16867
|
+
}>>;
|
|
16334
16868
|
harnessId: z.ZodOptional<z.ZodString>;
|
|
16335
16869
|
systemPrompt: z.ZodOptional<z.ZodString>;
|
|
16336
16870
|
contextMode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -16561,6 +17095,10 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16561
17095
|
workflowId: z.ZodString;
|
|
16562
17096
|
coordinatorSessionId: z.ZodOptional<z.ZodString>;
|
|
16563
17097
|
startedAt: z.ZodOptional<z.ZodNumber>;
|
|
17098
|
+
artifactRef: z.ZodOptional<z.ZodObject<{
|
|
17099
|
+
kind: z.ZodString;
|
|
17100
|
+
id: z.ZodString;
|
|
17101
|
+
}, z.core.$strip>>;
|
|
16564
17102
|
}, z.core.$strip>;
|
|
16565
17103
|
'execution.completed': z.ZodObject<{
|
|
16566
17104
|
executionId: z.ZodString;
|
|
@@ -16742,10 +17280,18 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16742
17280
|
reject: "reject";
|
|
16743
17281
|
approve: "approve";
|
|
16744
17282
|
}>;
|
|
16745
|
-
source: z.
|
|
16746
|
-
|
|
16747
|
-
|
|
17283
|
+
source: z.ZodLiteral<"user">;
|
|
17284
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
17285
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
17286
|
+
executionId: z.ZodString;
|
|
17287
|
+
stepId: z.ZodString;
|
|
17288
|
+
stepType: z.ZodLiteral<"gate">;
|
|
17289
|
+
frameId: z.ZodString;
|
|
17290
|
+
action: z.ZodEnum<{
|
|
17291
|
+
reject: "reject";
|
|
17292
|
+
approve: "approve";
|
|
16748
17293
|
}>;
|
|
17294
|
+
source: z.ZodLiteral<"timeout">;
|
|
16749
17295
|
}, z.core.$strip>, z.ZodObject<{
|
|
16750
17296
|
executionId: z.ZodString;
|
|
16751
17297
|
stepId: z.ZodString;
|
|
@@ -16893,8 +17439,8 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16893
17439
|
completed: "completed";
|
|
16894
17440
|
cancelled: "cancelled";
|
|
16895
17441
|
failed: "failed";
|
|
16896
|
-
paused: "paused";
|
|
16897
17442
|
running: "running";
|
|
17443
|
+
paused: "paused";
|
|
16898
17444
|
}>;
|
|
16899
17445
|
startedAt: z.ZodNumber;
|
|
16900
17446
|
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
@@ -16921,8 +17467,8 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16921
17467
|
completed: "completed";
|
|
16922
17468
|
cancelled: "cancelled";
|
|
16923
17469
|
failed: "failed";
|
|
16924
|
-
paused: "paused";
|
|
16925
17470
|
running: "running";
|
|
17471
|
+
paused: "paused";
|
|
16926
17472
|
}>>;
|
|
16927
17473
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
16928
17474
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
@@ -16937,8 +17483,8 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16937
17483
|
completed: "completed";
|
|
16938
17484
|
cancelled: "cancelled";
|
|
16939
17485
|
failed: "failed";
|
|
16940
|
-
paused: "paused";
|
|
16941
17486
|
running: "running";
|
|
17487
|
+
paused: "paused";
|
|
16942
17488
|
}>;
|
|
16943
17489
|
startedAt: z.ZodNumber;
|
|
16944
17490
|
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
@@ -16952,6 +17498,36 @@ declare const WorkflowSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
16952
17498
|
total: z.ZodNumber;
|
|
16953
17499
|
}, z.core.$strip>;
|
|
16954
17500
|
};
|
|
17501
|
+
/**
|
|
17502
|
+
* Aggregate WorkLog execution statistics over an optional time window (RPC).
|
|
17503
|
+
*
|
|
17504
|
+
* Filters apply to the execution `startedAt` timestamp; `since`/`until` are
|
|
17505
|
+
* inclusive epoch-millisecond bounds. All filters optional.
|
|
17506
|
+
*/
|
|
17507
|
+
'worklog.stats': {
|
|
17508
|
+
request: z.ZodObject<{
|
|
17509
|
+
workflowId: z.ZodOptional<z.ZodString>;
|
|
17510
|
+
since: z.ZodOptional<z.ZodNumber>;
|
|
17511
|
+
until: z.ZodOptional<z.ZodNumber>;
|
|
17512
|
+
}, z.core.$strip>;
|
|
17513
|
+
response: z.ZodObject<{
|
|
17514
|
+
stats: z.ZodObject<{
|
|
17515
|
+
total: z.ZodNumber;
|
|
17516
|
+
byStatus: z.ZodObject<{
|
|
17517
|
+
pending: z.ZodNumber;
|
|
17518
|
+
running: z.ZodNumber;
|
|
17519
|
+
paused: z.ZodNumber;
|
|
17520
|
+
completed: z.ZodNumber;
|
|
17521
|
+
failed: z.ZodNumber;
|
|
17522
|
+
cancelled: z.ZodNumber;
|
|
17523
|
+
}, z.core.$strip>;
|
|
17524
|
+
totalDurationMs: z.ZodNumber;
|
|
17525
|
+
totalInputTokens: z.ZodNumber;
|
|
17526
|
+
totalOutputTokens: z.ZodNumber;
|
|
17527
|
+
totalEstimatedCost: z.ZodNumber;
|
|
17528
|
+
}, z.core.$strip>;
|
|
17529
|
+
}, z.core.$strip>;
|
|
17530
|
+
};
|
|
16955
17531
|
/**
|
|
16956
17532
|
* Emitted when a WorkLog record for an execution is created or updated.
|
|
16957
17533
|
*
|
|
@@ -16969,6 +17545,7 @@ declare const WorkflowArtifactRefSchema: z.ZodObject<{
|
|
|
16969
17545
|
kind: z.ZodString;
|
|
16970
17546
|
id: z.ZodString;
|
|
16971
17547
|
}, z.core.$strip>;
|
|
17548
|
+
type WorkflowArtifactRef = z.infer<typeof WorkflowArtifactRefSchema>;
|
|
16972
17549
|
//#endregion
|
|
16973
17550
|
//#region core/contracts/src/workflow/run-context.d.ts
|
|
16974
17551
|
/**
|
|
@@ -17717,8 +18294,8 @@ declare const WorkLogExecutionSummarySchema: z.ZodObject<{
|
|
|
17717
18294
|
completed: "completed";
|
|
17718
18295
|
cancelled: "cancelled";
|
|
17719
18296
|
failed: "failed";
|
|
17720
|
-
paused: "paused";
|
|
17721
18297
|
running: "running";
|
|
18298
|
+
paused: "paused";
|
|
17722
18299
|
}>;
|
|
17723
18300
|
startedAt: z.ZodNumber;
|
|
17724
18301
|
completedAt: z.ZodOptional<z.ZodNumber>;
|
|
@@ -17755,8 +18332,8 @@ declare const WorkLogFrameEntrySchema: z.ZodObject<{
|
|
|
17755
18332
|
cancelled: "cancelled";
|
|
17756
18333
|
failed: "failed";
|
|
17757
18334
|
running: "running";
|
|
17758
|
-
waiting: "waiting";
|
|
17759
18335
|
skipped: "skipped";
|
|
18336
|
+
waiting: "waiting";
|
|
17760
18337
|
}>;
|
|
17761
18338
|
attempt: z.ZodNumber;
|
|
17762
18339
|
iteration: z.ZodOptional<z.ZodNumber>;
|
|
@@ -17809,8 +18386,8 @@ declare const WorkLogGateEventSchema: z.ZodObject<{
|
|
|
17809
18386
|
status: z.ZodEnum<{
|
|
17810
18387
|
cancelled: "cancelled";
|
|
17811
18388
|
rejected: "rejected";
|
|
17812
|
-
waiting: "waiting";
|
|
17813
18389
|
resumed: "resumed";
|
|
18390
|
+
waiting: "waiting";
|
|
17814
18391
|
"timed-out": "timed-out";
|
|
17815
18392
|
}>;
|
|
17816
18393
|
prompt: z.ZodOptional<z.ZodString>;
|
|
@@ -17838,6 +18415,26 @@ declare const WorkLogUsageSummarySchema: z.ZodObject<{
|
|
|
17838
18415
|
}, z.core.$strip>>>;
|
|
17839
18416
|
}, z.core.$strip>;
|
|
17840
18417
|
type WorkLogUsageSummary = z.infer<typeof WorkLogUsageSummarySchema>;
|
|
18418
|
+
/**
|
|
18419
|
+
* Aggregated WorkLog statistics over an optional time window.
|
|
18420
|
+
* All token/cost totals treat missing telemetry as zero.
|
|
18421
|
+
*/
|
|
18422
|
+
declare const WorkLogStatsSchema: z.ZodObject<{
|
|
18423
|
+
total: z.ZodNumber;
|
|
18424
|
+
byStatus: z.ZodObject<{
|
|
18425
|
+
pending: z.ZodNumber;
|
|
18426
|
+
running: z.ZodNumber;
|
|
18427
|
+
paused: z.ZodNumber;
|
|
18428
|
+
completed: z.ZodNumber;
|
|
18429
|
+
failed: z.ZodNumber;
|
|
18430
|
+
cancelled: z.ZodNumber;
|
|
18431
|
+
}, z.core.$strip>;
|
|
18432
|
+
totalDurationMs: z.ZodNumber;
|
|
18433
|
+
totalInputTokens: z.ZodNumber;
|
|
18434
|
+
totalOutputTokens: z.ZodNumber;
|
|
18435
|
+
totalEstimatedCost: z.ZodNumber;
|
|
18436
|
+
}, z.core.$strip>;
|
|
18437
|
+
type WorkLogStats = z.infer<typeof WorkLogStatsSchema>;
|
|
17841
18438
|
/**
|
|
17842
18439
|
* Records when a dynamic region's factory was invoked and produced nodes.
|
|
17843
18440
|
*
|
|
@@ -19674,6 +20271,24 @@ declare const SubagentStatusSchema: z.ZodEnum<{
|
|
|
19674
20271
|
hung: "hung";
|
|
19675
20272
|
}>;
|
|
19676
20273
|
type SubagentStatus = z.infer<typeof SubagentStatusSchema>;
|
|
20274
|
+
/**
|
|
20275
|
+
* Completion mode for a spawned subagent.
|
|
20276
|
+
*
|
|
20277
|
+
* - `'tool'` — the child must call `completeTask` to terminate (default, existing semantics).
|
|
20278
|
+
* - `'turn'` — the first completed agent turn terminalizes the subagent with the final
|
|
20279
|
+
* assistant message as its result. Use this for single-shot subagents that produce prose
|
|
20280
|
+
* or structured output without needing to call a completion tool.
|
|
20281
|
+
*
|
|
20282
|
+
* Conceptual note: subagents are conversations, not one-shot calls — the parent can send
|
|
20283
|
+
* follow-ups and the child can ask questions. "The agent stopped talking" does not generally
|
|
20284
|
+
* mean "the task is done", which is why `'tool'` is the default. Declare `'turn'` only when
|
|
20285
|
+
* the subagent's first response IS the result.
|
|
20286
|
+
*/
|
|
20287
|
+
declare const CompletionModeSchema: z.ZodEnum<{
|
|
20288
|
+
tool: "tool";
|
|
20289
|
+
turn: "turn";
|
|
20290
|
+
}>;
|
|
20291
|
+
type CompletionMode = z.infer<typeof CompletionModeSchema>;
|
|
19677
20292
|
/**
|
|
19678
20293
|
* Configuration for spawning a subagent.
|
|
19679
20294
|
*/
|
|
@@ -19694,6 +20309,13 @@ declare const SubagentConfigSchema: z.ZodObject<{
|
|
|
19694
20309
|
}, z.core.$strip>>;
|
|
19695
20310
|
harnessId: z.ZodOptional<z.ZodString>;
|
|
19696
20311
|
model: z.ZodOptional<z.ZodString>;
|
|
20312
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
20313
|
+
none: "none";
|
|
20314
|
+
low: "low";
|
|
20315
|
+
medium: "medium";
|
|
20316
|
+
high: "high";
|
|
20317
|
+
"extra-high": "extra-high";
|
|
20318
|
+
}>>;
|
|
19697
20319
|
contextMode: z.ZodDefault<z.ZodEnum<{
|
|
19698
20320
|
fork: "fork";
|
|
19699
20321
|
fresh: "fresh";
|
|
@@ -19709,6 +20331,10 @@ declare const SubagentConfigSchema: z.ZodObject<{
|
|
|
19709
20331
|
strict: z.ZodOptional<z.ZodBoolean>;
|
|
19710
20332
|
}, z.core.$strict>>;
|
|
19711
20333
|
executionTargetId: z.ZodOptional<z.ZodString>;
|
|
20334
|
+
completion: z.ZodOptional<z.ZodEnum<{
|
|
20335
|
+
tool: "tool";
|
|
20336
|
+
turn: "turn";
|
|
20337
|
+
}>>;
|
|
19712
20338
|
}, z.core.$strip>;
|
|
19713
20339
|
type SubagentConfig = z.infer<typeof SubagentConfigSchema>;
|
|
19714
20340
|
/**
|
|
@@ -19780,6 +20406,13 @@ declare const SpawnSubagentRpcRequestSchema: z.ZodObject<{
|
|
|
19780
20406
|
}, z.core.$strip>>;
|
|
19781
20407
|
harnessId: z.ZodOptional<z.ZodString>;
|
|
19782
20408
|
model: z.ZodOptional<z.ZodString>;
|
|
20409
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
20410
|
+
none: "none";
|
|
20411
|
+
low: "low";
|
|
20412
|
+
medium: "medium";
|
|
20413
|
+
high: "high";
|
|
20414
|
+
"extra-high": "extra-high";
|
|
20415
|
+
}>>;
|
|
19783
20416
|
contextMode: z.ZodDefault<z.ZodEnum<{
|
|
19784
20417
|
fork: "fork";
|
|
19785
20418
|
fresh: "fresh";
|
|
@@ -19795,6 +20428,10 @@ declare const SpawnSubagentRpcRequestSchema: z.ZodObject<{
|
|
|
19795
20428
|
strict: z.ZodOptional<z.ZodBoolean>;
|
|
19796
20429
|
}, z.core.$strict>>;
|
|
19797
20430
|
executionTargetId: z.ZodOptional<z.ZodString>;
|
|
20431
|
+
completion: z.ZodOptional<z.ZodEnum<{
|
|
20432
|
+
tool: "tool";
|
|
20433
|
+
turn: "turn";
|
|
20434
|
+
}>>;
|
|
19798
20435
|
}, z.core.$strip>;
|
|
19799
20436
|
depth: z.ZodNumber;
|
|
19800
20437
|
spawningToolCallId: z.ZodOptional<z.ZodString>;
|
|
@@ -19829,6 +20466,10 @@ declare const AwaitSubagentResponseSchema: z.ZodObject<{
|
|
|
19829
20466
|
question: z.ZodString;
|
|
19830
20467
|
context: z.ZodOptional<z.ZodString>;
|
|
19831
20468
|
}, z.core.$strip>>;
|
|
20469
|
+
completionSource: z.ZodOptional<z.ZodEnum<{
|
|
20470
|
+
tool: "tool";
|
|
20471
|
+
turn: "turn";
|
|
20472
|
+
}>>;
|
|
19832
20473
|
}, z.core.$strip>;
|
|
19833
20474
|
type AwaitSubagentResponse = z.infer<typeof AwaitSubagentResponseSchema>;
|
|
19834
20475
|
/**
|
|
@@ -19983,6 +20624,13 @@ declare const SubagentSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
19983
20624
|
}, z.core.$strip>>;
|
|
19984
20625
|
harnessId: z.ZodOptional<z.ZodString>;
|
|
19985
20626
|
model: z.ZodOptional<z.ZodString>;
|
|
20627
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
20628
|
+
none: "none";
|
|
20629
|
+
low: "low";
|
|
20630
|
+
medium: "medium";
|
|
20631
|
+
high: "high";
|
|
20632
|
+
"extra-high": "extra-high";
|
|
20633
|
+
}>>;
|
|
19986
20634
|
contextMode: z.ZodDefault<z.ZodEnum<{
|
|
19987
20635
|
fork: "fork";
|
|
19988
20636
|
fresh: "fresh";
|
|
@@ -19998,6 +20646,10 @@ declare const SubagentSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
19998
20646
|
strict: z.ZodOptional<z.ZodBoolean>;
|
|
19999
20647
|
}, z.core.$strict>>;
|
|
20000
20648
|
executionTargetId: z.ZodOptional<z.ZodString>;
|
|
20649
|
+
completion: z.ZodOptional<z.ZodEnum<{
|
|
20650
|
+
tool: "tool";
|
|
20651
|
+
turn: "turn";
|
|
20652
|
+
}>>;
|
|
20001
20653
|
}, z.core.$strip>;
|
|
20002
20654
|
depth: z.ZodNumber;
|
|
20003
20655
|
spawningToolCallId: z.ZodOptional<z.ZodString>;
|
|
@@ -20102,6 +20754,13 @@ declare const SubagentSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
20102
20754
|
}, z.core.$strip>>;
|
|
20103
20755
|
harnessId: z.ZodOptional<z.ZodString>;
|
|
20104
20756
|
model: z.ZodOptional<z.ZodString>;
|
|
20757
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
20758
|
+
none: "none";
|
|
20759
|
+
low: "low";
|
|
20760
|
+
medium: "medium";
|
|
20761
|
+
high: "high";
|
|
20762
|
+
"extra-high": "extra-high";
|
|
20763
|
+
}>>;
|
|
20105
20764
|
contextMode: z.ZodDefault<z.ZodEnum<{
|
|
20106
20765
|
fork: "fork";
|
|
20107
20766
|
fresh: "fresh";
|
|
@@ -20117,6 +20776,10 @@ declare const SubagentSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
20117
20776
|
strict: z.ZodOptional<z.ZodBoolean>;
|
|
20118
20777
|
}, z.core.$strict>>;
|
|
20119
20778
|
executionTargetId: z.ZodOptional<z.ZodString>;
|
|
20779
|
+
completion: z.ZodOptional<z.ZodEnum<{
|
|
20780
|
+
tool: "tool";
|
|
20781
|
+
turn: "turn";
|
|
20782
|
+
}>>;
|
|
20120
20783
|
}, z.core.$strip>;
|
|
20121
20784
|
depth: z.ZodNumber;
|
|
20122
20785
|
}, z.core.$strip>;
|
|
@@ -20156,6 +20819,13 @@ declare const SubagentSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
20156
20819
|
}, z.core.$strip>>;
|
|
20157
20820
|
harnessId: z.ZodOptional<z.ZodString>;
|
|
20158
20821
|
model: z.ZodOptional<z.ZodString>;
|
|
20822
|
+
reasoningEffort: z.ZodOptional<z.ZodEnum<{
|
|
20823
|
+
none: "none";
|
|
20824
|
+
low: "low";
|
|
20825
|
+
medium: "medium";
|
|
20826
|
+
high: "high";
|
|
20827
|
+
"extra-high": "extra-high";
|
|
20828
|
+
}>>;
|
|
20159
20829
|
contextMode: z.ZodDefault<z.ZodEnum<{
|
|
20160
20830
|
fork: "fork";
|
|
20161
20831
|
fresh: "fresh";
|
|
@@ -20171,6 +20841,10 @@ declare const SubagentSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
20171
20841
|
strict: z.ZodOptional<z.ZodBoolean>;
|
|
20172
20842
|
}, z.core.$strict>>;
|
|
20173
20843
|
executionTargetId: z.ZodOptional<z.ZodString>;
|
|
20844
|
+
completion: z.ZodOptional<z.ZodEnum<{
|
|
20845
|
+
tool: "tool";
|
|
20846
|
+
turn: "turn";
|
|
20847
|
+
}>>;
|
|
20174
20848
|
}, z.core.$strip>;
|
|
20175
20849
|
depth: z.ZodNumber;
|
|
20176
20850
|
spawningToolCallId: z.ZodOptional<z.ZodString>;
|
|
@@ -20200,6 +20874,10 @@ declare const SubagentSubjects: _$_makaio_core0.BusSubjects<_$_makaio_core0.Flat
|
|
|
20200
20874
|
question: z.ZodString;
|
|
20201
20875
|
context: z.ZodOptional<z.ZodString>;
|
|
20202
20876
|
}, z.core.$strip>>;
|
|
20877
|
+
completionSource: z.ZodOptional<z.ZodEnum<{
|
|
20878
|
+
tool: "tool";
|
|
20879
|
+
turn: "turn";
|
|
20880
|
+
}>>;
|
|
20203
20881
|
}, z.core.$strip>;
|
|
20204
20882
|
}; /** RPC: Send message to subagent */
|
|
20205
20883
|
send: {
|
|
@@ -23043,4 +23721,4 @@ declare const FrameworkContractNamespaces: readonly RegistrableBusNamespaceDefin
|
|
|
23043
23721
|
*/
|
|
23044
23722
|
declare const FrameworkStorageNamespaces: readonly RegistrableBusNamespaceDefinition[];
|
|
23045
23723
|
//#endregion
|
|
23046
|
-
export { type AIModel, type AIModelMetadata, AIModelSchema, type AIReasoningLevel, AIReasoningLevelSchema, AUTO_LAUNCH_CAPABILITY_ID, type ActionCategory, type ActionCategoryMap, type ActionIntent, type ActionShortcut, type ActionShortcutModifiers, type ActivatedSkillMetadata, type ActiveSkillState, type AdapterClientRef, type AdapterContribution, type AdapterDefinitionContract, AdapterNamespace, type AdapterProviderDefinitionContract, type AdapterProviderRef, type AdapterRuntimeOptions, type AdapterSelection, AdapterSubjects, type AgentComplete, type AgentConfig, type Message as AgentMessage, AgentNamespace, type AgentResolutionContext, AgentResolutionSubjects, type AgentRole, AgentSchemas, type AgentSelection, type AgentSelectionBase, AgentSelectionBaseSchema, type AgentSelectionKindMap, AgentSelectionSchema, type AgentStarted, AgentStatusSchema, AgentSubjects, type AgentToolApproveRequest, type AgentToolApproveResponse, AgentToolApproveSchema, type AnyArtifactKindDefinition, type ApprovalEntry, ApprovalNamespace, type ApprovalPolicy, ApprovalPolicySchema, ApprovalSubjects, type ArtifactActor, ArtifactActorSchema, type ArtifactBindingOptions, type ArtifactCompareRequest, ArtifactCompareRequestSchema, type ArtifactCompareResponse, ArtifactCompareResponseSchema, type ArtifactConflictPolicy, ArtifactConflictPolicySchema, type ArtifactContext, type ArtifactCreateRequest, type ArtifactCreateResponse, type ArtifactCreatedPayload, type ArtifactDataOf, type ArtifactDraft, type ArtifactDraftPatch, type ArtifactHookFilter, type ArtifactKindChangedPayload, type ArtifactKindDefinition, type ArtifactKindListRequest, type ArtifactKindListResponse, type ArtifactKindRegisterRequest, type ArtifactKindRegisterResponse, type ArtifactKindRegistration, ArtifactKindRegistrationSchema, type ArtifactLifecycleHookDefinition, type ArtifactLifecycleHookEvent, type ArtifactLifecycleHookRegistration, type ArtifactLifecycleHooksContributionContext, type ArtifactLifecycleSemanticEvent, type ArtifactMaterializationRef, ArtifactMaterializationRefSchema, ArtifactNamespace, type ArtifactObservation, type ArtifactObservationAddedPayload, ArtifactObservationSchema, type ArtifactOf, type ArtifactPatch, type ArtifactProjectionPolicy, ArtifactProjectionPolicySchema, ArtifactPublishTargetSchema, type ArtifactQueryRequest, ArtifactQueryRequestSchema, type ArtifactQueryResponse, type ArtifactQueryScope, ArtifactQueryScopeSchema, ArtifactQuerySourceSchema, type ArtifactReactionHookContext, type ArtifactReactionHookRegistration, type ArtifactRef, ArtifactRefSchema, type ArtifactRelation, type ArtifactRelationAddedPayload, ArtifactRelationSchema, type ArtifactRelationTarget, ArtifactRelationTargetSchema, type ArtifactRelationTypeListRequest, type ArtifactRelationTypeListResponse, type ArtifactRelationTypeRegisterRequest, type ArtifactRelationTypeRegisterResponse, type ArtifactRepresentations, ArtifactRepresentationsSchema, type ArtifactResolveRequest, type ArtifactResolveResponse, type ArtifactReviseRequest, type ArtifactReviseResponse, type ArtifactRevisedPayload, type ArtifactRevision, ArtifactRevisionSchema, ArtifactSchemas, type ArtifactScope, ArtifactScopeSchema, type ArtifactStatusChangedPayload, ArtifactSubjects, type ArtifactUpdateOperation, type ArtifactUpdater, type AudioChunk, type AutoLaunchDisableResponse, type AutoLaunchEnableRequest, type AutoLaunchEnableResponse, type AutoLaunchStatusResponse, type AwaitSubagentRequest, type AwaitSubagentResponse, BUILT_IN_THIN_WORKFLOW_PROVIDER_ID, type BeforeArtifactHookContext, type BeforeArtifactHookRegistration, type BlockData, type BootstrapAsset, type BootstrapAssetKey, type BootstrapChoice, type BootstrapDiscoverContext, type BootstrapExportContext, type BootstrapExportResult, type BootstrapImportContext, type BootstrapImportResult, type BootstrapResult, type BranchKind, BrowserEntrypointSchema, type BuiltWorkflow, BusEventPublishTargetSchema, type BusEventTrigger, BusEventTriggerSchema, BusEventWorkflowTrigger, BusRequestSourceSchema, COMPRESS_SESSION_LINEAGE_KIND, CONNECTOR_SWAP_CANCELLED_CODE, CONNECTOR_SWAP_WARNING_OPTION_IDS, CONNECTOR_SWAP_WARNING_SUPPRESSED_KEY, type CanonicalModelResolvedSelection, type CanonicalModelSelection, CanonicalModelSubjects, type CapabilityGroup, type CapabilityItem, type CapabilityPickerValue, CapabilitySubjects, type CapabilityToken, type CheckRunDetail, CheckRunDetailSchema, type ChecksSummary, ChecksSummarySchema, type CliArgManifest, type CliManifest, CliManifestSchema, type CliSubcommandManifest, type ClientAccountIdentifier, ClientAccountIdentifierSchema, type ClientAccountObserveRequest, type ClientBinaryCompatibility, ClientBinaryCompatibilitySchema, type ClientBinaryListEntry, type ClientDefinition, ClientDefinitionSchema, type ClientExecutionContext, type ClientIdentityObservation, ClientIdentityObservationSchema, type ClientInstallCompleted, type ClientInstallProgress, type ClientRuntimeObserveRequest, type ClientRuntimeStarted, type ClientScanResult, type ClientScanTarget, type ClientSessionAccountObserveRequest, type ClientSessionAccountObserveResponse, ClientSessionAccountObserveSchema, type ClientSessionLocator, type ClientSessionObservedBase, type ClientSessionStarted, type ClientSessionToolPost, type ClientSessionToolPre, type ClientSessionTurnCompleted, type ClientSessionUserPromptSubmitted, ClientSubjects, type ClientToolDefinition, ClientToolDefinitionSchema, type ClientUsageIngestRequest, type ClientUsageSnapshot, type ClientUsageWindow, type ClientVersionChanged, type ClientVoiceProviderDescriptor, type ClientWiringEntry, ClientWiringEntrySchema, type CompleteTaskRequest, type CompleteTaskResponse, CompressSessionLineageSchema, type CompressionMode, CompressionModeSchema, type ConfidenceBasis, ConfidenceBasisSchema, type ConfidenceLevel, ConfidenceLevelSchema, type ConfidenceMetadata, ConfidenceMetadataSchema, type Config, type ConfigGetResponse, ConfigSchema, ConfigSchemas, ConfigSubjects, type ConfigUpdateRequest, type ConfigUpdateResponse, ConnectorSwapCancelledError, type ContentSource, type ContextBundle, ContextBundleSchema, type ContextMode, ContextModeSchema, type ContextPublishTarget, ContextPublishTargetSchema, type ContextSource, ContextSourceSchema, type ContextWindowState, type CreateSessionEventActionResult, CredentialSubjects, type CronTriggerPayload, CronWorkflowTrigger, type CustomFieldDefinition, DEFAULT_CONSTRAINTS, DEFAULT_HARNESSES, type DefineWorkflowOptions, type DelegateAgentNodeBlockRun, type DelegateRoleNodeBlockRun, type DetachedDescriptor, type DetachedTransportConfig, DetachedTransportSchema, type DiscoveredAIModel, ERROR_CATEGORIES, EXECUTION_LIST_DEFAULT_LIMIT, EXECUTION_LIST_MAX_LIMIT, EXECUTION_LIST_MIN_LIMIT, type EmbeddedDescriptor, type EntityUIConfig, EntityUIConfigSchema, type EntrypointConfig, type ErrorCategory, ErrorCategorySchema, type EventFilter, type EvidenceRef, EvidenceRefSchema, type ExecuteContext, type ExecuteResult, type ExecuteSubagentResponse, type ExecutionHints, ExecutionHintsSchema, type ExecutionLink, ExecutionLinkSchema, type ExecutionLinkType, ExecutionLinkTypeSchema, type ExecutionListCursor, ExecutionListCursorSchema, type ExecutionListQuery, ExecutionListQuerySchema, ExecutionSourceHintSchema, type ExecutionStatus, ExecutionStatusSchema, type ExtensionArtifactLifecycleHooksContribution, type ExtensionBootstrap, type ExtensionConfigComponentProps, type ExtensionConfigProvider, type ExtensionContext, type ExtensionContributionProcessor, type ExtensionDependency, ExtensionDependencySchema, type ExtensionDescriptor, type ExtensionDescriptorBase, ExtensionDescriptorSchema, type ExtensionEntrypoints, ExtensionEntrypointsSchema, type ExtensionFieldTypeLoader, type ExtensionIdentity, type ExtensionService, type ExtensionServiceLifecycle, type ExtensionToken, type ExtensionTransitionActionsContribution, type ExtensionTransitionRulesContribution, type ExtensionWarning, type ExtensionWarningAction, type ExtensionWarningEntry, ExtensionWarningEntrySchema, ExtensionWarningSchema, ExtensionWorkflowTrigger, ExtensionWorkflowTriggerSchema, type ExtensionWorkflowTrigger$1 as ExtensionWorkflowTriggerShape, type ExtractTriggerPayload, FORK_SESSION_LINEAGE_KIND, type FacetAppliesTo, FacetAppliesToSchema, type FacetAuthority, FacetAuthoritySchema, type FacetCardinality, FacetCardinalitySchema, FacetNamespace, type FacetNamespaceChangedPayload, type FacetNamespaceDefinition, type FacetNamespaceListRequest, type FacetNamespaceListResponse, type FacetNamespaceRegisterRequest, type FacetNamespaceRegisterResponse, type FacetNamespaceRegistration, FacetNamespaceRegistrationSchema, FacetSchemas, FacetSubjects, type FetchFindingsParams, type FieldDefinition, type FieldOption, type FieldType, type FieldWidget, type FindingOrigin, FindingOriginSchema, type FindingSeverity, FindingSeveritySchema, type FindingStatus, FindingStatusSchema, type FindingTarget, FindingTargetSchema, type FindingsSummary, FindingsSummarySchema, type FocusContext, type ForkChildInfo, type ForkOptions, ForkSessionLineageSchema, type ForkTransforms, ForkTransformsSchema, type FormFieldProps, FrameworkContractNamespaces, FrameworkStorageNamespaces, GIT_HOOK_EVENTS_CAPABILITY_ID, type GateOptions, type GitHookCoverageReason, GitHookCoverageReasonSchema, type GitHookCoverageRequest, GitHookCoverageRequestSchema, type GitHookCoverageResponse, GitHookCoverageResponseSchema, type GitHookCoveredOperation, GitHookCoveredOperationSchema, GitHookNamespace, type GitHookNativeMergeEvent, GitHookNativeMergeEventSchema, type GitHookRewriteEvent, GitHookRewriteEventSchema, type GitHookRewritePair, GitHookRewritePairSchema, GitHookSchemas, GitHookSubjects, type HarnessDefinition, HarnessDefinitionBaseSchema, type HarnessDefinitionCreate, HarnessDefinitionCreateSchema, HarnessDefinitionSchema, HarnessSubjects, type HashTrigger, type HashTriggerContext, type HashTriggerMetadata, type HashTriggerSuggestResult, HostNamespace, HostSchemas, HostSubjects, type HttpServerLike, type IAutoLaunchProvider, type ICapabilityBasedService, type ICapabilityProvider, type IGitHookEventsProvider, type IMakaioSession, INTERACTIVE_DIALOG_TIMEOUT_MS, type IReviewSource, type IReviewerProcessor, type ISTTProvider, type IServerProvider, type IStepRunner, type ITTSProvider, type IVCSProvider, type IVisionProvider, type IVocabularyProvider, type IWorkerNodeProvider, type IWorkflowRunner, type IWorkflowTriggerTypeRegistry, type ImportStatus, type ImportUpsertRequest, type InstallStage, type InstalledVersionEntry, type IterateHandler, type IterateOptions, type JsonValue, JsonValueSchema, type KillSubagentRequest, type KillSubagentResponse, type LabelInfo, LabelInfoSchema, type LabelSemantic, LabelSemanticSchema, type ListSubagentsBySessionRequest, type ListSubagentsBySessionResponse, type LoaderContext, type LocalRef, LocalRefSchema, type LogSourceDefinition, LogSourceDefinitionSchema, MCP_CALL_TOOL_NAME, MCP_DISCOVER_TOOL_NAME, MCP_SCHEMA_TOOL_NAME, type MakaioExtension, type MakaioNodeExtension, type MakaioSessionAgent, MakaioSessionAgentSchema, type MakaioSessionEvent, MakaioSessionEventSchema, MakaioSessionSchema, type MakaioVariant, MakaioVariantSchema, type MakaioWebUiActions, type MakaioWebUiComponentProps, type MakaioWebUiRoute, type ManagedInstallDescriptor, ManagedInstallDescriptorSchema, type ManagedInstallStrategy, ManualWorkflowTrigger, MaterializationNamespace, MaterializationSchemas, MaterializationSubjects, type McpAgentContext, type McpAutoReconnectConfig, McpAutoReconnectConfigSchema, type McpExposureMode, McpExposureModeSchema, McpNonHiddenExposureModeSchema, type McpProfileConfig, McpProfileConfigSchema, type McpResolvedServer, type McpRuntimeSessionContext, McpRuntimeSessionContextSchema, type McpSessionContext, McpSubjects, McpToolPatternSchema, type McpToolState, type McpTransportConfig, McpTransportConfigSchema, type Message$1 as Message, type MessageBlock, type MessageDeliveryMode, type MessageEventFilter, type MessageInput, type MessageOutcome, type MessagePageCursor, MessagePageCursorSchema, type MessageRole, type MessageRouting, MessageRoutingSchema, type MessageRoutingStatus, MessageStorageNamespace, MessageStorageSubjects, type ModelFilterMode, ModelFilterModeSchema, ModelRegistryPublicNamespace, ModelRegistryPublicSubjects, type ModelRegistrySupportedModel, ModelRegistrySupportedModelSchema, type ModelRegistrySupportedModelsRequest, type ModelRegistrySupportedModelsResponse, type ModelVisibility, ModelVisibilitySchema, NativeSessionSupervisorSubjects, type NativeSupervisorAttachRequest, type NativeSupervisorLaunchRequest, type NativeSupervisorStatusRequest, type NativeSupervisorStopRequest, type NodeExtensionContext, type NodeOptions, type NormalizedWorkerNodeCapabilities, type NormalizedWorkerNodeRequirements, type NpmInstallDescriptor, type PageComponentProps, type PageDeclaration, type ParallelMode, type ParallelOptions, type PendingRequest, PendingRequestSchema, type PickerConfig, type PickerOpenContext, PlatformNamespace, PlatformSchemas, PlatformSubjects, type PostInstallDescriptor, type PreviousStepOutput, type ProcessCliOutputParams, type ProcessCommentsParams, type ProcessIssueCommentsParams, type ProcessReviewBodyParams, type ProfileToolCapabilitiesConfig, type ProjectedField, ProjectedFieldSchema, type ProjectedFieldSemantic, ProjectedFieldSemanticSchema, type ProtocolEndpoints, ProtocolEndpointsSchema, type ProtocolId, ProtocolIdSchema, type ProviderAIModel, ProviderAIModelSchema, type ProviderContext, ProviderContextSchema, type ProviderDefinition, type ProviderDefinitionInput, ProviderDefinitionSchema, type ProviderRegistration, type ProviderRuntime, type ProviderSummary, type ProviderUnregistration, type PullRequestState, PullRequestStateSchema, REVIEWER_PROCESSOR_CAPABILITY_ID, REVIEW_SOURCE_CAPABILITY_ID, ROOT_SESSION_LINEAGE_KIND, type ReadinessAssessment, ReadinessAssessmentSchema, type ReasoningLevelMap, type RegisteredStepBlock, type RegisteredTriggerBlock, type RelationTypeRegistration, RelationTypeRegistrationSchema, type RelayConfig, type ReportProgressRequest, type ReportProgressResponse, type RequestInputRpcRequest, type RequestInputRpcResponse, type RequiredTimeoutConfig, type ResolvableCanonicalModel, type ResolveAgentConfigResponse, type ResolveEnrichedPolicyResponse, type ResolvedAgentConfig, ResolvedAgentConfigSchema, type ResolvedApprovalEntry, type ResolvedContextEntry, ResolvedContextEntrySchema, type ResponseSchemaDescriptor, ResponseSchemaDescriptorSchema, type ResponseSchemaName, ResponseSchemaNameSchema, type ReviewFinding, ReviewFindingSchema, type ReviewIssueComment, ReviewIssueCommentSchema, ReviewNamespace, type ReviewRequestContext, ReviewSchemas, type ReviewSourceRateLimit, ReviewSourceRateLimitSchema, type ReviewSourceSnapshot, ReviewSubjects, type ReviewTriggerParams, type ReviewTriggerResult, type ReviewerState, ReviewerStateSchema, type ReviewsSummary, ReviewsSummarySchema, type RiskLevel, RootSessionLineageSchema, SERVER_CAPABILITY_ID, SESSION_EVENT_TYPES, SESSION_LINEAGE_KINDS, SNAPSHOT_VERSION, type STTCapability, type STTMode, type STTProviderCapabilities, type STTRequest, type STTResult, STT_MODE_LITERALS, SUBAGENT_SESSION_LINEAGE_KIND, type SegmentPolicy, type SelectionChangeContext, type SelectionFeedback, type SendMessageRequest, type SendMessageResponse, type SendMessageResultInnerResult, type SendToSubagentRequest, type SendToSubagentResponse, type ServerAddress, type SessionContext, SessionContextSchema, type SessionCreated, type SessionDiscovered, SessionDiscoveredSchema, type SessionEventActionContext, type SessionEventActionDeclaration, type SessionEventActionOptions, type SessionEventPayload, SessionEventStorageNamespace, SessionEventStorageSubjects, type SessionEventType, type SessionEventTypeMap, type SessionExtensionContext, type SessionLineage, type SessionLineageKind, SessionLineageKindSchema, type SessionMessage, type SessionMessageBlock, type SessionMessageOrigin, SessionMessageSchema, type SessionMetadata, SessionNamespace, type SessionPreviewData, SessionPreviewDataSchema, type SendMessageRequest$1 as SessionSendMessageRequest, type SessionSnapshot, SessionSnapshotSchema, SessionStorageNamespace, SessionStorageSetRequestSchema, SessionStorageSetSessionSchema, SessionStorageSubjects, SessionStorageUpdateSchema, SessionSubjects, type SessionUpdatedEvent, type SessionWithPreview, SessionWithPreviewSchema, type SignedBinaryBucketInstallDescriptor, type SkillActivateRequest, type SkillActivateResponse, type SkillActivationMode, type SkillActivationTrigger, SkillActivationTriggerSchema, type SkillCatalogEntry, type SkillCatalogTurnEntry, type SkillDeactivationReason, SkillDeactivationReasonSchema, type SkillFrontmatter, SkillFrontmatterSchema, type SkillGetActiveSkillsRequest, type SkillGetActiveSkillsResponse, type SkillGetCatalogRequest, type SkillGetCatalogResponse, SkillNamespace, type SkillQuery, type SkillRecord, type SkillRecordInput, SkillRecordInputSchema, type SkillReinjection, type SkillRuntimePolicy, SkillRuntimePolicySchema, type SkillScope, type SkillSource, SkillStorageNamespace, SkillStorageSubjects, SkillSubjects, type SkillTurnEntry, type SnapshotExportOptions, type SnapshotImportConflictErrorData, type SnapshotPreviewData, type SpanRecord, SpanRecordSchema, type SpanStatus, SpanStatusSchema, type SpawnSubagentRpcRequest, SpawnSubagentRpcRequestSchema, type SpawnSubagentRpcResponse, type StandardFieldDefinition, type StartAgentRequest, type StartAgentResponse, type StationHandler, type StationNodeBlockRun, type StepCancelPayload, StepCancelPayloadSchema, type StepCancelSubject, type StepContext, type StepFinished, type StepRunConfig, StepRunConfigSchema, type StepRunResult, StepRunResultSchema, type StepRunnerBusAuth, type StepRunnerPlatformDefaults, type StepStarted, type StepTelemetry, StepTelemetrySchema, type StepType, StepTypeSchema, type StructuralEventFilter, type StructuredOutputValidation, type StructuredOutputValidationError, StructuredOutputValidationErrorSchema, StructuredOutputValidationSchema, type StructuredOutputValidationStatus, StructuredOutputValidationStatusSchema, type SubagentConfig, SubagentConfigSchema, type SubagentConstraints, SubagentError, SubagentErrorCode, type SubagentExecutionFailed, SubagentSessionLineageSchema, type SubagentStatus, SubagentStatusSchema, SubagentSubjects, type SubjectTelemetryAttributeValue, SubjectTelemetryAttributeValueSchema, SubjectTelemetryDirectionSchema, type SubjectTelemetryFact, SubjectTelemetryFactSchema, SubjectTelemetryMessageTypeSchema, SubjectTelemetryNamespace, SubjectTelemetrySchemas, SubjectTelemetrySubjects, type SuggestedChange, SuggestedChangeSchema, type SupervisorRuntimeSnapshot, type SupervisorSessionStatus, SupervisorSessionStatusSchema, type SurfaceBindingChangedPayload, type SurfaceBindingDefinition, type SurfaceBindingListRequest, type SurfaceBindingListResponse, type SurfaceBindingRegisterRequest, type SurfaceBindingRegisterResponse, type SurfaceBindingRegistration, SurfaceBindingRegistrationSchema, type SurfaceBindingTarget, SurfaceBindingTargetSchema, type SurfaceType, type SuspensionStrategy, SuspensionStrategySchema, type SystemPrompt, type TTSCapability, type TTSMode, type TTSProviderCapabilities, type TTSRequest, TTS_MODE_LITERALS, type TileDeclaration, type TileProps, type TimeoutCategory, type TimeoutConfig, TimeoutConfigSchema, type TokenUsage, TokenUsageSchema, type ToolAdapterIdentity, type ToolAnnotations, type ToolCallFormatterDeclaration, ToolCapability, ToolCapabilitySchema, type ToolCompleted, type ToolExecuteResult, type ToolExecutionContextOverrides, type ToolListItem, type ToolMetaTag, ToolNamespace, type ToolStarted, ToolSubjects, type TransitionActionFactory, type TransitionActionHandler, type TransitionActionInvocation, TransitionActionInvocationSchema, type TransitionCondition, TransitionConditionSchema, type TransitionEvaluationContext, type TransitionEventType, TransitionEventTypeSchema, type TransitionRuleDefinition, TransitionRuleDefinitionSchema, type TrayActivateRequest, type TrayActivateResponse, type TrayManifest, type Turn, type TurnInitiator, TurnSchema, type TurnStatus, TurnStatusSchema, type TurnUsage, TurnUsageSchema, UI_WARNINGS_CATEGORY, type UiContextDimension, type UiContextSnapshot, type UiContextValueMap, type UiNavigationLevel, type UiNavigationLevelMap, type UiRuntimeNavigationLevel, type UiScope, type UiScopeMap, type UpgradeHandler, type UsageMetrics, type VCSCheckRun, type VCSCommitStatus, VCSCommitStatusSchema, VCSEvents, VCSPRNamespace, VCSPRSchemas, VCSPRSubjects, type VCSPullRequest, type VCSPullRequestDetail, type VCSRepository, type VCSReview, type VCSReviewComment, VCSSubjects, VCS_CAPABILITY_ID, VIRTUAL_NAME_RE, type VariantGetInfoResponse, VariantNamespace, type VariantRequestUpgradeRequest, type VariantRequestUpgradeResponse, VariantSubjects, type VariantUpgradeProgressEvent, type VariantUpgradeStatus, VariantUpgradeStatusSchema, type VersionLiteral, VersionLiteralSchema, type VersionRange, VersionRangeSchema, type VisionAnalysisRequest, type VisionAnalysisResult, VisionNamespace, VisionSchemas, VisionSubjects, type VoicePipelineLeg, type VoicePipelineStrategy, type VoiceProviderPreference, VoiceProviderPreferenceSchema, type VoiceSessionStartResponse, type VoiceStatusState, VoiceSubjects, WORKER_NODE_CAPABILITY_ID, WORKFLOW_CANCELLED_REASON, type WebhookTriggerPayload, WebhookWorkflowTrigger, type WhenContext, type WidgetDeclaration, type WidgetProps, type WindowClosedEvent, type WindowCreateRequest, type WindowCreateResponse, type WindowFocusRequest, type WindowFocusResponse, type WindowLabelChangedEvent, type WindowListRequest, type WindowListResponse, type WindowOpenedEvent, type WindowParamSpec, type WindowState, WindowStateSchema, type WorkLogArtifactWrite, WorkLogArtifactWriteSchema, type WorkLogDynamicNodeMaterialization, WorkLogDynamicNodeMaterializationSchema, type WorkLogExecutionSummary, WorkLogExecutionSummarySchema, type WorkLogFrameEntry, WorkLogFrameEntrySchema, type WorkLogGateEvent, WorkLogGateEventSchema, type WorkLogUsageSummary, WorkLogUsageSummarySchema, type WorkerContributionManifest, WorkerContributionManifestSchema, type WorkerContributionPackageRef, WorkerContributionPackageRefSchema, type WorkerNodeCapabilities, WorkerNodeCapabilitiesSchema, type WorkerNodeDispatch, WorkerNodeDispatchRequestSchema, WorkerNodeDispatchResponseSchema, type WorkerNodeHandle, WorkerNodeNamespace, type WorkerNodeProvisionRequest, type WorkerNodeReadyState, type WorkerNodeRequirements, WorkerNodeRequirementsSchema, WorkerNodeSchemas, WorkerNodeSubjects, type WorkflowArtifactBinding, WorkflowArtifactBindingSchema, WorkflowArtifactRefSchema, type WorkflowBlockCollection, type WorkflowBlockMetadata, WorkflowBlocksNamespace, WorkflowBlocksSchemas, WorkflowBlocksSubjects, type WorkflowBuilder, type WorkflowCancelPayload, WorkflowCancelPayloadSchema, type WorkflowCancelSubject, type WorkflowContext, type WorkflowContextBase, type WorkflowDefinition, type WorkflowDefinitionProvenance, WorkflowDefinitionProvenanceSchema, WorkflowDefinitionSchema, type WorkflowDelegateAgentNode, WorkflowDelegateAgentNodeSchema, type WorkflowDelegateRoleNode, WorkflowDelegateRoleNodeSchema, type WorkflowExecution, WorkflowExecutionSchema, type WorkflowExecutionScope, WorkflowExecutionScopeSchema, type WorkflowFrameState, WorkflowFrameStateSchema, type WorkflowGateInstance, WorkflowGateInstanceSchema, type WorkflowGateNode, WorkflowGateNodeSchema, type WorkflowIterateChainNode, WorkflowIterateChainNodeSchema, type WorkflowIterateNode, WorkflowIterateNodeSchema, type WorkflowListQuery, WorkflowListQuerySchema, WorkflowNamespace, type WorkflowNode, type WorkflowNodeBase, WorkflowNodeBaseSchema, WorkflowNodeSchema, type WorkflowNodeType, WorkflowNodeTypeSchema, type WorkflowParallelMode, WorkflowParallelModeSchema, type WorkflowParallelNode, WorkflowParallelNodeSchema, type WorkflowProgressUpdate, WorkflowProgressUpdateSchema, type WorkflowResolvedAgent, WorkflowResolvedAgentSchema, type WorkflowResolvedRole, WorkflowResolvedRoleSchema, type WorkflowRunContext, WorkflowRunContextSchema, type WorkflowRunResult, WorkflowRunResultSchema, type WorkflowRunnerRunOptions, type WorkflowRunnerStepType, WorkflowSchemas, type WorkflowSequenceNode, WorkflowSequenceNodeSchema, type WorkflowStationNode, WorkflowStationNodeSchema, type WorkflowStepBlock, type WorkflowStepBlockRun, type WorkflowStepType, WorkflowStepTypeSchema, WorkflowSubjects, type WorkflowTrigger, type WorkflowTriggerBlock, type WorkflowTriggerDef, WorkflowTriggerSchema, type WorkflowTriggerTypeRecord, type WorkflowWorkerBusAuth, WorkflowWorkerBusAuthSchema, type WorkflowWorkerConfig, WorkflowWorkerConfigSchema, type WorkflowWorkerSource, WorkflowWorkerSourceSchema, type WorkflowZodSchemas, codexCapabilityMap, compareMessageCursorAsc, compareMessageCursorDesc, computeMetaTags, createClientDefinition, createStepCancelSubject, createWorkflowCancelSubject, defineArtifactKind, defineArtifactLifecycleHooks, defineFacetNamespace, defineSurfaceBinding, defineWorkflow, delegateToAgent, delegateToRole, dep, expandCapabilities, expandProfileToolCapabilities, extensionToken, gate, getBootstrapAssetKey, getExtensionWarningActionLabel, isCanonicalModelParseError, isConnectorSwapCancelledError, isDetachedDescriptor, isInViewBranch, isKnownSessionEvent, isUniversalRange, iterate, iterateChain, messageCursorKey, messageToCursor, parseCanonicalModel, parseExtensionConfig, parseExtensionDescriptor, registerAutoLaunchProvider, registerGitHookEventsProvider, registerReviewSource, registerReviewerProcessor, registerServerProvider, registerVCSProvider, registerWorkerNodeProvider, resolveModelVisibility, safeParseExtensionDescriptor, safeValidateSnapshot, station, unregisterGitHookEventsProvider, unregisterReviewSource, unregisterReviewerProcessor, unregisterServerProvider, unregisterVCSProvider, unregisterWorkerNodeProvider, validateSkillScope, validateSnapshot, validateToolAdapterIdentity, versionSatisfies, zodSchemaToJsonRecord };
|
|
23724
|
+
export { type AIModel, type AIModelMetadata, AIModelSchema, type AIReasoningLevel, AIReasoningLevelSchema, AUTO_LAUNCH_CAPABILITY_ID, type ActionCategory, type ActionCategoryMap, type ActionIntent, type ActionShortcut, type ActionShortcutModifiers, type ActivatedSkillMetadata, type ActiveSkillState, type AdapterClientRef, type AdapterContribution, type AdapterDefinitionContract, AdapterNamespace, type AdapterProviderDefinitionContract, type AdapterProviderRef, type AdapterRuntimeOptions, type AdapterSelection, AdapterSubjects, type AgentComplete, type AgentConfig, type Message as AgentMessage, AgentNamespace, type AgentResolutionContext, AgentResolutionSubjects, type AgentRole, AgentSchemas, type AgentSelection, type AgentSelectionBase, AgentSelectionBaseSchema, type AgentSelectionKindMap, AgentSelectionSchema, type AgentStarted, AgentStatusSchema, AgentSubjects, type AgentToolApproveRequest, type AgentToolApproveResponse, AgentToolApproveSchema, type AnyArtifactKindDefinition, type ApprovalEntry, ApprovalNamespace, type ApprovalPolicy, ApprovalPolicySchema, ApprovalSubjects, type ArtifactActor, ArtifactActorSchema, type ArtifactBindingOptions, type ArtifactCompareRequest, ArtifactCompareRequestSchema, type ArtifactCompareResponse, ArtifactCompareResponseSchema, type ArtifactConflictPolicy, ArtifactConflictPolicySchema, type ArtifactContext, type ArtifactCreateRequest, type ArtifactCreateResponse, type ArtifactCreatedPayload, type ArtifactDataOf, type ArtifactDraft, type ArtifactDraftPatch, type ArtifactHookFilter, type ArtifactKindChangedPayload, type ArtifactKindDefinition, type ArtifactKindListRequest, type ArtifactKindListResponse, type ArtifactKindRegisterRequest, type ArtifactKindRegisterResponse, type ArtifactKindRegistration, ArtifactKindRegistrationSchema, type ArtifactLifecycleHookDefinition, type ArtifactLifecycleHookEvent, type ArtifactLifecycleHookRegistration, type ArtifactLifecycleHooksContributionContext, type ArtifactLifecycleSemanticEvent, type ArtifactMaterializationRef, ArtifactMaterializationRefSchema, ArtifactNamespace, type ArtifactObservation, type ArtifactObservationAddedPayload, ArtifactObservationSchema, type ArtifactOf, type ArtifactPatch, type ArtifactProjectionPolicy, ArtifactProjectionPolicySchema, ArtifactPublishTargetSchema, type ArtifactQueryRequest, ArtifactQueryRequestSchema, type ArtifactQueryResponse, type ArtifactQueryScope, ArtifactQueryScopeSchema, ArtifactQuerySourceSchema, type ArtifactReactionHookContext, type ArtifactReactionHookRegistration, type ArtifactRef, ArtifactRefSchema, type ArtifactRelation, type ArtifactRelationAddedPayload, ArtifactRelationSchema, type ArtifactRelationTarget, ArtifactRelationTargetSchema, type ArtifactRelationTypeListRequest, type ArtifactRelationTypeListResponse, type ArtifactRelationTypeRegisterRequest, type ArtifactRelationTypeRegisterResponse, type ArtifactRepresentations, ArtifactRepresentationsSchema, type ArtifactResolveRequest, type ArtifactResolveResponse, type ArtifactReviseRequest, type ArtifactReviseResponse, type ArtifactRevisedPayload, type ArtifactRevision, ArtifactRevisionSchema, ArtifactSchemas, type ArtifactScope, ArtifactScopeSchema, type ArtifactStatusChangedPayload, ArtifactSubjects, type ArtifactUpdateOperation, type ArtifactUpdater, type AudioChunk, type AutoLaunchDisableResponse, type AutoLaunchEnableRequest, type AutoLaunchEnableResponse, type AutoLaunchStatusResponse, type AwaitSubagentRequest, type AwaitSubagentResponse, BUILT_IN_THIN_WORKFLOW_PROVIDER_ID, type BeforeArtifactHookContext, type BeforeArtifactHookRegistration, type BlockData, type BootstrapAsset, type BootstrapAssetKey, type BootstrapChoice, type BootstrapDiscoverContext, type BootstrapExportContext, type BootstrapExportResult, type BootstrapImportContext, type BootstrapImportResult, type BootstrapResult, type BranchKind, BrowserEntrypointSchema, type BuiltWorkflow, BusEventPublishTargetSchema, type BusEventTrigger, BusEventTriggerSchema, BusEventWorkflowTrigger, BusRequestSourceSchema, COMPRESS_SESSION_LINEAGE_KIND, CONNECTOR_SWAP_CANCELLED_CODE, CONNECTOR_SWAP_WARNING_OPTION_IDS, CONNECTOR_SWAP_WARNING_SUPPRESSED_KEY, type CanonicalModelResolvedSelection, type CanonicalModelSelection, CanonicalModelSubjects, type CapabilityGroup, type CapabilityItem, type CapabilityPickerValue, CapabilitySubjects, type CapabilityToken, type CheckRunDetail, CheckRunDetailSchema, type ChecksSummary, ChecksSummarySchema, type CliArgManifest, type CliManifest, CliManifestSchema, type CliSubcommandManifest, type ClientAccountIdentifier, ClientAccountIdentifierSchema, type ClientAccountObserveRequest, type ClientBinaryCompatibility, ClientBinaryCompatibilitySchema, type ClientBinaryListEntry, type ClientDefinition, ClientDefinitionSchema, type ClientExecutionContext, type ClientIdentityObservation, ClientIdentityObservationSchema, type ClientInstallCompleted, type ClientInstallProgress, type ClientRuntimeObserveRequest, type ClientRuntimeStarted, type ClientScanResult, type ClientScanTarget, type ClientSessionAccountObserveRequest, type ClientSessionAccountObserveResponse, ClientSessionAccountObserveSchema, type ClientSessionLocator, type ClientSessionObservedBase, type ClientSessionStarted, type ClientSessionToolPost, type ClientSessionToolPre, type ClientSessionTurnCompleted, type ClientSessionUserPromptSubmitted, ClientSubjects, type ClientToolDefinition, ClientToolDefinitionSchema, type ClientUsageIngestRequest, type ClientUsageSnapshot, type ClientUsageWindow, type ClientVersionChanged, type ClientVoiceProviderDescriptor, type ClientWiringEntry, ClientWiringEntrySchema, type CompleteTaskRequest, type CompleteTaskResponse, type CompletionMode, CompletionModeSchema, CompressSessionLineageSchema, type CompressionMode, CompressionModeSchema, type ConfidenceBasis, ConfidenceBasisSchema, type ConfidenceLevel, ConfidenceLevelSchema, type ConfidenceMetadata, ConfidenceMetadataSchema, type Config, type ConfigGetResponse, ConfigSchema, ConfigSchemas, ConfigSubjects, type ConfigUpdateRequest, type ConfigUpdateResponse, ConnectorSwapCancelledError, type ContentSource, type ContextBundle, ContextBundleSchema, type ContextMode, ContextModeSchema, type ContextPublishTarget, ContextPublishTargetSchema, type ContextSource, ContextSourceSchema, type ContextWindowState, type CreateSessionEventActionResult, CredentialSubjects, type CronTriggerPayload, CronWorkflowTrigger, type CustomFieldDefinition, DEFAULT_CONSTRAINTS, DEFAULT_HARNESSES, type DefineWorkflowOptions, type DelegateAgentNodeBlockRun, type DelegateRoleNodeBlockRun, type DetachedDescriptor, type DetachedTransportConfig, DetachedTransportSchema, type DiscoveredAIModel, ERROR_CATEGORIES, EXECUTION_LIST_DEFAULT_LIMIT, EXECUTION_LIST_MAX_LIMIT, EXECUTION_LIST_MIN_LIMIT, type EmbeddedDescriptor, type EntityUIConfig, EntityUIConfigSchema, type EntrypointConfig, type ErrorCategory, ErrorCategorySchema, type EventFilter, type EvidenceRef, EvidenceRefSchema, type ExecuteContext, type ExecuteResult, type ExecuteSubagentResponse, type ExecutionHints, ExecutionHintsSchema, type ExecutionLink, type ExecutionLinkListQuery, ExecutionLinkListQuerySchema, ExecutionLinkSchema, type ExecutionLinkType, ExecutionLinkTypeSchema, type ExecutionListCursor, ExecutionListCursorSchema, type ExecutionListQuery, ExecutionListQuerySchema, ExecutionSourceHintSchema, type ExecutionStatus, ExecutionStatusSchema, type ExtensionArtifactLifecycleHooksContribution, type ExtensionBootstrap, type ExtensionConfigComponentProps, type ExtensionConfigProvider, type ExtensionContext, type ExtensionContributionProcessor, type ExtensionDependency, ExtensionDependencySchema, type ExtensionDescriptor, type ExtensionDescriptorBase, ExtensionDescriptorSchema, type ExtensionEntrypoints, ExtensionEntrypointsSchema, type ExtensionFieldTypeLoader, type ExtensionIdentity, type ExtensionService, type ExtensionServiceLifecycle, type ExtensionToken, type ExtensionTransitionActionsContribution, type ExtensionTransitionRulesContribution, type ExtensionWarning, type ExtensionWarningAction, type ExtensionWarningEntry, ExtensionWarningEntrySchema, ExtensionWarningSchema, ExtensionWorkflowTrigger, ExtensionWorkflowTriggerSchema, type ExtensionWorkflowTrigger$1 as ExtensionWorkflowTriggerShape, type ExtractTriggerPayload, FORK_SESSION_LINEAGE_KIND, type FacetAppliesTo, FacetAppliesToSchema, type FacetAuthority, FacetAuthoritySchema, type FacetCardinality, FacetCardinalitySchema, FacetNamespace, type FacetNamespaceChangedPayload, type FacetNamespaceDefinition, type FacetNamespaceListRequest, type FacetNamespaceListResponse, type FacetNamespaceRegisterRequest, type FacetNamespaceRegisterResponse, type FacetNamespaceRegistration, FacetNamespaceRegistrationSchema, FacetSchemas, FacetSubjects, type FetchFindingsParams, type FieldDefinition, type FieldOption, type FieldType, type FieldWidget, type FindingOrigin, FindingOriginSchema, type FindingSeverity, FindingSeveritySchema, type FindingStatus, FindingStatusSchema, type FindingTarget, FindingTargetSchema, type FindingsSummary, FindingsSummarySchema, type FocusContext, type ForkChildInfo, type ForkOptions, ForkSessionLineageSchema, type ForkTransforms, ForkTransformsSchema, type FormFieldProps, FrameworkContractNamespaces, FrameworkStorageNamespaces, GIT_HOOK_EVENTS_CAPABILITY_ID, type GateInstanceListQuery, GateInstanceListQuerySchema, type GateOptions, type GitHookCoverageReason, GitHookCoverageReasonSchema, type GitHookCoverageRequest, GitHookCoverageRequestSchema, type GitHookCoverageResponse, GitHookCoverageResponseSchema, type GitHookCoveredOperation, GitHookCoveredOperationSchema, GitHookNamespace, type GitHookNativeMergeEvent, GitHookNativeMergeEventSchema, type GitHookRewriteEvent, GitHookRewriteEventSchema, type GitHookRewritePair, GitHookRewritePairSchema, GitHookSchemas, GitHookSubjects, type HarnessDefinition, HarnessDefinitionBaseSchema, type HarnessDefinitionCreate, HarnessDefinitionCreateSchema, HarnessDefinitionSchema, HarnessSubjects, type HashTrigger, type HashTriggerContext, type HashTriggerMetadata, type HashTriggerSuggestResult, HostNamespace, HostSchemas, HostSubjects, type HttpServerLike, type IAutoLaunchProvider, type ICapabilityBasedService, type ICapabilityProvider, type IGitHookEventsProvider, type IMakaioSession, INTERACTIVE_DIALOG_TIMEOUT_MS, type IReviewSource, type IReviewerProcessor, type ISTTProvider, type IServerProvider, type IStepRunner, type ITTSProvider, type IVCSProvider, type IVisionProvider, type IVocabularyProvider, type IWorkerNodeProvider, type IWorkflowRunner, type IWorkflowTriggerTypeRegistry, type ImportStatus, type ImportUpsertRequest, type InstallStage, type InstalledVersionEntry, type IterateHandler, type IterateOptions, type JsonValue, JsonValueSchema, type KillSubagentRequest, type KillSubagentResponse, type LabelInfo, LabelInfoSchema, type LabelSemantic, LabelSemanticSchema, type ListSubagentsBySessionRequest, type ListSubagentsBySessionResponse, type LoaderContext, type LocalRef, LocalRefSchema, type LogSourceDefinition, LogSourceDefinitionSchema, MCP_CALL_TOOL_NAME, MCP_DISCOVER_TOOL_NAME, MCP_SCHEMA_TOOL_NAME, type MakaioExtension, type MakaioNodeExtension, type MakaioSessionAgent, MakaioSessionAgentSchema, type MakaioSessionEvent, MakaioSessionEventSchema, MakaioSessionSchema, type MakaioVariant, MakaioVariantSchema, type MakaioWebUiActions, type MakaioWebUiComponentProps, type MakaioWebUiRoute, type ManagedInstallDescriptor, ManagedInstallDescriptorSchema, type ManagedInstallStrategy, ManualWorkflowTrigger, MaterializationNamespace, MaterializationSchemas, MaterializationSubjects, type McpAgentContext, type McpAutoReconnectConfig, McpAutoReconnectConfigSchema, type McpExposureMode, McpExposureModeSchema, McpNonHiddenExposureModeSchema, type McpProfileConfig, McpProfileConfigSchema, type McpResolvedServer, type McpRuntimeSessionContext, McpRuntimeSessionContextSchema, type McpSessionContext, McpSubjects, McpToolPatternSchema, type McpToolState, type McpTransportConfig, McpTransportConfigSchema, type Message$1 as Message, type MessageBlock, type MessageDeliveryMode, type MessageEventFilter, type MessageInput, type MessageOutcome, type MessagePageCursor, MessagePageCursorSchema, type MessageRole, type MessageRouting, MessageRoutingSchema, type MessageRoutingStatus, MessageStorageNamespace, MessageStorageSubjects, type ModelFilterMode, ModelFilterModeSchema, ModelRegistryPublicNamespace, ModelRegistryPublicSubjects, type ModelRegistrySupportedModel, ModelRegistrySupportedModelSchema, type ModelRegistrySupportedModelsRequest, type ModelRegistrySupportedModelsResponse, type ModelVisibility, ModelVisibilitySchema, NativeSessionSupervisorSubjects, type NativeSupervisorAttachRequest, type NativeSupervisorLaunchRequest, type NativeSupervisorStatusRequest, type NativeSupervisorStopRequest, type NodeExtensionContext, type NodeOptions, type NormalizedWorkerNodeCapabilities, type NormalizedWorkerNodeRequirements, type NpmInstallDescriptor, type PageComponentProps, type PageDeclaration, type ParallelMode, type ParallelOptions, type PendingRequest, PendingRequestSchema, type PickerConfig, type PickerOpenContext, PlatformNamespace, PlatformSchemas, PlatformSubjects, type PostInstallDescriptor, type PreviousStepOutput, type ProcessCliOutputParams, type ProcessCommentsParams, type ProcessIssueCommentsParams, type ProcessReviewBodyParams, type ProfileToolCapabilitiesConfig, type ProjectedField, ProjectedFieldSchema, type ProjectedFieldSemantic, ProjectedFieldSemanticSchema, type ProtocolEndpoints, ProtocolEndpointsSchema, type ProtocolId, ProtocolIdSchema, type ProviderAIModel, ProviderAIModelSchema, type ProviderContext, ProviderContextSchema, type ProviderDefinition, type ProviderDefinitionInput, ProviderDefinitionSchema, type ProviderRegistration, type ProviderRuntime, type ProviderSummary, type ProviderUnregistration, type PullRequestState, PullRequestStateSchema, REVIEWER_PROCESSOR_CAPABILITY_ID, REVIEW_SOURCE_CAPABILITY_ID, ROOT_SESSION_LINEAGE_KIND, type ReadinessAssessment, ReadinessAssessmentSchema, type ReasoningLevelMap, type RegisteredStepBlock, type RegisteredTriggerBlock, type RelationTypeRegistration, RelationTypeRegistrationSchema, type RelayConfig, type ReportProgressRequest, type ReportProgressResponse, type RequestInputRpcRequest, type RequestInputRpcResponse, type RequiredTimeoutConfig, type ResolvableCanonicalModel, type ResolveAgentConfigResponse, type ResolveEnrichedPolicyResponse, type ResolvedAgentConfig, ResolvedAgentConfigSchema, type ResolvedApprovalEntry, type ResolvedContextEntry, ResolvedContextEntrySchema, type ResponseSchemaDescriptor, ResponseSchemaDescriptorSchema, type ResponseSchemaName, ResponseSchemaNameSchema, type ReviewFinding, ReviewFindingSchema, type ReviewIssueComment, ReviewIssueCommentSchema, ReviewNamespace, type ReviewRequestContext, ReviewSchemas, type ReviewSourceRateLimit, ReviewSourceRateLimitSchema, type ReviewSourceSnapshot, ReviewSubjects, type ReviewTriggerParams, type ReviewTriggerResult, type ReviewerState, ReviewerStateSchema, type ReviewsSummary, ReviewsSummarySchema, type RiskLevel, RootSessionLineageSchema, SERVER_CAPABILITY_ID, SESSION_EVENT_TYPES, SESSION_LINEAGE_KINDS, SNAPSHOT_VERSION, STORAGE_DIALECTS, type STTCapability, type STTMode, type STTProviderCapabilities, type STTRequest, type STTResult, STT_MODE_LITERALS, SUBAGENT_SESSION_LINEAGE_KIND, type SegmentPolicy, type SelectionChangeContext, type SelectionFeedback, type SendMessageRequest, type SendMessageResponse, type SendMessageResultInnerResult, type SendToSubagentRequest, type SendToSubagentResponse, type ServerAddress, type SessionContext, SessionContextSchema, type SessionCreated, type SessionDiscovered, SessionDiscoveredSchema, type SessionEventActionContext, type SessionEventActionDeclaration, type SessionEventActionOptions, type SessionEventPayload, SessionEventStorageNamespace, SessionEventStorageSubjects, type SessionEventType, type SessionEventTypeMap, type SessionExtensionContext, type SessionLineage, type SessionLineageKind, SessionLineageKindSchema, type SessionMessage, type SessionMessageBlock, type SessionMessageOrigin, SessionMessageSchema, type SessionMetadata, SessionNamespace, type SessionPreviewData, SessionPreviewDataSchema, type SendMessageRequest$1 as SessionSendMessageRequest, type SessionSnapshot, SessionSnapshotSchema, SessionStorageNamespace, SessionStorageSetRequestSchema, SessionStorageSetSessionSchema, SessionStorageSubjects, SessionStorageUpdateSchema, SessionSubjects, type SessionUpdatedEvent, type SessionWithPreview, SessionWithPreviewSchema, type SignedBinaryBucketInstallDescriptor, type SkillActivateRequest, type SkillActivateResponse, type SkillActivationMode, type SkillActivationTrigger, SkillActivationTriggerSchema, type SkillCatalogEntry, type SkillCatalogTurnEntry, type SkillDeactivationReason, SkillDeactivationReasonSchema, type SkillFrontmatter, SkillFrontmatterSchema, type SkillGetActiveSkillsRequest, type SkillGetActiveSkillsResponse, type SkillGetCatalogRequest, type SkillGetCatalogResponse, SkillNamespace, type SkillQuery, type SkillRecord, type SkillRecordInput, SkillRecordInputSchema, type SkillReinjection, type SkillRuntimePolicy, SkillRuntimePolicySchema, type SkillScope, type SkillSource, SkillStorageNamespace, SkillStorageSubjects, SkillSubjects, type SkillTurnEntry, type SnapshotExportOptions, type SnapshotImportConflictErrorData, type SnapshotPreviewData, type SpanRecord, SpanRecordSchema, type SpanStatus, SpanStatusSchema, type SpawnSubagentRpcRequest, SpawnSubagentRpcRequestSchema, type SpawnSubagentRpcResponse, type StandardFieldDefinition, type StartAgentRequest, type StartAgentResponse, type StationHandler, type StationNodeBlockRun, type StepCancelPayload, StepCancelPayloadSchema, type StepCancelSubject, type StepContext, type StepFinished, type StepRunConfig, StepRunConfigSchema, type StepRunResult, StepRunResultSchema, type StepRunnerBusAuth, type StepRunnerPlatformDefaults, type StepStarted, type StepTelemetry, StepTelemetrySchema, type StepType, StepTypeSchema, type StorageDialect, type StorageManifest, type StructuralEventFilter, type StructuredOutputValidation, type StructuredOutputValidationError, StructuredOutputValidationErrorSchema, StructuredOutputValidationSchema, type StructuredOutputValidationStatus, StructuredOutputValidationStatusSchema, type SubagentConfig, SubagentConfigSchema, type SubagentConstraints, SubagentError, SubagentErrorCode, type SubagentExecutionFailed, SubagentSessionLineageSchema, type SubagentStatus, SubagentStatusSchema, SubagentSubjects, type SubjectTelemetryAttributeValue, SubjectTelemetryAttributeValueSchema, SubjectTelemetryDirectionSchema, type SubjectTelemetryFact, SubjectTelemetryFactSchema, SubjectTelemetryMessageTypeSchema, SubjectTelemetryNamespace, SubjectTelemetrySchemas, SubjectTelemetrySubjects, type SuggestedChange, SuggestedChangeSchema, type SupervisorRuntimeSnapshot, type SupervisorSessionStatus, SupervisorSessionStatusSchema, type SurfaceBindingChangedPayload, type SurfaceBindingDefinition, type SurfaceBindingListRequest, type SurfaceBindingListResponse, type SurfaceBindingRegisterRequest, type SurfaceBindingRegisterResponse, type SurfaceBindingRegistration, SurfaceBindingRegistrationSchema, type SurfaceBindingTarget, SurfaceBindingTargetSchema, type SurfaceType, type SuspensionStrategy, SuspensionStrategySchema, type SystemPrompt, type TTSCapability, type TTSMode, type TTSProviderCapabilities, type TTSRequest, TTS_MODE_LITERALS, type TileDeclaration, type TileProps, type TimeoutCategory, type TimeoutConfig, TimeoutConfigSchema, type TokenUsage, TokenUsageSchema, type ToolAdapterIdentity, type ToolAnnotations, type ToolCallFormatterDeclaration, ToolCapability, ToolCapabilitySchema, type ToolCompleted, type ToolExecuteResult, type ToolExecutionContextOverrides, type ToolListItem, type ToolMetaTag, ToolNamespace, type ToolStarted, ToolSubjects, type TransitionActionFactory, type TransitionActionHandler, type TransitionActionInvocation, TransitionActionInvocationSchema, type TransitionCondition, TransitionConditionSchema, type TransitionEvaluationContext, type TransitionEventType, TransitionEventTypeSchema, type TransitionRuleDefinition, TransitionRuleDefinitionSchema, type TrayActivateRequest, type TrayActivateResponse, type TrayManifest, type Turn, type TurnInitiator, TurnInitiatorSchema, TurnSchema, type TurnStatus, TurnStatusSchema, type TurnUsage, TurnUsageSchema, UI_WARNINGS_CATEGORY, type UiContextDimension, type UiContextSnapshot, type UiContextValueMap, type UiNavigationLevel, type UiNavigationLevelMap, type UiRuntimeNavigationLevel, type UiScope, type UiScopeMap, type UpgradeHandler, type UsageMetrics, type VCSCheckRun, type VCSCommitStatus, VCSCommitStatusSchema, VCSEvents, VCSPRNamespace, VCSPRSchemas, VCSPRSubjects, type VCSPullRequest, type VCSPullRequestDetail, type VCSRepository, type VCSReview, type VCSReviewComment, VCSSubjects, VCS_CAPABILITY_ID, VIRTUAL_NAME_RE, type VariantGetInfoResponse, VariantNamespace, type VariantRequestUpgradeRequest, type VariantRequestUpgradeResponse, VariantSubjects, type VariantUpgradeProgressEvent, type VariantUpgradeStatus, VariantUpgradeStatusSchema, type VersionLiteral, VersionLiteralSchema, type VersionRange, VersionRangeSchema, type VisionAnalysisRequest, type VisionAnalysisResult, VisionNamespace, VisionSchemas, VisionSubjects, type VoicePipelineLeg, type VoicePipelineStrategy, type VoiceProviderPreference, VoiceProviderPreferenceSchema, type VoiceSessionStartResponse, type VoiceStatusState, VoiceSubjects, WORKER_NODE_CAPABILITY_ID, WORKFLOW_CANCELLED_REASON, type WebhookTriggerPayload, WebhookWorkflowTrigger, type WhenContext, type WidgetDeclaration, type WidgetProps, type WindowClosedEvent, type WindowCreateRequest, type WindowCreateResponse, type WindowFocusRequest, type WindowFocusResponse, type WindowLabelChangedEvent, type WindowListRequest, type WindowListResponse, type WindowOpenedEvent, type WindowParamSpec, type WindowState, WindowStateSchema, type WorkLogArtifactWrite, WorkLogArtifactWriteSchema, type WorkLogDynamicNodeMaterialization, WorkLogDynamicNodeMaterializationSchema, type WorkLogExecutionSummary, WorkLogExecutionSummarySchema, type WorkLogFrameEntry, WorkLogFrameEntrySchema, type WorkLogGateEvent, WorkLogGateEventSchema, type WorkLogStats, WorkLogStatsSchema, type WorkLogUsageSummary, WorkLogUsageSummarySchema, type WorkerContributionManifest, WorkerContributionManifestSchema, type WorkerContributionPackageRef, WorkerContributionPackageRefSchema, type WorkerNodeCapabilities, WorkerNodeCapabilitiesSchema, type WorkerNodeDispatch, WorkerNodeDispatchRequestSchema, WorkerNodeDispatchResponseSchema, type WorkerNodeHandle, WorkerNodeNamespace, type WorkerNodeProvisionRequest, type WorkerNodeReadyState, type WorkerNodeRequirements, WorkerNodeRequirementsSchema, WorkerNodeSchemas, WorkerNodeSubjects, type WorkflowArtifactBinding, WorkflowArtifactBindingSchema, type WorkflowArtifactRef, WorkflowArtifactRefSchema, type WorkflowBlockCollection, type WorkflowBlockMetadata, WorkflowBlocksNamespace, WorkflowBlocksSchemas, WorkflowBlocksSubjects, type WorkflowBuilder, type WorkflowCancelPayload, WorkflowCancelPayloadSchema, type WorkflowCancelSubject, type WorkflowContext, type WorkflowContextBase, type WorkflowDefinition, type WorkflowDefinitionProvenance, WorkflowDefinitionProvenanceSchema, WorkflowDefinitionSchema, type WorkflowDelegateAgentNode, WorkflowDelegateAgentNodeSchema, type WorkflowDelegateRoleNode, WorkflowDelegateRoleNodeSchema, type WorkflowExecution, WorkflowExecutionSchema, type WorkflowExecutionScope, WorkflowExecutionScopeSchema, type WorkflowFrameState, WorkflowFrameStateSchema, type WorkflowGateInstance, WorkflowGateInstanceSchema, type WorkflowGateNode, WorkflowGateNodeSchema, type WorkflowGateStatus, WorkflowGateStatusSchema, type WorkflowIterateChainNode, WorkflowIterateChainNodeSchema, type WorkflowIterateNode, WorkflowIterateNodeSchema, type WorkflowListQuery, WorkflowListQuerySchema, WorkflowNamespace, type WorkflowNode, type WorkflowNodeBase, WorkflowNodeBaseSchema, WorkflowNodeSchema, type WorkflowNodeType, WorkflowNodeTypeSchema, type WorkflowParallelMode, WorkflowParallelModeSchema, type WorkflowParallelNode, WorkflowParallelNodeSchema, type WorkflowProgressUpdate, WorkflowProgressUpdateSchema, type WorkflowResolvedAgent, WorkflowResolvedAgentSchema, type WorkflowResolvedRole, WorkflowResolvedRoleSchema, type WorkflowRunContext, WorkflowRunContextSchema, type WorkflowRunResult, WorkflowRunResultSchema, type WorkflowRunnerRunOptions, type WorkflowRunnerStepType, WorkflowSchemas, type WorkflowSequenceNode, WorkflowSequenceNodeSchema, type WorkflowStationNode, WorkflowStationNodeSchema, type WorkflowStepBlock, type WorkflowStepBlockRun, type WorkflowStepType, WorkflowStepTypeSchema, WorkflowSubjects, type WorkflowTrigger, type WorkflowTriggerBlock, type WorkflowTriggerDef, WorkflowTriggerSchema, type WorkflowTriggerTypeRecord, type WorkflowWorkerBusAuth, WorkflowWorkerBusAuthSchema, type WorkflowWorkerConfig, WorkflowWorkerConfigSchema, type WorkflowWorkerSource, WorkflowWorkerSourceSchema, type WorkflowZodSchemas, allMigrationsPaths, codexCapabilityMap, compareMessageCursorAsc, compareMessageCursorDesc, computeMetaTags, createClientDefinition, createStepCancelSubject, createWorkflowCancelSubject, defineArtifactKind, defineArtifactLifecycleHooks, defineFacetNamespace, defineSurfaceBinding, defineWorkflow, delegateToAgent, delegateToRole, dep, expandCapabilities, expandProfileToolCapabilities, extensionToken, gate, getBootstrapAssetKey, getExtensionWarningActionLabel, isCanonicalModelParseError, isConnectorSwapCancelledError, isDetachedDescriptor, isInViewBranch, isKnownSessionEvent, isUniversalRange, iterate, iterateChain, messageCursorKey, messageToCursor, parseCanonicalModel, parseExtensionConfig, parseExtensionDescriptor, primaryMigrationsPath, registerAutoLaunchProvider, registerGitHookEventsProvider, registerReviewSource, registerReviewerProcessor, registerServerProvider, registerVCSProvider, registerWorkerNodeProvider, resolveModelVisibility, safeParseExtensionDescriptor, safeValidateSnapshot, station, unregisterGitHookEventsProvider, unregisterReviewSource, unregisterReviewerProcessor, unregisterServerProvider, unregisterVCSProvider, unregisterWorkerNodeProvider, validateSkillScope, validateSnapshot, validateToolAdapterIdentity, versionSatisfies, zodSchemaToJsonRecord };
|