@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,38 +1,38 @@
|
|
|
1
|
-
import { a as ResolveIdResponseSchema, c as ResolveNameResponse, i as ResolveIdResponse, l as ResolveNameResponseSchema, n as ResolveIdRequest, o as ResolveNameRequest, r as ResolveIdRequestSchema, s as ResolveNameRequestSchema, t as AdapterRuntimeSchemas } from "../schemas-
|
|
2
|
-
import { n as AdapterRuntimeSubjects, t as AdapterRuntimeNamespace } from "../namespace-
|
|
3
|
-
import { a as resolveDeterministicAdapterId, i as registerAdapterRuntimeIdentityHandlers, n as RegisteredAdapterRuntimeIdentityHandlers, r as buildDeterministicAdapterId, t as AdapterIdentityRegistry } from "../index-
|
|
4
|
-
import { _ as BindingRecord } from "../index-
|
|
5
|
-
import { a as AgentRuntimeSelectionSchema, i as AgentRuntimeSelection, n as AgentInstanceStatusSchema, r as AgentRuntimeSchemas, t as AgentInstanceStatus } from "../schemas-
|
|
6
|
-
import { n as AgentRuntimeSubjects, t as AgentRuntimeNamespace } from "../namespace-
|
|
7
|
-
import { t as CapabilityService } from "../index-
|
|
8
|
-
import { n as CodebaseSubjects, t as CodebaseNamespace } from "../namespace-
|
|
9
|
-
import { n as CodebaseChangedEventSchema, r as CodebaseSchemas, t as CodebaseChangedEvent } from "../schemas-
|
|
10
|
-
import { a as CompressResponse, c as CompressionEventSchema, d as ExtractedContextSchema, f as TechnicalDetails, h as TodoEntrySchema, i as CompressRequestSchema, l as CompressionSchemas, m as TodoEntry, n as BugEntrySchema, o as CompressResponseSchema, p as TechnicalDetailsSchema, r as CompressRequest, s as CompressionEvent, t as BugEntry, u as ExtractedContext } from "../schemas-
|
|
11
|
-
import { n as CompressionSubjects, t as CompressionNamespace } from "../namespace-
|
|
12
|
-
import { a as ContextRuleInput, n as ContextRuleAction, t as ContextRule } from "../types-
|
|
13
|
-
import { a as ExecutionTargetInputSchema, c as ExecutionTargetResolveRequest, d as ExecutionTargetSchemas, f as ExecutionTargetType, i as ExecutionTargetInput, l as ExecutionTargetResolveRequestSchema, m as LocalExecutionTargetSchema, n as ContainerLocalExecutionTargetSchema, o as ExecutionTargetListQuery, p as ExecutionTargetTypeSchema, r as ExecutionTarget, s as ExecutionTargetListQuerySchema, t as ContainerIsolatedExecutionTargetSchema, u as ExecutionTargetSchema } from "../schemas-
|
|
14
|
-
import { n as ExecutionTargetSubjects, t as ExecutionTargetNamespace } from "../namespace-
|
|
15
|
-
import { A as StatusResponseSchema, C as SpawnRequest, D as StatusRequest, E as SpawnResponseSchema, M as StopRequestSchema, N as StopResponse, O as StatusRequestSchema, P as StopResponseSchema, S as ContainerStoppedSchema, T as SpawnResponse, _ as ContainerStarted, b as ContainerStateSchema, c as ContainerCreatedSchema, d as ContainerIsolatedSpawnRequest, f as ContainerIsolatedSpawnRequestSchema, g as ContainerRuntimeSchema, h as ContainerRuntime, i as DockerSubjects, j as StopRequest, k as StatusResponse, l as ContainerDestroyed, m as ContainerLocalSpawnRequestSchema, n as ContainerSpawnSubjects, p as ContainerLocalSpawnRequest, r as DockerNamespace, s as ContainerCreated, t as ContainerSpawnNamespace, u as ContainerDestroyedSchema, v as ContainerStartedSchema, w as SpawnRequestSchema, x as ContainerStopped, y as ContainerState } from "../index-
|
|
16
|
-
import { $ as
|
|
17
|
-
import { a as registerCompressHandler, c as SessionTurnManager, d as Turn, f as TurnConfig, h as TurnStateChange, i as registerForkHandler, l as TurnCompleteCallback, m as TurnResult, n as routeToAgents, o as registerAttachHandler, p as TurnContext, r as registerMergeHandler, s as registerAbandonHandler, t as routeToAgentsCore, u as TurnCompletionResult } from "../index
|
|
18
|
-
import { n as activateProviderContextStrict, r as buildProviderContext, t as activateProviderContext } from "../index-
|
|
19
|
-
import { i as SessionStorageSubjects, r as SessionStorageNamespace } from "../namespace-
|
|
20
|
-
import { a as agents,
|
|
21
|
-
import { n as SessionEventStorageSubjects, t as SessionEventStorageNamespace } from "../namespace-
|
|
22
|
-
import { t as TurnStorageNamespace } from "../namespace-
|
|
23
|
-
import { n as TurnStorageSubjects } from "../namespace
|
|
24
|
-
import { i as MessageStorageSubjects, r as MessageStorageNamespace } from "../namespace-
|
|
25
|
-
import { a as createToolContributionProcessor, c as ToolRegistryOptions, d as ToolsetPolicy, f as ToolsetPolicyProvider, l as ToolsWithToolsetsResult, o as ToolRegistry, s as ListToolsFilter, u as ToolsetInfo } from "../index-
|
|
26
|
-
import { t as ToolApprovalService } from "../index-
|
|
27
|
-
import { t as TrayMenuService } from "../index-
|
|
28
|
-
import { a as TrayMenuGroupSchema, c as TrayMenuListEntry, d as TrayMenuSchemas, f as TrayMenuSectionSchema, i as TrayMenuGroupEntrySchema, l as TrayMenuListEntrySchema, n as TrayMenuEntrySchema, o as TrayMenuItemClicked, r as TrayMenuGroup, s as TrayMenuItemClickedSchema, t as TrayMenuEntry, u as TrayMenuMetadataSchema } from "../schemas-
|
|
29
|
-
import { n as TrayMenuSubjects, t as TrayMenuNamespace } from "../namespace-
|
|
30
|
-
import { C as ModelRegistrySchemas, S as ModelRegistrySchema, T as ProviderModelOverrideSchema, _ as ModelRegistryGetLabModelsResponse, a as ModelRegistryService, b as ModelRegistryRefreshRequest, c as IModelRegistryFetcher, d as ModelRegistry, f as ModelRegistryCheckModelInProvidersRequest, g as ModelRegistryGetLabModelsRequest, h as ModelRegistryGetForProviderResponse, i as ModelRegistryProviderNotFoundError, l as ModelRegistryNamespace, m as ModelRegistryGetForProviderRequest, n as CachedRegistryFetcher, o as ModelRegistryServiceOptions, p as ModelRegistryCheckModelInProvidersResponse, r as FallbackRegistryFetcher, s as IModelRegistryCache, t as mergeModelMetadata, u as ModelRegistrySubjects, v as ModelRegistryGetProviderModelsRequest, w as ProviderModelOverride, x as ModelRegistryRefreshResponse, y as ModelRegistryGetProviderModelsResponse } from "../index-
|
|
31
|
-
import { a as InternalPendingRequest, c as SubagentServiceToken, i as InputResolver, l as subagentServicePackage, n as TrackOptions, o as SpawnOptions, r as AwaitResult, s as TrackedSubagent, t as SubagentManager, u as SubagentService } from "../index-
|
|
32
|
-
import { a as PreferenceValueSchema, i as PreferenceKeySchema, n as PreferenceItemSchema, o as PreferencesSchemas, r as PreferenceKey, t as PreferenceItem } from "../schemas-
|
|
33
|
-
import { n as PreferencesSubjects, t as PreferencesNamespace } from "../storage-namespace-
|
|
34
|
-
import { _ as SubagentTemplateUpdate, a as SubagentTemplateInstance, c as SubagentTemplateInstanceStatusSchema, d as SubagentTemplateSettingsSchemas, f as SubagentTemplateSpawnRequest, g as SubagentTemplateSummarySchema, h as SubagentTemplateSummary, i as SubagentTemplateCreateSchema, l as SubagentTemplateKernelSchemas, m as SubagentTemplateSpawnedEventSchema, n as SubagentTemplateCompletedEventSchema, o as SubagentTemplateInstanceSchema, p as SubagentTemplateSpawnRequestSchema, r as SubagentTemplateCreate, s as SubagentTemplateInstanceStatus, t as SubagentTemplate, u as SubagentTemplateSchema, v as SubagentTemplateUpdateSchema } from "../schemas-
|
|
35
|
-
import { n as SubagentTemplateSubjects, t as SubagentTemplateKernelNamespace } from "../namespace-
|
|
1
|
+
import { a as ResolveIdResponseSchema, c as ResolveNameResponse, i as ResolveIdResponse, l as ResolveNameResponseSchema, n as ResolveIdRequest, o as ResolveNameRequest, r as ResolveIdRequestSchema, s as ResolveNameRequestSchema, t as AdapterRuntimeSchemas } from "../schemas-Kq33MTPY.mjs";
|
|
2
|
+
import { n as AdapterRuntimeSubjects, t as AdapterRuntimeNamespace } from "../namespace-nlsvvMtD.mjs";
|
|
3
|
+
import { a as resolveDeterministicAdapterId, i as registerAdapterRuntimeIdentityHandlers, n as RegisteredAdapterRuntimeIdentityHandlers, r as buildDeterministicAdapterId, t as AdapterIdentityRegistry } from "../index-Bw_zL7Rs.mjs";
|
|
4
|
+
import { _ as BindingRecord } from "../index-BpniJgxu.mjs";
|
|
5
|
+
import { a as AgentRuntimeSelectionSchema, i as AgentRuntimeSelection, n as AgentInstanceStatusSchema, r as AgentRuntimeSchemas, t as AgentInstanceStatus } from "../schemas-Dv5FxHDT.mjs";
|
|
6
|
+
import { n as AgentRuntimeSubjects, t as AgentRuntimeNamespace } from "../namespace-DRFJN-_z.mjs";
|
|
7
|
+
import { t as CapabilityService } from "../index-BnQSPC6c.mjs";
|
|
8
|
+
import { n as CodebaseSubjects, t as CodebaseNamespace } from "../namespace-XTGCaSXj.mjs";
|
|
9
|
+
import { n as CodebaseChangedEventSchema, r as CodebaseSchemas, t as CodebaseChangedEvent } from "../schemas-B77Gi8Xr.mjs";
|
|
10
|
+
import { a as CompressResponse, c as CompressionEventSchema, d as ExtractedContextSchema, f as TechnicalDetails, h as TodoEntrySchema, i as CompressRequestSchema, l as CompressionSchemas, m as TodoEntry, n as BugEntrySchema, o as CompressResponseSchema, p as TechnicalDetailsSchema, r as CompressRequest, s as CompressionEvent, t as BugEntry, u as ExtractedContext } from "../schemas-Dyk7JuVl.mjs";
|
|
11
|
+
import { n as CompressionSubjects, t as CompressionNamespace } from "../namespace-uuR0Fg5r.mjs";
|
|
12
|
+
import { a as ContextRuleInput, n as ContextRuleAction, t as ContextRule } from "../types-B0BtvVAq.mjs";
|
|
13
|
+
import { a as ExecutionTargetInputSchema, c as ExecutionTargetResolveRequest, d as ExecutionTargetSchemas, f as ExecutionTargetType, i as ExecutionTargetInput, l as ExecutionTargetResolveRequestSchema, m as LocalExecutionTargetSchema, n as ContainerLocalExecutionTargetSchema, o as ExecutionTargetListQuery, p as ExecutionTargetTypeSchema, r as ExecutionTarget, s as ExecutionTargetListQuerySchema, t as ContainerIsolatedExecutionTargetSchema, u as ExecutionTargetSchema } from "../schemas-B5ToLwIs.mjs";
|
|
14
|
+
import { n as ExecutionTargetSubjects, t as ExecutionTargetNamespace } from "../namespace-BBVtD1gu.mjs";
|
|
15
|
+
import { A as StatusResponseSchema, C as SpawnRequest, D as StatusRequest, E as SpawnResponseSchema, M as StopRequestSchema, N as StopResponse, O as StatusRequestSchema, P as StopResponseSchema, S as ContainerStoppedSchema, T as SpawnResponse, _ as ContainerStarted, b as ContainerStateSchema, c as ContainerCreatedSchema, d as ContainerIsolatedSpawnRequest, f as ContainerIsolatedSpawnRequestSchema, g as ContainerRuntimeSchema, h as ContainerRuntime, i as DockerSubjects, j as StopRequest, k as StatusResponse, l as ContainerDestroyed, m as ContainerLocalSpawnRequestSchema, n as ContainerSpawnSubjects, p as ContainerLocalSpawnRequest, r as DockerNamespace, s as ContainerCreated, t as ContainerSpawnNamespace, u as ContainerDestroyedSchema, v as ContainerStartedSchema, w as SpawnRequestSchema, x as ContainerStopped, y as ContainerState } from "../index-BpXX9WZJ.mjs";
|
|
16
|
+
import { $ as fetchMessageCountsBySession, A as registerMemoryTurnStorage, At as RecoveryConfig, B as registerMemorySessionEventStorage, Bt as findTurnByAgent, C as messages, Ct as registerGetStatusCountsHandler, D as SelectTurn, Dt as ContextWindowTrackerConfig, E as InsertTurn, Et as AgentContextState, F as importCursorsDual, Ft as verifyAndRecoverAgents, Gt as TurnContextEnricher, H as SelectSessionEvent, Ht as resolveTargetAgents, I as EventTransform, It as buildRecoveryContext, J as mapAgentsBySession, Jt as SessionOrchestrator, K as SessionPreviewMaps, Kt as AdapterRegistry, L as SessionLogger, Lt as resolveAdapterId, M as EmbeddingIndexManager, Mt as ensureAgentCwd, N as registerDrizzleImportCursorStorage, Nt as ensureAgentModel, O as turns, Ot as SessionContextWindowState, P as importCursors, Pt as recoverAgent, Q as fetchAgentsBySession, R as SessionLoggerOptions, Rt as resolveExecutionTarget, S as SelectMessage, St as actionRegistry, T as registerDrizzleMessageStorage, Tt as ContextWindowTracker, U as sessionEvents, Ut as extractTextContent, V as InsertSessionEvent, Vt as getOrCreateSession, W as sessionEventsDual, Wt as normalizeToBlocks, X as SearchFilters, Xt as MakaioSessionService, Y as mapToSession, Yt as registerCoreSessionServiceHandlers, Z as SearchSessionRow, _ as messageRoutingDual, _t as normalizeSelectionString, a as kindToBranchKind, at as registerMemoryAgentStorage, b as MessageRoutingSubjects, bt as registerBuiltInActions, c as registerSpawningToolCallResolver, ct as AgentStorageNamespace, d as MakaioSession, dt as createSessionExtensionContext, et as fetchPreviewBySession, f as MakaioSessionConfig, ft as SessionBridge, g as messageRouting, gt as CONNECTOR_SWAP_DEFAULT_PIPELINE, h as SelectMessageRouting, ht as pickFallbackRuntimeOptions, i as ContextAssemblyResult, it as registerDrizzleAgentStorage, j as registerDrizzleTurnStorage, jt as buildRecoveryContextWithPipeline, k as turnsDual, kt as buildTurnInitiator, l as registerCompressLineageResolver, lt as AgentStorageSubjects, m as InsertMessageRouting, mt as FallbackRuntimeOptions, n as buildSessionContext, nt as parseForkTransforms, ot as registerDrizzleSessionStorage, p as StartTurnOptions, pt as assembleForkContext, q as fetchSessionPreviewMaps, qt as ISessionOrchestrator, r as BuildContextOptions, rt as registerFtsSearchHandler, st as registerMemorySessionStorage, t as getFullConversation, tt as mapRowToSession, u as registerParentResolver, ut as SessionExtensionContextImpl, v as registerDrizzleMessageRoutingStorage, vt as resolveAdapterNameById, w as registerMemoryMessageStorage, wt as registerResumeHandler, x as InsertMessage, xt as resetBuiltInActionsRegistration, y as MessageRoutingNamespace, yt as registerListActionsHandler, z as registerDrizzleSessionEventStorage, zt as resolveModelCapabilities } from "../index-DrGLAuZc.mjs";
|
|
17
|
+
import { a as registerCompressHandler, c as SessionTurnManager, d as Turn, f as TurnConfig, h as TurnStateChange, i as registerForkHandler, l as TurnCompleteCallback, m as TurnResult, n as routeToAgents, o as registerAttachHandler, p as TurnContext, r as registerMergeHandler, s as registerAbandonHandler, t as routeToAgentsCore, u as TurnCompletionResult } from "../index-C6BhKRnH.mjs";
|
|
18
|
+
import { n as activateProviderContextStrict, r as buildProviderContext, t as activateProviderContext } from "../index-D0SUjZmU.mjs";
|
|
19
|
+
import { i as SessionStorageSubjects, r as SessionStorageNamespace } from "../namespace-Boe6l5n9.mjs";
|
|
20
|
+
import { a as agents, s as sessions } from "../schema-DGMLvVoQ.mjs";
|
|
21
|
+
import { n as SessionEventStorageSubjects, t as SessionEventStorageNamespace } from "../namespace-BxxBhcV_.mjs";
|
|
22
|
+
import { t as TurnStorageNamespace } from "../namespace-aJJfBJU5.mjs";
|
|
23
|
+
import { n as TurnStorageSubjects } from "../namespace--s0d86h-.mjs";
|
|
24
|
+
import { i as MessageStorageSubjects, r as MessageStorageNamespace } from "../namespace-B73Sxj5L.mjs";
|
|
25
|
+
import { a as createToolContributionProcessor, c as ToolRegistryOptions, d as ToolsetPolicy, f as ToolsetPolicyProvider, l as ToolsWithToolsetsResult, o as ToolRegistry, s as ListToolsFilter, u as ToolsetInfo } from "../index-BxFA1XcP.mjs";
|
|
26
|
+
import { t as ToolApprovalService } from "../index-Cz9JMjZK.mjs";
|
|
27
|
+
import { t as TrayMenuService } from "../index-BMpRB6iE.mjs";
|
|
28
|
+
import { a as TrayMenuGroupSchema, c as TrayMenuListEntry, d as TrayMenuSchemas, f as TrayMenuSectionSchema, i as TrayMenuGroupEntrySchema, l as TrayMenuListEntrySchema, n as TrayMenuEntrySchema, o as TrayMenuItemClicked, r as TrayMenuGroup, s as TrayMenuItemClickedSchema, t as TrayMenuEntry, u as TrayMenuMetadataSchema } from "../schemas-lqvZ6UpK.mjs";
|
|
29
|
+
import { n as TrayMenuSubjects, t as TrayMenuNamespace } from "../namespace-CqUGzG53.mjs";
|
|
30
|
+
import { C as ModelRegistrySchemas, S as ModelRegistrySchema, T as ProviderModelOverrideSchema, _ as ModelRegistryGetLabModelsResponse, a as ModelRegistryService, b as ModelRegistryRefreshRequest, c as IModelRegistryFetcher, d as ModelRegistry, f as ModelRegistryCheckModelInProvidersRequest, g as ModelRegistryGetLabModelsRequest, h as ModelRegistryGetForProviderResponse, i as ModelRegistryProviderNotFoundError, l as ModelRegistryNamespace, m as ModelRegistryGetForProviderRequest, n as CachedRegistryFetcher, o as ModelRegistryServiceOptions, p as ModelRegistryCheckModelInProvidersResponse, r as FallbackRegistryFetcher, s as IModelRegistryCache, t as mergeModelMetadata, u as ModelRegistrySubjects, v as ModelRegistryGetProviderModelsRequest, w as ProviderModelOverride, x as ModelRegistryRefreshResponse, y as ModelRegistryGetProviderModelsResponse } from "../index-9IDJUJ4X.mjs";
|
|
31
|
+
import { a as InternalPendingRequest, c as SubagentServiceToken, i as InputResolver, l as subagentServicePackage, n as TrackOptions, o as SpawnOptions, r as AwaitResult, s as TrackedSubagent, t as SubagentManager, u as SubagentService } from "../index-zgm2j9V92.mjs";
|
|
32
|
+
import { a as PreferenceValueSchema, i as PreferenceKeySchema, n as PreferenceItemSchema, o as PreferencesSchemas, r as PreferenceKey, t as PreferenceItem } from "../schemas-DZUaRcYl.mjs";
|
|
33
|
+
import { n as PreferencesSubjects, t as PreferencesNamespace } from "../storage-namespace-BXmMUd7a.mjs";
|
|
34
|
+
import { _ as SubagentTemplateUpdate, a as SubagentTemplateInstance, c as SubagentTemplateInstanceStatusSchema, d as SubagentTemplateSettingsSchemas, f as SubagentTemplateSpawnRequest, g as SubagentTemplateSummarySchema, h as SubagentTemplateSummary, i as SubagentTemplateCreateSchema, l as SubagentTemplateKernelSchemas, m as SubagentTemplateSpawnedEventSchema, n as SubagentTemplateCompletedEventSchema, o as SubagentTemplateInstanceSchema, p as SubagentTemplateSpawnRequestSchema, r as SubagentTemplateCreate, s as SubagentTemplateInstanceStatus, t as SubagentTemplate, u as SubagentTemplateSchema, v as SubagentTemplateUpdateSchema } from "../schemas-kVcJMjjn2.mjs";
|
|
35
|
+
import { n as SubagentTemplateSubjects, t as SubagentTemplateKernelNamespace } from "../namespace-B60mn8J-2.mjs";
|
|
36
36
|
import * as _$zod from "zod";
|
|
37
37
|
import { z } from "zod";
|
|
38
38
|
import * as _$_makaio_core0 from "@makaio/framework/core";
|
|
@@ -41,8 +41,8 @@ import { IMakaioBus } from "@makaio/framework/bus";
|
|
|
41
41
|
import * as _$_makaio_contracts0 from "@makaio/framework/contracts";
|
|
42
42
|
import { AgentResolutionContext, ArtifactKindRegistration, ArtifactLifecycleHookRegistration, ArtifactObservation, ArtifactProjectionPolicy, ArtifactRevision, CanonicalModelResolvedSelection, MakaioNodeExtension, ProviderDefinition, RegisteredStepBlock, RegisteredTriggerBlock, RelationTypeRegistration, ResolvableCanonicalModel, TransitionActionFactory, TransitionActionInvocation, TransitionEvaluationContext, TransitionEventType, TransitionRuleDefinition, TransitionRuleDefinitionSchema, WorkflowBlockCollection } from "@makaio/framework/contracts";
|
|
43
43
|
import { BaseService } from "@makaio/framework/service-base";
|
|
44
|
-
import * as _$drizzle_orm_sqlite_core0 from "drizzle-orm/sqlite-core";
|
|
45
44
|
import * as _$_makaio_storage_core0 from "@makaio/framework/storage";
|
|
45
|
+
import * as _$drizzle_orm_sqlite_core0 from "drizzle-orm/sqlite-core";
|
|
46
46
|
import * as _$_makaio_ai_adapters_core0 from "@makaio/framework/adapters";
|
|
47
47
|
import { FacetNamespaceRegistration } from "@makaio/framework/contracts/facet";
|
|
48
48
|
import { SurfaceBindingRegistration } from "@makaio/framework/contracts/materialization";
|
|
@@ -2390,6 +2390,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2390
2390
|
adapterSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2391
2391
|
model: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2392
2392
|
cwd: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2393
|
+
allowedDirectories: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
2393
2394
|
providerConfigId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2394
2395
|
personaId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2395
2396
|
profileId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -2405,8 +2406,8 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2405
2406
|
member: "member";
|
|
2406
2407
|
}>;
|
|
2407
2408
|
status: _$zod.ZodEnum<{
|
|
2408
|
-
active: "active";
|
|
2409
2409
|
idle: "idle";
|
|
2410
|
+
active: "active";
|
|
2410
2411
|
dead: "dead";
|
|
2411
2412
|
disposed: "disposed";
|
|
2412
2413
|
}>;
|
|
@@ -2426,6 +2427,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2426
2427
|
adapterSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2427
2428
|
model: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2428
2429
|
cwd: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2430
|
+
allowedDirectories: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
2429
2431
|
providerConfigId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2430
2432
|
personaId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2431
2433
|
profileId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -2441,8 +2443,8 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2441
2443
|
member: "member";
|
|
2442
2444
|
}>;
|
|
2443
2445
|
status: _$zod.ZodEnum<{
|
|
2444
|
-
active: "active";
|
|
2445
2446
|
idle: "idle";
|
|
2447
|
+
active: "active";
|
|
2446
2448
|
dead: "dead";
|
|
2447
2449
|
disposed: "disposed";
|
|
2448
2450
|
}>;
|
|
@@ -2467,8 +2469,8 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2467
2469
|
adapterName: _$zod.ZodString;
|
|
2468
2470
|
status: _$zod.ZodOptional<_$zod.ZodEnum<{
|
|
2469
2471
|
all: "all";
|
|
2470
|
-
active: "active";
|
|
2471
2472
|
idle: "idle";
|
|
2473
|
+
active: "active";
|
|
2472
2474
|
dead: "dead";
|
|
2473
2475
|
disposed: "disposed";
|
|
2474
2476
|
}>>;
|
|
@@ -2482,6 +2484,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2482
2484
|
adapterSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2483
2485
|
model: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2484
2486
|
cwd: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2487
|
+
allowedDirectories: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
2485
2488
|
providerConfigId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2486
2489
|
personaId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2487
2490
|
profileId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -2497,8 +2500,8 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2497
2500
|
member: "member";
|
|
2498
2501
|
}>;
|
|
2499
2502
|
status: _$zod.ZodEnum<{
|
|
2500
|
-
active: "active";
|
|
2501
2503
|
idle: "idle";
|
|
2504
|
+
active: "active";
|
|
2502
2505
|
dead: "dead";
|
|
2503
2506
|
disposed: "disposed";
|
|
2504
2507
|
}>;
|
|
@@ -2520,6 +2523,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2520
2523
|
adapterSessionId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2521
2524
|
model: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2522
2525
|
cwd: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2526
|
+
allowedDirectories: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
2523
2527
|
providerConfigId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2524
2528
|
personaId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2525
2529
|
profileId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
@@ -2535,8 +2539,8 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2535
2539
|
member: "member";
|
|
2536
2540
|
}>;
|
|
2537
2541
|
status: _$zod.ZodEnum<{
|
|
2538
|
-
active: "active";
|
|
2539
2542
|
idle: "idle";
|
|
2543
|
+
active: "active";
|
|
2540
2544
|
dead: "dead";
|
|
2541
2545
|
disposed: "disposed";
|
|
2542
2546
|
}>;
|
|
@@ -2549,8 +2553,8 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2549
2553
|
request: _$zod.ZodObject<{
|
|
2550
2554
|
agentId: _$zod.ZodString;
|
|
2551
2555
|
status: _$zod.ZodEnum<{
|
|
2552
|
-
active: "active";
|
|
2553
2556
|
idle: "idle";
|
|
2557
|
+
active: "active";
|
|
2554
2558
|
dead: "dead";
|
|
2555
2559
|
disposed: "disposed";
|
|
2556
2560
|
}>;
|
|
@@ -2571,8 +2575,10 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2571
2575
|
updateRuntime: {
|
|
2572
2576
|
request: _$zod.ZodObject<{
|
|
2573
2577
|
agentId: _$zod.ZodString;
|
|
2578
|
+
adapterId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2574
2579
|
cwd: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2575
2580
|
model: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2581
|
+
allowedDirectories: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
2576
2582
|
providerConfigId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
2577
2583
|
}, _$zod_v4_core0.$strip>;
|
|
2578
2584
|
response: _$zod.ZodObject<{
|
|
@@ -2718,6 +2724,25 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2718
2724
|
}, {}, {
|
|
2719
2725
|
length: number | undefined;
|
|
2720
2726
|
}>;
|
|
2727
|
+
allowedDirectories: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
2728
|
+
name: string;
|
|
2729
|
+
tableName: "agents";
|
|
2730
|
+
dataType: "json";
|
|
2731
|
+
columnType: "SQLiteTextJson";
|
|
2732
|
+
data: string[];
|
|
2733
|
+
driverParam: string;
|
|
2734
|
+
notNull: false;
|
|
2735
|
+
hasDefault: false;
|
|
2736
|
+
isPrimaryKey: false;
|
|
2737
|
+
isAutoincrement: false;
|
|
2738
|
+
hasRuntimeDefault: false;
|
|
2739
|
+
enumValues: undefined;
|
|
2740
|
+
baseColumn: never;
|
|
2741
|
+
identity: undefined;
|
|
2742
|
+
generated: undefined;
|
|
2743
|
+
}, {}, {
|
|
2744
|
+
$type: string[];
|
|
2745
|
+
}>;
|
|
2721
2746
|
providerConfigId: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
2722
2747
|
name: "provider_config_id";
|
|
2723
2748
|
tableName: "agents";
|
|
@@ -2856,7 +2881,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2856
2881
|
tableName: "agents";
|
|
2857
2882
|
dataType: "string";
|
|
2858
2883
|
columnType: "SQLiteText";
|
|
2859
|
-
data: "
|
|
2884
|
+
data: "idle" | "active" | "dead" | "disposed";
|
|
2860
2885
|
driverParam: string;
|
|
2861
2886
|
notNull: true;
|
|
2862
2887
|
hasDefault: false;
|
|
@@ -2871,7 +2896,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2871
2896
|
length: number | undefined;
|
|
2872
2897
|
}>;
|
|
2873
2898
|
createdAt: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
2874
|
-
name:
|
|
2899
|
+
name: string;
|
|
2875
2900
|
tableName: "agents";
|
|
2876
2901
|
dataType: "number";
|
|
2877
2902
|
columnType: "SQLiteInteger";
|
|
@@ -2888,7 +2913,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
2888
2913
|
generated: undefined;
|
|
2889
2914
|
}, {}, {}>;
|
|
2890
2915
|
lastActivityAt: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
2891
|
-
name:
|
|
2916
|
+
name: string;
|
|
2892
2917
|
tableName: "agents";
|
|
2893
2918
|
dataType: "number";
|
|
2894
2919
|
columnType: "SQLiteInteger";
|
|
@@ -3181,9 +3206,9 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
3181
3206
|
changed: _$zod.ZodObject<{
|
|
3182
3207
|
ruleId: _$zod.ZodString;
|
|
3183
3208
|
changeType: _$zod.ZodEnum<{
|
|
3209
|
+
updated: "updated";
|
|
3184
3210
|
created: "created";
|
|
3185
3211
|
deleted: "deleted";
|
|
3186
|
-
updated: "updated";
|
|
3187
3212
|
}>;
|
|
3188
3213
|
previous: _$zod.ZodNullable<_$zod.ZodObject<{
|
|
3189
3214
|
scope: _$zod.ZodEnum<{
|
|
@@ -3781,18 +3806,18 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
3781
3806
|
changed: _$zod.ZodObject<{
|
|
3782
3807
|
path: _$zod.ZodString;
|
|
3783
3808
|
kind: _$zod.ZodEnum<{
|
|
3809
|
+
change: "change";
|
|
3784
3810
|
create: "create";
|
|
3785
3811
|
delete: "delete";
|
|
3786
|
-
change: "change";
|
|
3787
3812
|
}>;
|
|
3788
3813
|
}, _$zod_v4_core0.$strip>;
|
|
3789
3814
|
batch: _$zod.ZodObject<{
|
|
3790
3815
|
changes: _$zod.ZodArray<_$zod.ZodObject<{
|
|
3791
3816
|
path: _$zod.ZodString;
|
|
3792
3817
|
kind: _$zod.ZodEnum<{
|
|
3818
|
+
change: "change";
|
|
3793
3819
|
create: "create";
|
|
3794
3820
|
delete: "delete";
|
|
3795
|
-
change: "change";
|
|
3796
3821
|
}>;
|
|
3797
3822
|
}, _$zod_v4_core0.$strip>>;
|
|
3798
3823
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -3984,7 +4009,6 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
3984
4009
|
name: _$zod.ZodString;
|
|
3985
4010
|
adapterName: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3986
4011
|
clientId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
3987
|
-
credentials: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
3988
4012
|
toolCapabilityMap: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodReadonly<_$zod.ZodArray<_$zod.ZodEnum<{
|
|
3989
4013
|
"file.read": "file.read";
|
|
3990
4014
|
"file.write": "file.write";
|
|
@@ -4006,6 +4030,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4006
4030
|
"always-ask": "always-ask";
|
|
4007
4031
|
"full-access": "full-access";
|
|
4008
4032
|
}>>>;
|
|
4033
|
+
credentials: _$zod.ZodOptional<_$zod.ZodRecord<_$zod.ZodString, _$zod.ZodString>>;
|
|
4009
4034
|
approvalPolicy: _$zod.ZodEnum<{
|
|
4010
4035
|
reject: "reject";
|
|
4011
4036
|
"always-ask": "always-ask";
|
|
@@ -4202,7 +4227,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4202
4227
|
length: number | undefined;
|
|
4203
4228
|
}>;
|
|
4204
4229
|
env: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4205
|
-
name:
|
|
4230
|
+
name: string;
|
|
4206
4231
|
tableName: "harness_definitions";
|
|
4207
4232
|
dataType: "json";
|
|
4208
4233
|
columnType: "SQLiteTextJson";
|
|
@@ -4221,7 +4246,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4221
4246
|
$type: Record<string, string>;
|
|
4222
4247
|
}>;
|
|
4223
4248
|
credentials: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4224
|
-
name:
|
|
4249
|
+
name: string;
|
|
4225
4250
|
tableName: "harness_definitions";
|
|
4226
4251
|
dataType: "json";
|
|
4227
4252
|
columnType: "SQLiteTextJson";
|
|
@@ -4278,7 +4303,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4278
4303
|
length: number | undefined;
|
|
4279
4304
|
}>;
|
|
4280
4305
|
nativeToolsEnabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4281
|
-
name:
|
|
4306
|
+
name: string;
|
|
4282
4307
|
tableName: "harness_definitions";
|
|
4283
4308
|
dataType: "json";
|
|
4284
4309
|
columnType: "SQLiteTextJson";
|
|
@@ -4297,7 +4322,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4297
4322
|
$type: string[];
|
|
4298
4323
|
}>;
|
|
4299
4324
|
nativeToolsDisabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4300
|
-
name:
|
|
4325
|
+
name: string;
|
|
4301
4326
|
tableName: "harness_definitions";
|
|
4302
4327
|
dataType: "json";
|
|
4303
4328
|
columnType: "SQLiteTextJson";
|
|
@@ -4316,7 +4341,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4316
4341
|
$type: string[];
|
|
4317
4342
|
}>;
|
|
4318
4343
|
registryToolsEnabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4319
|
-
name:
|
|
4344
|
+
name: string;
|
|
4320
4345
|
tableName: "harness_definitions";
|
|
4321
4346
|
dataType: "json";
|
|
4322
4347
|
columnType: "SQLiteTextJson";
|
|
@@ -4335,7 +4360,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4335
4360
|
$type: string[];
|
|
4336
4361
|
}>;
|
|
4337
4362
|
registryToolsDisabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4338
|
-
name:
|
|
4363
|
+
name: string;
|
|
4339
4364
|
tableName: "harness_definitions";
|
|
4340
4365
|
dataType: "json";
|
|
4341
4366
|
columnType: "SQLiteTextJson";
|
|
@@ -4354,7 +4379,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4354
4379
|
$type: string[];
|
|
4355
4380
|
}>;
|
|
4356
4381
|
skillsEnabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4357
|
-
name:
|
|
4382
|
+
name: string;
|
|
4358
4383
|
tableName: "harness_definitions";
|
|
4359
4384
|
dataType: "json";
|
|
4360
4385
|
columnType: "SQLiteTextJson";
|
|
@@ -4373,7 +4398,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4373
4398
|
$type: string[];
|
|
4374
4399
|
}>;
|
|
4375
4400
|
skillsDisabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4376
|
-
name:
|
|
4401
|
+
name: string;
|
|
4377
4402
|
tableName: "harness_definitions";
|
|
4378
4403
|
dataType: "json";
|
|
4379
4404
|
columnType: "SQLiteTextJson";
|
|
@@ -4392,7 +4417,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4392
4417
|
$type: string[];
|
|
4393
4418
|
}>;
|
|
4394
4419
|
toolCapabilityMap: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4395
|
-
name:
|
|
4420
|
+
name: string;
|
|
4396
4421
|
tableName: "harness_definitions";
|
|
4397
4422
|
dataType: "json";
|
|
4398
4423
|
columnType: "SQLiteTextJson";
|
|
@@ -4411,7 +4436,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4411
4436
|
$type: Record<string, readonly string[]>;
|
|
4412
4437
|
}>;
|
|
4413
4438
|
capabilityOverrides: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4414
|
-
name:
|
|
4439
|
+
name: string;
|
|
4415
4440
|
tableName: "harness_definitions";
|
|
4416
4441
|
dataType: "json";
|
|
4417
4442
|
columnType: "SQLiteTextJson";
|
|
@@ -4430,7 +4455,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4430
4455
|
$type: Record<string, "reject" | "always-ask" | "full-access">;
|
|
4431
4456
|
}>;
|
|
4432
4457
|
toolApprovalOverrides: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4433
|
-
name:
|
|
4458
|
+
name: string;
|
|
4434
4459
|
tableName: "harness_definitions";
|
|
4435
4460
|
dataType: "json";
|
|
4436
4461
|
columnType: "SQLiteTextJson";
|
|
@@ -4449,7 +4474,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4449
4474
|
$type: Record<string, "reject" | "always-ask" | "full-access">;
|
|
4450
4475
|
}>;
|
|
4451
4476
|
isDefault: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4452
|
-
name:
|
|
4477
|
+
name: string;
|
|
4453
4478
|
tableName: "harness_definitions";
|
|
4454
4479
|
dataType: "boolean";
|
|
4455
4480
|
columnType: "SQLiteBoolean";
|
|
@@ -4466,7 +4491,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4466
4491
|
generated: undefined;
|
|
4467
4492
|
}, {}, {}>;
|
|
4468
4493
|
enabled: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4469
|
-
name:
|
|
4494
|
+
name: string;
|
|
4470
4495
|
tableName: "harness_definitions";
|
|
4471
4496
|
dataType: "boolean";
|
|
4472
4497
|
columnType: "SQLiteBoolean";
|
|
@@ -4483,7 +4508,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4483
4508
|
generated: undefined;
|
|
4484
4509
|
}, {}, {}>;
|
|
4485
4510
|
createdAt: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4486
|
-
name:
|
|
4511
|
+
name: string;
|
|
4487
4512
|
tableName: "harness_definitions";
|
|
4488
4513
|
dataType: "number";
|
|
4489
4514
|
columnType: "SQLiteInteger";
|
|
@@ -4500,7 +4525,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4500
4525
|
generated: undefined;
|
|
4501
4526
|
}, {}, {}>;
|
|
4502
4527
|
updatedAt: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4503
|
-
name:
|
|
4528
|
+
name: string;
|
|
4504
4529
|
tableName: "harness_definitions";
|
|
4505
4530
|
dataType: "number";
|
|
4506
4531
|
columnType: "SQLiteInteger";
|
|
@@ -4727,7 +4752,7 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
4727
4752
|
length: number | undefined;
|
|
4728
4753
|
}>;
|
|
4729
4754
|
timestamp: _$drizzle_orm_sqlite_core0.SQLiteColumn<{
|
|
4730
|
-
name:
|
|
4755
|
+
name: string;
|
|
4731
4756
|
tableName: "message_routing";
|
|
4732
4757
|
dataType: "number";
|
|
4733
4758
|
columnType: "SQLiteInteger";
|
|
@@ -5756,6 +5781,14 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
5756
5781
|
request: _$zod.ZodObject<{
|
|
5757
5782
|
sessionId: _$zod.ZodString;
|
|
5758
5783
|
turnId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5784
|
+
initiator: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
5785
|
+
source: _$zod.ZodEnum<{
|
|
5786
|
+
user: "user";
|
|
5787
|
+
system: "system";
|
|
5788
|
+
extension: "extension";
|
|
5789
|
+
}>;
|
|
5790
|
+
sourceId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5791
|
+
}, _$zod_v4_core0.$strip>>;
|
|
5759
5792
|
}, _$zod_v4_core0.$strip>;
|
|
5760
5793
|
response: _$zod.ZodObject<{
|
|
5761
5794
|
turn: _$zod.ZodObject<{
|
|
@@ -5782,6 +5815,14 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
5782
5815
|
cost: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
5783
5816
|
}, _$zod_v4_core0.$strip>>>;
|
|
5784
5817
|
}, _$zod_v4_core0.$strip>>;
|
|
5818
|
+
initiator: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
5819
|
+
source: _$zod.ZodEnum<{
|
|
5820
|
+
user: "user";
|
|
5821
|
+
system: "system";
|
|
5822
|
+
extension: "extension";
|
|
5823
|
+
}>;
|
|
5824
|
+
sourceId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5825
|
+
}, _$zod_v4_core0.$strip>>;
|
|
5785
5826
|
}, _$zod_v4_core0.$strip>;
|
|
5786
5827
|
}, _$zod_v4_core0.$strip>;
|
|
5787
5828
|
};
|
|
@@ -5836,6 +5877,14 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
5836
5877
|
cost: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
5837
5878
|
}, _$zod_v4_core0.$strip>>>;
|
|
5838
5879
|
}, _$zod_v4_core0.$strip>>;
|
|
5880
|
+
initiator: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
5881
|
+
source: _$zod.ZodEnum<{
|
|
5882
|
+
user: "user";
|
|
5883
|
+
system: "system";
|
|
5884
|
+
extension: "extension";
|
|
5885
|
+
}>;
|
|
5886
|
+
sourceId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5887
|
+
}, _$zod_v4_core0.$strip>>;
|
|
5839
5888
|
}, _$zod_v4_core0.$strip>;
|
|
5840
5889
|
transitioned: _$zod.ZodBoolean;
|
|
5841
5890
|
}, _$zod_v4_core0.$strip>;
|
|
@@ -5866,6 +5915,14 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
5866
5915
|
cost: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
5867
5916
|
}, _$zod_v4_core0.$strip>>>;
|
|
5868
5917
|
}, _$zod_v4_core0.$strip>>;
|
|
5918
|
+
initiator: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
5919
|
+
source: _$zod.ZodEnum<{
|
|
5920
|
+
user: "user";
|
|
5921
|
+
system: "system";
|
|
5922
|
+
extension: "extension";
|
|
5923
|
+
}>;
|
|
5924
|
+
sourceId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5925
|
+
}, _$zod_v4_core0.$strip>>;
|
|
5869
5926
|
}, _$zod_v4_core0.$strip>;
|
|
5870
5927
|
}, _$zod_v4_core0.$strip>;
|
|
5871
5928
|
response: _$zod.ZodObject<{
|
|
@@ -5893,6 +5950,14 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
5893
5950
|
cost: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
5894
5951
|
}, _$zod_v4_core0.$strip>>>;
|
|
5895
5952
|
}, _$zod_v4_core0.$strip>>;
|
|
5953
|
+
initiator: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
5954
|
+
source: _$zod.ZodEnum<{
|
|
5955
|
+
user: "user";
|
|
5956
|
+
system: "system";
|
|
5957
|
+
extension: "extension";
|
|
5958
|
+
}>;
|
|
5959
|
+
sourceId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
5960
|
+
}, _$zod_v4_core0.$strip>>;
|
|
5896
5961
|
}, _$zod_v4_core0.$strip>;
|
|
5897
5962
|
}, _$zod_v4_core0.$strip>;
|
|
5898
5963
|
};
|
|
@@ -5925,6 +5990,14 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
5925
5990
|
cost: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
5926
5991
|
}, _$zod_v4_core0.$strip>>>;
|
|
5927
5992
|
}, _$zod_v4_core0.$strip>>;
|
|
5993
|
+
initiator: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
5994
|
+
source: _$zod.ZodEnum<{
|
|
5995
|
+
user: "user";
|
|
5996
|
+
system: "system";
|
|
5997
|
+
extension: "extension";
|
|
5998
|
+
}>;
|
|
5999
|
+
sourceId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
6000
|
+
}, _$zod_v4_core0.$strip>>;
|
|
5928
6001
|
}, _$zod_v4_core0.$strip>>;
|
|
5929
6002
|
}, _$zod_v4_core0.$strip>;
|
|
5930
6003
|
};
|
|
@@ -5963,6 +6036,14 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
5963
6036
|
cost: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
5964
6037
|
}, _$zod_v4_core0.$strip>>>;
|
|
5965
6038
|
}, _$zod_v4_core0.$strip>>;
|
|
6039
|
+
initiator: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
6040
|
+
source: _$zod.ZodEnum<{
|
|
6041
|
+
user: "user";
|
|
6042
|
+
system: "system";
|
|
6043
|
+
extension: "extension";
|
|
6044
|
+
}>;
|
|
6045
|
+
sourceId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
6046
|
+
}, _$zod_v4_core0.$strip>>;
|
|
5966
6047
|
}, _$zod_v4_core0.$strip>>;
|
|
5967
6048
|
}, _$zod_v4_core0.$strip>;
|
|
5968
6049
|
};
|
|
@@ -5995,6 +6076,14 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
5995
6076
|
cost: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
5996
6077
|
}, _$zod_v4_core0.$strip>>>;
|
|
5997
6078
|
}, _$zod_v4_core0.$strip>>;
|
|
6079
|
+
initiator: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
6080
|
+
source: _$zod.ZodEnum<{
|
|
6081
|
+
user: "user";
|
|
6082
|
+
system: "system";
|
|
6083
|
+
extension: "extension";
|
|
6084
|
+
}>;
|
|
6085
|
+
sourceId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
6086
|
+
}, _$zod_v4_core0.$strip>>;
|
|
5998
6087
|
}, _$zod_v4_core0.$strip>>;
|
|
5999
6088
|
}, _$zod_v4_core0.$strip>;
|
|
6000
6089
|
};
|
|
@@ -6025,6 +6114,14 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
6025
6114
|
cost: _$zod.ZodOptional<_$zod.ZodNumber>;
|
|
6026
6115
|
}, _$zod_v4_core0.$strip>>>;
|
|
6027
6116
|
}, _$zod_v4_core0.$strip>>;
|
|
6117
|
+
initiator: _$zod.ZodOptional<_$zod.ZodObject<{
|
|
6118
|
+
source: _$zod.ZodEnum<{
|
|
6119
|
+
user: "user";
|
|
6120
|
+
system: "system";
|
|
6121
|
+
extension: "extension";
|
|
6122
|
+
}>;
|
|
6123
|
+
sourceId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
6124
|
+
}, _$zod_v4_core0.$strip>>;
|
|
6028
6125
|
}, _$zod_v4_core0.$strip>>;
|
|
6029
6126
|
}, _$zod_v4_core0.$strip>;
|
|
6030
6127
|
};
|
|
@@ -6132,14 +6229,14 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
6132
6229
|
create: {
|
|
6133
6230
|
request: _$zod.ZodObject<{
|
|
6134
6231
|
name: _$zod.ZodString;
|
|
6135
|
-
|
|
6232
|
+
adapterName: _$zod.ZodString;
|
|
6136
6233
|
providerConfigId: _$zod.ZodOptional<_$zod.ZodString>;
|
|
6234
|
+
model: _$zod.ZodOptional<_$zod.ZodString>;
|
|
6235
|
+
enabled: _$zod.ZodDefault<_$zod.ZodBoolean>;
|
|
6137
6236
|
systemPrompt: _$zod.ZodOptional<_$zod.ZodString>;
|
|
6138
6237
|
allowedTools: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
6139
6238
|
disallowedTools: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
6140
|
-
enabled: _$zod.ZodDefault<_$zod.ZodBoolean>;
|
|
6141
6239
|
allowedDirectories: _$zod.ZodOptional<_$zod.ZodArray<_$zod.ZodString>>;
|
|
6142
|
-
adapterName: _$zod.ZodString;
|
|
6143
6240
|
contextMode: _$zod.ZodDefault<_$zod.ZodEnum<{
|
|
6144
6241
|
fork: "fork";
|
|
6145
6242
|
fresh: "fresh";
|
|
@@ -6183,4 +6280,4 @@ declare const FrameworkServicesCoreNamespaces: readonly [_$_makaio_core0.BusName
|
|
|
6183
6280
|
};
|
|
6184
6281
|
}>];
|
|
6185
6282
|
//#endregion
|
|
6186
|
-
export { AdapterIdentityRegistry, AdapterRegistry, AdapterRuntimeNamespace, AdapterRuntimeSchemas, AdapterRuntimeSubjects, type AgentContextState, type AgentInstanceStatus, AgentInstanceStatusSchema, AgentRuntimeNamespace, AgentRuntimeSchemas, type AgentRuntimeSelection, AgentRuntimeSelectionSchema, AgentRuntimeSubjects, AgentStorageNamespace, AgentStorageSubjects, type AmbiguousMatch, ArtifactLifecycleHookRegistry, ArtifactLifecycleHookRegistryToken, ArtifactLifecycleHookRejectedError, ArtifactSchemaRegistry, ArtifactSchemaRegistryToken, type AwaitResult, type BugEntry, BugEntrySchema, type BuildContextOptions, CONNECTOR_SWAP_DEFAULT_PIPELINE, CachedRegistryFetcher, CanonicalModelResolutionError, type CanonicalModelResolutionErrorCode, CanonicalModelResolver, type CanonicalModelResolverDeps, CanonicalModelService, CapabilityService, CapabilityToken, type CodebaseChangedEvent, CodebaseChangedEventSchema, CodebaseNamespace, CodebaseSchemas, CodebaseSubjects, type CompressRequest, CompressRequestSchema, type CompressResponse, CompressResponseSchema, type CompressionEvent, CompressionEventSchema, CompressionNamespace, CompressionSchemas, CompressionSubjects, type ContainerCreated, ContainerCreatedSchema, type ContainerDestroyed, ContainerDestroyedSchema, ContainerIsolatedExecutionTargetSchema, type ContainerIsolatedSpawnRequest, ContainerIsolatedSpawnRequestSchema, ContainerLocalExecutionTargetSchema, type ContainerLocalSpawnRequest, ContainerLocalSpawnRequestSchema, type ContainerRuntime, ContainerRuntimeSchema, ContainerSpawnNamespace, ContainerSpawnSubjects, type ContainerStarted, ContainerStartedSchema, type ContainerState, ContainerStateSchema, type ContainerStopped, ContainerStoppedSchema, type ContextAssemblyResult, ContextWindowTracker, type ContextWindowTrackerConfig, type DefaultModelResolution, DockerNamespace, DockerSubjects, type EventTransform, type ExecutionTarget, type ExecutionTargetInput, ExecutionTargetInputSchema, type ExecutionTargetListQuery, ExecutionTargetListQuerySchema, ExecutionTargetNamespace, type ExecutionTargetResolveRequest, ExecutionTargetResolveRequestSchema, ExecutionTargetSchema, ExecutionTargetSchemas, ExecutionTargetSubjects, type ExecutionTargetType, ExecutionTargetTypeSchema, type ExtractedContext, ExtractedContextSchema, FacetNamespaceRegistry, FacetNamespaceRegistryToken, FallbackRegistryFetcher, type FallbackRuntimeOptions, FrameworkServicesCoreNamespaces, type IModelRegistryCache, type IModelRegistryFetcher, type ISessionOrchestrator, type InputResolver, type InsertMessage, type InsertMessageRouting, type InsertSessionEvent, type InsertTurn, type InternalPendingRequest, type ListToolsFilter, LocalExecutionTargetSchema, MakaioSession, type MakaioSessionConfig, MakaioSessionService, MessageRoutingNamespace, MessageRoutingSubjects, MessageStorageNamespace, MessageStorageSubjects, type ModelRegistry, type ModelRegistryCheckModelInProvidersRequest, type ModelRegistryCheckModelInProvidersResponse, type ModelRegistryGetForProviderRequest, type ModelRegistryGetForProviderResponse, type ModelRegistryGetLabModelsRequest, type ModelRegistryGetLabModelsResponse, type ModelRegistryGetProviderModelsRequest, type ModelRegistryGetProviderModelsResponse, ModelRegistryNamespace, ModelRegistryProviderNotFoundError, type ModelRegistryRefreshRequest, type ModelRegistryRefreshResponse, ModelRegistrySchema, ModelRegistrySchemas, ModelRegistryService, type ModelRegistryServiceOptions, ModelRegistrySubjects, ModelRegistryToken, type PreferenceItem, PreferenceItemSchema, type PreferenceKey, PreferenceKeySchema, PreferenceValueSchema, PreferencesNamespace, PreferencesSchemas, PreferencesSubjects, type ProviderModelOverride, ProviderModelOverrideSchema, type RecoveryConfig, type RegisteredAdapterRuntimeIdentityHandlers, type ResolveIdRequest, ResolveIdRequestSchema, type ResolveIdResponse, ResolveIdResponseSchema, type ResolveNameRequest, ResolveNameRequestSchema, type ResolveNameResponse, ResolveNameResponseSchema, type ResolvedDefaultTarget, type ResolvedSelection, type RunAfterInput, type RunBeforeInput, type RunBeforeResult, type SearchFilters, type SearchSessionRow, type SelectMessage, type SelectMessageRouting, type SelectSessionEvent, type SelectTurn, SessionBridge, SessionBridgeToken, type SessionContextWindowState, SessionEventStorageNamespace, SessionEventStorageSubjects, SessionExtensionContextImpl, SessionLogger, type SessionLoggerOptions, SessionOrchestrator, SessionOrchestratorToken, type SessionPreviewMaps, SessionStorageNamespace, SessionStorageSubjects, SessionStorageToken, SessionToken, SessionTurnManager, type SpawnOptions, type SpawnRequest, SpawnRequestSchema, type SpawnResponse, SpawnResponseSchema, type StartTurnOptions, type StatusRequest, StatusRequestSchema, type StatusResponse, StatusResponseSchema, type StopRequest, StopRequestSchema, type StopResponse, StopResponseSchema, SubagentManager, SubagentService, SubagentServiceToken, type SubagentTemplate, SubagentTemplateCompletedEventSchema, type SubagentTemplateCreate, SubagentTemplateCreateSchema, type SubagentTemplateInstance, SubagentTemplateInstanceSchema, type SubagentTemplateInstanceStatus, SubagentTemplateInstanceStatusSchema, SubagentTemplateKernelNamespace, SubagentTemplateKernelSchemas, SubagentTemplateSchema, SubagentTemplateSettingsSchemas, type SubagentTemplateSpawnRequest, SubagentTemplateSpawnRequestSchema, SubagentTemplateSpawnedEventSchema, SubagentTemplateSubjects, type SubagentTemplateSummary, SubagentTemplateSummarySchema, type SubagentTemplateUpdate, SubagentTemplateUpdateSchema, SurfaceBindingRegistry, SurfaceBindingRegistryToken, type TechnicalDetails, TechnicalDetailsSchema, type TodoEntry, TodoEntrySchema, ToolApprovalService, ToolApprovalToken, ToolRegistry, type ToolRegistryOptions, ToolRegistryToken, type ToolsWithToolsetsResult, type ToolsetInfo, type ToolsetPolicy, type ToolsetPolicyProvider, type TrackOptions, type TrackedSubagent, TransitionActionRegistry, TransitionPipelineService, TransitionPipelineToken, TransitionRuleRegistry, type TrayMenuEntry, TrayMenuEntrySchema, type TrayMenuGroup, TrayMenuGroupEntrySchema, TrayMenuGroupSchema, type TrayMenuItemClicked, TrayMenuItemClickedSchema, type TrayMenuListEntry, TrayMenuListEntrySchema, TrayMenuMetadataSchema, TrayMenuNamespace, TrayMenuSchemas, TrayMenuSectionSchema, TrayMenuService, TrayMenuSubjects, TrayMenuToken, Turn, type TurnCompleteCallback, type TurnCompletionResult, type TurnConfig, type TurnContext, TurnContextEnricher, type TurnResult, type TurnStateChange, TurnStorageNamespace, TurnStorageSubjects, WORKFLOW_START_ACTION_TYPE, WorkflowBlockRegistry, WorkflowBlockRegistryToken, actionRegistry, activateProviderContext, activateProviderContextStrict, agents, artifactLifecycleHookRegistryPackage, artifactSchemaRegistryPackage, assembleForkContext, buildDeterministicAdapterId, buildProviderContext, buildRecoveryContext, buildRecoveryContextWithPipeline, buildSessionContext, buildTurnInitiator, canonicalModelPackage, capabilityPackage, createArtifactKindContributionProcessor, createArtifactLifecycleHookContributionProcessor, createFacetNamespaceContributionProcessor, createModelRegistryPackage, createSessionExtensionContext, createSurfaceBindingContributionProcessor, createToolContributionProcessor, createTransitionContributionProcessor, createWorkflowBlockContributionProcessor, ensureAgentCwd, ensureAgentModel, extractTextContent, facetNamespaceRegistryPackage, fetchAgentsBySession, fetchMessageCountsBySession, fetchPreviewBySession, fetchSessionPreviewMaps, findTurnByAgent, frameworkCorePackages, getFullConversation, getOrCreateSession, importCursors, kindToBranchKind, mapAgentsBySession, mapRowToSession, mapToSession, mergeModelMetadata, messageRouting, messages, normalizeSelectionString, normalizeToBlocks, parseForkTransforms, pickFallbackRuntimeOptions, recoverAgent, registerAbandonHandler, registerAdapterRuntimeIdentityHandlers, registerAttachHandler, registerBuiltInActions, registerCompressHandler, registerCompressLineageResolver, registerCoreSessionServiceHandlers, registerDrizzleAgentStorage, registerDrizzleImportCursorStorage, registerDrizzleMessageRoutingStorage, registerDrizzleMessageStorage, registerDrizzleSessionEventStorage, registerDrizzleSessionStorage, registerDrizzleTurnStorage, registerForkHandler, registerFtsSearchHandler, registerGetStatusCountsHandler, registerListActionsHandler, registerMemoryAgentStorage, registerMemoryMessageStorage, registerMemorySessionEventStorage, registerMemorySessionStorage, registerMemoryTurnStorage, registerMergeHandler, registerParentResolver, registerResumeHandler, registerSpawningToolCallResolver, resetBuiltInActionsRegistration, resolveAdapterId, resolveAdapterNameById, resolveDeterministicAdapterId, resolveExecutionTarget, resolveModelCapabilities, resolveTargetAgents, routeToAgents, routeToAgentsCore, sessionBridgePackage, sessionEvents, sessionOrchestratorPackage, sessionPackage, sessionStoragePackage, sessions, subagentServicePackage, surfaceBindingRegistryPackage, toolApprovalPackage, toolRegistryPackage, transitionPipelinePackage, trayMenuPackage, turns, verifyAndRecoverAgents, workflowBlockRegistryPackage };
|
|
6283
|
+
export { AdapterIdentityRegistry, AdapterRegistry, AdapterRuntimeNamespace, AdapterRuntimeSchemas, AdapterRuntimeSubjects, type AgentContextState, type AgentInstanceStatus, AgentInstanceStatusSchema, AgentRuntimeNamespace, AgentRuntimeSchemas, type AgentRuntimeSelection, AgentRuntimeSelectionSchema, AgentRuntimeSubjects, AgentStorageNamespace, AgentStorageSubjects, type AmbiguousMatch, ArtifactLifecycleHookRegistry, ArtifactLifecycleHookRegistryToken, ArtifactLifecycleHookRejectedError, ArtifactSchemaRegistry, ArtifactSchemaRegistryToken, type AwaitResult, type BugEntry, BugEntrySchema, type BuildContextOptions, CONNECTOR_SWAP_DEFAULT_PIPELINE, CachedRegistryFetcher, CanonicalModelResolutionError, type CanonicalModelResolutionErrorCode, CanonicalModelResolver, type CanonicalModelResolverDeps, CanonicalModelService, CapabilityService, CapabilityToken, type CodebaseChangedEvent, CodebaseChangedEventSchema, CodebaseNamespace, CodebaseSchemas, CodebaseSubjects, type CompressRequest, CompressRequestSchema, type CompressResponse, CompressResponseSchema, type CompressionEvent, CompressionEventSchema, CompressionNamespace, CompressionSchemas, CompressionSubjects, type ContainerCreated, ContainerCreatedSchema, type ContainerDestroyed, ContainerDestroyedSchema, ContainerIsolatedExecutionTargetSchema, type ContainerIsolatedSpawnRequest, ContainerIsolatedSpawnRequestSchema, ContainerLocalExecutionTargetSchema, type ContainerLocalSpawnRequest, ContainerLocalSpawnRequestSchema, type ContainerRuntime, ContainerRuntimeSchema, ContainerSpawnNamespace, ContainerSpawnSubjects, type ContainerStarted, ContainerStartedSchema, type ContainerState, ContainerStateSchema, type ContainerStopped, ContainerStoppedSchema, type ContextAssemblyResult, ContextWindowTracker, type ContextWindowTrackerConfig, type DefaultModelResolution, DockerNamespace, DockerSubjects, EmbeddingIndexManager, type EventTransform, type ExecutionTarget, type ExecutionTargetInput, ExecutionTargetInputSchema, type ExecutionTargetListQuery, ExecutionTargetListQuerySchema, ExecutionTargetNamespace, type ExecutionTargetResolveRequest, ExecutionTargetResolveRequestSchema, ExecutionTargetSchema, ExecutionTargetSchemas, ExecutionTargetSubjects, type ExecutionTargetType, ExecutionTargetTypeSchema, type ExtractedContext, ExtractedContextSchema, FacetNamespaceRegistry, FacetNamespaceRegistryToken, FallbackRegistryFetcher, type FallbackRuntimeOptions, FrameworkServicesCoreNamespaces, type IModelRegistryCache, type IModelRegistryFetcher, type ISessionOrchestrator, type InputResolver, type InsertMessage, type InsertMessageRouting, type InsertSessionEvent, type InsertTurn, type InternalPendingRequest, type ListToolsFilter, LocalExecutionTargetSchema, MakaioSession, type MakaioSessionConfig, MakaioSessionService, MessageRoutingNamespace, MessageRoutingSubjects, MessageStorageNamespace, MessageStorageSubjects, type ModelRegistry, type ModelRegistryCheckModelInProvidersRequest, type ModelRegistryCheckModelInProvidersResponse, type ModelRegistryGetForProviderRequest, type ModelRegistryGetForProviderResponse, type ModelRegistryGetLabModelsRequest, type ModelRegistryGetLabModelsResponse, type ModelRegistryGetProviderModelsRequest, type ModelRegistryGetProviderModelsResponse, ModelRegistryNamespace, ModelRegistryProviderNotFoundError, type ModelRegistryRefreshRequest, type ModelRegistryRefreshResponse, ModelRegistrySchema, ModelRegistrySchemas, ModelRegistryService, type ModelRegistryServiceOptions, ModelRegistrySubjects, ModelRegistryToken, type PreferenceItem, PreferenceItemSchema, type PreferenceKey, PreferenceKeySchema, PreferenceValueSchema, PreferencesNamespace, PreferencesSchemas, PreferencesSubjects, type ProviderModelOverride, ProviderModelOverrideSchema, type RecoveryConfig, type RegisteredAdapterRuntimeIdentityHandlers, type ResolveIdRequest, ResolveIdRequestSchema, type ResolveIdResponse, ResolveIdResponseSchema, type ResolveNameRequest, ResolveNameRequestSchema, type ResolveNameResponse, ResolveNameResponseSchema, type ResolvedDefaultTarget, type ResolvedSelection, type RunAfterInput, type RunBeforeInput, type RunBeforeResult, type SearchFilters, type SearchSessionRow, type SelectMessage, type SelectMessageRouting, type SelectSessionEvent, type SelectTurn, SessionBridge, SessionBridgeToken, type SessionContextWindowState, SessionEventStorageNamespace, SessionEventStorageSubjects, SessionExtensionContextImpl, SessionLogger, type SessionLoggerOptions, SessionOrchestrator, SessionOrchestratorToken, type SessionPreviewMaps, SessionStorageNamespace, SessionStorageSubjects, SessionStorageToken, SessionToken, SessionTurnManager, type SpawnOptions, type SpawnRequest, SpawnRequestSchema, type SpawnResponse, SpawnResponseSchema, type StartTurnOptions, type StatusRequest, StatusRequestSchema, type StatusResponse, StatusResponseSchema, type StopRequest, StopRequestSchema, type StopResponse, StopResponseSchema, SubagentManager, SubagentService, SubagentServiceToken, type SubagentTemplate, SubagentTemplateCompletedEventSchema, type SubagentTemplateCreate, SubagentTemplateCreateSchema, type SubagentTemplateInstance, SubagentTemplateInstanceSchema, type SubagentTemplateInstanceStatus, SubagentTemplateInstanceStatusSchema, SubagentTemplateKernelNamespace, SubagentTemplateKernelSchemas, SubagentTemplateSchema, SubagentTemplateSettingsSchemas, type SubagentTemplateSpawnRequest, SubagentTemplateSpawnRequestSchema, SubagentTemplateSpawnedEventSchema, SubagentTemplateSubjects, type SubagentTemplateSummary, SubagentTemplateSummarySchema, type SubagentTemplateUpdate, SubagentTemplateUpdateSchema, SurfaceBindingRegistry, SurfaceBindingRegistryToken, type TechnicalDetails, TechnicalDetailsSchema, type TodoEntry, TodoEntrySchema, ToolApprovalService, ToolApprovalToken, ToolRegistry, type ToolRegistryOptions, ToolRegistryToken, type ToolsWithToolsetsResult, type ToolsetInfo, type ToolsetPolicy, type ToolsetPolicyProvider, type TrackOptions, type TrackedSubagent, TransitionActionRegistry, TransitionPipelineService, TransitionPipelineToken, TransitionRuleRegistry, type TrayMenuEntry, TrayMenuEntrySchema, type TrayMenuGroup, TrayMenuGroupEntrySchema, TrayMenuGroupSchema, type TrayMenuItemClicked, TrayMenuItemClickedSchema, type TrayMenuListEntry, TrayMenuListEntrySchema, TrayMenuMetadataSchema, TrayMenuNamespace, TrayMenuSchemas, TrayMenuSectionSchema, TrayMenuService, TrayMenuSubjects, TrayMenuToken, Turn, type TurnCompleteCallback, type TurnCompletionResult, type TurnConfig, type TurnContext, TurnContextEnricher, type TurnResult, type TurnStateChange, TurnStorageNamespace, TurnStorageSubjects, WORKFLOW_START_ACTION_TYPE, WorkflowBlockRegistry, WorkflowBlockRegistryToken, actionRegistry, activateProviderContext, activateProviderContextStrict, agents, artifactLifecycleHookRegistryPackage, artifactSchemaRegistryPackage, assembleForkContext, buildDeterministicAdapterId, buildProviderContext, buildRecoveryContext, buildRecoveryContextWithPipeline, buildSessionContext, buildTurnInitiator, canonicalModelPackage, capabilityPackage, createArtifactKindContributionProcessor, createArtifactLifecycleHookContributionProcessor, createFacetNamespaceContributionProcessor, createModelRegistryPackage, createSessionExtensionContext, createSurfaceBindingContributionProcessor, createToolContributionProcessor, createTransitionContributionProcessor, createWorkflowBlockContributionProcessor, ensureAgentCwd, ensureAgentModel, extractTextContent, facetNamespaceRegistryPackage, fetchAgentsBySession, fetchMessageCountsBySession, fetchPreviewBySession, fetchSessionPreviewMaps, findTurnByAgent, frameworkCorePackages, getFullConversation, getOrCreateSession, importCursors, importCursorsDual, kindToBranchKind, mapAgentsBySession, mapRowToSession, mapToSession, mergeModelMetadata, messageRouting, messageRoutingDual, messages, normalizeSelectionString, normalizeToBlocks, parseForkTransforms, pickFallbackRuntimeOptions, recoverAgent, registerAbandonHandler, registerAdapterRuntimeIdentityHandlers, registerAttachHandler, registerBuiltInActions, registerCompressHandler, registerCompressLineageResolver, registerCoreSessionServiceHandlers, registerDrizzleAgentStorage, registerDrizzleImportCursorStorage, registerDrizzleMessageRoutingStorage, registerDrizzleMessageStorage, registerDrizzleSessionEventStorage, registerDrizzleSessionStorage, registerDrizzleTurnStorage, registerForkHandler, registerFtsSearchHandler, registerGetStatusCountsHandler, registerListActionsHandler, registerMemoryAgentStorage, registerMemoryMessageStorage, registerMemorySessionEventStorage, registerMemorySessionStorage, registerMemoryTurnStorage, registerMergeHandler, registerParentResolver, registerResumeHandler, registerSpawningToolCallResolver, resetBuiltInActionsRegistration, resolveAdapterId, resolveAdapterNameById, resolveDeterministicAdapterId, resolveExecutionTarget, resolveModelCapabilities, resolveTargetAgents, routeToAgents, routeToAgentsCore, sessionBridgePackage, sessionEvents, sessionEventsDual, sessionOrchestratorPackage, sessionPackage, sessionStoragePackage, sessions, subagentServicePackage, surfaceBindingRegistryPackage, toolApprovalPackage, toolRegistryPackage, transitionPipelinePackage, trayMenuPackage, turns, turnsDual, verifyAndRecoverAgents, workflowBlockRegistryPackage };
|