veryfront 0.1.545 → 0.1.547
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/esm/cli/templates/manifest.js +6 -6
- package/esm/deno.js +3 -3
- package/esm/extensions/ext-document-kreuzberg/src/kreuzberg.d.ts.map +1 -1
- package/esm/extensions/ext-document-kreuzberg/src/kreuzberg.js +28 -2
- package/esm/extensions/ext-sandbox-shell-tools/src/index.d.ts.map +1 -1
- package/esm/extensions/ext-sandbox-shell-tools/src/index.js +22 -2
- package/esm/src/agent/ag-ui/handler.d.ts +2 -0
- package/esm/src/agent/ag-ui/handler.d.ts.map +1 -1
- package/esm/src/agent/ag-ui/handler.js +43 -10
- package/esm/src/agent/ag-ui/host-support.d.ts.map +1 -1
- package/esm/src/agent/ag-ui/host-support.js +51 -10
- package/esm/src/agent/hosted/veryfront-cloud-agent-service.d.ts.map +1 -1
- package/esm/src/agent/hosted/veryfront-cloud-agent-service.js +21 -1
- package/esm/src/agent/index.d.ts +28 -11
- package/esm/src/agent/index.d.ts.map +1 -1
- package/esm/src/agent/index.js +27 -11
- package/esm/src/agent/react/use-chat/browser-inference/browser-engine.d.ts.map +1 -1
- package/esm/src/agent/react/use-chat/browser-inference/worker-client.d.ts.map +1 -1
- package/esm/src/agent/react/use-chat/index.d.ts +1 -1
- package/esm/src/agent/react/use-chat/index.d.ts.map +1 -1
- package/esm/src/agent/react/use-chat/streaming/handler.d.ts +1 -0
- package/esm/src/agent/react/use-chat/streaming/handler.d.ts.map +1 -1
- package/esm/src/agent/react/use-chat/streaming/handler.js +121 -6
- package/esm/src/agent/react/use-chat/streaming/index.d.ts +1 -1
- package/esm/src/agent/react/use-chat/streaming/index.d.ts.map +1 -1
- package/esm/src/agent/react/use-chat/streaming/index.js +1 -1
- package/esm/src/agent/react/use-chat/types.d.ts +2 -0
- package/esm/src/agent/react/use-chat/types.d.ts.map +1 -1
- package/esm/src/agent/react/use-chat/use-chat.d.ts +4 -2
- package/esm/src/agent/react/use-chat/use-chat.d.ts.map +1 -1
- package/esm/src/agent/react/use-chat/use-chat.js +8 -4
- package/esm/src/agent/runtime/index.js +2 -2
- package/esm/src/agent/service/before-stream.d.ts +31 -0
- package/esm/src/agent/service/before-stream.d.ts.map +1 -0
- package/esm/src/agent/service/before-stream.js +64 -0
- package/esm/src/chat/ag-ui.d.ts +2 -2
- package/esm/src/chat/ag-ui.d.ts.map +1 -1
- package/esm/src/chat/ag-ui.js +105 -29
- package/esm/src/integrations/index.d.ts +8 -1
- package/esm/src/integrations/index.d.ts.map +1 -1
- package/esm/src/integrations/index.js +8 -1
- package/esm/src/jobs/index.d.ts +0 -1
- package/esm/src/jobs/index.d.ts.map +1 -1
- package/esm/src/jobs/index.js +0 -1
- package/esm/src/mcp/index.d.ts +2 -6
- package/esm/src/mcp/index.d.ts.map +1 -1
- package/esm/src/mcp/index.js +2 -6
- package/esm/src/platform/compat/opaque-dependency-versions.d.ts +5 -0
- package/esm/src/platform/compat/opaque-dependency-versions.d.ts.map +1 -0
- package/esm/src/platform/compat/opaque-dependency-versions.js +4 -0
- package/esm/src/platform/compat/opaque-deps.d.ts.map +1 -1
- package/esm/src/platform/compat/opaque-deps.js +3 -2
- package/esm/src/prompt/index.d.ts +5 -0
- package/esm/src/prompt/index.d.ts.map +1 -1
- package/esm/src/prompt/index.js +5 -0
- package/esm/src/resource/index.d.ts +10 -7
- package/esm/src/resource/index.d.ts.map +1 -1
- package/esm/src/resource/index.js +10 -7
- package/esm/src/sandbox/types.d.ts +1 -1
- package/esm/src/sandbox/types.d.ts.map +1 -1
- package/esm/src/tool/index.d.ts +44 -24
- package/esm/src/tool/index.d.ts.map +1 -1
- package/esm/src/tool/index.js +44 -24
- package/esm/src/utils/version-constant.d.ts +1 -1
- package/esm/src/utils/version-constant.js +1 -1
- package/package.json +54 -23
- package/esm/src/agent/service/chat-handler.d.ts +0 -69
- package/esm/src/agent/service/chat-handler.d.ts.map +0 -1
- package/esm/src/agent/service/chat-handler.js +0 -311
- package/src/_dnt.polyfills.ts +0 -558
- package/src/_dnt.shims.ts +0 -71
- package/src/cli/app/actions.ts +0 -149
- package/src/cli/app/components/inline-input.ts +0 -243
- package/src/cli/app/components/list-select.ts +0 -197
- package/src/cli/app/data/slug-words.ts +0 -303
- package/src/cli/app/handlers/remote-navigation.ts +0 -65
- package/src/cli/app/handlers/view-handlers.ts +0 -173
- package/src/cli/app/index.ts +0 -19
- package/src/cli/app/logging/console-interceptor.ts +0 -97
- package/src/cli/app/operations/project-creation.ts +0 -71
- package/src/cli/app/shell.ts +0 -666
- package/src/cli/app/startup.ts +0 -48
- package/src/cli/app/state.ts +0 -383
- package/src/cli/app/types.ts +0 -40
- package/src/cli/app/utils.ts +0 -65
- package/src/cli/app/views/auth.ts +0 -30
- package/src/cli/app/views/dashboard.ts +0 -189
- package/src/cli/app/views/help.ts +0 -65
- package/src/cli/app/views/index.ts +0 -12
- package/src/cli/app/views/new-project.ts +0 -36
- package/src/cli/app/views/startup.ts +0 -112
- package/src/cli/app/views/templates.ts +0 -35
- package/src/cli/auth/browser.ts +0 -26
- package/src/cli/auth/callback-server.ts +0 -297
- package/src/cli/auth/index.ts +0 -16
- package/src/cli/auth/login.ts +0 -303
- package/src/cli/auth/provider-store.ts +0 -82
- package/src/cli/auth/providers/anthropic.ts +0 -45
- package/src/cli/auth/providers/openai.ts +0 -44
- package/src/cli/auth/token-store.ts +0 -63
- package/src/cli/auth/utils.ts +0 -31
- package/src/cli/commands/analyze-chunks/command-help.ts +0 -18
- package/src/cli/commands/analyze-chunks/command.ts +0 -89
- package/src/cli/commands/analyze-chunks/handler.ts +0 -33
- package/src/cli/commands/build/command-help.ts +0 -51
- package/src/cli/commands/build/command.ts +0 -93
- package/src/cli/commands/build/config-display.ts +0 -48
- package/src/cli/commands/build/error-handler.ts +0 -30
- package/src/cli/commands/build/handler.ts +0 -103
- package/src/cli/commands/build/stats-display.ts +0 -40
- package/src/cli/commands/build/types.ts +0 -1
- package/src/cli/commands/clean/command-help.ts +0 -33
- package/src/cli/commands/clean/command.ts +0 -151
- package/src/cli/commands/clean/handler.ts +0 -33
- package/src/cli/commands/completions/command-help.ts +0 -15
- package/src/cli/commands/completions/command.ts +0 -163
- package/src/cli/commands/completions/handler.ts +0 -29
- package/src/cli/commands/config/command-help.ts +0 -15
- package/src/cli/commands/config/handler.ts +0 -90
- package/src/cli/commands/demo/command-help.ts +0 -27
- package/src/cli/commands/demo/demo.ts +0 -630
- package/src/cli/commands/demo/handler.ts +0 -30
- package/src/cli/commands/demo/index.ts +0 -2
- package/src/cli/commands/demo/steps.ts +0 -68
- package/src/cli/commands/deploy/command-help.ts +0 -42
- package/src/cli/commands/deploy/command.ts +0 -287
- package/src/cli/commands/deploy/handler.ts +0 -13
- package/src/cli/commands/deploy/index.ts +0 -14
- package/src/cli/commands/dev/command-help.ts +0 -34
- package/src/cli/commands/dev/command.ts +0 -337
- package/src/cli/commands/dev/handler.ts +0 -76
- package/src/cli/commands/dev/index.ts +0 -7
- package/src/cli/commands/doctor/ai-checks.ts +0 -65
- package/src/cli/commands/doctor/command-help.ts +0 -15
- package/src/cli/commands/doctor/handler.ts +0 -27
- package/src/cli/commands/doctor/index.ts +0 -89
- package/src/cli/commands/doctor/project-structure.ts +0 -56
- package/src/cli/commands/doctor/server-checks.ts +0 -142
- package/src/cli/commands/doctor/types.ts +0 -6
- package/src/cli/commands/doctor/version-checks.ts +0 -67
- package/src/cli/commands/extension/command-help.ts +0 -18
- package/src/cli/commands/extension/handler.ts +0 -41
- package/src/cli/commands/extension/init-command.ts +0 -150
- package/src/cli/commands/extension/validate-command.ts +0 -78
- package/src/cli/commands/files/command-help.ts +0 -41
- package/src/cli/commands/files/command.ts +0 -343
- package/src/cli/commands/files/handler.ts +0 -6
- package/src/cli/commands/files/index.ts +0 -19
- package/src/cli/commands/generate/command-help.ts +0 -21
- package/src/cli/commands/generate/command.ts +0 -155
- package/src/cli/commands/generate/handler.ts +0 -55
- package/src/cli/commands/generate/index.ts +0 -6
- package/src/cli/commands/generate/integration-generator-helpers.ts +0 -185
- package/src/cli/commands/generate/integration-generator.ts +0 -782
- package/src/cli/commands/init/catalog.ts +0 -224
- package/src/cli/commands/init/command-help.ts +0 -54
- package/src/cli/commands/init/config-generator.ts +0 -84
- package/src/cli/commands/init/handler.ts +0 -79
- package/src/cli/commands/init/index.ts +0 -8
- package/src/cli/commands/init/init-command.ts +0 -566
- package/src/cli/commands/init/interactive-wizard.ts +0 -170
- package/src/cli/commands/init/path-utils.ts +0 -15
- package/src/cli/commands/init/types.ts +0 -28
- package/src/cli/commands/install/command-help.ts +0 -63
- package/src/cli/commands/install/detect.ts +0 -51
- package/src/cli/commands/install/handler.ts +0 -33
- package/src/cli/commands/install/install.ts +0 -112
- package/src/cli/commands/install/registry.ts +0 -79
- package/src/cli/commands/install/types.ts +0 -58
- package/src/cli/commands/install/uninstall.ts +0 -139
- package/src/cli/commands/issues/command-help.ts +0 -50
- package/src/cli/commands/issues/command.ts +0 -364
- package/src/cli/commands/issues/handler.ts +0 -10
- package/src/cli/commands/issues/index.ts +0 -6
- package/src/cli/commands/knowledge/command-help.ts +0 -44
- package/src/cli/commands/knowledge/command-helpers.ts +0 -295
- package/src/cli/commands/knowledge/command.ts +0 -802
- package/src/cli/commands/knowledge/handler.ts +0 -6
- package/src/cli/commands/knowledge/index.ts +0 -2
- package/src/cli/commands/knowledge/parser-source.ts +0 -641
- package/src/cli/commands/knowledge/result.ts +0 -88
- package/src/cli/commands/knowledge/source-policy.ts +0 -164
- package/src/cli/commands/lint/command-help.ts +0 -15
- package/src/cli/commands/lint/command.ts +0 -59
- package/src/cli/commands/lint/handler.ts +0 -36
- package/src/cli/commands/lock/command-help.ts +0 -42
- package/src/cli/commands/lock/command.ts +0 -193
- package/src/cli/commands/lock/handler.ts +0 -35
- package/src/cli/commands/login/command-help.ts +0 -38
- package/src/cli/commands/logout/command-help.ts +0 -14
- package/src/cli/commands/mcp/command-help.ts +0 -36
- package/src/cli/commands/mcp/handler.ts +0 -37
- package/src/cli/commands/merge/command-help.ts +0 -32
- package/src/cli/commands/merge/command.ts +0 -224
- package/src/cli/commands/merge/handler.ts +0 -13
- package/src/cli/commands/open/command-help.ts +0 -19
- package/src/cli/commands/open/command.ts +0 -33
- package/src/cli/commands/open/handler.ts +0 -38
- package/src/cli/commands/pull/command-help.ts +0 -56
- package/src/cli/commands/pull/command.ts +0 -491
- package/src/cli/commands/pull/handler.ts +0 -13
- package/src/cli/commands/pull/index.ts +0 -3
- package/src/cli/commands/push/command-help.ts +0 -39
- package/src/cli/commands/push/command.ts +0 -404
- package/src/cli/commands/push/handler.ts +0 -13
- package/src/cli/commands/push/index.ts +0 -3
- package/src/cli/commands/routes/command-help.ts +0 -15
- package/src/cli/commands/routes/command.ts +0 -88
- package/src/cli/commands/routes/handler.ts +0 -31
- package/src/cli/commands/schema/command-help.ts +0 -17
- package/src/cli/commands/schema/command.ts +0 -64
- package/src/cli/commands/schema/handler.ts +0 -36
- package/src/cli/commands/serve/command-help.ts +0 -25
- package/src/cli/commands/serve/command.ts +0 -120
- package/src/cli/commands/serve/handler.ts +0 -43
- package/src/cli/commands/serve/split-mode.ts +0 -193
- package/src/cli/commands/skills/command-help.ts +0 -23
- package/src/cli/commands/skills/command.ts +0 -23
- package/src/cli/commands/skills/create.ts +0 -87
- package/src/cli/commands/skills/handler.ts +0 -106
- package/src/cli/commands/skills/validate.ts +0 -110
- package/src/cli/commands/start/command-help.ts +0 -52
- package/src/cli/commands/start/command.ts +0 -258
- package/src/cli/commands/start/handler.ts +0 -35
- package/src/cli/commands/studio/command-help.ts +0 -27
- package/src/cli/commands/studio/command.ts +0 -96
- package/src/cli/commands/studio/handler.ts +0 -28
- package/src/cli/commands/studio/index.ts +0 -6
- package/src/cli/commands/styles/command-help.ts +0 -22
- package/src/cli/commands/styles/command.ts +0 -303
- package/src/cli/commands/styles/handler.ts +0 -28
- package/src/cli/commands/task/command-help.ts +0 -23
- package/src/cli/commands/task/command.ts +0 -112
- package/src/cli/commands/task/handler.ts +0 -28
- package/src/cli/commands/test/command-help.ts +0 -18
- package/src/cli/commands/test/command.ts +0 -90
- package/src/cli/commands/test/handler.ts +0 -74
- package/src/cli/commands/up/command-help.ts +0 -25
- package/src/cli/commands/up/command.ts +0 -218
- package/src/cli/commands/up/handler.ts +0 -11
- package/src/cli/commands/up/index.ts +0 -7
- package/src/cli/commands/uploads/command-help.ts +0 -46
- package/src/cli/commands/uploads/command.ts +0 -482
- package/src/cli/commands/uploads/handler.ts +0 -6
- package/src/cli/commands/uploads/index.ts +0 -23
- package/src/cli/commands/whoami/command-help.ts +0 -14
- package/src/cli/commands/worker/command-help.ts +0 -49
- package/src/cli/commands/worker/command.ts +0 -114
- package/src/cli/commands/worker/handler.ts +0 -36
- package/src/cli/commands/workflow/command-help.ts +0 -22
- package/src/cli/commands/workflow/command.ts +0 -157
- package/src/cli/commands/workflow/handler.ts +0 -30
- package/src/cli/help/command-definitions.ts +0 -96
- package/src/cli/help/command-help.ts +0 -73
- package/src/cli/help/formatters.ts +0 -102
- package/src/cli/help/index.ts +0 -6
- package/src/cli/help/logo.ts +0 -5
- package/src/cli/help/main-help.ts +0 -98
- package/src/cli/help/tips.ts +0 -54
- package/src/cli/help/types.ts +0 -25
- package/src/cli/main.ts +0 -74
- package/src/cli/mcp/advanced-tools.ts +0 -61
- package/src/cli/mcp/dev-server-client.ts +0 -82
- package/src/cli/mcp/index.ts +0 -2
- package/src/cli/mcp/jsonrpc.ts +0 -186
- package/src/cli/mcp/remote-file-tool-helpers.ts +0 -27
- package/src/cli/mcp/remote-file-tools.ts +0 -826
- package/src/cli/mcp/server.ts +0 -531
- package/src/cli/mcp/standalone.ts +0 -646
- package/src/cli/mcp/stdio.ts +0 -57
- package/src/cli/mcp/tools/bootstrap-tool.ts +0 -71
- package/src/cli/mcp/tools/build-tool.ts +0 -119
- package/src/cli/mcp/tools/catalog-tools.ts +0 -507
- package/src/cli/mcp/tools/cicd-tools.ts +0 -17
- package/src/cli/mcp/tools/context7-tools.ts +0 -114
- package/src/cli/mcp/tools/deploy-tool.ts +0 -136
- package/src/cli/mcp/tools/dev-tools.ts +0 -475
- package/src/cli/mcp/tools/helpers.ts +0 -141
- package/src/cli/mcp/tools/introspection-tools.ts +0 -53
- package/src/cli/mcp/tools/project-tools.ts +0 -412
- package/src/cli/mcp/tools/run-lint-tool.ts +0 -109
- package/src/cli/mcp/tools/run-tests-tool.ts +0 -117
- package/src/cli/mcp/tools/scaffold-tools.ts +0 -433
- package/src/cli/mcp/tools/skill-tools.ts +0 -194
- package/src/cli/mcp/tools.ts +0 -267
- package/src/cli/router.ts +0 -299
- package/src/cli/shared/animation.ts +0 -25
- package/src/cli/shared/args.ts +0 -269
- package/src/cli/shared/config.ts +0 -258
- package/src/cli/shared/constants.ts +0 -29
- package/src/cli/shared/ensure-content-processor.ts +0 -17
- package/src/cli/shared/handler-utils.ts +0 -17
- package/src/cli/shared/interactive.ts +0 -33
- package/src/cli/shared/json-output.ts +0 -96
- package/src/cli/shared/parsed-args.ts +0 -9
- package/src/cli/shared/project-source-context.ts +0 -96
- package/src/cli/shared/reserve-slug.ts +0 -114
- package/src/cli/shared/server-startup.ts +0 -119
- package/src/cli/shared/slug.ts +0 -12
- package/src/cli/shared/suggest.ts +0 -33
- package/src/cli/shared/types.ts +0 -36
- package/src/cli/shared/update-check.ts +0 -108
- package/src/cli/skills/core-skills.ts +0 -233
- package/src/cli/skills/loader.ts +0 -98
- package/src/cli/skills/types.ts +0 -44
- package/src/cli/sync/ignore.ts +0 -143
- package/src/cli/sync/index.ts +0 -21
- package/src/cli/sync/project-discovery.ts +0 -81
- package/src/cli/templates/feature-loader.ts +0 -201
- package/src/cli/templates/index.ts +0 -77
- package/src/cli/templates/integration-loader-helpers.ts +0 -49
- package/src/cli/templates/integration-loader.ts +0 -709
- package/src/cli/templates/loader.ts +0 -64
- package/src/cli/templates/manifest.js +0 -623
- package/src/cli/templates/types.ts +0 -78
- package/src/cli/ui/animated-text.ts +0 -89
- package/src/cli/ui/ansi.ts +0 -91
- package/src/cli/ui/box.ts +0 -1
- package/src/cli/ui/colors.ts +0 -240
- package/src/cli/ui/components/banner.ts +0 -170
- package/src/cli/ui/components/index.ts +0 -4
- package/src/cli/ui/components/multi-select.ts +0 -163
- package/src/cli/ui/components/shortcuts.ts +0 -30
- package/src/cli/ui/components/table.ts +0 -187
- package/src/cli/ui/constants.ts +0 -20
- package/src/cli/ui/dot-matrix.ts +0 -344
- package/src/cli/ui/index.ts +0 -7
- package/src/cli/ui/keyboard.ts +0 -138
- package/src/cli/ui/layout.ts +0 -142
- package/src/cli/ui/progress.ts +0 -246
- package/src/cli/ui/tui.ts +0 -311
- package/src/cli/utils/env-prompt.ts +0 -190
- package/src/cli/utils/fs.ts +0 -33
- package/src/cli/utils/git.ts +0 -58
- package/src/cli/utils/index.ts +0 -230
- package/src/cli/utils/package-manager.ts +0 -204
- package/src/cli/utils/project.ts +0 -16
- package/src/cli/utils/sanitize-job-output.ts +0 -23
- package/src/cli/utils/string.ts +0 -27
- package/src/cli/utils/terminal-select.ts +0 -371
- package/src/cli/utils/write-job-result.ts +0 -23
- package/src/deno.js +0 -429
- package/src/deps/esm.sh/@types/react-dom@19.2.3/client.d.ts +0 -105
- package/src/deps/esm.sh/@types/react-dom@19.2.3/server.d.ts +0 -183
- package/src/deps/esm.sh/@types/react-dom@19.2.3/static.d.ts +0 -153
- package/src/deps/esm.sh/@types/react@19.2.14/global.d.ts +0 -166
- package/src/deps/esm.sh/@types/react@19.2.14/index.d.ts +0 -4370
- package/src/deps/esm.sh/@types/react@19.2.14/jsx-dev-runtime.d.ts +0 -45
- package/src/deps/esm.sh/@types/react@19.2.14/jsx-runtime.d.ts +0 -36
- package/src/deps/esm.sh/@types/react@19.2.3/global.d.ts +0 -165
- package/src/deps/esm.sh/@types/react@19.2.3/index.d.ts +0 -4301
- package/src/deps/esm.sh/@types/scheduler@0.26.0/index.d.ts +0 -30
- package/src/deps/esm.sh/csstype@3.2.3/index.d.ts +0 -22569
- package/src/deps/esm.sh/react-dom@19.2.4/client.d.ts +0 -105
- package/src/deps/esm.sh/react-dom@19.2.4/client.js +0 -5
- package/src/deps/esm.sh/react-dom@19.2.4/server.d.ts +0 -183
- package/src/deps/esm.sh/react-dom@19.2.4/server.js +0 -5
- package/src/deps/esm.sh/react@19.2.4/jsx-dev-runtime.d.ts +0 -45
- package/src/deps/esm.sh/react@19.2.4/jsx-dev-runtime.js +0 -3
- package/src/deps/esm.sh/react@19.2.4/jsx-runtime.d.ts +0 -36
- package/src/deps/esm.sh/react@19.2.4/jsx-runtime.js +0 -3
- package/src/deps/esm.sh/react@19.2.4.d.ts +0 -4370
- package/src/deps/esm.sh/react@19.2.4.js +0 -3
- package/src/deps/esm.sh/scheduler@^0.27.0.d.ts +0 -30
- package/src/deps/esm.sh/scheduler@^0.27.0.js +0 -3
- package/src/deps/jsr.io/@std/assert/1.0.19/almost_equals.ts +0 -56
- package/src/deps/jsr.io/@std/assert/1.0.19/array_includes.ts +0 -76
- package/src/deps/jsr.io/@std/assert/1.0.19/assert.ts +0 -24
- package/src/deps/jsr.io/@std/assert/1.0.19/assertion_error.ts +0 -31
- package/src/deps/jsr.io/@std/assert/1.0.19/equal.ts +0 -226
- package/src/deps/jsr.io/@std/assert/1.0.19/equals.ts +0 -68
- package/src/deps/jsr.io/@std/assert/1.0.19/exists.ts +0 -31
- package/src/deps/jsr.io/@std/assert/1.0.19/fail.ts +0 -21
- package/src/deps/jsr.io/@std/assert/1.0.19/false.ts +0 -27
- package/src/deps/jsr.io/@std/assert/1.0.19/greater.ts +0 -30
- package/src/deps/jsr.io/@std/assert/1.0.19/greater_or_equal.ts +0 -36
- package/src/deps/jsr.io/@std/assert/1.0.19/instance_of.ts +0 -64
- package/src/deps/jsr.io/@std/assert/1.0.19/is_error.ts +0 -65
- package/src/deps/jsr.io/@std/assert/1.0.19/less.ts +0 -29
- package/src/deps/jsr.io/@std/assert/1.0.19/less_or_equal.ts +0 -36
- package/src/deps/jsr.io/@std/assert/1.0.19/match.ts +0 -30
- package/src/deps/jsr.io/@std/assert/1.0.19/mod.ts +0 -47
- package/src/deps/jsr.io/@std/assert/1.0.19/not_equals.ts +0 -43
- package/src/deps/jsr.io/@std/assert/1.0.19/not_instance_of.ts +0 -33
- package/src/deps/jsr.io/@std/assert/1.0.19/not_match.ts +0 -30
- package/src/deps/jsr.io/@std/assert/1.0.19/not_strict_equals.ts +0 -42
- package/src/deps/jsr.io/@std/assert/1.0.19/object_match.ts +0 -224
- package/src/deps/jsr.io/@std/assert/1.0.19/rejects.ts +0 -123
- package/src/deps/jsr.io/@std/assert/1.0.19/strict_equals.ts +0 -68
- package/src/deps/jsr.io/@std/assert/1.0.19/string_includes.ts +0 -30
- package/src/deps/jsr.io/@std/assert/1.0.19/throws.ts +0 -111
- package/src/deps/jsr.io/@std/assert/1.0.19/unimplemented.ts +0 -21
- package/src/deps/jsr.io/@std/assert/1.0.19/unreachable.ts +0 -21
- package/src/deps/jsr.io/@std/dotenv/0.225.6/mod.ts +0 -251
- package/src/deps/jsr.io/@std/dotenv/0.225.6/parse.ts +0 -110
- package/src/deps/jsr.io/@std/dotenv/0.225.6/stringify.ts +0 -48
- package/src/deps/jsr.io/@std/fmt/1.0.10/colors.ts +0 -1004
- package/src/deps/jsr.io/@std/fs/1.0.23/_create_walk_entry.ts +0 -47
- package/src/deps/jsr.io/@std/fs/1.0.23/_get_file_info_type.ts +0 -25
- package/src/deps/jsr.io/@std/fs/1.0.23/_is_same_path.ts +0 -23
- package/src/deps/jsr.io/@std/fs/1.0.23/_is_subdir.ts +0 -34
- package/src/deps/jsr.io/@std/fs/1.0.23/_to_path_string.ts +0 -17
- package/src/deps/jsr.io/@std/fs/1.0.23/copy.ts +0 -411
- package/src/deps/jsr.io/@std/fs/1.0.23/empty_dir.ts +0 -91
- package/src/deps/jsr.io/@std/fs/1.0.23/ensure_dir.ts +0 -110
- package/src/deps/jsr.io/@std/fs/1.0.23/ensure_file.ts +0 -100
- package/src/deps/jsr.io/@std/fs/1.0.23/ensure_link.ts +0 -66
- package/src/deps/jsr.io/@std/fs/1.0.23/ensure_symlink.ts +0 -181
- package/src/deps/jsr.io/@std/fs/1.0.23/eol.ts +0 -75
- package/src/deps/jsr.io/@std/fs/1.0.23/exists.ts +0 -316
- package/src/deps/jsr.io/@std/fs/1.0.23/expand_glob.ts +0 -564
- package/src/deps/jsr.io/@std/fs/1.0.23/mod.ts +0 -31
- package/src/deps/jsr.io/@std/fs/1.0.23/move.ts +0 -171
- package/src/deps/jsr.io/@std/fs/1.0.23/walk.ts +0 -956
- package/src/deps/jsr.io/@std/internal/1.0.13/_os.ts +0 -15
- package/src/deps/jsr.io/@std/internal/1.0.13/assertion_state.ts +0 -248
- package/src/deps/jsr.io/@std/internal/1.0.13/build_message.ts +0 -147
- package/src/deps/jsr.io/@std/internal/1.0.13/diff.ts +0 -317
- package/src/deps/jsr.io/@std/internal/1.0.13/diff_str.ts +0 -208
- package/src/deps/jsr.io/@std/internal/1.0.13/format.ts +0 -89
- package/src/deps/jsr.io/@std/internal/1.0.13/os.ts +0 -7
- package/src/deps/jsr.io/@std/internal/1.0.13/styles.ts +0 -233
- package/src/deps/jsr.io/@std/internal/1.0.13/types.ts +0 -30
- package/src/deps/jsr.io/@std/path/1.1.4/_common/assert_path.ts +0 -10
- package/src/deps/jsr.io/@std/path/1.1.4/_common/basename.ts +0 -53
- package/src/deps/jsr.io/@std/path/1.1.4/_common/common.ts +0 -26
- package/src/deps/jsr.io/@std/path/1.1.4/_common/constants.ts +0 -49
- package/src/deps/jsr.io/@std/path/1.1.4/_common/dirname.ts +0 -9
- package/src/deps/jsr.io/@std/path/1.1.4/_common/format.ts +0 -25
- package/src/deps/jsr.io/@std/path/1.1.4/_common/from_file_url.ts +0 -12
- package/src/deps/jsr.io/@std/path/1.1.4/_common/glob_to_reg_exp.ts +0 -295
- package/src/deps/jsr.io/@std/path/1.1.4/_common/normalize.ts +0 -9
- package/src/deps/jsr.io/@std/path/1.1.4/_common/normalize_string.ts +0 -74
- package/src/deps/jsr.io/@std/path/1.1.4/_common/relative.ts +0 -10
- package/src/deps/jsr.io/@std/path/1.1.4/_common/strip_trailing_separators.ts +0 -25
- package/src/deps/jsr.io/@std/path/1.1.4/_common/to_file_url.ts +0 -17
- package/src/deps/jsr.io/@std/path/1.1.4/basename.ts +0 -37
- package/src/deps/jsr.io/@std/path/1.1.4/common.ts +0 -35
- package/src/deps/jsr.io/@std/path/1.1.4/constants.ts +0 -18
- package/src/deps/jsr.io/@std/path/1.1.4/dirname.ts +0 -30
- package/src/deps/jsr.io/@std/path/1.1.4/extname.ts +0 -29
- package/src/deps/jsr.io/@std/path/1.1.4/format.ts +0 -30
- package/src/deps/jsr.io/@std/path/1.1.4/from_file_url.ts +0 -30
- package/src/deps/jsr.io/@std/path/1.1.4/glob_to_regexp.ts +0 -94
- package/src/deps/jsr.io/@std/path/1.1.4/is_absolute.ts +0 -30
- package/src/deps/jsr.io/@std/path/1.1.4/is_glob.ts +0 -49
- package/src/deps/jsr.io/@std/path/1.1.4/join.ts +0 -31
- package/src/deps/jsr.io/@std/path/1.1.4/join_globs.ts +0 -42
- package/src/deps/jsr.io/@std/path/1.1.4/mod.ts +0 -217
- package/src/deps/jsr.io/@std/path/1.1.4/normalize.ts +0 -33
- package/src/deps/jsr.io/@std/path/1.1.4/normalize_glob.ts +0 -45
- package/src/deps/jsr.io/@std/path/1.1.4/parse.ts +0 -44
- package/src/deps/jsr.io/@std/path/1.1.4/posix/_util.ts +0 -10
- package/src/deps/jsr.io/@std/path/1.1.4/posix/basename.ts +0 -62
- package/src/deps/jsr.io/@std/path/1.1.4/posix/common.ts +0 -26
- package/src/deps/jsr.io/@std/path/1.1.4/posix/constants.ts +0 -15
- package/src/deps/jsr.io/@std/path/1.1.4/posix/dirname.ts +0 -72
- package/src/deps/jsr.io/@std/path/1.1.4/posix/extname.ts +0 -96
- package/src/deps/jsr.io/@std/path/1.1.4/posix/format.ts +0 -31
- package/src/deps/jsr.io/@std/path/1.1.4/posix/from_file_url.ts +0 -25
- package/src/deps/jsr.io/@std/path/1.1.4/posix/glob_to_regexp.ts +0 -94
- package/src/deps/jsr.io/@std/path/1.1.4/posix/is_absolute.ts +0 -25
- package/src/deps/jsr.io/@std/path/1.1.4/posix/is_glob.ts +0 -4
- package/src/deps/jsr.io/@std/path/1.1.4/posix/join.ts +0 -46
- package/src/deps/jsr.io/@std/path/1.1.4/posix/join_globs.ts +0 -45
- package/src/deps/jsr.io/@std/path/1.1.4/posix/mod.ts +0 -44
- package/src/deps/jsr.io/@std/path/1.1.4/posix/normalize.ts +0 -63
- package/src/deps/jsr.io/@std/path/1.1.4/posix/normalize_glob.ts +0 -43
- package/src/deps/jsr.io/@std/path/1.1.4/posix/parse.ts +0 -121
- package/src/deps/jsr.io/@std/path/1.1.4/posix/relative.ts +0 -103
- package/src/deps/jsr.io/@std/path/1.1.4/posix/resolve.ts +0 -71
- package/src/deps/jsr.io/@std/path/1.1.4/posix/to_file_url.ts +0 -32
- package/src/deps/jsr.io/@std/path/1.1.4/posix/to_namespaced_path.ts +0 -21
- package/src/deps/jsr.io/@std/path/1.1.4/relative.ts +0 -32
- package/src/deps/jsr.io/@std/path/1.1.4/resolve.ts +0 -32
- package/src/deps/jsr.io/@std/path/1.1.4/to_file_url.ts +0 -30
- package/src/deps/jsr.io/@std/path/1.1.4/to_namespaced_path.ts +0 -31
- package/src/deps/jsr.io/@std/path/1.1.4/types.ts +0 -40
- package/src/deps/jsr.io/@std/path/1.1.4/windows/_util.ts +0 -28
- package/src/deps/jsr.io/@std/path/1.1.4/windows/basename.ts +0 -54
- package/src/deps/jsr.io/@std/path/1.1.4/windows/constants.ts +0 -15
- package/src/deps/jsr.io/@std/path/1.1.4/windows/dirname.ts +0 -118
- package/src/deps/jsr.io/@std/path/1.1.4/windows/extname.ts +0 -90
- package/src/deps/jsr.io/@std/path/1.1.4/windows/format.ts +0 -31
- package/src/deps/jsr.io/@std/path/1.1.4/windows/from_file_url.ts +0 -34
- package/src/deps/jsr.io/@std/path/1.1.4/windows/glob_to_regexp.ts +0 -92
- package/src/deps/jsr.io/@std/path/1.1.4/windows/is_absolute.ts +0 -40
- package/src/deps/jsr.io/@std/path/1.1.4/windows/join.ts +0 -78
- package/src/deps/jsr.io/@std/path/1.1.4/windows/join_globs.ts +0 -46
- package/src/deps/jsr.io/@std/path/1.1.4/windows/normalize.ts +0 -136
- package/src/deps/jsr.io/@std/path/1.1.4/windows/normalize_glob.ts +0 -43
- package/src/deps/jsr.io/@std/path/1.1.4/windows/parse.ts +0 -184
- package/src/deps/jsr.io/@std/path/1.1.4/windows/relative.ts +0 -128
- package/src/deps/jsr.io/@std/path/1.1.4/windows/resolve.ts +0 -178
- package/src/deps/jsr.io/@std/path/1.1.4/windows/to_file_url.ts +0 -38
- package/src/deps/jsr.io/@std/path/1.1.4/windows/to_namespaced_path.ts +0 -60
- package/src/deps/jsr.io/@std/testing/1.0.18/_test_suite.ts +0 -461
- package/src/deps/jsr.io/@std/testing/1.0.18/bdd.ts +0 -1294
- package/src/deps/jsr.io/@std/yaml/1.1.0/_chars.ts +0 -55
- package/src/deps/jsr.io/@std/yaml/1.1.0/_loader_state.ts +0 -1845
- package/src/deps/jsr.io/@std/yaml/1.1.0/_schema.ts +0 -183
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type/binary.ts +0 -127
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type/bool.ts +0 -37
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type/float.ts +0 -112
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type/int.ts +0 -174
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type/map.ts +0 -17
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type/merge.ts +0 -13
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type/nil.ts +0 -27
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type/omap.ts +0 -30
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type/pairs.ts +0 -22
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type/regexp.ts +0 -33
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type/seq.ts +0 -13
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type/set.ts +0 -17
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type/str.ts +0 -12
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type/timestamp.ts +0 -101
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type/undefined.ts +0 -23
- package/src/deps/jsr.io/@std/yaml/1.1.0/_type.ts +0 -49
- package/src/deps/jsr.io/@std/yaml/1.1.0/_utils.ts +0 -16
- package/src/deps/jsr.io/@std/yaml/1.1.0/parse.ts +0 -125
- package/src/extensions/ext-auth-jwt/src/index.ts +0 -200
- package/src/extensions/ext-bundler-esbuild/src/binary.ts +0 -154
- package/src/extensions/ext-bundler-esbuild/src/es-module-lexer.ts +0 -34
- package/src/extensions/ext-bundler-esbuild/src/esbuild-bundler.ts +0 -122
- package/src/extensions/ext-bundler-esbuild/src/index.ts +0 -46
- package/src/extensions/ext-bundler-esbuild/src/plugin-adapter.ts +0 -66
- package/src/extensions/ext-bundler-esbuild/src/runtime.ts +0 -54
- package/src/extensions/ext-content-mdx/src/compiler/markdown-compile.ts +0 -127
- package/src/extensions/ext-content-mdx/src/compiler/mdx-compile.ts +0 -82
- package/src/extensions/ext-content-mdx/src/index.ts +0 -66
- package/src/extensions/ext-content-mdx/src/plugins/plugin-loader.ts +0 -21
- package/src/extensions/ext-content-mdx/src/plugins/rehype-node-positions.ts +0 -67
- package/src/extensions/ext-content-mdx/src/plugins/remark-headings.ts +0 -93
- package/src/extensions/ext-content-mdx/src/plugins/remark-mdx-utils.ts +0 -246
- package/src/extensions/ext-css-tailwind/src/index.ts +0 -82
- package/src/extensions/ext-db-sqlite/src/index.ts +0 -47
- package/src/extensions/ext-document-kreuzberg/src/index.ts +0 -97
- package/src/extensions/ext-document-kreuzberg/src/kreuzberg.ts +0 -56
- package/src/extensions/ext-llm-anthropic/src/anthropic-provider.ts +0 -336
- package/src/extensions/ext-llm-anthropic/src/anthropic-request-builder.ts +0 -540
- package/src/extensions/ext-llm-anthropic/src/anthropic-stream.ts +0 -310
- package/src/extensions/ext-llm-anthropic/src/index.ts +0 -38
- package/src/extensions/ext-llm-google/src/google-provider.ts +0 -305
- package/src/extensions/ext-llm-google/src/google-request-builder.ts +0 -394
- package/src/extensions/ext-llm-google/src/google-stream.ts +0 -188
- package/src/extensions/ext-llm-google/src/index.ts +0 -35
- package/src/extensions/ext-llm-openai/src/index.ts +0 -37
- package/src/extensions/ext-llm-openai/src/openai-chat-request-builder.ts +0 -220
- package/src/extensions/ext-llm-openai/src/openai-chat-stream.ts +0 -251
- package/src/extensions/ext-llm-openai/src/openai-provider.ts +0 -577
- package/src/extensions/ext-llm-openai/src/openai-responses-request-builder.ts +0 -298
- package/src/extensions/ext-llm-openai/src/openai-responses-stream.ts +0 -226
- package/src/extensions/ext-observability-opentelemetry/src/index.ts +0 -291
- package/src/extensions/ext-parser-babel/src/index.ts +0 -111
- package/src/extensions/ext-parser-babel/src/inject-node-positions.ts +0 -184
- package/src/extensions/ext-sandbox-shell-tools/src/index.ts +0 -43
- package/src/extensions/ext-schema-zod/src/adapter.ts +0 -238
- package/src/extensions/ext-schema-zod/src/index.ts +0 -39
- package/src/extensions/ext-schema-zod/src/json-schema.ts +0 -311
- package/src/react/jsx-dev-runtime.ts +0 -1
- package/src/react/jsx-runtime.ts +0 -1
- package/src/react/react-dom-client.ts +0 -2
- package/src/react/react-dom-server.ts +0 -2
- package/src/react/react.ts +0 -274
- package/src/src/agent/ag-ui/browser-chunk-encoder.ts +0 -58
- package/src/src/agent/ag-ui/browser-encoder.ts +0 -538
- package/src/src/agent/ag-ui/browser-finalize-tracker.ts +0 -65
- package/src/src/agent/ag-ui/browser-response-stream.ts +0 -175
- package/src/src/agent/ag-ui/chat-ui-chunk-browser-encoder.ts +0 -172
- package/src/src/agent/ag-ui/chunk-encoder-bridge.ts +0 -34
- package/src/src/agent/ag-ui/detached-start.ts +0 -425
- package/src/src/agent/ag-ui/forwarded-context.ts +0 -83
- package/src/src/agent/ag-ui/handler.ts +0 -388
- package/src/src/agent/ag-ui/host-support.ts +0 -244
- package/src/src/agent/ag-ui/request-shared.ts +0 -76
- package/src/src/agent/ag-ui/run-control.ts +0 -145
- package/src/src/agent/ag-ui/runtime-browser-response.ts +0 -41
- package/src/src/agent/ag-ui/runtime-chat-stream-encoder.ts +0 -359
- package/src/src/agent/ag-ui/runtime-event-encoder.ts +0 -71
- package/src/src/agent/ag-ui/runtime-handler.ts +0 -510
- package/src/src/agent/ag-ui/runtime-support.ts +0 -64
- package/src/src/agent/ag-ui/sse-parser.ts +0 -306
- package/src/src/agent/ag-ui/tool-shared.ts +0 -80
- package/src/src/agent/ag-ui/tracked-browser-response.ts +0 -42
- package/src/src/agent/artifacts/default-research-artifact-policy.ts +0 -171
- package/src/src/agent/artifacts/default-research-artifact-support.ts +0 -374
- package/src/src/agent/artifacts/slash-command-artifact-policy.ts +0 -212
- package/src/src/agent/child-run/execution-cleanup.ts +0 -33
- package/src/src/agent/child-run/execution-snapshot.ts +0 -154
- package/src/src/agent/child-run/execution-support.ts +0 -29
- package/src/src/agent/child-run/final-step-support.ts +0 -51
- package/src/src/agent/child-run/invoke-agent-child-runs.ts +0 -198
- package/src/src/agent/child-run/result-summary.ts +0 -135
- package/src/src/agent/composition/composition.ts +0 -176
- package/src/src/agent/composition/index.ts +0 -19
- package/src/src/agent/conversation/bootstrap.ts +0 -335
- package/src/src/agent/conversation/delegation-policy.ts +0 -299
- package/src/src/agent/conversation/durable.ts +0 -1387
- package/src/src/agent/conversation/hosted-lifecycle.ts +0 -215
- package/src/src/agent/conversation/hosted-terminal.ts +0 -235
- package/src/src/agent/conversation/root-run-context.ts +0 -143
- package/src/src/agent/conversation/root-run-lifecycle.ts +0 -184
- package/src/src/agent/conversation/run-chunk-mirror.ts +0 -385
- package/src/src/agent/conversation/run-context.ts +0 -22
- package/src/src/agent/conversation/run-event-normalization.ts +0 -228
- package/src/src/agent/conversation/run-event-preparation.ts +0 -76
- package/src/src/agent/conversation/run-events.ts +0 -242
- package/src/src/agent/conversation/run-mirror.ts +0 -271
- package/src/src/agent/conversation/run-stream-mirror.ts +0 -63
- package/src/src/agent/factory.ts +0 -303
- package/src/src/agent/hosted/ag-ui-chat-request.ts +0 -199
- package/src/src/agent/hosted/agent-project-steering.ts +0 -141
- package/src/src/agent/hosted/agent-run-lifecycle.ts +0 -161
- package/src/src/agent/hosted/chat-execution-lifecycle-types.ts +0 -11
- package/src/src/agent/hosted/chat-execution-runtime.ts +0 -694
- package/src/src/agent/hosted/chat-preparation.ts +0 -357
- package/src/src/agent/hosted/chat-request-parser.ts +0 -209
- package/src/src/agent/hosted/chat-request.ts +0 -114
- package/src/src/agent/hosted/chat-runtime-agent-adapter.ts +0 -88
- package/src/src/agent/hosted/chat-runtime-contract.ts +0 -101
- package/src/src/agent/hosted/chat-runtime-tool-assembly.ts +0 -185
- package/src/src/agent/hosted/child-artifact-support.ts +0 -201
- package/src/src/agent/hosted/child-bootstrap.ts +0 -75
- package/src/src/agent/hosted/child-execution-logging.ts +0 -114
- package/src/src/agent/hosted/child-fork-execution-runner.ts +0 -396
- package/src/src/agent/hosted/child-fork-instructions.ts +0 -91
- package/src/src/agent/hosted/child-fork-run-context.ts +0 -309
- package/src/src/agent/hosted/child-fork-runtime-start.ts +0 -84
- package/src/src/agent/hosted/child-fork-step-message-preparation.ts +0 -96
- package/src/src/agent/hosted/child-fork-stream-execution.ts +0 -626
- package/src/src/agent/hosted/child-fork-tool-sources.ts +0 -231
- package/src/src/agent/hosted/child-invoke-tool.ts +0 -90
- package/src/src/agent/hosted/child-lifecycle.ts +0 -352
- package/src/src/agent/hosted/child-mirror.ts +0 -272
- package/src/src/agent/hosted/child-pending-tool-lifecycle.ts +0 -191
- package/src/src/agent/hosted/child-requested-tools.ts +0 -411
- package/src/src/agent/hosted/child-status.ts +0 -167
- package/src/src/agent/hosted/child-steering-tools.ts +0 -92
- package/src/src/agent/hosted/child-stream-watchdog.ts +0 -146
- package/src/src/agent/hosted/child-tool-input.ts +0 -91
- package/src/src/agent/hosted/cloud-chat-execution-preparation.ts +0 -98
- package/src/src/agent/hosted/cloud-prepared-chat-execution-runtime.ts +0 -36
- package/src/src/agent/hosted/cloud-runtime-system-messages.ts +0 -79
- package/src/src/agent/hosted/default-chat-runtime.ts +0 -329
- package/src/src/agent/hosted/default-invoke-agent-tool.ts +0 -581
- package/src/src/agent/hosted/default-project-steering-refresh.ts +0 -227
- package/src/src/agent/hosted/durable-chat-run-start.ts +0 -246
- package/src/src/agent/hosted/durable-child-fork-execution.ts +0 -597
- package/src/src/agent/hosted/finalized-message.ts +0 -170
- package/src/src/agent/hosted/form-input-tool.ts +0 -128
- package/src/src/agent/hosted/lifecycle.ts +0 -159
- package/src/src/agent/hosted/prepared-chat-execution.ts +0 -188
- package/src/src/agent/hosted/project-remote-tool-source.ts +0 -324
- package/src/src/agent/hosted/project-steering-adapter.ts +0 -184
- package/src/src/agent/hosted/response-stream.ts +0 -87
- package/src/src/agent/hosted/runtime-request-config.ts +0 -112
- package/src/src/agent/hosted/runtime-state-resolver.ts +0 -141
- package/src/src/agent/hosted/stream-finalization.ts +0 -188
- package/src/src/agent/hosted/stream-terminal-error.ts +0 -81
- package/src/src/agent/hosted/trace-attributes.ts +0 -196
- package/src/src/agent/hosted/veryfront-api-tool-access.ts +0 -293
- package/src/src/agent/hosted/veryfront-cloud-agent-service.ts +0 -1050
- package/src/src/agent/index.ts +0 -1770
- package/src/src/agent/input/human-input.ts +0 -353
- package/src/src/agent/input/request-protocol.ts +0 -279
- package/src/src/agent/memory/index.ts +0 -21
- package/src/src/agent/memory/memory-interface.ts +0 -65
- package/src/src/agent/memory/memory.ts +0 -263
- package/src/src/agent/memory/redis.ts +0 -168
- package/src/src/agent/middleware/cache/cache.ts +0 -318
- package/src/src/agent/middleware/cache/index.ts +0 -7
- package/src/src/agent/middleware/chain.ts +0 -62
- package/src/src/agent/middleware/cost-tracking/index.ts +0 -13
- package/src/src/agent/middleware/cost-tracking/tracker.ts +0 -351
- package/src/src/agent/middleware/index.ts +0 -33
- package/src/src/agent/middleware/rate-limit/index.ts +0 -12
- package/src/src/agent/middleware/rate-limit/limiter.ts +0 -197
- package/src/src/agent/middleware/security/index.ts +0 -14
- package/src/src/agent/middleware/security/validator.ts +0 -288
- package/src/src/agent/project/agent-runtime.ts +0 -139
- package/src/src/agent/project/context.ts +0 -63
- package/src/src/agent/project/live-studio-mcp-tools.ts +0 -153
- package/src/src/agent/project/steering-mutation.ts +0 -126
- package/src/src/agent/react/index.ts +0 -39
- package/src/src/agent/react/use-agent.ts +0 -133
- package/src/src/agent/react/use-chat/browser-inference/browser-engine.ts +0 -89
- package/src/src/agent/react/use-chat/browser-inference/types.ts +0 -52
- package/src/src/agent/react/use-chat/browser-inference/worker-client.ts +0 -87
- package/src/src/agent/react/use-chat/browser-inference/worker-script.ts +0 -98
- package/src/src/agent/react/use-chat/index.ts +0 -27
- package/src/src/agent/react/use-chat/stream-protocol.ts +0 -1
- package/src/src/agent/react/use-chat/streaming/handler.ts +0 -429
- package/src/src/agent/react/use-chat/streaming/index.ts +0 -15
- package/src/src/agent/react/use-chat/streaming/parts-builder.ts +0 -91
- package/src/src/agent/react/use-chat/streaming/types.ts +0 -41
- package/src/src/agent/react/use-chat/types.ts +0 -115
- package/src/src/agent/react/use-chat/use-chat.ts +0 -576
- package/src/src/agent/react/use-chat/utils.ts +0 -13
- package/src/src/agent/react/use-completion.ts +0 -133
- package/src/src/agent/react/use-streaming.ts +0 -120
- package/src/src/agent/react/use-voice-input.ts +0 -249
- package/src/src/agent/runtime/ag-ui-contract.ts +0 -224
- package/src/src/agent/runtime/agent-definition-files.ts +0 -155
- package/src/src/agent/runtime/agent-definition.ts +0 -166
- package/src/src/agent/runtime/agent-invocation-contract.ts +0 -360
- package/src/src/agent/runtime/agent-markdown-adapter.ts +0 -31
- package/src/src/agent/runtime/builtin-skill-files.ts +0 -122
- package/src/src/agent/runtime/chat-stream-handler.ts +0 -577
- package/src/src/agent/runtime/client-profile.ts +0 -123
- package/src/src/agent/runtime/constants.ts +0 -29
- package/src/src/agent/runtime/default-provider-options.ts +0 -52
- package/src/src/agent/runtime/defaults.ts +0 -12
- package/src/src/agent/runtime/error-utils.ts +0 -32
- package/src/src/agent/runtime/index.ts +0 -1478
- package/src/src/agent/runtime/input-utils.ts +0 -48
- package/src/src/agent/runtime/load-skill-tool.ts +0 -239
- package/src/src/agent/runtime/message-adapter.ts +0 -480
- package/src/src/agent/runtime/message-file-url-refresh.ts +0 -120
- package/src/src/agent/runtime/message-preparation.ts +0 -58
- package/src/src/agent/runtime/model-resolution.ts +0 -113
- package/src/src/agent/runtime/model-tool-converter.ts +0 -97
- package/src/src/agent/runtime/project-files-client.ts +0 -256
- package/src/src/agent/runtime/project-skill-catalog.ts +0 -238
- package/src/src/agent/runtime/project-skill-loader.ts +0 -217
- package/src/src/agent/runtime/prompt-block.ts +0 -19
- package/src/src/agent/runtime/provider-native-tool-inventory.ts +0 -74
- package/src/src/agent/runtime/provider-native-tools.ts +0 -130
- package/src/src/agent/runtime/provider-tool-compat.ts +0 -304
- package/src/src/agent/runtime/repair-tool-call.ts +0 -50
- package/src/src/agent/runtime/resume-session.ts +0 -353
- package/src/src/agent/runtime/runtime-tool-builder.ts +0 -82
- package/src/src/agent/runtime/runtime-tool-errors.ts +0 -46
- package/src/src/agent/runtime/runtime-tool-types.ts +0 -121
- package/src/src/agent/runtime/skill-metadata.ts +0 -260
- package/src/src/agent/runtime/skill-prompt.ts +0 -61
- package/src/src/agent/runtime/sse-utils.ts +0 -51
- package/src/src/agent/runtime/text-generation-runtime-message-converter.ts +0 -269
- package/src/src/agent/runtime/text-generation-runtime-message-types.ts +0 -62
- package/src/src/agent/runtime/tool-helpers.ts +0 -428
- package/src/src/agent/runtime/tool-inventory.ts +0 -46
- package/src/src/agent/runtime/upload-url-client.ts +0 -95
- package/src/src/agent/schemas/agent.schema.ts +0 -181
- package/src/src/agent/schemas/index.ts +0 -38
- package/src/src/agent/schemas/tool.schema.ts +0 -11
- package/src/src/agent/service/abort-rejection-guard.ts +0 -162
- package/src/src/agent/service/auth.ts +0 -427
- package/src/src/agent/service/bootstrap.ts +0 -79
- package/src/src/agent/service/chat-handler.ts +0 -508
- package/src/src/agent/service/config.ts +0 -107
- package/src/src/agent/service/definition.ts +0 -386
- package/src/src/agent/service/detached-run-tracker.ts +0 -169
- package/src/src/agent/service/env-files.ts +0 -60
- package/src/src/agent/service/external-worker-client.ts +0 -401
- package/src/src/agent/service/mcp-server-config.ts +0 -112
- package/src/src/agent/service/node-runtime-infrastructure.ts +0 -71
- package/src/src/agent/service/node-telemetry.ts +0 -197
- package/src/src/agent/service/registration.ts +0 -395
- package/src/src/agent/service/request-auth-cache.ts +0 -36
- package/src/src/agent/service/response-like.ts +0 -28
- package/src/src/agent/service/routes.ts +0 -386
- package/src/src/agent/service/runtime.ts +0 -303
- package/src/src/agent/service/server.ts +0 -98
- package/src/src/agent/streaming/chat-ui-message-stream.ts +0 -596
- package/src/src/agent/streaming/data-stream.ts +0 -209
- package/src/src/agent/streaming/fork-runtime-stream.ts +0 -1187
- package/src/src/agent/streaming/mirrored-tool-chunk-state.ts +0 -276
- package/src/src/agent/streaming/tool-execution-data-event-bridge.ts +0 -79
- package/src/src/agent/testing/agent-tester.ts +0 -202
- package/src/src/agent/testing/durable-run-canaries/cli-runner.ts +0 -117
- package/src/src/agent/testing/durable-run-canaries/environment.ts +0 -27
- package/src/src/agent/testing/durable-run-canaries/index.ts +0 -36
- package/src/src/agent/testing/durable-run-canaries/runner.ts +0 -585
- package/src/src/agent/testing/durable-run-canaries/validation.ts +0 -87
- package/src/src/agent/testing/index.ts +0 -128
- package/src/src/agent/testing/live-evals/api-client.ts +0 -568
- package/src/src/agent/testing/live-evals/cli-runner.ts +0 -234
- package/src/src/agent/testing/live-evals/environment.ts +0 -31
- package/src/src/agent/testing/live-evals/formatting.ts +0 -106
- package/src/src/agent/testing/live-evals/index.ts +0 -99
- package/src/src/agent/testing/live-evals/metadata.ts +0 -167
- package/src/src/agent/testing/live-evals/performance.ts +0 -52
- package/src/src/agent/testing/live-evals/preflight.ts +0 -42
- package/src/src/agent/testing/live-evals/report.ts +0 -155
- package/src/src/agent/testing/live-evals/request.ts +0 -78
- package/src/src/agent/testing/live-evals/result.ts +0 -109
- package/src/src/agent/testing/live-evals/runner.ts +0 -629
- package/src/src/agent/types.ts +0 -275
- package/src/src/build/asset-pipeline/css-optimizer/types/index.ts +0 -92
- package/src/src/build/asset-pipeline/tailwind-processor/css-utils.ts +0 -13
- package/src/src/build/binary-plugin-includes.ts +0 -17
- package/src/src/build/bundler/code-splitter/build-context.ts +0 -97
- package/src/src/build/bundler/code-splitter/entry-points.ts +0 -31
- package/src/src/build/bundler/code-splitter/esbuild-plugin.ts +0 -38
- package/src/src/build/bundler/code-splitter/index.ts +0 -80
- package/src/src/build/bundler/code-splitter/manifest-builder.ts +0 -140
- package/src/src/build/bundler/code-splitter/splitter.ts +0 -98
- package/src/src/build/bundler/code-splitter/types.ts +0 -46
- package/src/src/build/bundler/index.ts +0 -39
- package/src/src/build/compiler/index.ts +0 -17
- package/src/src/build/compiler/mdx-compiler/code-generator.ts +0 -16
- package/src/src/build/compiler/mdx-compiler/compiler.ts +0 -53
- package/src/src/build/compiler/mdx-compiler/directory-compiler.ts +0 -39
- package/src/src/build/compiler/mdx-compiler/file-writer.ts +0 -25
- package/src/src/build/compiler/mdx-compiler/frontmatter-parser.ts +0 -94
- package/src/src/build/compiler/mdx-compiler/import-transformer.ts +0 -27
- package/src/src/build/compiler/mdx-compiler/index.ts +0 -10
- package/src/src/build/compiler/mdx-compiler/mdx-processor.ts +0 -32
- package/src/src/build/compiler/mdx-compiler/transpiler.ts +0 -15
- package/src/src/build/compiler/mdx-compiler/types.ts +0 -21
- package/src/src/build/compiler/mdx-compiler/validator.ts +0 -52
- package/src/src/build/compiler/mdx-compiler/watcher.ts +0 -57
- package/src/src/build/compiler/mdx-to-js.ts +0 -143
- package/src/src/build/embedded/preset.ts +0 -326
- package/src/src/build/index.ts +0 -11
- package/src/src/build/production-build/asset-generation.ts +0 -178
- package/src/src/build/production-build/build/build-cleanup.ts +0 -31
- package/src/src/build/production-build/build/build-executor.ts +0 -50
- package/src/src/build/production-build/build/build-initializer.ts +0 -58
- package/src/src/build/production-build/build/build-orchestrator.ts +0 -140
- package/src/src/build/production-build/build/build-setup.ts +0 -47
- package/src/src/build/production-build/build/code-splitter-orchestrator.ts +0 -43
- package/src/src/build/production-build/build/index.ts +0 -58
- package/src/src/build/production-build/build/output-generator.ts +0 -142
- package/src/src/build/production-build/build/route-collector.ts +0 -46
- package/src/src/build/production-build/client-runtime.ts +0 -376
- package/src/src/build/production-build/index.ts +0 -51
- package/src/src/build/production-build/manifest.ts +0 -126
- package/src/src/build/production-build/static-generation.ts +0 -256
- package/src/src/build/production-build/templates.ts +0 -17
- package/src/src/build/renderer/types/bundler-types.ts +0 -12
- package/src/src/cache/backend.ts +0 -32
- package/src/src/cache/backends/api.ts +0 -226
- package/src/src/cache/backends/disk.ts +0 -150
- package/src/src/cache/backends/factory.ts +0 -209
- package/src/src/cache/backends/helpers.ts +0 -7
- package/src/src/cache/backends/index.ts +0 -30
- package/src/src/cache/backends/memory.ts +0 -180
- package/src/src/cache/backends/redis.ts +0 -134
- package/src/src/cache/cache-key-builder.ts +0 -125
- package/src/src/cache/config-hash.ts +0 -64
- package/src/src/cache/dependency-graph.ts +0 -208
- package/src/src/cache/distributed-cache-init.ts +0 -144
- package/src/src/cache/index.ts +0 -37
- package/src/src/cache/keys/builders/file.ts +0 -70
- package/src/src/cache/keys/builders/github.ts +0 -34
- package/src/src/cache/keys/builders/module.ts +0 -94
- package/src/src/cache/keys/builders/render.ts +0 -125
- package/src/src/cache/keys/index.ts +0 -94
- package/src/src/cache/keys/prefixes.ts +0 -127
- package/src/src/cache/keys/utils.ts +0 -236
- package/src/src/cache/keys.ts +0 -7
- package/src/src/cache/module-cache.ts +0 -242
- package/src/src/cache/paths.ts +0 -140
- package/src/src/cache/registry.ts +0 -587
- package/src/src/cache/request-cache-batcher.ts +0 -144
- package/src/src/cache/schemas/cache-backend.schema.ts +0 -22
- package/src/src/cache/schemas/cache-key.schema.ts +0 -17
- package/src/src/cache/schemas/index.ts +0 -14
- package/src/src/cache/tokenizing-gateway.ts +0 -278
- package/src/src/cache/types.ts +0 -67
- package/src/src/channels/control-plane.ts +0 -455
- package/src/src/channels/invoke.ts +0 -447
- package/src/src/chat/ag-ui-helpers.ts +0 -139
- package/src/src/chat/ag-ui.ts +0 -882
- package/src/src/chat/chat-ui-message-helpers.ts +0 -232
- package/src/src/chat/conversation.ts +0 -941
- package/src/src/chat/final-step-fallback.ts +0 -957
- package/src/src/chat/hosted-ui-chunk-mapping.ts +0 -303
- package/src/src/chat/index.ts +0 -275
- package/src/src/chat/message-prep.ts +0 -873
- package/src/src/chat/protocol.ts +0 -358
- package/src/src/chat/provider-errors.ts +0 -218
- package/src/src/chat/stream-watchdog.ts +0 -229
- package/src/src/chat/types.ts +0 -632
- package/src/src/config/defaults.ts +0 -73
- package/src/src/config/define-config.ts +0 -68
- package/src/src/config/env.ts +0 -197
- package/src/src/config/environment-config.ts +0 -274
- package/src/src/config/index.ts +0 -69
- package/src/src/config/loader.ts +0 -528
- package/src/src/config/network-defaults.ts +0 -55
- package/src/src/config/runtime-config.ts +0 -216
- package/src/src/config/schemas/config.schema.ts +0 -695
- package/src/src/config/schemas/index.ts +0 -27
- package/src/src/data/data-fetcher.ts +0 -80
- package/src/src/data/data-fetching-cache.ts +0 -57
- package/src/src/data/helpers.ts +0 -9
- package/src/src/data/index.ts +0 -17
- package/src/src/data/schemas/data.schema.ts +0 -70
- package/src/src/data/schemas/index.ts +0 -20
- package/src/src/data/server-data-fetcher.ts +0 -185
- package/src/src/data/static-data-fetcher.ts +0 -310
- package/src/src/data/static-paths-fetcher.ts +0 -35
- package/src/src/data/types.ts +0 -28
- package/src/src/discovery/discovery-engine.ts +0 -229
- package/src/src/discovery/discovery-utils.ts +0 -44
- package/src/src/discovery/file-discovery.ts +0 -109
- package/src/src/discovery/handlers/agent-handler.ts +0 -30
- package/src/src/discovery/handlers/index.ts +0 -13
- package/src/src/discovery/handlers/prompt-handler.ts +0 -21
- package/src/src/discovery/handlers/resource-handler.ts +0 -22
- package/src/src/discovery/handlers/runtime-agent-markdown-handler.ts +0 -78
- package/src/src/discovery/handlers/skill-handler.ts +0 -123
- package/src/src/discovery/handlers/task-handler.ts +0 -19
- package/src/src/discovery/handlers/tool-handler.ts +0 -32
- package/src/src/discovery/handlers/workflow-handler.ts +0 -23
- package/src/src/discovery/import-rewriter.ts +0 -209
- package/src/src/discovery/index.ts +0 -34
- package/src/src/discovery/module-import.ts +0 -36
- package/src/src/discovery/project-discovery-config.ts +0 -89
- package/src/src/discovery/provider-config-validator.ts +0 -33
- package/src/src/discovery/transpiler.ts +0 -244
- package/src/src/discovery/types.ts +0 -69
- package/src/src/embedding/chunk.ts +0 -66
- package/src/src/embedding/embedding.ts +0 -67
- package/src/src/embedding/index.ts +0 -50
- package/src/src/embedding/model-resolution.ts +0 -46
- package/src/src/embedding/rag-store.ts +0 -432
- package/src/src/embedding/react/use-uploads.ts +0 -102
- package/src/src/embedding/resolve.ts +0 -157
- package/src/src/embedding/types.ts +0 -115
- package/src/src/embedding/upload-handler.ts +0 -287
- package/src/src/embedding/upload-loader.ts +0 -85
- package/src/src/embedding/vector-store.ts +0 -283
- package/src/src/embedding/veryfront-cloud/provider.ts +0 -55
- package/src/src/embedding/veryfront-cloud/rag-store.ts +0 -600
- package/src/src/errors/catalog/build-errors.ts +0 -98
- package/src/src/errors/catalog/config-errors.ts +0 -105
- package/src/src/errors/catalog/deployment-errors.ts +0 -44
- package/src/src/errors/catalog/dev-errors.ts +0 -40
- package/src/src/errors/catalog/factory.ts +0 -24
- package/src/src/errors/catalog/general-errors.ts +0 -71
- package/src/src/errors/catalog/index.ts +0 -64
- package/src/src/errors/catalog/module-errors.ts +0 -106
- package/src/src/errors/catalog/route-errors.ts +0 -69
- package/src/src/errors/catalog/rsc-errors.ts +0 -82
- package/src/src/errors/catalog/runtime-errors.ts +0 -96
- package/src/src/errors/catalog/server-errors.ts +0 -95
- package/src/src/errors/catalog/types.ts +0 -15
- package/src/src/errors/error-context.ts +0 -172
- package/src/src/errors/error-handlers.ts +0 -85
- package/src/src/errors/error-registry-helpers.ts +0 -23
- package/src/src/errors/error-registry.ts +0 -824
- package/src/src/errors/http-error.ts +0 -157
- package/src/src/errors/index.ts +0 -197
- package/src/src/errors/logging.ts +0 -109
- package/src/src/errors/middleware/cli-error-boundary.ts +0 -248
- package/src/src/errors/middleware/http-error-boundary.ts +0 -133
- package/src/src/errors/middleware/index.ts +0 -13
- package/src/src/errors/middleware/wrap-unknown.ts +0 -117
- package/src/src/errors/tracing.ts +0 -90
- package/src/src/errors/types.ts +0 -147
- package/src/src/errors/user-friendly/error-catalog.ts +0 -126
- package/src/src/errors/user-friendly/error-formatter.ts +0 -93
- package/src/src/errors/user-friendly/error-identifier.ts +0 -41
- package/src/src/errors/user-friendly/error-wrapper.ts +0 -26
- package/src/src/errors/user-friendly/index.ts +0 -10
- package/src/src/errors/veryfront-error.ts +0 -148
- package/src/src/extensions/auth/auth-provider.ts +0 -96
- package/src/src/extensions/auth/index.ts +0 -15
- package/src/src/extensions/builtin-extensions.ts +0 -161
- package/src/src/extensions/bundler/bundler.ts +0 -289
- package/src/src/extensions/bundler/helper.ts +0 -58
- package/src/src/extensions/bundler/index.ts +0 -49
- package/src/src/extensions/bundler/module-lexer.ts +0 -46
- package/src/src/extensions/cache/cache-store.ts +0 -27
- package/src/src/extensions/cache/index.ts +0 -10
- package/src/src/extensions/cache/token-cache-store.ts +0 -58
- package/src/src/extensions/capabilities.ts +0 -93
- package/src/src/extensions/compat/index.ts +0 -15
- package/src/src/extensions/compat/native-services.ts +0 -83
- package/src/src/extensions/content/content-processor.ts +0 -98
- package/src/src/extensions/content/index.ts +0 -17
- package/src/src/extensions/contracts.ts +0 -42
- package/src/src/extensions/css/css-processor.ts +0 -61
- package/src/src/extensions/css/index.ts +0 -15
- package/src/src/extensions/database/database-client.ts +0 -35
- package/src/src/extensions/database/index.ts +0 -9
- package/src/src/extensions/discovery.ts +0 -250
- package/src/src/extensions/errors.ts +0 -39
- package/src/src/extensions/factory-loader.ts +0 -76
- package/src/src/extensions/index.ts +0 -91
- package/src/src/extensions/llm/embedding-provider.ts +0 -39
- package/src/src/extensions/llm/index.ts +0 -17
- package/src/src/extensions/llm/llm-provider-registry.ts +0 -50
- package/src/src/extensions/llm/llm-provider.ts +0 -54
- package/src/src/extensions/loader.ts +0 -282
- package/src/src/extensions/observability/index.ts +0 -17
- package/src/src/extensions/observability/node-telemetry-provider.ts +0 -45
- package/src/src/extensions/observability/tracing-exporter.ts +0 -77
- package/src/src/extensions/orchestrate.ts +0 -194
- package/src/src/extensions/parser/code-parser.ts +0 -96
- package/src/src/extensions/parser/index.ts +0 -18
- package/src/src/extensions/recommendations.ts +0 -30
- package/src/src/extensions/sandbox/index.ts +0 -18
- package/src/src/extensions/sandbox/shell-tools.ts +0 -42
- package/src/src/extensions/schema/index.ts +0 -28
- package/src/src/extensions/schema/json-schema.ts +0 -23
- package/src/src/extensions/schema/schema-validator.ts +0 -257
- package/src/src/extensions/types.ts +0 -68
- package/src/src/extensions/validation.ts +0 -188
- package/src/src/fs/index.ts +0 -51
- package/src/src/html/dev-scripts.ts +0 -92
- package/src/src/html/html-detection.ts +0 -8
- package/src/src/html/html-escape.ts +0 -20
- package/src/src/html/html-injection.ts +0 -174
- package/src/src/html/html-shell-generator.ts +0 -427
- package/src/src/html/hydration-script-builder/dev-client-renderer.ts +0 -18
- package/src/src/html/hydration-script-builder/dev-component-manifest.ts +0 -15
- package/src/src/html/hydration-script-builder/dev-error-logger.ts +0 -58
- package/src/src/html/hydration-script-builder/dev-scripts.ts +0 -47
- package/src/src/html/hydration-script-builder/hydration-data-generator.ts +0 -79
- package/src/src/html/hydration-script-builder/index.ts +0 -21
- package/src/src/html/hydration-script-builder/prod-hydration.ts +0 -41
- package/src/src/html/hydration-script-builder/prod-scripts.ts +0 -25
- package/src/src/html/hydration-script-builder/templates/index.ts +0 -10
- package/src/src/html/hydration-script-builder/templates/loader.ts +0 -107
- package/src/src/html/hydration-script-builder/templates/renderer.ts +0 -166
- package/src/src/html/hydration-script-builder/templates/router.ts +0 -679
- package/src/src/html/hydration-script-builder/templates/spa-renderer.ts +0 -103
- package/src/src/html/hydration-script-builder/types.ts +0 -29
- package/src/src/html/index.ts +0 -35
- package/src/src/html/metadata-builder.ts +0 -46
- package/src/src/html/metadata-extraction.ts +0 -54
- package/src/src/html/nonce-injection.ts +0 -330
- package/src/src/html/schemas/html.schema.ts +0 -88
- package/src/src/html/schemas/index.ts +0 -15
- package/src/src/html/styles-builder/candidate-extractor.ts +0 -71
- package/src/src/html/styles-builder/content-version.ts +0 -20
- package/src/src/html/styles-builder/css-hash-cache.ts +0 -393
- package/src/src/html/styles-builder/css-pregeneration.ts +0 -331
- package/src/src/html/styles-builder/dev-styles.ts +0 -23
- package/src/src/html/styles-builder/index.ts +0 -21
- package/src/src/html/styles-builder/plugin-loader.ts +0 -252
- package/src/src/html/styles-builder/prepared-project-css-cache.ts +0 -228
- package/src/src/html/styles-builder/project-css-cache.ts +0 -321
- package/src/src/html/styles-builder/style-scope-profile.ts +0 -164
- package/src/src/html/styles-builder/tailwind-compiler-cache.ts +0 -231
- package/src/src/html/styles-builder/tailwind-compiler-utils.ts +0 -199
- package/src/src/html/styles-builder/tailwind-compiler.ts +0 -276
- package/src/src/html/styles-builder/tailwind-plugin-allowlist.ts +0 -51
- package/src/src/html/tag-generators.ts +0 -120
- package/src/src/html/types.ts +0 -5
- package/src/src/html/utils.ts +0 -327
- package/src/src/index.ts +0 -78
- package/src/src/integrations/_data.ts +0 -82
- package/src/src/integrations/index.ts +0 -72
- package/src/src/integrations/remote-tools.ts +0 -243
- package/src/src/integrations/schema.ts +0 -204
- package/src/src/integrations/types.ts +0 -62
- package/src/src/internal-agents/ag-ui-sse.ts +0 -141
- package/src/src/internal-agents/control-plane-auth.ts +0 -92
- package/src/src/internal-agents/request-body.ts +0 -43
- package/src/src/internal-agents/run-stream.ts +0 -422
- package/src/src/internal-agents/runtime-owner.ts +0 -189
- package/src/src/internal-agents/schema.ts +0 -347
- package/src/src/internal-agents/session-manager.ts +0 -206
- package/src/src/issues/core.ts +0 -385
- package/src/src/issues/index.ts +0 -46
- package/src/src/issues/mcp.ts +0 -289
- package/src/src/issues/schemas/index.ts +0 -45
- package/src/src/issues/schemas/issue.schema.ts +0 -152
- package/src/src/jobs/index.ts +0 -101
- package/src/src/jobs/jobs-client.ts +0 -503
- package/src/src/jobs/runtime-env.ts +0 -106
- package/src/src/jobs/schemas.ts +0 -429
- package/src/src/markdown/index.ts +0 -20
- package/src/src/mcp/annotations.ts +0 -10
- package/src/src/mcp/elicitation.ts +0 -42
- package/src/src/mcp/http-transport.ts +0 -162
- package/src/src/mcp/index.ts +0 -65
- package/src/src/mcp/registry.ts +0 -41
- package/src/src/mcp/schemas/index.ts +0 -16
- package/src/src/mcp/schemas/mcp.schema.ts +0 -59
- package/src/src/mcp/server.ts +0 -790
- package/src/src/mcp/session.ts +0 -31
- package/src/src/mcp/sse.ts +0 -19
- package/src/src/mcp/task-store.ts +0 -137
- package/src/src/mcp/types.ts +0 -39
- package/src/src/mdx/index.ts +0 -23
- package/src/src/middleware/builtin/logger.ts +0 -246
- package/src/src/middleware/builtin/security/rate-limit.ts +0 -123
- package/src/src/middleware/builtin/security/redis-rate-limit.ts +0 -109
- package/src/src/middleware/builtin/security/types.ts +0 -34
- package/src/src/middleware/builtin/timeout.ts +0 -104
- package/src/src/middleware/builtin/types.ts +0 -38
- package/src/src/middleware/core/context.ts +0 -60
- package/src/src/middleware/core/index.ts +0 -16
- package/src/src/middleware/core/pipeline/composer.ts +0 -36
- package/src/src/middleware/core/pipeline/executor.ts +0 -67
- package/src/src/middleware/core/pipeline/index.ts +0 -10
- package/src/src/middleware/core/pipeline/pipeline.ts +0 -97
- package/src/src/middleware/core/pipeline/types.ts +0 -1
- package/src/src/middleware/core/types.ts +0 -27
- package/src/src/middleware/index.ts +0 -67
- package/src/src/modules/component-registry/index.ts +0 -8
- package/src/src/modules/component-registry/registry.ts +0 -246
- package/src/src/modules/import-map/default-import-map.ts +0 -62
- package/src/src/modules/import-map/index.ts +0 -14
- package/src/src/modules/import-map/loader.ts +0 -173
- package/src/src/modules/import-map/merger.ts +0 -19
- package/src/src/modules/import-map/preloader.ts +0 -47
- package/src/src/modules/import-map/resolver.ts +0 -106
- package/src/src/modules/import-map/transformer.ts +0 -49
- package/src/src/modules/import-map/types.ts +0 -8
- package/src/src/modules/index.ts +0 -43
- package/src/src/modules/loader-shared/patterns.ts +0 -40
- package/src/src/modules/manifest/route-module-manifest.ts +0 -241
- package/src/src/modules/module-resolver.ts +0 -145
- package/src/src/modules/react-loader/component-loader.ts +0 -90
- package/src/src/modules/react-loader/css-import-collector.ts +0 -50
- package/src/src/modules/react-loader/extract-component.ts +0 -33
- package/src/src/modules/react-loader/index.ts +0 -14
- package/src/src/modules/react-loader/path-resolver.ts +0 -27
- package/src/src/modules/react-loader/ssr-module-loader/cache/index.ts +0 -27
- package/src/src/modules/react-loader/ssr-module-loader/cache/memory.ts +0 -278
- package/src/src/modules/react-loader/ssr-module-loader/cache/redis.ts +0 -65
- package/src/src/modules/react-loader/ssr-module-loader/concurrency/index.ts +0 -7
- package/src/src/modules/react-loader/ssr-module-loader/concurrency/semaphore.ts +0 -67
- package/src/src/modules/react-loader/ssr-module-loader/constants.ts +0 -64
- package/src/src/modules/react-loader/ssr-module-loader/cross-project-import-loader.ts +0 -152
- package/src/src/modules/react-loader/ssr-module-loader/http-bundle-helpers.ts +0 -196
- package/src/src/modules/react-loader/ssr-module-loader/import-rewriter.ts +0 -170
- package/src/src/modules/react-loader/ssr-module-loader/index.ts +0 -48
- package/src/src/modules/react-loader/ssr-module-loader/loader-helpers.ts +0 -37
- package/src/src/modules/react-loader/ssr-module-loader/loader.ts +0 -685
- package/src/src/modules/react-loader/ssr-module-loader/preflight-imports.ts +0 -45
- package/src/src/modules/react-loader/ssr-module-loader/ssr-cache-manager.ts +0 -318
- package/src/src/modules/react-loader/ssr-module-loader/ssr-circuit-breaker.ts +0 -75
- package/src/src/modules/react-loader/ssr-module-loader/ssr-dependency-validator.ts +0 -172
- package/src/src/modules/react-loader/ssr-module-loader/tmp-paths.ts +0 -44
- package/src/src/modules/react-loader/ssr-module-loader/types.ts +0 -42
- package/src/src/modules/react-loader/ssr-module-loader/vf-module-resolver.ts +0 -117
- package/src/src/modules/react-loader/temp-directory.ts +0 -58
- package/src/src/modules/react-loader/types.ts +0 -26
- package/src/src/modules/react-loader/unified-loader.ts +0 -134
- package/src/src/modules/server/api-server.ts +0 -57
- package/src/src/modules/server/index.ts +0 -15
- package/src/src/modules/server/module-batch-handler.ts +0 -450
- package/src/src/modules/server/module-server.ts +0 -697
- package/src/src/modules/server/rate-limiter.ts +0 -26
- package/src/src/modules/server/ssr-import-rewriter.ts +0 -116
- package/src/src/modules/server/websocket-handler.ts +0 -133
- package/src/src/oauth/handlers/callback-handler.ts +0 -176
- package/src/src/oauth/handlers/index.ts +0 -18
- package/src/src/oauth/handlers/init-handler.ts +0 -237
- package/src/src/oauth/index.ts +0 -83
- package/src/src/oauth/providers/atlassian.ts +0 -67
- package/src/src/oauth/providers/base.ts +0 -410
- package/src/src/oauth/providers/common.ts +0 -361
- package/src/src/oauth/providers/google.ts +0 -71
- package/src/src/oauth/providers/index.ts +0 -66
- package/src/src/oauth/providers/microsoft.ts +0 -85
- package/src/src/oauth/schemas/index.ts +0 -22
- package/src/src/oauth/schemas/oauth.schema.ts +0 -106
- package/src/src/oauth/token-store/index.ts +0 -8
- package/src/src/oauth/token-store/memory.ts +0 -92
- package/src/src/oauth/types.ts +0 -49
- package/src/src/observability/auto-instrument/configurator.ts +0 -12
- package/src/src/observability/auto-instrument/http-instrumentation.ts +0 -208
- package/src/src/observability/auto-instrument/index.ts +0 -19
- package/src/src/observability/auto-instrument/orchestrator.ts +0 -60
- package/src/src/observability/auto-instrument/react-instrumentation.ts +0 -78
- package/src/src/observability/auto-instrument/types.ts +0 -46
- package/src/src/observability/auto-instrument/wrappers.ts +0 -107
- package/src/src/observability/error-collector.ts +0 -390
- package/src/src/observability/file-log-subscriber.ts +0 -187
- package/src/src/observability/index.ts +0 -130
- package/src/src/observability/instruments/build-instruments.ts +0 -36
- package/src/src/observability/instruments/cache-instruments.ts +0 -65
- package/src/src/observability/instruments/data-instruments.ts +0 -32
- package/src/src/observability/instruments/error-instruments.ts +0 -54
- package/src/src/observability/instruments/http-instruments.ts +0 -34
- package/src/src/observability/instruments/index.ts +0 -16
- package/src/src/observability/instruments/instruments-factory.ts +0 -71
- package/src/src/observability/instruments/memory-instruments.ts +0 -72
- package/src/src/observability/instruments/render-instruments.ts +0 -32
- package/src/src/observability/instruments/rsc-instruments.ts +0 -65
- package/src/src/observability/log-buffer.ts +0 -217
- package/src/src/observability/metrics/config.ts +0 -96
- package/src/src/observability/metrics/index.ts +0 -142
- package/src/src/observability/metrics/manager.ts +0 -134
- package/src/src/observability/metrics/recorder.ts +0 -139
- package/src/src/observability/metrics/types.ts +0 -81
- package/src/src/observability/request-profiler.ts +0 -140
- package/src/src/observability/simple-metrics/index.ts +0 -88
- package/src/src/observability/simple-metrics/metrics-recorder.ts +0 -327
- package/src/src/observability/simple-metrics/metrics-state.ts +0 -135
- package/src/src/observability/simple-metrics/observability-loader.ts +0 -53
- package/src/src/observability/simple-metrics/otel-instruments.ts +0 -93
- package/src/src/observability/simple-metrics/types.ts +0 -81
- package/src/src/observability/tracing/api-shim.ts +0 -409
- package/src/src/observability/tracing/config.ts +0 -77
- package/src/src/observability/tracing/context-propagation.ts +0 -88
- package/src/src/observability/tracing/index.ts +0 -134
- package/src/src/observability/tracing/manager.ts +0 -129
- package/src/src/observability/tracing/otlp-setup.ts +0 -251
- package/src/src/observability/tracing/service-tracer.ts +0 -267
- package/src/src/observability/tracing/span-names.ts +0 -111
- package/src/src/observability/tracing/span-operations.ts +0 -102
- package/src/src/observability/tracing/types.ts +0 -47
- package/src/src/platform/adapters/base.ts +0 -186
- package/src/src/platform/adapters/bun.ts +0 -20
- package/src/src/platform/adapters/deno.ts +0 -1
- package/src/src/platform/adapters/detect.ts +0 -84
- package/src/src/platform/adapters/fallback-wrapper.ts +0 -146
- package/src/src/platform/adapters/fs/cache/file-cache.ts +0 -420
- package/src/src/platform/adapters/fs/cache/size-estimator.ts +0 -7
- package/src/src/platform/adapters/fs/cache/types.ts +0 -20
- package/src/src/platform/adapters/fs/factory.ts +0 -70
- package/src/src/platform/adapters/fs/github/adapter.ts +0 -152
- package/src/src/platform/adapters/fs/github/directory-operations.ts +0 -61
- package/src/src/platform/adapters/fs/github/github-api-client.ts +0 -230
- package/src/src/platform/adapters/fs/github/index.ts +0 -34
- package/src/src/platform/adapters/fs/github/path-utils.ts +0 -9
- package/src/src/platform/adapters/fs/github/read-operations.ts +0 -175
- package/src/src/platform/adapters/fs/github/schemas/github-api.schema.ts +0 -89
- package/src/src/platform/adapters/fs/github/schemas/index.ts +0 -19
- package/src/src/platform/adapters/fs/github/stat-operations.ts +0 -266
- package/src/src/platform/adapters/fs/github/types.ts +0 -109
- package/src/src/platform/adapters/fs/index.ts +0 -33
- package/src/src/platform/adapters/fs/integration.ts +0 -99
- package/src/src/platform/adapters/fs/shared-types.ts +0 -11
- package/src/src/platform/adapters/fs/veryfront/adapter-content-context.ts +0 -149
- package/src/src/platform/adapters/fs/veryfront/adapter-helpers.ts +0 -43
- package/src/src/platform/adapters/fs/veryfront/adapter.ts +0 -774
- package/src/src/platform/adapters/fs/veryfront/api-search-circuit-breaker.ts +0 -30
- package/src/src/platform/adapters/fs/veryfront/base-operations.ts +0 -13
- package/src/src/platform/adapters/fs/veryfront/cache-keys.ts +0 -41
- package/src/src/platform/adapters/fs/veryfront/content-metrics.ts +0 -208
- package/src/src/platform/adapters/fs/veryfront/default-invalidation-callbacks.ts +0 -66
- package/src/src/platform/adapters/fs/veryfront/directory-operations.ts +0 -162
- package/src/src/platform/adapters/fs/veryfront/extension-priority.ts +0 -18
- package/src/src/platform/adapters/fs/veryfront/file-list-access.ts +0 -109
- package/src/src/platform/adapters/fs/veryfront/file-list-index.ts +0 -259
- package/src/src/platform/adapters/fs/veryfront/in-flight-dedupe.ts +0 -63
- package/src/src/platform/adapters/fs/veryfront/index.ts +0 -8
- package/src/src/platform/adapters/fs/veryfront/invalidation-state.ts +0 -130
- package/src/src/platform/adapters/fs/veryfront/multi-project-adapter.ts +0 -266
- package/src/src/platform/adapters/fs/veryfront/path-normalizer.ts +0 -40
- package/src/src/platform/adapters/fs/veryfront/proxy-manager.ts +0 -621
- package/src/src/platform/adapters/fs/veryfront/read-operations-helpers.ts +0 -111
- package/src/src/platform/adapters/fs/veryfront/read-operations.ts +0 -778
- package/src/src/platform/adapters/fs/veryfront/request-context.ts +0 -100
- package/src/src/platform/adapters/fs/veryfront/retry.ts +0 -62
- package/src/src/platform/adapters/fs/veryfront/schemas/index.ts +0 -7
- package/src/src/platform/adapters/fs/veryfront/schemas/proxy-manager.schema.ts +0 -16
- package/src/src/platform/adapters/fs/veryfront/stat-operations-helpers.ts +0 -74
- package/src/src/platform/adapters/fs/veryfront/stat-operations.ts +0 -556
- package/src/src/platform/adapters/fs/veryfront/types.ts +0 -142
- package/src/src/platform/adapters/fs/veryfront/websocket-manager-helpers.ts +0 -94
- package/src/src/platform/adapters/fs/veryfront/websocket-manager.ts +0 -893
- package/src/src/platform/adapters/fs/wrapper.ts +0 -264
- package/src/src/platform/adapters/mock.ts +0 -185
- package/src/src/platform/adapters/node.ts +0 -18
- package/src/src/platform/adapters/redis/deno.ts +0 -120
- package/src/src/platform/adapters/redis/index.ts +0 -21
- package/src/src/platform/adapters/redis/interface.ts +0 -42
- package/src/src/platform/adapters/redis/modules.ts +0 -54
- package/src/src/platform/adapters/redis/node.ts +0 -127
- package/src/src/platform/adapters/redis/types.ts +0 -84
- package/src/src/platform/adapters/redis/utils.ts +0 -14
- package/src/src/platform/adapters/registry.ts +0 -202
- package/src/src/platform/adapters/runtime/bun/adapter.ts +0 -42
- package/src/src/platform/adapters/runtime/bun/environment-adapter.ts +0 -17
- package/src/src/platform/adapters/runtime/bun/filesystem-adapter.ts +0 -203
- package/src/src/platform/adapters/runtime/bun/http-server.ts +0 -45
- package/src/src/platform/adapters/runtime/bun/index.ts +0 -20
- package/src/src/platform/adapters/runtime/bun/types.ts +0 -45
- package/src/src/platform/adapters/runtime/bun/websocket-adapter.ts +0 -47
- package/src/src/platform/adapters/runtime/deno/adapter.ts +0 -458
- package/src/src/platform/adapters/runtime/deno/index.ts +0 -7
- package/src/src/platform/adapters/runtime/node/adapter.ts +0 -42
- package/src/src/platform/adapters/runtime/node/environment-adapter.ts +0 -17
- package/src/src/platform/adapters/runtime/node/filesystem-adapter.ts +0 -147
- package/src/src/platform/adapters/runtime/node/http-server.ts +0 -196
- package/src/src/platform/adapters/runtime/node/index.ts +0 -18
- package/src/src/platform/adapters/runtime/node/types.ts +0 -42
- package/src/src/platform/adapters/runtime/node/websocket-adapter.ts +0 -191
- package/src/src/platform/adapters/runtime/shared/env-to-object.ts +0 -10
- package/src/src/platform/adapters/runtime/shared/node-based-shell-adapter.ts +0 -32
- package/src/src/platform/adapters/runtime/shared/server-lifecycle.ts +0 -31
- package/src/src/platform/adapters/runtime/shared/shared-watcher.ts +0 -59
- package/src/src/platform/adapters/runtime/shared/temp-dir.ts +0 -6
- package/src/src/platform/adapters/runtime/shared/watcher-queue.ts +0 -63
- package/src/src/platform/adapters/runtime-detection.ts +0 -10
- package/src/src/platform/adapters/veryfront-api-client/client.ts +0 -512
- package/src/src/platform/adapters/veryfront-api-client/index.ts +0 -50
- package/src/src/platform/adapters/veryfront-api-client/operations.ts +0 -576
- package/src/src/platform/adapters/veryfront-api-client/retry-handler.ts +0 -158
- package/src/src/platform/adapters/veryfront-api-client/schemas/api.schema.ts +0 -320
- package/src/src/platform/adapters/veryfront-api-client/schemas/index.ts +0 -41
- package/src/src/platform/adapters/veryfront-api-client/types.ts +0 -33
- package/src/src/platform/cloud/resolver.ts +0 -149
- package/src/src/platform/compat/console/deno.ts +0 -51
- package/src/src/platform/compat/console/index.ts +0 -90
- package/src/src/platform/compat/console/node.ts +0 -61
- package/src/src/platform/compat/console/types.ts +0 -18
- package/src/src/platform/compat/constants.ts +0 -14
- package/src/src/platform/compat/dynamic-import.ts +0 -15
- package/src/src/platform/compat/esbuild-init.ts +0 -77
- package/src/src/platform/compat/esbuild-shared.ts +0 -22
- package/src/src/platform/compat/esbuild.ts +0 -53
- package/src/src/platform/compat/framework-source-resolver.ts +0 -221
- package/src/src/platform/compat/fs.ts +0 -354
- package/src/src/platform/compat/http/deno-server.ts +0 -55
- package/src/src/platform/compat/http/factory.ts +0 -12
- package/src/src/platform/compat/http/index.ts +0 -45
- package/src/src/platform/compat/http/node-server.ts +0 -103
- package/src/src/platform/compat/http/node-types.ts +0 -34
- package/src/src/platform/compat/http/request-adapter.ts +0 -16
- package/src/src/platform/compat/http/responses.ts +0 -227
- package/src/src/platform/compat/http/types.ts +0 -23
- package/src/src/platform/compat/http/websocket.ts +0 -34
- package/src/src/platform/compat/kv/factory.ts +0 -60
- package/src/src/platform/compat/kv/index.ts +0 -10
- package/src/src/platform/compat/kv/memory-adapter.ts +0 -68
- package/src/src/platform/compat/kv/sqlite-adapter.ts +0 -113
- package/src/src/platform/compat/kv/types.ts +0 -31
- package/src/src/platform/compat/media-types.ts +0 -27
- package/src/src/platform/compat/opaque-deps.ts +0 -70
- package/src/src/platform/compat/path/basic-operations.ts +0 -59
- package/src/src/platform/compat/path/index.ts +0 -15
- package/src/src/platform/compat/path/parse-format.ts +0 -33
- package/src/src/platform/compat/path/resolution.ts +0 -136
- package/src/src/platform/compat/path/runtime.ts +0 -26
- package/src/src/platform/compat/path/security.ts +0 -29
- package/src/src/platform/compat/path/types.ts +0 -22
- package/src/src/platform/compat/path/url-conversion.ts +0 -58
- package/src/src/platform/compat/process/command.ts +0 -297
- package/src/src/platform/compat/process/env.ts +0 -227
- package/src/src/platform/compat/process/lifecycle.ts +0 -330
- package/src/src/platform/compat/process/runtime-process.ts +0 -27
- package/src/src/platform/compat/process.ts +0 -37
- package/src/src/platform/compat/react-paths.ts +0 -84
- package/src/src/platform/compat/runtime.ts +0 -112
- package/src/src/platform/compat/std/dotenv.ts +0 -87
- package/src/src/platform/compat/std/front-matter-yaml.ts +0 -39
- package/src/src/platform/compat/stdin.ts +0 -271
- package/src/src/platform/compat/transform.ts +0 -44
- package/src/src/platform/compat/vfs-paths.ts +0 -59
- package/src/src/platform/core-platform.ts +0 -199
- package/src/src/platform/environment.ts +0 -35
- package/src/src/platform/index.ts +0 -73
- package/src/src/prompt/factory.ts +0 -59
- package/src/src/prompt/index.ts +0 -22
- package/src/src/prompt/registry.ts +0 -29
- package/src/src/prompt/schemas/prompt.schema.ts +0 -15
- package/src/src/prompt/types.ts +0 -9
- package/src/src/provider/index.ts +0 -55
- package/src/src/provider/local/embedding-runtime-adapter.ts +0 -37
- package/src/src/provider/local/env.ts +0 -37
- package/src/src/provider/local/local-embedding-engine.ts +0 -93
- package/src/src/provider/local/local-engine.ts +0 -317
- package/src/src/provider/local/model-catalog.ts +0 -139
- package/src/src/provider/local/model-runtime-adapter.ts +0 -202
- package/src/src/provider/model-registry.ts +0 -369
- package/src/src/provider/runtime-inspection.ts +0 -25
- package/src/src/provider/runtime-loader/provider-embedding-responses.ts +0 -61
- package/src/src/provider/runtime-loader/provider-endpoints.ts +0 -50
- package/src/src/provider/runtime-loader/provider-http.ts +0 -207
- package/src/src/provider/runtime-loader/provider-records.ts +0 -7
- package/src/src/provider/runtime-loader/provider-request-init.ts +0 -101
- package/src/src/provider/runtime-loader/provider-sse.ts +0 -29
- package/src/src/provider/runtime-loader/provider-usage.ts +0 -135
- package/src/src/provider/runtime-loader/tool-input-status.ts +0 -242
- package/src/src/provider/runtime-loader.ts +0 -517
- package/src/src/provider/shared/index.ts +0 -70
- package/src/src/provider/types.ts +0 -40
- package/src/src/provider/veryfront-cloud/context.ts +0 -28
- package/src/src/provider/veryfront-cloud/model-catalog.ts +0 -224
- package/src/src/provider/veryfront-cloud/openai.ts +0 -34
- package/src/src/provider/veryfront-cloud/provider.ts +0 -82
- package/src/src/provider/veryfront-cloud/shared.ts +0 -139
- package/src/src/proxy/cache/index.ts +0 -78
- package/src/src/proxy/cache/memory-cache.ts +0 -136
- package/src/src/proxy/cache/resilient-cache.ts +0 -204
- package/src/src/proxy/cache/tracing-cache.ts +0 -77
- package/src/src/proxy/cache/types.ts +0 -48
- package/src/src/proxy/env.ts +0 -11
- package/src/src/proxy/error-response.ts +0 -32
- package/src/src/proxy/handler.ts +0 -905
- package/src/src/proxy/log-noise.ts +0 -42
- package/src/src/proxy/logger.ts +0 -406
- package/src/src/proxy/main.ts +0 -624
- package/src/src/proxy/oauth-client.ts +0 -93
- package/src/src/proxy/renderer-router.ts +0 -126
- package/src/src/proxy/retry.ts +0 -19
- package/src/src/proxy/server-resolver.ts +0 -151
- package/src/src/proxy/token-manager.ts +0 -193
- package/src/src/proxy/tracing.ts +0 -203
- package/src/src/proxy/version.ts +0 -21
- package/src/src/react/compat/config-generator.ts +0 -161
- package/src/src/react/compat/hooks-adapter.ts +0 -241
- package/src/src/react/compat/index.ts +0 -50
- package/src/src/react/compat/ssr-adapter/html-wrapper.ts +0 -40
- package/src/src/react/compat/ssr-adapter/index.ts +0 -13
- package/src/src/react/compat/ssr-adapter/response-builder.ts +0 -44
- package/src/src/react/compat/ssr-adapter/server-loader.ts +0 -98
- package/src/src/react/compat/ssr-adapter/stream-renderer.ts +0 -248
- package/src/src/react/compat/ssr-adapter/string-renderer.ts +0 -75
- package/src/src/react/compat/ssr-adapter/types.ts +0 -36
- package/src/src/react/compat/version-detector/compatibility-checker.ts +0 -55
- package/src/src/react/compat/version-detector/feature-detector.ts +0 -92
- package/src/src/react/compat/version-detector/index.ts +0 -22
- package/src/src/react/compat/version-detector/types.ts +0 -42
- package/src/src/react/compat/version-detector/version-cache.ts +0 -36
- package/src/src/react/compat/version-detector/version-parser.ts +0 -33
- package/src/src/react/components/AppWrapper.tsx +0 -44
- package/src/src/react/components/Head.tsx +0 -12
- package/src/src/react/components/LayoutComponent.tsx +0 -62
- package/src/src/react/components/MDXProvider.tsx +0 -21
- package/src/src/react/components/ProviderComponent.tsx +0 -58
- package/src/src/react/components/chat/agent-card.tsx +0 -162
- package/src/src/react/components/chat/chat/components/animations.tsx +0 -62
- package/src/src/react/components/chat/chat/components/attachment-pill.tsx +0 -110
- package/src/src/react/components/chat/chat/components/branch-picker.tsx +0 -70
- package/src/src/react/components/chat/chat/components/code-block.tsx +0 -83
- package/src/src/react/components/chat/chat/components/drop-zone.tsx +0 -49
- package/src/src/react/components/chat/chat/components/empty-state.tsx +0 -121
- package/src/src/react/components/chat/chat/components/inference-badge.tsx +0 -48
- package/src/src/react/components/chat/chat/components/inline-citation.tsx +0 -150
- package/src/src/react/components/chat/chat/components/message-actions.tsx +0 -88
- package/src/src/react/components/chat/chat/components/message-edit-form.tsx +0 -95
- package/src/src/react/components/chat/chat/components/message-feedback.tsx +0 -72
- package/src/src/react/components/chat/chat/components/quick-actions.tsx +0 -38
- package/src/src/react/components/chat/chat/components/reasoning.tsx +0 -56
- package/src/src/react/components/chat/chat/components/sidebar.tsx +0 -204
- package/src/src/react/components/chat/chat/components/skill-badge.tsx +0 -51
- package/src/src/react/components/chat/chat/components/sources.tsx +0 -99
- package/src/src/react/components/chat/chat/components/step-indicator.tsx +0 -33
- package/src/src/react/components/chat/chat/components/tab-switcher.tsx +0 -69
- package/src/src/react/components/chat/chat/components/tool-ui.tsx +0 -204
- package/src/src/react/components/chat/chat/components/upgrade-cta.tsx +0 -56
- package/src/src/react/components/chat/chat/components/uploads-panel.tsx +0 -143
- package/src/src/react/components/chat/chat/composition/api.tsx +0 -17
- package/src/src/react/components/chat/chat/composition/chat-composer.tsx +0 -205
- package/src/src/react/components/chat/chat/composition/chat-empty.tsx +0 -77
- package/src/src/react/components/chat/chat/composition/chat-if.tsx +0 -25
- package/src/src/react/components/chat/chat/composition/chat-message-list.tsx +0 -356
- package/src/src/react/components/chat/chat/composition/chat-root.tsx +0 -183
- package/src/src/react/components/chat/chat/composition/error-banner.tsx +0 -38
- package/src/src/react/components/chat/chat/composition/message.tsx +0 -343
- package/src/src/react/components/chat/chat/composition/model-avatar.tsx +0 -103
- package/src/src/react/components/chat/chat/contexts/chat-context.tsx +0 -81
- package/src/src/react/components/chat/chat/contexts/composer-context.tsx +0 -62
- package/src/src/react/components/chat/chat/contexts/index.ts +0 -36
- package/src/src/react/components/chat/chat/contexts/message-context.tsx +0 -52
- package/src/src/react/components/chat/chat/contexts/thread-list-context.tsx +0 -43
- package/src/src/react/components/chat/chat/hooks/use-threads.ts +0 -208
- package/src/src/react/components/chat/chat/index.tsx +0 -529
- package/src/src/react/components/chat/chat/utils/export.ts +0 -75
- package/src/src/react/components/chat/chat/utils/message-parts.ts +0 -151
- package/src/src/react/components/chat/chat-with-sidebar.tsx +0 -373
- package/src/src/react/components/chat/chat.tsx +0 -146
- package/src/src/react/components/chat/csp-nonce.ts +0 -13
- package/src/src/react/components/chat/error-boundary.tsx +0 -108
- package/src/src/react/components/chat/icons/index.ts +0 -328
- package/src/src/react/components/chat/markdown.tsx +0 -284
- package/src/src/react/components/chat/message.tsx +0 -166
- package/src/src/react/components/chat/model-selector.tsx +0 -262
- package/src/src/react/components/chat/theme.ts +0 -325
- package/src/src/react/components/optimized-image/OptimizedBackgroundImage.tsx +0 -40
- package/src/src/react/components/optimized-image/OptimizedImage.tsx +0 -81
- package/src/src/react/components/optimized-image/SimpleOptimizedImage.tsx +0 -43
- package/src/src/react/components/optimized-image/helpers.ts +0 -29
- package/src/src/react/components/optimized-image/index.ts +0 -12
- package/src/src/react/components/optimized-image/useOptimizedImage.ts +0 -32
- package/src/src/react/components/optimized-image/utils.tsx +0 -53
- package/src/src/react/context/index.tsx +0 -13
- package/src/src/react/fonts/index.ts +0 -103
- package/src/src/react/head-collector.ts +0 -143
- package/src/src/react/index.ts +0 -99
- package/src/src/react/primitives/agent-primitives.tsx +0 -87
- package/src/src/react/primitives/chat-container.tsx +0 -17
- package/src/src/react/primitives/index.ts +0 -41
- package/src/src/react/primitives/input-box.tsx +0 -226
- package/src/src/react/primitives/message-list.tsx +0 -83
- package/src/src/react/primitives/tool-primitives.tsx +0 -120
- package/src/src/react/router/index.tsx +0 -13
- package/src/src/react/runtime/core.ts +0 -303
- package/src/src/registry/project-scoped-registry-manager.ts +0 -211
- package/src/src/registry/scoped-registry-facade.ts +0 -51
- package/src/src/rendering/app-reserved.ts +0 -109
- package/src/src/rendering/app-route-resolver.ts +0 -170
- package/src/src/rendering/cache/cache-coordinator.ts +0 -195
- package/src/src/rendering/cache/index.ts +0 -24
- package/src/src/rendering/cache/stores/api-store.ts +0 -222
- package/src/src/rendering/cache/stores/filesystem-store.ts +0 -114
- package/src/src/rendering/cache/stores/index.ts +0 -11
- package/src/src/rendering/cache/stores/kv-store.ts +0 -103
- package/src/src/rendering/cache/stores/memory-store.ts +0 -97
- package/src/src/rendering/cache/stores/redis-store.ts +0 -267
- package/src/src/rendering/cache/types.ts +0 -21
- package/src/src/rendering/chunk-optimizer.ts +0 -273
- package/src/src/rendering/cleanup.ts +0 -27
- package/src/src/rendering/component-handling.ts +0 -172
- package/src/src/rendering/context/render-context.ts +0 -143
- package/src/src/rendering/element-validator/element-inspector.ts +0 -190
- package/src/src/rendering/element-validator/element-normalizer.ts +0 -73
- package/src/src/rendering/element-validator/index.ts +0 -18
- package/src/src/rendering/element-validator/primitive-checks.ts +0 -124
- package/src/src/rendering/element-validator/types.ts +0 -15
- package/src/src/rendering/element-validator/validator-core.ts +0 -46
- package/src/src/rendering/factories/service-factories.ts +0 -112
- package/src/src/rendering/index.ts +0 -49
- package/src/src/rendering/layouts/index.ts +0 -26
- package/src/src/rendering/layouts/layout-applicator.ts +0 -468
- package/src/src/rendering/layouts/layout-collector.ts +0 -401
- package/src/src/rendering/layouts/layout-compiler.ts +0 -75
- package/src/src/rendering/layouts/types.ts +0 -16
- package/src/src/rendering/layouts/utils/app-resolver.ts +0 -71
- package/src/src/rendering/layouts/utils/applicator.ts +0 -228
- package/src/src/rendering/layouts/utils/compiler.ts +0 -30
- package/src/src/rendering/layouts/utils/component-loader.ts +0 -273
- package/src/src/rendering/layouts/utils/discovery.ts +0 -243
- package/src/src/rendering/layouts/utils/ensure-valid-child.ts +0 -51
- package/src/src/rendering/layouts/utils/hash-calculator.ts +0 -51
- package/src/src/rendering/orchestrator/compiler-service.ts +0 -37
- package/src/src/rendering/orchestrator/config.ts +0 -120
- package/src/src/rendering/orchestrator/css-cache.ts +0 -81
- package/src/src/rendering/orchestrator/css-candidate-manifest.ts +0 -224
- package/src/src/rendering/orchestrator/file-resolver/candidates.ts +0 -25
- package/src/src/rendering/orchestrator/file-resolver/index.ts +0 -84
- package/src/src/rendering/orchestrator/html-head.ts +0 -74
- package/src/src/rendering/orchestrator/html-imported-css.ts +0 -81
- package/src/src/rendering/orchestrator/html-project-css.ts +0 -203
- package/src/src/rendering/orchestrator/html-types.ts +0 -27
- package/src/src/rendering/orchestrator/html.ts +0 -487
- package/src/src/rendering/orchestrator/layout.ts +0 -321
- package/src/src/rendering/orchestrator/lifecycle.ts +0 -297
- package/src/src/rendering/orchestrator/mdx.ts +0 -78
- package/src/src/rendering/orchestrator/module-collection.ts +0 -73
- package/src/src/rendering/orchestrator/module-loader/cache.ts +0 -29
- package/src/src/rendering/orchestrator/module-loader/esm-rewriter.ts +0 -102
- package/src/src/rendering/orchestrator/module-loader/index.ts +0 -569
- package/src/src/rendering/orchestrator/path-helpers.ts +0 -26
- package/src/src/rendering/orchestrator/pipeline-helpers.ts +0 -35
- package/src/src/rendering/orchestrator/pipeline.ts +0 -889
- package/src/src/rendering/orchestrator/ssr-orchestrator.ts +0 -278
- package/src/src/rendering/orchestrator/ssr.ts +0 -228
- package/src/src/rendering/orchestrator/types.ts +0 -92
- package/src/src/rendering/page-renderer.ts +0 -252
- package/src/src/rendering/page-rendering.ts +0 -182
- package/src/src/rendering/page-resolution/index.ts +0 -21
- package/src/src/rendering/page-resolution/page-resolver.ts +0 -238
- package/src/src/rendering/renderer-concurrency.ts +0 -195
- package/src/src/rendering/renderer.ts +0 -593
- package/src/src/rendering/router-detection.ts +0 -247
- package/src/src/rendering/rsc/client-module-strategy.ts +0 -100
- package/src/src/rendering/rsc/component-analyzer.ts +0 -148
- package/src/src/rendering/rsc/constants.ts +0 -6
- package/src/src/rendering/rsc/export-extractor.ts +0 -44
- package/src/src/rendering/rsc/production-optimizer.ts +0 -128
- package/src/src/rendering/rsc/server-action-guard.ts +0 -5
- package/src/src/rendering/rsc/server-renderer/component-detector.ts +0 -47
- package/src/src/rendering/rsc/server-renderer/html-generator.ts +0 -50
- package/src/src/rendering/rsc/server-renderer/index.ts +0 -18
- package/src/src/rendering/rsc/server-renderer/prop-serializer.ts +0 -69
- package/src/src/rendering/rsc/server-renderer/rsc-renderer.ts +0 -47
- package/src/src/rendering/rsc/server-renderer/tree-processor.ts +0 -126
- package/src/src/rendering/rsc/types.ts +0 -8
- package/src/src/rendering/script-page-handling.ts +0 -392
- package/src/src/rendering/shared/context-aware-cache.ts +0 -281
- package/src/src/rendering/shared/shared-services.ts +0 -112
- package/src/src/rendering/snippet-renderer.ts +0 -386
- package/src/src/rendering/ssr/component-registry.ts +0 -326
- package/src/src/rendering/ssr/index.ts +0 -10
- package/src/src/rendering/ssr/mdx-module-loader.ts +0 -185
- package/src/src/rendering/ssr/mdx-renderer.ts +0 -66
- package/src/src/rendering/ssr/types.ts +0 -14
- package/src/src/rendering/ssr-globals/context.ts +0 -70
- package/src/src/rendering/ssr-globals/dom-stubs.ts +0 -435
- package/src/src/rendering/ssr-globals/fetch-interceptor.ts +0 -123
- package/src/src/rendering/ssr-globals/index.ts +0 -79
- package/src/src/rendering/ssr-globals.ts +0 -13
- package/src/src/rendering/ssr-renderer.ts +0 -258
- package/src/src/rendering/styles.ts +0 -15
- package/src/src/rendering/utils/index.ts +0 -22
- package/src/src/rendering/utils/react-helpers.ts +0 -31
- package/src/src/rendering/utils/stream-utils.ts +0 -129
- package/src/src/rendering/virtual-module-system.ts +0 -106
- package/src/src/repositories/schemas/index.ts +0 -14
- package/src/src/repositories/schemas/repository.schema.ts +0 -41
- package/src/src/repositories/types.ts +0 -26
- package/src/src/resource/factory.ts +0 -64
- package/src/src/resource/index.ts +0 -30
- package/src/src/resource/registry.ts +0 -41
- package/src/src/resource/schemas/index.ts +0 -14
- package/src/src/resource/schemas/resource.schema.ts +0 -21
- package/src/src/resource/types.ts +0 -36
- package/src/src/routing/api/api-route-matcher.ts +0 -196
- package/src/src/routing/api/context-builder.ts +0 -69
- package/src/src/routing/api/handler.ts +0 -341
- package/src/src/routing/api/index.ts +0 -26
- package/src/src/routing/api/method-validator.ts +0 -26
- package/src/src/routing/api/module-loader/esbuild-plugin.ts +0 -192
- package/src/src/routing/api/module-loader/external-import-rewriter.ts +0 -461
- package/src/src/routing/api/module-loader/http-validator.ts +0 -38
- package/src/src/routing/api/module-loader/loader-helpers.ts +0 -68
- package/src/src/routing/api/module-loader/loader.ts +0 -672
- package/src/src/routing/api/module-loader/security-config.ts +0 -28
- package/src/src/routing/api/module-loader/types.ts +0 -36
- package/src/src/routing/api/openapi/path-utils.ts +0 -132
- package/src/src/routing/api/openapi/spec-generator.ts +0 -265
- package/src/src/routing/api/openapi/types.ts +0 -135
- package/src/src/routing/api/route-discovery.ts +0 -70
- package/src/src/routing/api/route-executor.ts +0 -450
- package/src/src/routing/client/dom-utils.ts +0 -174
- package/src/src/routing/client/index.ts +0 -33
- package/src/src/routing/client/navigation-handlers.ts +0 -127
- package/src/src/routing/client/page-loader.ts +0 -215
- package/src/src/routing/client/page-transition.ts +0 -99
- package/src/src/routing/client/types.ts +0 -39
- package/src/src/routing/client/viewport-prefetch.ts +0 -81
- package/src/src/routing/index.ts +0 -54
- package/src/src/routing/matchers/index.ts +0 -11
- package/src/src/routing/matchers/pattern-route-matcher.ts +0 -46
- package/src/src/routing/matchers/route-matcher.ts +0 -41
- package/src/src/routing/matchers/route-parser.ts +0 -69
- package/src/src/routing/matchers/types.ts +0 -13
- package/src/src/routing/registry/index.ts +0 -7
- package/src/src/routing/registry/registry.ts +0 -161
- package/src/src/routing/registry/types.ts +0 -7
- package/src/src/routing/slug-mapper/dynamic-route-matcher.ts +0 -54
- package/src/src/routing/slug-mapper/index.ts +0 -11
- package/src/src/routing/slug-mapper/path-candidate-generator.ts +0 -58
- package/src/src/routing/slug-mapper/slug-normalizer.ts +0 -25
- package/src/src/routing/slug-mapper/types.ts +0 -8
- package/src/src/runtime/runtime-bridge.ts +0 -614
- package/src/src/sandbox/agent-service-tools.ts +0 -184
- package/src/src/sandbox/config.ts +0 -20
- package/src/src/sandbox/index.ts +0 -68
- package/src/src/sandbox/lazy-sandbox.ts +0 -736
- package/src/src/sandbox/sandbox.ts +0 -454
- package/src/src/sandbox/shell-tools.ts +0 -217
- package/src/src/sandbox/types.ts +0 -95
- package/src/src/schemas/common.ts +0 -99
- package/src/src/schemas/define.ts +0 -45
- package/src/src/schemas/index.ts +0 -65
- package/src/src/schemas/json-schema.ts +0 -33
- package/src/src/schemas/lazy.ts +0 -65
- package/src/src/schemas/primitives.ts +0 -84
- package/src/src/security/client/html-sanitizer.ts +0 -120
- package/src/src/security/csrf/helpers.ts +0 -144
- package/src/src/security/csrf/index.ts +0 -8
- package/src/src/security/deno-permissions.ts +0 -55
- package/src/src/security/http/auth.ts +0 -129
- package/src/src/security/http/base-handler.ts +0 -183
- package/src/src/security/http/client-hints.ts +0 -41
- package/src/src/security/http/config.ts +0 -96
- package/src/src/security/http/cors/constants.ts +0 -6
- package/src/src/security/http/cors/headers.ts +0 -80
- package/src/src/security/http/cors/index.ts +0 -36
- package/src/src/security/http/cors/middleware.ts +0 -42
- package/src/src/security/http/cors/preflight.ts +0 -86
- package/src/src/security/http/cors/types.ts +0 -30
- package/src/src/security/http/cors/validators.ts +0 -191
- package/src/src/security/http/csrf/csrf-handler.ts +0 -101
- package/src/src/security/http/csrf/index.ts +0 -7
- package/src/src/security/http/middleware/config-loader.ts +0 -61
- package/src/src/security/http/middleware/cors-handler.ts +0 -21
- package/src/src/security/http/middleware/index.ts +0 -16
- package/src/src/security/http/middleware/types.ts +0 -29
- package/src/src/security/http/response/builder.ts +0 -62
- package/src/src/security/http/response/cache-handler.ts +0 -34
- package/src/src/security/http/response/constants.ts +0 -15
- package/src/src/security/http/response/fluent-methods.ts +0 -137
- package/src/src/security/http/response/index.ts +0 -11
- package/src/src/security/http/response/response-methods.ts +0 -85
- package/src/src/security/http/response/security-handler.ts +0 -225
- package/src/src/security/http/response/static-helpers.ts +0 -150
- package/src/src/security/http/response/types.ts +0 -33
- package/src/src/security/index.ts +0 -100
- package/src/src/security/input-validation/errors.ts +0 -17
- package/src/src/security/input-validation/handler.ts +0 -47
- package/src/src/security/input-validation/index.ts +0 -18
- package/src/src/security/input-validation/limits.ts +0 -110
- package/src/src/security/input-validation/parsers.ts +0 -104
- package/src/src/security/input-validation/sanitizers.ts +0 -48
- package/src/src/security/input-validation/types.ts +0 -34
- package/src/src/security/path-validation/canonical.ts +0 -63
- package/src/src/security/path-validation/index.ts +0 -156
- package/src/src/security/path-validation/normalization.ts +0 -62
- package/src/src/security/path-validation/presets.ts +0 -73
- package/src/src/security/path-validation/rules.ts +0 -67
- package/src/src/security/path-validation/types.ts +0 -38
- package/src/src/security/path-validation.ts +0 -19
- package/src/src/security/sandbox/project-worker.ts +0 -421
- package/src/src/security/sandbox/worker-permissions.ts +0 -77
- package/src/src/security/sandbox/worker-pool.ts +0 -466
- package/src/src/security/sandbox/worker-types.ts +0 -212
- package/src/src/security/secure-fs.ts +0 -322
- package/src/src/security/utils/constant-time.ts +0 -15
- package/src/src/server/bootstrap.ts +0 -530
- package/src/src/server/build-app-route-renderer.ts +0 -148
- package/src/src/server/build-routes.ts +0 -137
- package/src/src/server/build-service-worker.ts +0 -170
- package/src/src/server/build-types.ts +0 -48
- package/src/src/server/context/cache-invalidation.ts +0 -153
- package/src/src/server/context/enriched-context-types.ts +0 -65
- package/src/src/server/context/enriched-context.ts +0 -58
- package/src/src/server/context/request-context.ts +0 -54
- package/src/src/server/dev-server/error-overlay/error-formatter.ts +0 -82
- package/src/src/server/dev-server/error-overlay/html-template.ts +0 -479
- package/src/src/server/dev-server/error-overlay/index.ts +0 -21
- package/src/src/server/dev-server/error-overlay/overlay-renderer.ts +0 -15
- package/src/src/server/dev-server/error-overlay/stack-parser.ts +0 -25
- package/src/src/server/dev-server/file-watch-setup.ts +0 -276
- package/src/src/server/dev-server/file-watcher.ts +0 -100
- package/src/src/server/dev-server/hmr-types.ts +0 -11
- package/src/src/server/dev-server/index.ts +0 -19
- package/src/src/server/dev-server/middleware.ts +0 -244
- package/src/src/server/dev-server/request-handler.ts +0 -186
- package/src/src/server/dev-server/route-discovery.ts +0 -241
- package/src/src/server/dev-server/server.ts +0 -487
- package/src/src/server/dev-server/types.ts +0 -36
- package/src/src/server/dev-server.ts +0 -8
- package/src/src/server/dev-ui/manifest.js +0 -31
- package/src/src/server/handlers/dev/dashboard/api.ts +0 -690
- package/src/src/server/handlers/dev/dashboard/html-shell.ts +0 -43
- package/src/src/server/handlers/dev/dashboard/index.ts +0 -59
- package/src/src/server/handlers/dev/dashboard/ui-handler.ts +0 -104
- package/src/src/server/handlers/dev/debug-context.handler.ts +0 -106
- package/src/src/server/handlers/dev/endpoints.handler.ts +0 -58
- package/src/src/server/handlers/dev/files/dev-file.handler.ts +0 -93
- package/src/src/server/handlers/dev/files/esbuild-bundler.ts +0 -11
- package/src/src/server/handlers/dev/files/esbuild-plugins.ts +0 -282
- package/src/src/server/handlers/dev/files/index.ts +0 -12
- package/src/src/server/handlers/dev/files/path-validator.ts +0 -60
- package/src/src/server/handlers/dev/framework-candidates.generated.ts +0 -5458
- package/src/src/server/handlers/dev/projects/api.ts +0 -34
- package/src/src/server/handlers/dev/projects/html-shell.ts +0 -58
- package/src/src/server/handlers/dev/projects/index.ts +0 -74
- package/src/src/server/handlers/dev/projects/ui-handler.ts +0 -129
- package/src/src/server/handlers/dev/scripts/error-overlay.ts +0 -100
- package/src/src/server/handlers/dev/scripts/hmr-scripts.ts +0 -435
- package/src/src/server/handlers/dev/shared/not-found-response.ts +0 -9
- package/src/src/server/handlers/dev/shared/ui-module-transform.ts +0 -56
- package/src/src/server/handlers/dev/styles-candidate-scanner.ts +0 -152
- package/src/src/server/handlers/dev/styles-css.handler.ts +0 -465
- package/src/src/server/handlers/monitoring/client-log.handler.ts +0 -127
- package/src/src/server/handlers/monitoring/health.handler.ts +0 -96
- package/src/src/server/handlers/monitoring/memory.handler.ts +0 -178
- package/src/src/server/handlers/monitoring/metrics.handler.ts +0 -67
- package/src/src/server/handlers/preview/hmr-client-manager.ts +0 -91
- package/src/src/server/handlers/preview/hmr-client-message.ts +0 -63
- package/src/src/server/handlers/preview/hmr-message-router.ts +0 -92
- package/src/src/server/handlers/preview/hmr-ping-keepalive.ts +0 -49
- package/src/src/server/handlers/preview/hmr.handler.ts +0 -306
- package/src/src/server/handlers/preview/markdown-html-generator.ts +0 -187
- package/src/src/server/handlers/preview/markdown-preview.handler.ts +0 -186
- package/src/src/server/handlers/request/agent-run-cancel.handler.ts +0 -88
- package/src/src/server/handlers/request/agent-run-resume.handler.ts +0 -110
- package/src/src/server/handlers/request/agent-stream.handler.ts +0 -284
- package/src/src/server/handlers/request/api/api-handler-wrapper.ts +0 -159
- package/src/src/server/handlers/request/api/app-router-handler.ts +0 -68
- package/src/src/server/handlers/request/api/app-router-resolver.ts +0 -166
- package/src/src/server/handlers/request/api/index.ts +0 -12
- package/src/src/server/handlers/request/api/pages-api-handler.ts +0 -111
- package/src/src/server/handlers/request/api/project-discovery.ts +0 -133
- package/src/src/server/handlers/request/api/security-headers.ts +0 -54
- package/src/src/server/handlers/request/api/types.ts +0 -12
- package/src/src/server/handlers/request/channel-dispatch-request.ts +0 -113
- package/src/src/server/handlers/request/channel-invoke.handler.ts +0 -49
- package/src/src/server/handlers/request/css.handler.ts +0 -106
- package/src/src/server/handlers/request/internal-agents-list.handler.ts +0 -101
- package/src/src/server/handlers/request/lib-modules.handler.ts +0 -124
- package/src/src/server/handlers/request/module/batch-module-handler.ts +0 -37
- package/src/src/server/handlers/request/module/data-endpoint-handler.ts +0 -79
- package/src/src/server/handlers/request/module/index.ts +0 -14
- package/src/src/server/handlers/request/module/module-server-handler.ts +0 -70
- package/src/src/server/handlers/request/module/module.handler.ts +0 -94
- package/src/src/server/handlers/request/module/page-data-endpoint-handler.ts +0 -108
- package/src/src/server/handlers/request/module/page-module-handler.ts +0 -83
- package/src/src/server/handlers/request/module/virtual-module-handler.ts +0 -58
- package/src/src/server/handlers/request/openapi-docs.handler.ts +0 -91
- package/src/src/server/handlers/request/openapi.handler.ts +0 -169
- package/src/src/server/handlers/request/prod-hydration-module.handler.ts +0 -60
- package/src/src/server/handlers/request/rsc/index.ts +0 -82
- package/src/src/server/handlers/request/snippet.handler.ts +0 -137
- package/src/src/server/handlers/request/ssr/error-page-fallback.ts +0 -285
- package/src/src/server/handlers/request/ssr/etag-handler.ts +0 -18
- package/src/src/server/handlers/request/ssr/index.ts +0 -10
- package/src/src/server/handlers/request/ssr/not-found-fallback.ts +0 -105
- package/src/src/server/handlers/request/ssr/ssr-response-builder.ts +0 -88
- package/src/src/server/handlers/request/ssr/ssr.handler.ts +0 -303
- package/src/src/server/handlers/request/static.handler.ts +0 -125
- package/src/src/server/handlers/response/base.ts +0 -1
- package/src/src/server/handlers/response/cors.ts +0 -67
- package/src/src/server/handlers/response/not-found.ts +0 -156
- package/src/src/server/handlers/studio/bridge-modules.handler.ts +0 -131
- package/src/src/server/handlers/types.ts +0 -22
- package/src/src/server/handlers/utils/content-types.ts +0 -107
- package/src/src/server/handlers/utils/etag.ts +0 -44
- package/src/src/server/index.ts +0 -386
- package/src/src/server/node-handler.ts +0 -42
- package/src/src/server/production-server.ts +0 -466
- package/src/src/server/project-env/cache.ts +0 -101
- package/src/src/server/project-env/fetcher.ts +0 -80
- package/src/src/server/project-env/index.ts +0 -9
- package/src/src/server/project-env/storage.ts +0 -54
- package/src/src/server/reload-notifier.ts +0 -165
- package/src/src/server/runtime-handler/adapter-factory.ts +0 -216
- package/src/src/server/runtime-handler/environment-resolution.ts +0 -139
- package/src/src/server/runtime-handler/handler-context-builder.ts +0 -138
- package/src/src/server/runtime-handler/index.ts +0 -716
- package/src/src/server/runtime-handler/isolation.ts +0 -119
- package/src/src/server/runtime-handler/local-project-discovery.ts +0 -168
- package/src/src/server/runtime-handler/project-isolation.ts +0 -256
- package/src/src/server/runtime-handler/project-resolution.ts +0 -278
- package/src/src/server/runtime-handler/projects-handler.ts +0 -133
- package/src/src/server/runtime-handler/proxy-environment.ts +0 -15
- package/src/src/server/runtime-handler/request-lifecycle.ts +0 -129
- package/src/src/server/runtime-handler/request-tracker.ts +0 -259
- package/src/src/server/runtime-handler/request-utils.ts +0 -88
- package/src/src/server/runtime-handler/timeout-manager.ts +0 -83
- package/src/src/server/runtime-handler/tracing.ts +0 -93
- package/src/src/server/schemas/action.schema.ts +0 -15
- package/src/src/server/schemas/index.ts +0 -7
- package/src/src/server/service-server.ts +0 -598
- package/src/src/server/services/rendering/ssr.service.ts +0 -375
- package/src/src/server/services/rsc/endpoints/action-handler.ts +0 -63
- package/src/src/server/services/rsc/endpoints/action-parser.ts +0 -44
- package/src/src/server/services/rsc/endpoints/endpoint-router.ts +0 -315
- package/src/src/server/services/rsc/endpoints/handler-registry.ts +0 -85
- package/src/src/server/services/rsc/endpoints/index.ts +0 -12
- package/src/src/server/services/rsc/endpoints/rsc-bundles.generated.ts +0 -13
- package/src/src/server/services/rsc/endpoints/script-handlers.ts +0 -122
- package/src/src/server/services/rsc/endpoints/types.ts +0 -23
- package/src/src/server/services/rsc/orchestrators/component-resolver.ts +0 -76
- package/src/src/server/services/rsc/orchestrators/handler.ts +0 -58
- package/src/src/server/services/rsc/orchestrators/index.ts +0 -16
- package/src/src/server/services/rsc/orchestrators/manifest-handler.ts +0 -96
- package/src/src/server/services/rsc/orchestrators/page-handler.ts +0 -103
- package/src/src/server/services/rsc/orchestrators/render-handler.ts +0 -161
- package/src/src/server/services/rsc/orchestrators/stream-handler.ts +0 -94
- package/src/src/server/services/rsc/orchestrators/types.ts +0 -36
- package/src/src/server/services/static/index.ts +0 -10
- package/src/src/server/services/static/static-file.service.ts +0 -333
- package/src/src/server/shared/browser-module-bundler.ts +0 -65
- package/src/src/server/shared/index.ts +0 -12
- package/src/src/server/shared/renderer/adapter.ts +0 -410
- package/src/src/server/shared/renderer/index.ts +0 -14
- package/src/src/server/shared/renderer/memory/pressure.ts +0 -69
- package/src/src/server/shared/renderer-factory.ts +0 -14
- package/src/src/server/utils/chunk-utils.ts +0 -17
- package/src/src/server/utils/domain-lookup.ts +0 -265
- package/src/src/server/utils/domain-parser.ts +0 -238
- package/src/src/server/utils/error-html.ts +0 -163
- package/src/src/server/utils/proxy-trust.ts +0 -56
- package/src/src/server/utils/request-host.ts +0 -12
- package/src/src/skill/allowed-tools.ts +0 -100
- package/src/src/skill/executor.ts +0 -213
- package/src/src/skill/index.ts +0 -60
- package/src/src/skill/parser.ts +0 -207
- package/src/src/skill/path-safety.ts +0 -212
- package/src/src/skill/prompt-augmentation.ts +0 -48
- package/src/src/skill/registry.ts +0 -51
- package/src/src/skill/tools.ts +0 -221
- package/src/src/skill/types.ts +0 -107
- package/src/src/studio/bridge/bridge-bundle.generated.ts +0 -9
- package/src/src/studio/element-selector-injector.ts +0 -96
- package/src/src/studio/hash-utils.ts +0 -1
- package/src/src/task/discovery.ts +0 -294
- package/src/src/task/runner.ts +0 -90
- package/src/src/task/types.ts +0 -46
- package/src/src/testing/assert.ts +0 -352
- package/src/src/testing/bdd.ts +0 -619
- package/src/src/testing/deno-compat.ts +0 -206
- package/src/src/testing/index.ts +0 -92
- package/src/src/testing/init.ts +0 -30
- package/src/src/testing/isolation.ts +0 -177
- package/src/src/testing/timing.ts +0 -27
- package/src/src/testing/utils.ts +0 -44
- package/src/src/tool/context7.ts +0 -34
- package/src/src/tool/executor.ts +0 -22
- package/src/src/tool/factory.ts +0 -234
- package/src/src/tool/host-tools.ts +0 -127
- package/src/src/tool/index.ts +0 -118
- package/src/src/tool/project-scoped-remote-tools.ts +0 -292
- package/src/src/tool/registry.ts +0 -32
- package/src/src/tool/remote-mcp.ts +0 -346
- package/src/src/tool/remote-source-tools.ts +0 -62
- package/src/src/tool/result.ts +0 -23
- package/src/src/tool/schema/index.ts +0 -8
- package/src/src/tool/schema/json-schema.ts +0 -9
- package/src/src/tool/schema/zod-json-schema.ts +0 -87
- package/src/src/tool/sleep.ts +0 -102
- package/src/src/tool/tracing.ts +0 -70
- package/src/src/tool/types.ts +0 -173
- package/src/src/transforms/css-modules/naming.ts +0 -152
- package/src/src/transforms/esm/bundle-deps-validator.ts +0 -187
- package/src/src/transforms/esm/bundle-manifest-ttl.ts +0 -58
- package/src/src/transforms/esm/bundle-manifest-types.ts +0 -14
- package/src/src/transforms/esm/bundle-manifest.ts +0 -182
- package/src/src/transforms/esm/bundle-recovery.ts +0 -356
- package/src/src/transforms/esm/cached-bundle-validation.ts +0 -44
- package/src/src/transforms/esm/html-content.ts +0 -13
- package/src/src/transforms/esm/http-bundler.ts +0 -300
- package/src/src/transforms/esm/http-cache-helpers.ts +0 -188
- package/src/src/transforms/esm/http-cache-invariants.ts +0 -128
- package/src/src/transforms/esm/http-cache-state.ts +0 -72
- package/src/src/transforms/esm/http-cache-types.ts +0 -66
- package/src/src/transforms/esm/http-cache-wrapper.ts +0 -442
- package/src/src/transforms/esm/http-cache.ts +0 -439
- package/src/src/transforms/esm/import-parser.ts +0 -254
- package/src/src/transforms/esm/import-rewriter.ts +0 -194
- package/src/src/transforms/esm/in-flight-manager.ts +0 -145
- package/src/src/transforms/esm/index.ts +0 -23
- package/src/src/transforms/esm/lexer.ts +0 -178
- package/src/src/transforms/esm/package-registry.ts +0 -176
- package/src/src/transforms/esm/path-resolver.ts +0 -114
- package/src/src/transforms/esm/react-imports.ts +0 -55
- package/src/src/transforms/esm/source-url-embed.ts +0 -31
- package/src/src/transforms/esm/specifier-resolver.ts +0 -118
- package/src/src/transforms/esm/transform-cache.ts +0 -317
- package/src/src/transforms/esm/transform-utils.ts +0 -30
- package/src/src/transforms/esm/types.ts +0 -22
- package/src/src/transforms/esm-transform.ts +0 -13
- package/src/src/transforms/import-rewriter/index.ts +0 -82
- package/src/src/transforms/import-rewriter/parse-cache.ts +0 -195
- package/src/src/transforms/import-rewriter/strategies/alias-strategy.ts +0 -79
- package/src/src/transforms/import-rewriter/strategies/bare-strategy.ts +0 -96
- package/src/src/transforms/import-rewriter/strategies/cross-project-strategy.ts +0 -54
- package/src/src/transforms/import-rewriter/strategies/import-map-strategy.ts +0 -137
- package/src/src/transforms/import-rewriter/strategies/index.ts +0 -25
- package/src/src/transforms/import-rewriter/strategies/node-builtin-strategy.ts +0 -56
- package/src/src/transforms/import-rewriter/strategies/react-strategy.ts +0 -48
- package/src/src/transforms/import-rewriter/strategies/relative-strategy.ts +0 -71
- package/src/src/transforms/import-rewriter/strategies/url-strategy.ts +0 -23
- package/src/src/transforms/import-rewriter/strategies/vendor-strategy.ts +0 -47
- package/src/src/transforms/import-rewriter/strategies/veryfront-strategy.ts +0 -97
- package/src/src/transforms/import-rewriter/types.ts +0 -182
- package/src/src/transforms/import-rewriter/unified-rewriter.ts +0 -136
- package/src/src/transforms/import-rewriter/url-builder.ts +0 -145
- package/src/src/transforms/md/compiler/index.ts +0 -7
- package/src/src/transforms/md/compiler/md-compiler.ts +0 -61
- package/src/src/transforms/md/utils.ts +0 -20
- package/src/src/transforms/mdx/compiler/frontmatter-extractor.ts +0 -66
- package/src/src/transforms/mdx/compiler/import-rewriter.ts +0 -125
- package/src/src/transforms/mdx/compiler/index.ts +0 -63
- package/src/src/transforms/mdx/compiler/mdx-compiler.ts +0 -62
- package/src/src/transforms/mdx/esm-module-loader/cache/index.ts +0 -466
- package/src/src/transforms/mdx/esm-module-loader/cache/local-fs.ts +0 -10
- package/src/src/transforms/mdx/esm-module-loader/cache-format.ts +0 -204
- package/src/src/transforms/mdx/esm-module-loader/components/resolver.ts +0 -75
- package/src/src/transforms/mdx/esm-module-loader/constants.ts +0 -28
- package/src/src/transforms/mdx/esm-module-loader/import-transformer.ts +0 -215
- package/src/src/transforms/mdx/esm-module-loader/index.ts +0 -31
- package/src/src/transforms/mdx/esm-module-loader/jsx/runtime-loader.ts +0 -17
- package/src/src/transforms/mdx/esm-module-loader/jsx-cache.ts +0 -45
- package/src/src/transforms/mdx/esm-module-loader/loader-helpers.ts +0 -224
- package/src/src/transforms/mdx/esm-module-loader/loader.ts +0 -30
- package/src/src/transforms/mdx/esm-module-loader/metadata/extractor.ts +0 -105
- package/src/src/transforms/mdx/esm-module-loader/metadata/index.ts +0 -8
- package/src/src/transforms/mdx/esm-module-loader/metadata/string-parser.ts +0 -69
- package/src/src/transforms/mdx/esm-module-loader/missing-module.ts +0 -57
- package/src/src/transforms/mdx/esm-module-loader/module-fetcher/cache-keys.ts +0 -34
- package/src/src/transforms/mdx/esm-module-loader/module-fetcher/dependency-recovery.ts +0 -173
- package/src/src/transforms/mdx/esm-module-loader/module-fetcher/distributed-cache.ts +0 -260
- package/src/src/transforms/mdx/esm-module-loader/module-fetcher/framework-validator.ts +0 -294
- package/src/src/transforms/mdx/esm-module-loader/module-fetcher/http-fetcher.ts +0 -85
- package/src/src/transforms/mdx/esm-module-loader/module-fetcher/import-rewriter.ts +0 -108
- package/src/src/transforms/mdx/esm-module-loader/module-fetcher/index.ts +0 -499
- package/src/src/transforms/mdx/esm-module-loader/module-fetcher/module-cache.ts +0 -88
- package/src/src/transforms/mdx/esm-module-loader/module-fetcher/nested-imports.ts +0 -95
- package/src/src/transforms/mdx/esm-module-loader/module-fetcher/render-sessions.ts +0 -100
- package/src/src/transforms/mdx/esm-module-loader/module-writer.ts +0 -425
- package/src/src/transforms/mdx/esm-module-loader/resolution/file-finder.ts +0 -186
- package/src/src/transforms/mdx/esm-module-loader/types.ts +0 -83
- package/src/src/transforms/mdx/esm-module-loader/utils/hash.ts +0 -1
- package/src/src/transforms/mdx/esm-module-loader/utils/stub-module.ts +0 -111
- package/src/src/transforms/mdx/index.ts +0 -116
- package/src/src/transforms/mdx/mdx-cache-adapter.ts +0 -213
- package/src/src/transforms/mdx/module-loader/types.ts +0 -55
- package/src/src/transforms/mdx/types.ts +0 -83
- package/src/src/transforms/npm-import-rewrites.ts +0 -105
- package/src/src/transforms/pipeline/context.ts +0 -124
- package/src/src/transforms/pipeline/index.ts +0 -372
- package/src/src/transforms/pipeline/stages/compile.ts +0 -70
- package/src/src/transforms/pipeline/stages/finalize.ts +0 -20
- package/src/src/transforms/pipeline/stages/index.ts +0 -14
- package/src/src/transforms/pipeline/stages/parse.ts +0 -29
- package/src/src/transforms/pipeline/stages/resolve-imports.ts +0 -48
- package/src/src/transforms/pipeline/stages/ssr-css-strip.ts +0 -201
- package/src/src/transforms/pipeline/stages/ssr-http-cache.ts +0 -49
- package/src/src/transforms/pipeline/stages/ssr-http-stub.ts +0 -96
- package/src/src/transforms/pipeline/stages/ssr-vf-modules/constants.ts +0 -62
- package/src/src/transforms/pipeline/stages/ssr-vf-modules/import-finder.ts +0 -46
- package/src/src/transforms/pipeline/stages/ssr-vf-modules/index.ts +0 -174
- package/src/src/transforms/pipeline/stages/ssr-vf-modules/path-resolver.ts +0 -219
- package/src/src/transforms/pipeline/stages/ssr-vf-modules/transform.ts +0 -434
- package/src/src/transforms/pipeline/stages/ssr-vf-modules.ts +0 -5
- package/src/src/transforms/pipeline/types.ts +0 -143
- package/src/src/transforms/plugins/babel-node-positions.ts +0 -22
- package/src/src/transforms/shared/cross-project-import.ts +0 -27
- package/src/src/transforms/shared/framework-bundle-paths.ts +0 -12
- package/src/src/transforms/shared/package-specifier.ts +0 -29
- package/src/src/transforms/shared/vendor-export-name.ts +0 -7
- package/src/src/transforms/veryfront-module-urls.ts +0 -131
- package/src/src/types/app.ts +0 -6
- package/src/src/types/branded.ts +0 -28
- package/src/src/types/bundler.ts +0 -51
- package/src/src/types/entities/getEntityInfo.ts +0 -448
- package/src/src/types/entities.ts +0 -99
- package/src/src/types/global-guards.ts +0 -21
- package/src/src/types/hmr.ts +0 -20
- package/src/src/types/index.ts +0 -207
- package/src/src/types/rsc.ts +0 -40
- package/src/src/types/server.ts +0 -153
- package/src/src/utils/base64url.ts +0 -15
- package/src/src/utils/box.ts +0 -300
- package/src/src/utils/bundle-manifest-init.ts +0 -119
- package/src/src/utils/bundle-manifest-kv.ts +0 -58
- package/src/src/utils/bundle-manifest-redis.ts +0 -55
- package/src/src/utils/bundle-manifest.ts +0 -161
- package/src/src/utils/cache/eviction/eviction-manager.ts +0 -168
- package/src/src/utils/cache/keys/namespace.ts +0 -25
- package/src/src/utils/cache/stores/memory/entry-manager.ts +0 -98
- package/src/src/utils/cache/stores/memory/lru-cache-adapter.ts +0 -220
- package/src/src/utils/cache/stores/memory/lru-list-manager.ts +0 -58
- package/src/src/utils/cache/stores/memory/lru-node.ts +0 -20
- package/src/src/utils/cache/stores/memory/types.ts +0 -32
- package/src/src/utils/cache-dir.ts +0 -80
- package/src/src/utils/cache-file-ops.ts +0 -110
- package/src/src/utils/cache-namespace.ts +0 -42
- package/src/src/utils/case-utils.ts +0 -10
- package/src/src/utils/circuit-breaker.ts +0 -216
- package/src/src/utils/clsx.ts +0 -38
- package/src/src/utils/constants/buffers.ts +0 -30
- package/src/src/utils/constants/build.ts +0 -6
- package/src/src/utils/constants/cache.ts +0 -208
- package/src/src/utils/constants/cdn.ts +0 -88
- package/src/src/utils/constants/crypto.ts +0 -12
- package/src/src/utils/constants/env.ts +0 -26
- package/src/src/utils/constants/hash.ts +0 -2
- package/src/src/utils/constants/hmr.ts +0 -24
- package/src/src/utils/constants/html.ts +0 -7
- package/src/src/utils/constants/http.ts +0 -66
- package/src/src/utils/constants/index.ts +0 -305
- package/src/src/utils/constants/limits.ts +0 -31
- package/src/src/utils/constants/metrics.ts +0 -39
- package/src/src/utils/constants/network.ts +0 -31
- package/src/src/utils/constants/priorities.ts +0 -31
- package/src/src/utils/constants/retry.ts +0 -16
- package/src/src/utils/constants/security.ts +0 -14
- package/src/src/utils/constants/server.ts +0 -137
- package/src/src/utils/cookie-utils.ts +0 -25
- package/src/src/utils/env-loader.ts +0 -170
- package/src/src/utils/feature-flags.ts +0 -10
- package/src/src/utils/file-discovery.ts +0 -250
- package/src/src/utils/hash-utils.ts +0 -56
- package/src/src/utils/html-escape.ts +0 -8
- package/src/src/utils/id.ts +0 -36
- package/src/src/utils/import-lockfile.ts +0 -274
- package/src/src/utils/import-map.ts +0 -53
- package/src/src/utils/index.ts +0 -129
- package/src/src/utils/logger/components.ts +0 -93
- package/src/src/utils/logger/core.ts +0 -165
- package/src/src/utils/logger/index.ts +0 -56
- package/src/src/utils/logger/logger.ts +0 -612
- package/src/src/utils/logger/request-context.ts +0 -47
- package/src/src/utils/lru-wrapper.ts +0 -114
- package/src/src/utils/memoize.ts +0 -100
- package/src/src/utils/memory/index.ts +0 -23
- package/src/src/utils/memory/profiler.ts +0 -250
- package/src/src/utils/mime-types.ts +0 -153
- package/src/src/utils/parallel.ts +0 -153
- package/src/src/utils/path-utils.ts +0 -151
- package/src/src/utils/perf-timer.ts +0 -140
- package/src/src/utils/platform.ts +0 -21
- package/src/src/utils/redis-client.ts +0 -133
- package/src/src/utils/request-id.ts +0 -18
- package/src/src/utils/route-path-utils.ts +0 -210
- package/src/src/utils/runtime-guards.ts +0 -42
- package/src/src/utils/semaphore.ts +0 -107
- package/src/src/utils/singleflight.ts +0 -25
- package/src/src/utils/version-constant.ts +0 -3
- package/src/src/utils/version.ts +0 -51
- package/src/src/workflow/api/index.ts +0 -8
- package/src/src/workflow/api/workflow-client.ts +0 -181
- package/src/src/workflow/api.ts +0 -195
- package/src/src/workflow/backends/memory.ts +0 -451
- package/src/src/workflow/backends/redis/index.ts +0 -657
- package/src/src/workflow/backends/redis/types.ts +0 -57
- package/src/src/workflow/backends/redis.ts +0 -10
- package/src/src/workflow/backends/shared/requeue-run.ts +0 -18
- package/src/src/workflow/backends/types.ts +0 -142
- package/src/src/workflow/blob/types.ts +0 -36
- package/src/src/workflow/blob/veryfront-cloud-storage.ts +0 -534
- package/src/src/workflow/claude-code/agent.ts +0 -264
- package/src/src/workflow/claude-code/event-publisher.ts +0 -340
- package/src/src/workflow/claude-code/index.ts +0 -113
- package/src/src/workflow/claude-code/react/index.ts +0 -23
- package/src/src/workflow/claude-code/react/use-claude-code-stream.ts +0 -377
- package/src/src/workflow/claude-code/react/use-claude-code-websocket.ts +0 -534
- package/src/src/workflow/claude-code/tool.ts +0 -209
- package/src/src/workflow/claude-code/types.ts +0 -425
- package/src/src/workflow/claude-code/websocket-publisher.ts +0 -501
- package/src/src/workflow/claude-code/workspace-sync.ts +0 -647
- package/src/src/workflow/discovery/index.ts +0 -16
- package/src/src/workflow/discovery/workflow-discovery.ts +0 -238
- package/src/src/workflow/dsl/branch.ts +0 -74
- package/src/src/workflow/dsl/index.ts +0 -29
- package/src/src/workflow/dsl/loop.ts +0 -129
- package/src/src/workflow/dsl/map.ts +0 -46
- package/src/src/workflow/dsl/parallel.ts +0 -56
- package/src/src/workflow/dsl/step.ts +0 -67
- package/src/src/workflow/dsl/sub-workflow.ts +0 -39
- package/src/src/workflow/dsl/validation.ts +0 -8
- package/src/src/workflow/dsl/wait.ts +0 -77
- package/src/src/workflow/dsl/workflow.ts +0 -122
- package/src/src/workflow/executor/checkpoint-manager.ts +0 -160
- package/src/src/workflow/executor/dag/graph.ts +0 -127
- package/src/src/workflow/executor/dag/index.ts +0 -684
- package/src/src/workflow/executor/dag/types.ts +0 -40
- package/src/src/workflow/executor/dag/utils.ts +0 -17
- package/src/src/workflow/executor/dag-executor.ts +0 -14
- package/src/src/workflow/executor/step-executor.ts +0 -339
- package/src/src/workflow/executor/workflow-executor.ts +0 -635
- package/src/src/workflow/index.ts +0 -148
- package/src/src/workflow/react/index.ts +0 -17
- package/src/src/workflow/react/use-approval.ts +0 -150
- package/src/src/workflow/react/use-workflow-list.ts +0 -181
- package/src/src/workflow/react/use-workflow-start.ts +0 -75
- package/src/src/workflow/react/use-workflow.ts +0 -205
- package/src/src/workflow/registry.ts +0 -311
- package/src/src/workflow/runtime/approval-manager.ts +0 -325
- package/src/src/workflow/schemas/index.ts +0 -57
- package/src/src/workflow/schemas/workflow.schema.ts +0 -262
- package/src/src/workflow/types.ts +0 -359
- package/src/src/workflow/worker/dynamic-job-entrypoint.ts +0 -254
- package/src/src/workflow/worker/executors/index.ts +0 -17
- package/src/src/workflow/worker/executors/k8s.ts +0 -337
- package/src/src/workflow/worker/executors/process.ts +0 -332
- package/src/src/workflow/worker/executors/types.ts +0 -149
- package/src/src/workflow/worker/index.ts +0 -78
- package/src/src/workflow/worker/job-entrypoint.ts +0 -215
- package/src/src/workflow/worker/job-manager.ts +0 -488
- package/src/src/workflow/worker/shared.ts +0 -127
- package/src/src/workflow/worker/workflow-worker.ts +0 -326
package/src/src/agent/index.ts
DELETED
|
@@ -1,1770 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AI agents with memory, tools, and multi-agent composition.
|
|
3
|
-
*
|
|
4
|
-
* @module agent
|
|
5
|
-
*
|
|
6
|
-
* @example Basic agent
|
|
7
|
-
* ```ts
|
|
8
|
-
* import { agent } from "veryfront/agent";
|
|
9
|
-
*
|
|
10
|
-
* const assistant = agent({
|
|
11
|
-
* system: "You are a helpful assistant.",
|
|
12
|
-
* });
|
|
13
|
-
* ```
|
|
14
|
-
*
|
|
15
|
-
* @example Agent with tools
|
|
16
|
-
* ```ts
|
|
17
|
-
* import { agent } from "veryfront/agent";
|
|
18
|
-
* import { tool } from "veryfront/tool";
|
|
19
|
-
* import { defineSchema, lazySchema } from "veryfront/schemas";
|
|
20
|
-
*
|
|
21
|
-
* const getSearchInput = defineSchema((v) => v.object({ query: v.string() }));
|
|
22
|
-
*
|
|
23
|
-
* const searchTool = tool({
|
|
24
|
-
* id: "search",
|
|
25
|
-
* description: "Search the knowledge base",
|
|
26
|
-
* inputSchema: lazySchema(getSearchInput),
|
|
27
|
-
* execute: async ({ query }) => ({ results: [] }),
|
|
28
|
-
* });
|
|
29
|
-
*
|
|
30
|
-
* const assistant = agent({
|
|
31
|
-
* system: "You are a helpful assistant.",
|
|
32
|
-
* tools: { search: searchTool },
|
|
33
|
-
* memory: { type: "conversation", maxMessages: 50 },
|
|
34
|
-
* });
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @example Agent with skills
|
|
38
|
-
* ```ts
|
|
39
|
-
* import { agent } from "veryfront/agent";
|
|
40
|
-
*
|
|
41
|
-
* const assistant = agent({
|
|
42
|
-
* system: "You are a support engineer. Use skills when relevant.",
|
|
43
|
-
* skills: ["incident-response", "repo-maintainer"], // or `true` for all discovered skills
|
|
44
|
-
* tools: {
|
|
45
|
-
* Read: true,
|
|
46
|
-
* "github:list-issues": true,
|
|
47
|
-
* },
|
|
48
|
-
* });
|
|
49
|
-
* ```
|
|
50
|
-
*
|
|
51
|
-
* @example Streaming API route
|
|
52
|
-
* ```ts
|
|
53
|
-
* // app/api/chat/route.ts
|
|
54
|
-
* import { agent } from "veryfront/agent";
|
|
55
|
-
*
|
|
56
|
-
* const assistant = agent({
|
|
57
|
-
* system: "You are a helpful assistant.",
|
|
58
|
-
* });
|
|
59
|
-
*
|
|
60
|
-
* export async function POST(req: Request) {
|
|
61
|
-
* const { messages } = await req.json();
|
|
62
|
-
* const result = await assistant.stream({ messages });
|
|
63
|
-
* return result.toDataStreamResponse();
|
|
64
|
-
* }
|
|
65
|
-
* ```
|
|
66
|
-
*
|
|
67
|
-
* @example Multi-agent composition
|
|
68
|
-
* ```ts
|
|
69
|
-
* import { agent, registerAgent, getAgentsAsTools } from "veryfront/agent";
|
|
70
|
-
*
|
|
71
|
-
* const researcher = agent({ system: "Research topics thoroughly." });
|
|
72
|
-
* const writer = agent({ system: "Write clear prose." });
|
|
73
|
-
*
|
|
74
|
-
* registerAgent(researcher);
|
|
75
|
-
* registerAgent(writer);
|
|
76
|
-
*
|
|
77
|
-
* const orchestrator = agent({
|
|
78
|
-
* system: "Coordinate research and writing.",
|
|
79
|
-
* tools: getAgentsAsTools(["researcher", "writer"]),
|
|
80
|
-
* });
|
|
81
|
-
* ```
|
|
82
|
-
*/
|
|
83
|
-
import "../../_dnt.polyfills.js";
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
export type {
|
|
87
|
-
Agent,
|
|
88
|
-
AgentConfig,
|
|
89
|
-
AgentContext,
|
|
90
|
-
AgentMiddleware,
|
|
91
|
-
AgentResponse,
|
|
92
|
-
AgentStatus,
|
|
93
|
-
AgentStreamResult,
|
|
94
|
-
EdgeConfig,
|
|
95
|
-
MemoryConfig,
|
|
96
|
-
Message as AgentMessage,
|
|
97
|
-
MessagePart,
|
|
98
|
-
ModelProvider,
|
|
99
|
-
ModelString,
|
|
100
|
-
ModelTransportRequest,
|
|
101
|
-
ModelTransportResolver,
|
|
102
|
-
ResolvedAgentConfig,
|
|
103
|
-
ResolvedModelTransport,
|
|
104
|
-
ResolvedRuntimeState,
|
|
105
|
-
RuntimeStateRequest,
|
|
106
|
-
RuntimeStateResolver,
|
|
107
|
-
StreamToolCall,
|
|
108
|
-
Suggestion,
|
|
109
|
-
Suggestions,
|
|
110
|
-
ToolCall,
|
|
111
|
-
ToolCallPart,
|
|
112
|
-
ToolCallPartWithArgs,
|
|
113
|
-
ToolCallPartWithInput,
|
|
114
|
-
ToolResultPart,
|
|
115
|
-
} from "./types.js";
|
|
116
|
-
|
|
117
|
-
export {
|
|
118
|
-
type HostedChildProjectSwitchHandler,
|
|
119
|
-
type HostedChildSteeringMutationHandler,
|
|
120
|
-
wrapHostedChildProjectSwitchTool,
|
|
121
|
-
type WrapHostedChildProjectSwitchToolInput,
|
|
122
|
-
wrapHostedChildSteeringMutationTool,
|
|
123
|
-
type WrapHostedChildSteeringMutationToolInput,
|
|
124
|
-
} from "./hosted/child-steering-tools.js";
|
|
125
|
-
export {
|
|
126
|
-
filterHostedChatRuntimeLocalTools,
|
|
127
|
-
type HostedChatRuntimeAllowedToolNames,
|
|
128
|
-
type HostedChatRuntimeToolAssemblyContext,
|
|
129
|
-
type HostedChatRuntimeToolAssemblyResult,
|
|
130
|
-
type HostedChatRuntimeToolAssemblyResult as AgentServiceChatRuntimeToolAssemblyResult,
|
|
131
|
-
prepareHostedChatRuntimeToolAssembly,
|
|
132
|
-
type PrepareHostedChatRuntimeToolAssemblyInput,
|
|
133
|
-
} from "./hosted/chat-runtime-tool-assembly.js";
|
|
134
|
-
export {
|
|
135
|
-
createHostedProjectRemoteToolSource,
|
|
136
|
-
type CreateHostedProjectRemoteToolSourceInput,
|
|
137
|
-
createHostedProjectRemoteToolSources,
|
|
138
|
-
type CreateHostedProjectRemoteToolSourcesInput,
|
|
139
|
-
type HostedProjectRemoteToolSourceMutationHandler,
|
|
140
|
-
type HostedProjectRemoteToolSourcePrepareToolInput,
|
|
141
|
-
type HostedProjectRemoteToolSourceProjectSwitchHandler,
|
|
142
|
-
type HostedProjectRemoteToolSourceRetryPolicy,
|
|
143
|
-
} from "./hosted/project-remote-tool-source.js";
|
|
144
|
-
|
|
145
|
-
export {
|
|
146
|
-
DEFAULT_PROJECT_STEERING_PATHS,
|
|
147
|
-
getProjectSteeringMutation,
|
|
148
|
-
isSuccessfulProjectSteeringMutationResult,
|
|
149
|
-
PROJECT_STEERING_FILE_MUTATION_TOOL_NAMES,
|
|
150
|
-
type ProjectSteeringMutationInput,
|
|
151
|
-
type ProjectSteeringMutationResult,
|
|
152
|
-
type ProjectSteeringPaths,
|
|
153
|
-
} from "./project/steering-mutation.js";
|
|
154
|
-
|
|
155
|
-
export {
|
|
156
|
-
clientAllowsStudioMcp,
|
|
157
|
-
getRuntimeClientCapabilitySchema,
|
|
158
|
-
getRuntimeClientProfileSchema,
|
|
159
|
-
getRuntimeClientTypeSchema,
|
|
160
|
-
resolveRuntimeClientProfile,
|
|
161
|
-
type RuntimeClientCapability,
|
|
162
|
-
runtimeClientCapabilitySchema,
|
|
163
|
-
type RuntimeClientProfile,
|
|
164
|
-
runtimeClientProfileSchema,
|
|
165
|
-
type RuntimeClientType,
|
|
166
|
-
runtimeClientTypeSchema,
|
|
167
|
-
} from "./runtime/client-profile.js";
|
|
168
|
-
export {
|
|
169
|
-
buildStudioMcpHeaders,
|
|
170
|
-
createLiveStudioMcpTools,
|
|
171
|
-
type LiveStudioMcpToolsOptions,
|
|
172
|
-
} from "./project/live-studio-mcp-tools.js";
|
|
173
|
-
export {
|
|
174
|
-
type DefaultHostedChildForkToolSourcesResult,
|
|
175
|
-
type HostedChildForkToolSourcesLogger,
|
|
176
|
-
prepareDefaultHostedChildForkSandboxToolSources,
|
|
177
|
-
type PrepareDefaultHostedChildForkSandboxToolSourcesInput,
|
|
178
|
-
prepareDefaultHostedChildForkToolSources,
|
|
179
|
-
type PrepareDefaultHostedChildForkToolSourcesInput,
|
|
180
|
-
} from "./hosted/child-fork-tool-sources.js";
|
|
181
|
-
|
|
182
|
-
export {
|
|
183
|
-
clearProjectAgentRuntimeRegistries,
|
|
184
|
-
createRuntimeAgentDefinitionFromAgent,
|
|
185
|
-
describeProjectAgentRuntimeAgentIdCandidates,
|
|
186
|
-
discoverProjectAgentRuntime,
|
|
187
|
-
type DiscoverProjectAgentRuntimeInput,
|
|
188
|
-
doesProjectAgentRuntimeAgentMatchSource,
|
|
189
|
-
getProjectAgentRuntimeAgentIdCandidates,
|
|
190
|
-
type ProjectAgentRuntimeAgentIdCandidates,
|
|
191
|
-
type ProjectAgentRuntimeAgentSource,
|
|
192
|
-
resolveSingleProjectAgentRuntimeAgentId,
|
|
193
|
-
} from "./project/agent-runtime.js";
|
|
194
|
-
|
|
195
|
-
export {
|
|
196
|
-
createRuntimeAgentFromMarkdownDefinition,
|
|
197
|
-
getRuntimeAgentMarkdownDefinition,
|
|
198
|
-
isRuntimeAgentMarkdownAgent,
|
|
199
|
-
} from "./runtime/agent-markdown-adapter.js";
|
|
200
|
-
|
|
201
|
-
export {
|
|
202
|
-
loadRuntimeAgentMarkdownDefinitionFromFile,
|
|
203
|
-
type LoadRuntimeAgentMarkdownDefinitionFromFileInput,
|
|
204
|
-
loadRuntimeAgentMarkdownDefinitionFromFileInputSchema,
|
|
205
|
-
resolveRuntimeAgentDefinitionsDir,
|
|
206
|
-
type ResolveRuntimeAgentDefinitionsDirInput,
|
|
207
|
-
resolveRuntimeAgentDefinitionsDirInputSchema,
|
|
208
|
-
resolveRuntimeAgentMarkdownDefinitionFilePath,
|
|
209
|
-
} from "./runtime/agent-definition-files.js";
|
|
210
|
-
export {
|
|
211
|
-
createRuntimeAgentSystemMessages,
|
|
212
|
-
type CreateRuntimeAgentSystemMessagesInput,
|
|
213
|
-
DEFAULT_RUNTIME_AGENT_CONTEXT_MARKER,
|
|
214
|
-
getParseRuntimeAgentMarkdownDefinitionInputSchema,
|
|
215
|
-
getRuntimeAgentMarkdownDefinitionSchema,
|
|
216
|
-
getRuntimeAgentThinkingConfigSchema,
|
|
217
|
-
parseRuntimeAgentMarkdownDefinition,
|
|
218
|
-
type ParseRuntimeAgentMarkdownDefinitionInput,
|
|
219
|
-
parseRuntimeAgentMarkdownDefinitionInputSchema,
|
|
220
|
-
type RuntimeAgentMarkdownDefinition,
|
|
221
|
-
runtimeAgentMarkdownDefinitionSchema,
|
|
222
|
-
type RuntimeAgentThinkingConfig,
|
|
223
|
-
runtimeAgentThinkingConfigSchema,
|
|
224
|
-
} from "./runtime/agent-definition.js";
|
|
225
|
-
|
|
226
|
-
export {
|
|
227
|
-
buildVeryfrontCloudRuntimeInstructions,
|
|
228
|
-
createVeryfrontCloudRuntimeSystemMessages,
|
|
229
|
-
type CreateVeryfrontCloudRuntimeSystemMessagesInput,
|
|
230
|
-
} from "./hosted/cloud-runtime-system-messages.js";
|
|
231
|
-
|
|
232
|
-
export {
|
|
233
|
-
applyAgentProjectContextChange,
|
|
234
|
-
getConfirmedProjectContextSwitchId,
|
|
235
|
-
type MutableAgentProjectContext,
|
|
236
|
-
} from "./project/context.js";
|
|
237
|
-
export { getTextFromParts, getToolArguments, hasArgs, hasInput } from "./types.js";
|
|
238
|
-
|
|
239
|
-
export {
|
|
240
|
-
BufferMemory,
|
|
241
|
-
ConversationMemory,
|
|
242
|
-
createMemory,
|
|
243
|
-
createRedisMemory,
|
|
244
|
-
type Memory,
|
|
245
|
-
type MemoryPersistence,
|
|
246
|
-
type MemoryStats,
|
|
247
|
-
type RedisClient,
|
|
248
|
-
RedisMemory,
|
|
249
|
-
type RedisMemoryConfig,
|
|
250
|
-
SummaryMemory,
|
|
251
|
-
} from "./memory/index.js";
|
|
252
|
-
|
|
253
|
-
export {
|
|
254
|
-
agentAsTool,
|
|
255
|
-
createWorkflow,
|
|
256
|
-
getAgent,
|
|
257
|
-
getAgentsAsTools,
|
|
258
|
-
getAllAgentIds,
|
|
259
|
-
registerAgent,
|
|
260
|
-
type WorkflowConfig,
|
|
261
|
-
type WorkflowResult,
|
|
262
|
-
type WorkflowStep,
|
|
263
|
-
} from "./composition/index.js";
|
|
264
|
-
|
|
265
|
-
export { agent } from "./factory.js";
|
|
266
|
-
export { isResponseLike } from "./service/response-like.js";
|
|
267
|
-
export {
|
|
268
|
-
type AgentContract,
|
|
269
|
-
type AgentRegistry,
|
|
270
|
-
type AgentServiceCorsConfig,
|
|
271
|
-
type AgentServiceDefinition,
|
|
272
|
-
type AgentServiceRegistryContract,
|
|
273
|
-
type AgentServiceRoute,
|
|
274
|
-
type AgentServiceRouteMethod,
|
|
275
|
-
type AgentServiceServerConfig,
|
|
276
|
-
type AgentServiceSingleAgentContract,
|
|
277
|
-
defineAgentService,
|
|
278
|
-
type DurableRunSink,
|
|
279
|
-
type NormalizedAgentServiceContract,
|
|
280
|
-
} from "./service/definition.js";
|
|
281
|
-
export {
|
|
282
|
-
type AgentServiceServer,
|
|
283
|
-
type AgentServiceServerLifecycle,
|
|
284
|
-
createAgentServiceServerRuntime,
|
|
285
|
-
type CreateAgentServiceServerRuntimeOptions,
|
|
286
|
-
type NodeAgentServiceServer,
|
|
287
|
-
startAgentServiceServer,
|
|
288
|
-
type StartAgentServiceServerOptions,
|
|
289
|
-
startNodeAgentServiceServer,
|
|
290
|
-
type StartNodeAgentServiceServerOptions,
|
|
291
|
-
} from "./service/server.js";
|
|
292
|
-
export {
|
|
293
|
-
createDefaultHostedChatRuntime,
|
|
294
|
-
createDefaultHostedChatRuntime as createDefaultAgentServiceChatRuntime,
|
|
295
|
-
type CreateDefaultHostedChatRuntimeContextInput,
|
|
296
|
-
type CreateDefaultHostedChatRuntimeContextInput
|
|
297
|
-
as CreateDefaultAgentServiceChatRuntimeContextInput,
|
|
298
|
-
type CreateDefaultHostedChatRuntimeOptions,
|
|
299
|
-
type CreateDefaultHostedChatRuntimeOptions as CreateDefaultAgentServiceChatRuntimeOptions,
|
|
300
|
-
type DefaultHostedChatRuntimeConfig,
|
|
301
|
-
type DefaultHostedChatRuntimeConfig as DefaultAgentServiceChatRuntimeConfig,
|
|
302
|
-
type DefaultHostedChatRuntimeCreationOptions,
|
|
303
|
-
type DefaultHostedChatRuntimeCreationOptions as DefaultAgentServiceChatRuntimeCreationOptions,
|
|
304
|
-
type DefaultHostedChatRuntimeLogger,
|
|
305
|
-
type DefaultHostedChatRuntimeLogger as DefaultAgentServiceChatRuntimeLogger,
|
|
306
|
-
type DefaultHostedChatRuntimeProjectSwitchInput,
|
|
307
|
-
type DefaultHostedChatRuntimeProjectSwitchInput
|
|
308
|
-
as DefaultAgentServiceChatRuntimeProjectSwitchInput,
|
|
309
|
-
type DefaultHostedChatRuntimeSteeringMutationInput,
|
|
310
|
-
type DefaultHostedChatRuntimeSteeringMutationInput
|
|
311
|
-
as DefaultAgentServiceChatRuntimeSteeringMutationInput,
|
|
312
|
-
type DefaultHostedChatRuntimeSystemRefreshInput,
|
|
313
|
-
type DefaultHostedChatRuntimeSystemRefreshInput
|
|
314
|
-
as DefaultAgentServiceChatRuntimeSystemRefreshInput,
|
|
315
|
-
type DefaultHostedChatRuntimeTaskContext,
|
|
316
|
-
type DefaultHostedChatRuntimeTaskContext as DefaultAgentServiceChatRuntimeTaskContext,
|
|
317
|
-
} from "./hosted/default-chat-runtime.js";
|
|
318
|
-
export {
|
|
319
|
-
createDefaultHostedProjectSteeringRefresh,
|
|
320
|
-
createDefaultHostedProjectSteeringRefresh as createDefaultAgentServiceProjectSteeringRefresh,
|
|
321
|
-
type CreateDefaultHostedProjectSteeringRefreshOptions,
|
|
322
|
-
type CreateDefaultHostedProjectSteeringRefreshOptions
|
|
323
|
-
as CreateDefaultAgentServiceProjectSteeringRefreshOptions,
|
|
324
|
-
type DefaultHostedProjectSteeringFetchers,
|
|
325
|
-
type DefaultHostedProjectSteeringFetchers as DefaultAgentServiceProjectSteeringFetchers,
|
|
326
|
-
type DefaultHostedProjectSteeringRefreshLogger,
|
|
327
|
-
type DefaultHostedProjectSteeringRefreshLogger as DefaultAgentServiceProjectSteeringRefreshLogger,
|
|
328
|
-
type DefaultHostedProjectSteeringRefreshLookup,
|
|
329
|
-
type DefaultHostedProjectSteeringRefreshLookup as DefaultAgentServiceProjectSteeringRefreshLookup,
|
|
330
|
-
fetchDefaultHostedProjectSteering,
|
|
331
|
-
fetchDefaultHostedProjectSteering as fetchDefaultAgentServiceProjectSteering,
|
|
332
|
-
type FetchDefaultHostedProjectSteeringInput,
|
|
333
|
-
type FetchDefaultHostedProjectSteeringInput as FetchDefaultAgentServiceProjectSteeringInput,
|
|
334
|
-
} from "./hosted/default-project-steering-refresh.js";
|
|
335
|
-
|
|
336
|
-
export {
|
|
337
|
-
type AgentServiceRuntimeBundle,
|
|
338
|
-
type AgentServiceRuntimeConfig,
|
|
339
|
-
type AgentServiceRuntimeLogger,
|
|
340
|
-
type AgentServiceRuntimeTrace,
|
|
341
|
-
createAgentServiceRuntime,
|
|
342
|
-
type CreateAgentServiceRuntimeOptions,
|
|
343
|
-
createHostedAgentServiceRuntime,
|
|
344
|
-
type CreateHostedAgentServiceRuntimeOptions,
|
|
345
|
-
type HostedAgentServiceRuntimeBundle,
|
|
346
|
-
type HostedAgentServiceRuntimeConfig,
|
|
347
|
-
type HostedAgentServiceRuntimeLogger,
|
|
348
|
-
type HostedAgentServiceRuntimeTrace,
|
|
349
|
-
startAgentServiceRuntime,
|
|
350
|
-
type StartAgentServiceRuntimeOptions,
|
|
351
|
-
type StartAgentServiceRuntimeResult,
|
|
352
|
-
startNodeAgentService,
|
|
353
|
-
type StartNodeAgentServiceOptions,
|
|
354
|
-
type StartNodeAgentServiceResult,
|
|
355
|
-
startNodeHostedAgentService,
|
|
356
|
-
type StartNodeHostedAgentServiceOptions,
|
|
357
|
-
type StartNodeHostedAgentServiceResult,
|
|
358
|
-
} from "./service/runtime.js";
|
|
359
|
-
export {
|
|
360
|
-
type AgentServiceOptions,
|
|
361
|
-
type AgentServicePreparedExecution,
|
|
362
|
-
type AgentServiceProcessTarget,
|
|
363
|
-
createNodeVeryfrontCloudAgentServiceRuntime,
|
|
364
|
-
type NodeVeryfrontCloudAgentServiceMcpServer,
|
|
365
|
-
type NodeVeryfrontCloudAgentServiceOptions,
|
|
366
|
-
type NodeVeryfrontCloudAgentServicePreparedExecution,
|
|
367
|
-
type NodeVeryfrontCloudAgentServiceProcessTarget,
|
|
368
|
-
startAgentService,
|
|
369
|
-
startNodeVeryfrontCloudAgentService,
|
|
370
|
-
type VeryfrontCloudAgentServiceOptions,
|
|
371
|
-
veryfrontMcpServer,
|
|
372
|
-
type VeryfrontMcpServerKind,
|
|
373
|
-
} from "./hosted/veryfront-cloud-agent-service.js";
|
|
374
|
-
export {
|
|
375
|
-
type AgentPushRuntimeServiceRest,
|
|
376
|
-
type AgentServiceRegistrationConfig,
|
|
377
|
-
agentServiceRegistrationConfigSchema,
|
|
378
|
-
type AgentServiceRegistrationLifecycle,
|
|
379
|
-
type AgentServiceRegistrationLogger,
|
|
380
|
-
type AgentServiceRegistrationMode,
|
|
381
|
-
createAgentServiceRegistrationLifecycle,
|
|
382
|
-
type CreateAgentServiceRegistrationLifecycleOptions,
|
|
383
|
-
type RegisterAgentPushRuntimeServiceRequest,
|
|
384
|
-
resolveAgentServiceRegistrationInput,
|
|
385
|
-
type ResolveAgentServiceRegistrationInputOptions,
|
|
386
|
-
type ResolvedAgentServiceRegistrationInput,
|
|
387
|
-
resolvedAgentServiceRegistrationInputSchema,
|
|
388
|
-
} from "./service/registration.js";
|
|
389
|
-
export {
|
|
390
|
-
type AgentServiceConfig,
|
|
391
|
-
type AgentServiceConfigInput,
|
|
392
|
-
agentServiceConfigSchema,
|
|
393
|
-
type HostedAgentServiceConfig,
|
|
394
|
-
type HostedAgentServiceConfigInput,
|
|
395
|
-
hostedAgentServiceConfigSchema,
|
|
396
|
-
parseAgentServiceConfig,
|
|
397
|
-
parseHostedAgentServiceConfig,
|
|
398
|
-
} from "./service/config.js";
|
|
399
|
-
export {
|
|
400
|
-
type AgentServiceEnvFileLoadOptions,
|
|
401
|
-
type AgentServiceEnvFileLoadResult,
|
|
402
|
-
type HostedAgentServiceEnvFileLoadOptions,
|
|
403
|
-
type HostedAgentServiceEnvFileLoadResult,
|
|
404
|
-
loadAgentServiceEnvFiles,
|
|
405
|
-
loadHostedAgentServiceEnvFiles,
|
|
406
|
-
} from "./service/env-files.js";
|
|
407
|
-
export {
|
|
408
|
-
initializeNodeAgentServiceOpenTelemetry,
|
|
409
|
-
type InitializeNodeAgentServiceTelemetryOptions,
|
|
410
|
-
initializeNodeHostedAgentServiceOpenTelemetry,
|
|
411
|
-
type InitializeNodeHostedAgentServiceTelemetryOptions,
|
|
412
|
-
type NodeAgentServiceInstrumentationConfig,
|
|
413
|
-
type NodeAgentServiceTelemetryConfig,
|
|
414
|
-
type NodeAgentServiceTelemetryEnv,
|
|
415
|
-
type NodeAgentServiceTelemetryLogger,
|
|
416
|
-
type NodeAgentServiceTelemetryProcessTarget,
|
|
417
|
-
type NodeHostedAgentServiceInstrumentationConfig,
|
|
418
|
-
type NodeHostedAgentServiceTelemetryConfig,
|
|
419
|
-
type NodeHostedAgentServiceTelemetryEnv,
|
|
420
|
-
type NodeHostedAgentServiceTelemetryLogger,
|
|
421
|
-
type NodeHostedAgentServiceTelemetryProcessTarget,
|
|
422
|
-
resolveNodeAgentServiceTelemetryConfig,
|
|
423
|
-
type ResolveNodeAgentServiceTelemetryConfigOptions,
|
|
424
|
-
resolveNodeHostedAgentServiceTelemetryConfig,
|
|
425
|
-
type ResolveNodeHostedAgentServiceTelemetryConfigOptions,
|
|
426
|
-
} from "./service/node-telemetry.js";
|
|
427
|
-
export {
|
|
428
|
-
createNodeAgentServiceRuntimeInfrastructure,
|
|
429
|
-
type CreateNodeAgentServiceRuntimeInfrastructureOptions,
|
|
430
|
-
createNodeHostedAgentServiceRuntimeInfrastructure,
|
|
431
|
-
type CreateNodeHostedAgentServiceRuntimeInfrastructureOptions,
|
|
432
|
-
type NodeAgentServiceRuntimeInfrastructure,
|
|
433
|
-
type NodeHostedAgentServiceRuntimeInfrastructure,
|
|
434
|
-
} from "./service/node-runtime-infrastructure.js";
|
|
435
|
-
export {
|
|
436
|
-
type AgentServiceBootstrapExit,
|
|
437
|
-
type AgentServiceTraceContext,
|
|
438
|
-
type AgentServiceTraceContextGetter,
|
|
439
|
-
bootstrapAgentService,
|
|
440
|
-
type BootstrapAgentServiceOptions,
|
|
441
|
-
runAgentServiceMain,
|
|
442
|
-
type RunAgentServiceMainOptions,
|
|
443
|
-
} from "./service/bootstrap.js";
|
|
444
|
-
export {
|
|
445
|
-
type AbortRejectionEvent,
|
|
446
|
-
type AbortRejectionEventTarget,
|
|
447
|
-
type AbortRejectionGuardLogger,
|
|
448
|
-
type AbortRejectionProcessTarget,
|
|
449
|
-
installAbortRejectionGuard,
|
|
450
|
-
type InstallAbortRejectionGuardOptions,
|
|
451
|
-
type InstalledAbortRejectionGuard,
|
|
452
|
-
isAbortRejectionReason,
|
|
453
|
-
} from "./service/abort-rejection-guard.js";
|
|
454
|
-
export {
|
|
455
|
-
type CachedRequestAuthResult,
|
|
456
|
-
createRequestAuthCache,
|
|
457
|
-
type CreateRequestAuthCacheOptions,
|
|
458
|
-
type RequestAuthCache,
|
|
459
|
-
} from "./service/request-auth-cache.js";
|
|
460
|
-
export {
|
|
461
|
-
type AgUiSseEventType,
|
|
462
|
-
agUiSseEventTypes,
|
|
463
|
-
type AgUiSseProgressSnapshot,
|
|
464
|
-
buildAgUiSseTraceSignature,
|
|
465
|
-
getAgUiSseEventsOfType,
|
|
466
|
-
getAgUiSseStringField,
|
|
467
|
-
parseAgUiSseResponse,
|
|
468
|
-
type ParseAgUiSseResponseOptions,
|
|
469
|
-
type ParsedAgUiSseRun,
|
|
470
|
-
stringifyAgUiSseEvent,
|
|
471
|
-
} from "./ag-ui/sse-parser.js";
|
|
472
|
-
export {
|
|
473
|
-
type AgUiRuntimeHandlerConfig,
|
|
474
|
-
type AgUiRuntimeHandlerConfigWithAgent,
|
|
475
|
-
type AgUiRuntimeHandlerExecute,
|
|
476
|
-
type AgUiRuntimeHandlerExecuteInput,
|
|
477
|
-
type AgUiRuntimeHandlerOptions,
|
|
478
|
-
type AgUiRuntimeLifecycleContext,
|
|
479
|
-
createAgUiRuntimeHandler,
|
|
480
|
-
} from "./ag-ui/runtime-handler.js";
|
|
481
|
-
export {
|
|
482
|
-
type AgUiForwardedConfigOptions,
|
|
483
|
-
createAgUiRuntimeContextMap,
|
|
484
|
-
deriveAgUiForwardedConfig,
|
|
485
|
-
parseAgUiContextBoolean,
|
|
486
|
-
parseAgUiContextJsonValue,
|
|
487
|
-
parseAgUiContextNullableString,
|
|
488
|
-
parseAgUiContextSchema,
|
|
489
|
-
parseAgUiContextString,
|
|
490
|
-
} from "./ag-ui/forwarded-context.js";
|
|
491
|
-
export {
|
|
492
|
-
type AgUiRuntimeContextItem,
|
|
493
|
-
type AgUiRuntimeInjectedTool,
|
|
494
|
-
type AgUiRuntimeMessage,
|
|
495
|
-
type AgUiRuntimeRequest,
|
|
496
|
-
getAgUiRuntimeContextItemSchema,
|
|
497
|
-
getAgUiRuntimeInjectedToolSchema,
|
|
498
|
-
getAgUiRuntimeMessageSchema,
|
|
499
|
-
getAgUiRuntimeRequestSchema,
|
|
500
|
-
normalizeAgUiBrowserRuntimeRequest,
|
|
501
|
-
parseAgUiRuntimeRequest,
|
|
502
|
-
parseAgUiRuntimeRequestOrError,
|
|
503
|
-
} from "./runtime/ag-ui-contract.js";
|
|
504
|
-
export {
|
|
505
|
-
type AgentTraceAttributes,
|
|
506
|
-
type AgentTraceAttributeValue,
|
|
507
|
-
type AgentTraceUsage,
|
|
508
|
-
buildAgentRunTraceAttributes,
|
|
509
|
-
buildExecuteToolTraceAttributes,
|
|
510
|
-
buildFinalizedAgentRunTraceAttributes,
|
|
511
|
-
buildInvokeAgentTraceAttributes,
|
|
512
|
-
filterAgentTraceAttributes,
|
|
513
|
-
isAgentTraceAttributeValue,
|
|
514
|
-
} from "./hosted/trace-attributes.js";
|
|
515
|
-
export {
|
|
516
|
-
createHostedChatRuntimeAgentAdapter,
|
|
517
|
-
type HostedChatRuntimeAgentAdapterInput,
|
|
518
|
-
type HostedChatRuntimeAgentAdapterRunner,
|
|
519
|
-
type HostedChatRuntimeAgentAdapterWarning,
|
|
520
|
-
} from "./hosted/chat-runtime-agent-adapter.js";
|
|
521
|
-
|
|
522
|
-
export {
|
|
523
|
-
createHostedAgentRunSpanController,
|
|
524
|
-
type CreateHostedAgentRunSpanControllerInput,
|
|
525
|
-
createHostedRootRunLifecycleRuntimeAdapter,
|
|
526
|
-
type CreateHostedRootRunLifecycleRuntimeAdapterInput,
|
|
527
|
-
type HostedAgentRunSpan,
|
|
528
|
-
type HostedAgentRunSpanController,
|
|
529
|
-
type HostedAgentRunSpanFinalState,
|
|
530
|
-
type HostedAgentRunTracer,
|
|
531
|
-
type HostedRootRunLifecycleRuntimeAdapter,
|
|
532
|
-
} from "./hosted/agent-run-lifecycle.js";
|
|
533
|
-
|
|
534
|
-
export type {
|
|
535
|
-
HostedChatRuntimeAgent,
|
|
536
|
-
HostedChatRuntimeAgent as AgentServiceChatRuntimeAgent,
|
|
537
|
-
HostedChatRuntimeCreationOptions,
|
|
538
|
-
HostedChatRuntimeCreationOptions as AgentServiceChatRuntimeCreationOptions,
|
|
539
|
-
HostedChatRuntimeCreationResult,
|
|
540
|
-
HostedChatRuntimeCreationResult as AgentServiceChatRuntimeCreationResult,
|
|
541
|
-
HostedChatRuntimeFinishPart,
|
|
542
|
-
HostedChatRuntimeFinishPart as AgentServiceChatRuntimeFinishPart,
|
|
543
|
-
HostedChatRuntimeOnFinishEvent,
|
|
544
|
-
HostedChatRuntimeOnFinishEvent as AgentServiceChatRuntimeOnFinishEvent,
|
|
545
|
-
HostedChatRuntimeProjectSteering,
|
|
546
|
-
HostedChatRuntimeProjectSteering as AgentServiceChatRuntimeProjectSteering,
|
|
547
|
-
HostedChatRuntimeStreamInput,
|
|
548
|
-
HostedChatRuntimeStreamInput as AgentServiceChatRuntimeStreamInput,
|
|
549
|
-
HostedChatRuntimeStreamResult,
|
|
550
|
-
HostedChatRuntimeStreamResult as AgentServiceChatRuntimeStreamResult,
|
|
551
|
-
HostedChatRuntimeToUiMessageStreamOptions,
|
|
552
|
-
HostedChatRuntimeToUiMessageStreamOptions as AgentServiceChatRuntimeToUiMessageStreamOptions,
|
|
553
|
-
} from "./hosted/chat-runtime-contract.js";
|
|
554
|
-
|
|
555
|
-
export {
|
|
556
|
-
createHostedAgentServiceRouteSet,
|
|
557
|
-
createHostedAgentServiceRouteSet as createAgentServiceRouteSet,
|
|
558
|
-
type HostedAgentServiceActiveSpanAttributes,
|
|
559
|
-
type HostedAgentServiceActiveSpanAttributes as AgentServiceActiveSpanAttributes,
|
|
560
|
-
type HostedAgentServiceDetachedCleanupInput,
|
|
561
|
-
type HostedAgentServiceDetachedCleanupInput as AgentServiceDetachedCleanupInput,
|
|
562
|
-
type HostedAgentServiceDetachedExecutionInput,
|
|
563
|
-
type HostedAgentServiceDetachedExecutionInput as AgentServiceDetachedExecutionInput,
|
|
564
|
-
type HostedAgentServiceRouteSet,
|
|
565
|
-
type HostedAgentServiceRouteSet as AgentServiceRouteSet,
|
|
566
|
-
type HostedAgentServiceRouteSetOptions,
|
|
567
|
-
type HostedAgentServiceRouteSetOptions as AgentServiceRouteSetOptions,
|
|
568
|
-
type HostedAgentServiceRoutesLogger,
|
|
569
|
-
type HostedAgentServiceRoutesLogger as AgentServiceRoutesLogger,
|
|
570
|
-
type HostedAgentServiceRoutesTrace,
|
|
571
|
-
type HostedAgentServiceRoutesTrace as AgentServiceRoutesTrace,
|
|
572
|
-
type HostedAgentServiceStreamExecutionInput,
|
|
573
|
-
type HostedAgentServiceStreamExecutionInput as AgentServiceStreamExecutionInput,
|
|
574
|
-
} from "./service/routes.js";
|
|
575
|
-
export {
|
|
576
|
-
createHostedRuntimeStateResolver,
|
|
577
|
-
type CreateHostedRuntimeStateResolverOptions,
|
|
578
|
-
type HostedRuntimeStateResolverContext,
|
|
579
|
-
type HostedRuntimeStateResolverInput,
|
|
580
|
-
type HostedRuntimeStateResolverResult,
|
|
581
|
-
type HostedRuntimeSystemRefresh,
|
|
582
|
-
type HostedRuntimeSystemRefreshInput,
|
|
583
|
-
} from "./hosted/runtime-state-resolver.js";
|
|
584
|
-
export {
|
|
585
|
-
executeHostedDurableChatRun,
|
|
586
|
-
type ExecuteHostedDurableChatRunInput,
|
|
587
|
-
type HostedDurableRunAccepted,
|
|
588
|
-
type HostedDurableRunAuthErrorResponse,
|
|
589
|
-
type HostedDurableRunLogger,
|
|
590
|
-
type HostedDurableRunSetupErrorStatusCode,
|
|
591
|
-
type HostedDurableRunStartCleanupInput,
|
|
592
|
-
type HostedDurableRunStartExecutionInput,
|
|
593
|
-
resolveHostedDurableRunSetupErrorResponse,
|
|
594
|
-
} from "./hosted/durable-chat-run-start.js";
|
|
595
|
-
export {
|
|
596
|
-
buildParsedHostedChatRequest,
|
|
597
|
-
buildParsedHostedChatRequest as buildParsedAgentServiceChatRequest,
|
|
598
|
-
type HostedChatProjectAccessError,
|
|
599
|
-
type HostedChatProjectAccessError as AgentServiceChatProjectAccessError,
|
|
600
|
-
type HostedChatProjectAccessResult,
|
|
601
|
-
type HostedChatProjectAccessResult as AgentServiceChatProjectAccessResult,
|
|
602
|
-
type HostedChatRequestPrincipal,
|
|
603
|
-
type HostedChatRequestPrincipal as AgentServiceChatRequestPrincipal,
|
|
604
|
-
type ParsedHostedChatRequest,
|
|
605
|
-
type ParsedHostedChatRequest as ParsedAgentServiceChatRequest,
|
|
606
|
-
parseHostedChatRequestFromRequest,
|
|
607
|
-
parseHostedChatRequestFromRequest as parseAgentServiceChatRequestFromRequest,
|
|
608
|
-
type ParseHostedChatRequestOptions,
|
|
609
|
-
type ParseHostedChatRequestOptions as ParseAgentServiceChatRequestOptions,
|
|
610
|
-
parseRuntimeAgentRunInvocationHostedChatRequestFromRequest,
|
|
611
|
-
parseRuntimeAgentRunInvocationHostedChatRequestFromRequest
|
|
612
|
-
as parseRuntimeAgentRunInvocationAgentServiceChatRequestFromRequest,
|
|
613
|
-
} from "./hosted/chat-request-parser.js";
|
|
614
|
-
export {
|
|
615
|
-
buildParsedHostedAgUiRequest,
|
|
616
|
-
buildParsedHostedAgUiRequest as buildParsedAgentServiceAgUiRequest,
|
|
617
|
-
type BuildParsedHostedAgUiRequestOptions,
|
|
618
|
-
type BuildParsedHostedAgUiRequestOptions as BuildParsedAgentServiceAgUiRequestOptions,
|
|
619
|
-
createHostedAgUiValidationErrorResponse,
|
|
620
|
-
createHostedAgUiValidationErrorResponse as createAgentServiceAgUiValidationErrorResponse,
|
|
621
|
-
type DerivedHostedAgUiChatContext,
|
|
622
|
-
type DerivedHostedAgUiChatContext as DerivedAgentServiceAgUiChatContext,
|
|
623
|
-
deriveHostedAgUiChatContext,
|
|
624
|
-
deriveHostedAgUiChatContext as deriveAgentServiceAgUiChatContext,
|
|
625
|
-
type HostedAgUiChatForwardedConfig,
|
|
626
|
-
type HostedAgUiChatForwardedConfig as AgentServiceAgUiChatForwardedConfig,
|
|
627
|
-
hostedAgUiChatForwardedConfigSchema,
|
|
628
|
-
hostedAgUiChatForwardedConfigSchema as agentServiceAgUiChatForwardedConfigSchema,
|
|
629
|
-
type ParsedHostedAgUiRequest,
|
|
630
|
-
type ParsedHostedAgUiRequest as ParsedAgentServiceAgUiRequest,
|
|
631
|
-
} from "./hosted/ag-ui-chat-request.js";
|
|
632
|
-
export {
|
|
633
|
-
buildHostedChatRequestForwardedPropsFromRuntimeAgentInvocation,
|
|
634
|
-
buildHostedChatRequestFromRuntimeAgentInvocation,
|
|
635
|
-
buildHostedChatRequestInputFromRuntimeAgentInvocation,
|
|
636
|
-
type HostedChatRequest,
|
|
637
|
-
type HostedChatRequestInput,
|
|
638
|
-
hostedChatRequestSchema,
|
|
639
|
-
hostedChatRuntimeOverridesSchema,
|
|
640
|
-
hostedDurableRootRunDescriptorSchema,
|
|
641
|
-
} from "./hosted/chat-request.js";
|
|
642
|
-
export {
|
|
643
|
-
getForwardedHostedModelId,
|
|
644
|
-
getForwardedHostedRuntimeOverrides,
|
|
645
|
-
type HostedRuntimeRequestConfigAgent,
|
|
646
|
-
type HostedRuntimeRequestConfigRequest,
|
|
647
|
-
type ResolvedHostedRuntimeRequestConfig,
|
|
648
|
-
resolveHostedRuntimeRequestConfig,
|
|
649
|
-
type ResolveHostedRuntimeRequestConfigInput,
|
|
650
|
-
resolveHostedRuntimeThinkingOverride,
|
|
651
|
-
} from "./hosted/runtime-request-config.js";
|
|
652
|
-
export {
|
|
653
|
-
buildRuntimeAgentControlPlaneStreamRequestFromInvocation,
|
|
654
|
-
parseRuntimeAgentRunInvocation,
|
|
655
|
-
parseRuntimeAgentRunInvocationOrError,
|
|
656
|
-
type RuntimeAgentContextItem,
|
|
657
|
-
RuntimeAgentContextItemSchema,
|
|
658
|
-
type RuntimeAgentControlPlaneStreamRequest,
|
|
659
|
-
RuntimeAgentIdSchema,
|
|
660
|
-
type RuntimeAgentProjectContext,
|
|
661
|
-
RuntimeAgentProjectContextSchema,
|
|
662
|
-
type RuntimeAgentRunContext,
|
|
663
|
-
RuntimeAgentRunContextSchema,
|
|
664
|
-
RuntimeAgentRunIdSchema,
|
|
665
|
-
type RuntimeAgentRunInvocation,
|
|
666
|
-
RuntimeAgentRunInvocationSchema,
|
|
667
|
-
RuntimeAgentServiceIdSchema,
|
|
668
|
-
type RuntimeAgentSourceContext,
|
|
669
|
-
RuntimeAgentSourceContextSchema,
|
|
670
|
-
type RuntimeAgentTargetKind,
|
|
671
|
-
RuntimeAgentTargetKindSchema,
|
|
672
|
-
type RuntimeAgentTool,
|
|
673
|
-
RuntimeAgentToolCallIdSchema,
|
|
674
|
-
RuntimeAgentToolNameSchema,
|
|
675
|
-
RuntimeAgentToolSchema,
|
|
676
|
-
type RuntimeAgentValidatedClaims,
|
|
677
|
-
RuntimeAgentValidatedClaimsSchema,
|
|
678
|
-
validateRuntimeAgentTargetSelection,
|
|
679
|
-
} from "./runtime/agent-invocation-contract.js";
|
|
680
|
-
export { normalizeAgUiRuntimeMessages } from "./ag-ui/runtime-support.js";
|
|
681
|
-
export {
|
|
682
|
-
type AgUiBrowserEncodedEvent,
|
|
683
|
-
type AgUiBrowserEncoderState,
|
|
684
|
-
type AgUiBrowserRunFinishedMetadata,
|
|
685
|
-
type AgUiRuntimeStreamEvent,
|
|
686
|
-
buildAgUiBrowserFinalizeResponse,
|
|
687
|
-
createAgUiBrowserEncoderState,
|
|
688
|
-
finalizeAgUiBrowserEvents,
|
|
689
|
-
mapRuntimeStreamEventToAgUiBrowserEvents,
|
|
690
|
-
} from "./ag-ui/browser-encoder.js";
|
|
691
|
-
export {
|
|
692
|
-
type AgUiBrowserChunkEncoder,
|
|
693
|
-
createAgUiBrowserChunkEncoder,
|
|
694
|
-
type CreateAgUiBrowserChunkEncoderOptions,
|
|
695
|
-
} from "./ag-ui/browser-chunk-encoder.js";
|
|
696
|
-
export {
|
|
697
|
-
type AgUiChatUiChunkBrowserEncoder,
|
|
698
|
-
createAgUiChatUiChunkBrowserEncoder,
|
|
699
|
-
type CreateAgUiChatUiChunkBrowserEncoderOptions,
|
|
700
|
-
createAgUiChatUiTrackedBrowserResponse,
|
|
701
|
-
type CreateAgUiChatUiTrackedBrowserResponseInput,
|
|
702
|
-
getAgUiChatUiMessageChunkMetadata,
|
|
703
|
-
getAgUiChatUiMessageMetadataFromChunk,
|
|
704
|
-
getAgUiChatUiMessageUsageMetadata,
|
|
705
|
-
normalizeChatUiMessageChunkToAgUiRuntimeEvent,
|
|
706
|
-
} from "./ag-ui/chat-ui-chunk-browser-encoder.js";
|
|
707
|
-
export {
|
|
708
|
-
type AgUiRuntimeEventEncoder,
|
|
709
|
-
createAgUiRuntimeEventEncoder,
|
|
710
|
-
type CreateAgUiRuntimeEventEncoderOptions,
|
|
711
|
-
} from "./ag-ui/runtime-event-encoder.js";
|
|
712
|
-
export {
|
|
713
|
-
type AgUiRuntimeChatStreamEncoder,
|
|
714
|
-
type AgUiRuntimeChatStreamEncoderState,
|
|
715
|
-
createAgUiRuntimeChatStreamEncoder,
|
|
716
|
-
type CreateAgUiRuntimeChatStreamEncoderOptions,
|
|
717
|
-
} from "./ag-ui/runtime-chat-stream-encoder.js";
|
|
718
|
-
export {
|
|
719
|
-
type AgUiBrowserFinalizeTracker,
|
|
720
|
-
createAgUiBrowserFinalizeTracker,
|
|
721
|
-
type CreateAgUiBrowserFinalizeTrackerOptions,
|
|
722
|
-
} from "./ag-ui/browser-finalize-tracker.js";
|
|
723
|
-
export {
|
|
724
|
-
type AgUiChunkEncoderBridge,
|
|
725
|
-
createAgUiChunkEncoderBridge,
|
|
726
|
-
type CreateAgUiChunkEncoderBridgeOptions,
|
|
727
|
-
} from "./ag-ui/chunk-encoder-bridge.js";
|
|
728
|
-
export {
|
|
729
|
-
type AgUiBrowserResponseEncoder,
|
|
730
|
-
type AgUiBrowserResponseExecution,
|
|
731
|
-
type AgUiBrowserResponseRequestState,
|
|
732
|
-
createAgUiBrowserResponseStream,
|
|
733
|
-
type CreateAgUiBrowserResponseStreamInput,
|
|
734
|
-
} from "./ag-ui/browser-response-stream.js";
|
|
735
|
-
export {
|
|
736
|
-
createAgUiRuntimeBrowserResponse,
|
|
737
|
-
type CreateAgUiRuntimeBrowserResponseInput,
|
|
738
|
-
} from "./ag-ui/runtime-browser-response.js";
|
|
739
|
-
export {
|
|
740
|
-
type ChatUiMessageStreamFinish,
|
|
741
|
-
type ChatUiMessageStreamFinishPart,
|
|
742
|
-
type ChatUiMessageStreamOptions,
|
|
743
|
-
createChatUiMessageStreamFromDataStream,
|
|
744
|
-
} from "./streaming/chat-ui-message-stream.js";
|
|
745
|
-
export {
|
|
746
|
-
createToolExecutionDataEventBridgeStream,
|
|
747
|
-
type ToolExecutionDataEventBridgeStreamInput,
|
|
748
|
-
type ToolExecutionDataEventPublisher,
|
|
749
|
-
} from "./streaming/tool-execution-data-event-bridge.js";
|
|
750
|
-
export { flattenSystemInstructions, withRuntimeToolInventory } from "./runtime/tool-inventory.js";
|
|
751
|
-
export {
|
|
752
|
-
createAgUiTrackedBrowserResponse,
|
|
753
|
-
type CreateAgUiTrackedBrowserResponseInput,
|
|
754
|
-
} from "./ag-ui/tracked-browser-response.js";
|
|
755
|
-
export {
|
|
756
|
-
type AgentRuntimeForkStepRunner,
|
|
757
|
-
applyPartToStreamedStepState,
|
|
758
|
-
buildForkRuntimeStepFromResponse,
|
|
759
|
-
buildRecoveredStepParts,
|
|
760
|
-
createForkRuntimeStreamMappingState,
|
|
761
|
-
createForkRuntimeUserMessage,
|
|
762
|
-
createFrameworkStreamState,
|
|
763
|
-
createInitialForkRuntimeMessages,
|
|
764
|
-
createStreamedStepState,
|
|
765
|
-
DEFAULT_FORK_RESPONSE_PROMISE_TIMEOUT_MS,
|
|
766
|
-
type ForkPart,
|
|
767
|
-
type ForkRecoveredPartsState,
|
|
768
|
-
type ForkRuntimeContinuationPromptResolver,
|
|
769
|
-
type ForkRuntimeStep,
|
|
770
|
-
type ForkRuntimeStepPreparer,
|
|
771
|
-
type ForkRuntimeStreamLogger,
|
|
772
|
-
type ForkRuntimeStreamMappingState,
|
|
773
|
-
type ForkRuntimeStreamResult,
|
|
774
|
-
type FrameworkStreamState,
|
|
775
|
-
getMaxForkRuntimeStepCount,
|
|
776
|
-
mapAgUiRuntimeEventToForkParts,
|
|
777
|
-
mapFrameworkEventToForkParts,
|
|
778
|
-
resolveForkRuntimeContinuationState,
|
|
779
|
-
resolveForkStepResponse,
|
|
780
|
-
runAgentRuntimeForkStep,
|
|
781
|
-
type RunAgentRuntimeForkStepInput,
|
|
782
|
-
runFrameworkForkStep,
|
|
783
|
-
type RunFrameworkForkStepInput,
|
|
784
|
-
shouldContinueForkRuntimeStep,
|
|
785
|
-
startAgentRuntimeFork,
|
|
786
|
-
type StartAgentRuntimeForkInput,
|
|
787
|
-
startAgentRuntimeForkWithHostTools,
|
|
788
|
-
type StartAgentRuntimeForkWithHostToolsInput,
|
|
789
|
-
} from "./streaming/fork-runtime-stream.js";
|
|
790
|
-
export {
|
|
791
|
-
buildHostedChildForkInstructions,
|
|
792
|
-
HOSTED_CHILD_FORK_INSTRUCTIONS_BASE,
|
|
793
|
-
type HostedChildForkInstructionsContext,
|
|
794
|
-
} from "./hosted/child-fork-instructions.js";
|
|
795
|
-
export {
|
|
796
|
-
DEFAULT_HOSTED_CHILD_FORK_STREAM_ACTIVE_TOOL_TIMEOUT_MS,
|
|
797
|
-
DEFAULT_HOSTED_CHILD_FORK_STREAM_FINALIZATION_TIMEOUT_MS,
|
|
798
|
-
DEFAULT_HOSTED_CHILD_FORK_STREAM_IDLE_TIMEOUT_MS,
|
|
799
|
-
DEFAULT_HOSTED_CHILD_FORK_STREAM_POST_TOOL_IDLE_TIMEOUT_MS,
|
|
800
|
-
DEFAULT_HOSTED_CHILD_STATUS_POLL_INTERVAL_MS,
|
|
801
|
-
executeHostedChildForkToolInput,
|
|
802
|
-
type ExecuteHostedChildForkToolInputOptions,
|
|
803
|
-
executeHostedChildForkWithPreparedTools,
|
|
804
|
-
type ExecuteHostedChildForkWithPreparedToolsInput,
|
|
805
|
-
type HostedChildForkExecutionInstrumentation,
|
|
806
|
-
} from "./hosted/child-fork-execution-runner.js";
|
|
807
|
-
export {
|
|
808
|
-
createHostedChildForkRunContext,
|
|
809
|
-
createHostedDurableChildForkRunContext,
|
|
810
|
-
executeHostedChildForkRunContextStream,
|
|
811
|
-
type ExecuteHostedChildForkRunContextStreamInput,
|
|
812
|
-
finalizeHostedChildForkRunContextResources,
|
|
813
|
-
type FinalizeHostedChildForkRunContextResourcesInput,
|
|
814
|
-
handleHostedChildForkRunContextError,
|
|
815
|
-
type HandleHostedChildForkRunContextErrorInput,
|
|
816
|
-
type HostedChildForkRunContext,
|
|
817
|
-
type HostedChildForkRunContextInput,
|
|
818
|
-
type HostedChildForkStreamMirrorContext,
|
|
819
|
-
type HostedChildForkStreamState,
|
|
820
|
-
type HostedChildForkToolCallSnapshot,
|
|
821
|
-
type HostedChildForkToolResultSnapshot,
|
|
822
|
-
type HostedDurableChildForkRunContext,
|
|
823
|
-
type HostedDurableChildForkRunContextInput,
|
|
824
|
-
} from "./hosted/child-fork-run-context.js";
|
|
825
|
-
export {
|
|
826
|
-
executeHostedChildForkStream,
|
|
827
|
-
type ExecuteHostedChildForkStreamInput,
|
|
828
|
-
finalizeHostedChildForkCompletion,
|
|
829
|
-
handleHostedChildForkFailure,
|
|
830
|
-
type HandleHostedChildForkFailureInput,
|
|
831
|
-
handleHostedChildForkStreamPart,
|
|
832
|
-
type HostedChildForkPendingToolLifecycle,
|
|
833
|
-
type HostedChildForkStreamHandlingState,
|
|
834
|
-
type HostedChildForkStreamLogger,
|
|
835
|
-
type HostedChildForkStreamTraceInput,
|
|
836
|
-
} from "./hosted/child-fork-stream-execution.js";
|
|
837
|
-
export {
|
|
838
|
-
type ConversationRunContext,
|
|
839
|
-
createConversationRunContext,
|
|
840
|
-
} from "./conversation/run-context.js";
|
|
841
|
-
export {
|
|
842
|
-
type ConversationRootRunContext,
|
|
843
|
-
type ConversationRootRunDescriptor,
|
|
844
|
-
createConversationRootRunContext,
|
|
845
|
-
createConversationRootRunStartAdapter,
|
|
846
|
-
prepareConversationRootRunContext,
|
|
847
|
-
startConversationRootRun,
|
|
848
|
-
} from "./conversation/root-run-context.js";
|
|
849
|
-
export {
|
|
850
|
-
type ConversationRootRunLifecycle,
|
|
851
|
-
type HostedConversationRootRunContext,
|
|
852
|
-
type HostedConversationRootRunContext as AgentServiceConversationRootRunContext,
|
|
853
|
-
type HostedConversationRootRunState,
|
|
854
|
-
type HostedConversationRootRunState as AgentServiceConversationRootRunState,
|
|
855
|
-
prepareConversationRootRunLifecycle,
|
|
856
|
-
type PrepareConversationRootRunLifecycleOptions,
|
|
857
|
-
prepareHostedConversationRootRunContext,
|
|
858
|
-
prepareHostedConversationRootRunContext as prepareAgentServiceConversationRootRunContext,
|
|
859
|
-
type PrepareHostedConversationRootRunContextInput,
|
|
860
|
-
type PrepareHostedConversationRootRunContextInput
|
|
861
|
-
as PrepareAgentServiceConversationRootRunContextInput,
|
|
862
|
-
} from "./conversation/root-run-lifecycle.js";
|
|
863
|
-
export {
|
|
864
|
-
bootstrapConversationAgentRun,
|
|
865
|
-
type BootstrapConversationAgentRunResult,
|
|
866
|
-
type ConversationControlPlaneResponseError,
|
|
867
|
-
type ConversationMessageRecord,
|
|
868
|
-
ConversationMessageRecordSchema,
|
|
869
|
-
type ConversationRecord,
|
|
870
|
-
ConversationRecordSchema,
|
|
871
|
-
createConversationMessage,
|
|
872
|
-
createConversationRecord,
|
|
873
|
-
ensureConversationProjectLink,
|
|
874
|
-
fetchConversationRecord,
|
|
875
|
-
findLatestUserConversationMessageContext,
|
|
876
|
-
persistConversationUserMessage,
|
|
877
|
-
type PersistConversationUserMessageFailure,
|
|
878
|
-
persistLatestConversationUserMessage,
|
|
879
|
-
} from "./conversation/bootstrap.js";
|
|
880
|
-
export {
|
|
881
|
-
buildHostedDurableChildInvokeFailureResult,
|
|
882
|
-
type BuildHostedDurableChildInvokeFailureResultInput,
|
|
883
|
-
buildHostedDurableChildInvokeSuccessResult,
|
|
884
|
-
buildHostedDurableChildInvokeTerminalFailureResult,
|
|
885
|
-
createHostedDurableChildInvokeTraceRecorder,
|
|
886
|
-
executeHostedDurableChildFork,
|
|
887
|
-
type ExecuteHostedDurableChildForkInput,
|
|
888
|
-
executeHostedLocalChildInvoke,
|
|
889
|
-
type ExecuteHostedLocalChildInvokeInput,
|
|
890
|
-
type HostedDurableChildBootstrapCallbacks,
|
|
891
|
-
type HostedDurableChildBootstrapContext,
|
|
892
|
-
type HostedDurableChildExecutionOptions,
|
|
893
|
-
type HostedDurableChildInvokeResult,
|
|
894
|
-
type HostedDurableChildInvokeTraceBase,
|
|
895
|
-
type HostedDurableChildInvokeTraceInput,
|
|
896
|
-
type HostedDurableChildInvokeTraceOverrides,
|
|
897
|
-
type HostedDurableChildInvokeTraceRecorder,
|
|
898
|
-
type HostedDurableChildRuntimeDependencies,
|
|
899
|
-
type HostedDurableChildSetupFailure,
|
|
900
|
-
type HostedDurableChildSuccess,
|
|
901
|
-
type HostedDurableChildTerminalFailure,
|
|
902
|
-
type HostedLocalChildInvokeTraceRecorder,
|
|
903
|
-
} from "./hosted/durable-child-fork-execution.js";
|
|
904
|
-
export {
|
|
905
|
-
bootstrapHostedChildRun,
|
|
906
|
-
type BootstrapHostedChildRunInput,
|
|
907
|
-
type BootstrapHostedChildRunResult,
|
|
908
|
-
buildHostedChildConversationBody,
|
|
909
|
-
type HostedChildConversationBodyInput,
|
|
910
|
-
} from "./hosted/child-bootstrap.js";
|
|
911
|
-
export {
|
|
912
|
-
type ConversationChildLifecycleContext,
|
|
913
|
-
type ConversationHostedLifecycleFinalizeInput,
|
|
914
|
-
createConversationChildLifecycleAdapter,
|
|
915
|
-
createConversationHostedLifecycleAdapter,
|
|
916
|
-
type CreateConversationHostedLifecycleAdapterOptions,
|
|
917
|
-
createConversationHostedStreamLifecycleAdapter,
|
|
918
|
-
} from "./conversation/hosted-lifecycle.js";
|
|
919
|
-
export {
|
|
920
|
-
CONVERSATION_HOSTED_ABORTED_TERMINAL_ERROR_CODE,
|
|
921
|
-
CONVERSATION_HOSTED_INCOMPLETE_TOOL_CALLS_TERMINAL_ERROR_CODE,
|
|
922
|
-
CONVERSATION_HOSTED_STREAM_ERROR_TERMINAL_ERROR_CODE,
|
|
923
|
-
type ConversationHostedTerminalAdapter,
|
|
924
|
-
type ConversationHostedTerminalRuntimeAdapter,
|
|
925
|
-
type ConversationHostedTerminalStateInput,
|
|
926
|
-
type ConversationHostedTerminalStateResolution,
|
|
927
|
-
createConversationHostedTerminalAdapter,
|
|
928
|
-
type CreateConversationHostedTerminalAdapterOptions,
|
|
929
|
-
dispatchConversationHostedStreamErrorState,
|
|
930
|
-
dispatchConversationHostedTerminalState,
|
|
931
|
-
resolveConversationHostedStreamErrorState,
|
|
932
|
-
resolveConversationHostedTerminalState,
|
|
933
|
-
type ResolveConversationHostedTerminalStateInput,
|
|
934
|
-
toConversationHostedTerminalState,
|
|
935
|
-
} from "./conversation/hosted-terminal.js";
|
|
936
|
-
export {
|
|
937
|
-
getConversationRunEventJsonByteLength,
|
|
938
|
-
normalizeConversationRunEvent,
|
|
939
|
-
normalizeConversationRunEvents,
|
|
940
|
-
} from "./conversation/run-event-normalization.js";
|
|
941
|
-
export {
|
|
942
|
-
type ConversationRunEvent,
|
|
943
|
-
ConversationRunEventEncoder,
|
|
944
|
-
ConversationRunEventSchema,
|
|
945
|
-
conversationRunEventTypes,
|
|
946
|
-
encodeConversationRunEvents,
|
|
947
|
-
normalizeEncodedConversationRunEvents,
|
|
948
|
-
} from "./conversation/run-events.js";
|
|
949
|
-
export {
|
|
950
|
-
prepareConversationRunChunkEvents,
|
|
951
|
-
prepareConversationRunExternalEvents,
|
|
952
|
-
prepareConversationRunStreamEvents,
|
|
953
|
-
toConversationRunStreamEvent,
|
|
954
|
-
} from "./conversation/run-event-preparation.js";
|
|
955
|
-
export {
|
|
956
|
-
type ConversationRunMirror,
|
|
957
|
-
type ConversationRunMirrorRetryScheduledState,
|
|
958
|
-
type ConversationRunMirrorSnapshot,
|
|
959
|
-
type ConversationRunMirrorStoppedState,
|
|
960
|
-
createConversationRunMirror,
|
|
961
|
-
} from "./conversation/run-mirror.js";
|
|
962
|
-
export {
|
|
963
|
-
appendMissingChildRunToolCalls,
|
|
964
|
-
appendMissingChildRunToolResults,
|
|
965
|
-
buildChildRunExhaustedStepBudgetErrorMessage,
|
|
966
|
-
} from "./child-run/final-step-support.js";
|
|
967
|
-
export {
|
|
968
|
-
formatChildRunStreamPartError,
|
|
969
|
-
isChildRunAbortError,
|
|
970
|
-
throwIfChildRunAborted,
|
|
971
|
-
toChildRunToolInputRecord,
|
|
972
|
-
} from "./child-run/execution-support.js";
|
|
973
|
-
export {
|
|
974
|
-
type AgentRuntimeMessage,
|
|
975
|
-
AgentRuntimeMessageConversionError,
|
|
976
|
-
type AgentRuntimeMessagePart,
|
|
977
|
-
convertAgentRuntimeMessagesToProviderMessages,
|
|
978
|
-
convertProviderMessagesToAgentRuntimeMessages,
|
|
979
|
-
createToolResultPart,
|
|
980
|
-
getAgentRuntimeTextPart,
|
|
981
|
-
getAgentRuntimeToolCallPart,
|
|
982
|
-
getAgentRuntimeToolResultPart,
|
|
983
|
-
} from "./runtime/message-adapter.js";
|
|
984
|
-
export {
|
|
985
|
-
resolveRuntimeMessageFileUrls,
|
|
986
|
-
type RuntimeFileUrlResolver,
|
|
987
|
-
type RuntimeFileUrlResolverInput,
|
|
988
|
-
} from "./runtime/message-file-url-refresh.js";
|
|
989
|
-
export {
|
|
990
|
-
prepareAgentRuntimeMessagesFromUiMessages,
|
|
991
|
-
type PrepareAgentRuntimeMessagesFromUiMessagesOptions,
|
|
992
|
-
} from "./runtime/message-preparation.js";
|
|
993
|
-
export {
|
|
994
|
-
type HostedChatExecutionPreparationInput,
|
|
995
|
-
type HostedChatExecutionPreparationResult,
|
|
996
|
-
type HostedChatExecutionPreparationRootRunOptions,
|
|
997
|
-
type HostedChatRuntimeCreationPreparationInput,
|
|
998
|
-
type HostedChatRuntimeCreationPreparationResult,
|
|
999
|
-
type HostedChatRuntimeInstructionsInput,
|
|
1000
|
-
type HostedChatRuntimePreparationRootRunContext,
|
|
1001
|
-
type HostedChatRuntimePreparationSteering,
|
|
1002
|
-
type NormalizedHostedChatRequest,
|
|
1003
|
-
type NormalizedHostedChatRequest as NormalizedAgentServiceChatRequest,
|
|
1004
|
-
normalizeParsedHostedChatRequest,
|
|
1005
|
-
normalizeParsedHostedChatRequest as normalizeParsedAgentServiceChatRequest,
|
|
1006
|
-
prepareHostedChatExecution,
|
|
1007
|
-
prepareHostedChatExecution as prepareAgentServiceChatExecution,
|
|
1008
|
-
prepareHostedChatRuntimeCreationOptions,
|
|
1009
|
-
prepareHostedChatRuntimeCreationOptions as prepareAgentServiceChatRuntimeCreationOptions,
|
|
1010
|
-
prepareHostedChatRuntimeMessages,
|
|
1011
|
-
prepareHostedChatRuntimeMessages as prepareAgentServiceChatRuntimeMessages,
|
|
1012
|
-
type PrepareHostedChatRuntimeMessagesOptions,
|
|
1013
|
-
type PrepareHostedChatRuntimeMessagesOptions as PrepareAgentServiceChatRuntimeMessagesOptions,
|
|
1014
|
-
} from "./hosted/chat-preparation.js";
|
|
1015
|
-
export {
|
|
1016
|
-
getRuntimeUploadUrl,
|
|
1017
|
-
type RuntimeUploadUrlClientOptions,
|
|
1018
|
-
type RuntimeUploadUrlFetch,
|
|
1019
|
-
type RuntimeUploadUrlOptions,
|
|
1020
|
-
} from "./runtime/upload-url-client.js";
|
|
1021
|
-
export {
|
|
1022
|
-
type ChildRunExecutionBufferCleanupInput,
|
|
1023
|
-
type ChildRunExecutionResourceFinalizeInput,
|
|
1024
|
-
closeChildRunExecutionBuffers,
|
|
1025
|
-
finalizeChildRunExecutionResources,
|
|
1026
|
-
} from "./child-run/execution-cleanup.js";
|
|
1027
|
-
export {
|
|
1028
|
-
createHostedChildPendingToolLifecycle,
|
|
1029
|
-
createHostedChildPendingToolLifecycleLogger,
|
|
1030
|
-
type HostedChildPendingToolCallPhase,
|
|
1031
|
-
type HostedChildPendingToolCallState,
|
|
1032
|
-
type HostedChildPendingToolLifecycleCloseLog,
|
|
1033
|
-
type HostedChildPendingToolLifecycleCloseReason,
|
|
1034
|
-
type HostedChildPendingToolLifecycleInput,
|
|
1035
|
-
type HostedChildPendingToolLifecycleLogContext,
|
|
1036
|
-
type HostedChildPendingToolLifecycleLogger,
|
|
1037
|
-
type HostedChildPendingToolLifecycleLogWriter,
|
|
1038
|
-
type HostedChildPendingToolLifecycleUnknownToolLog,
|
|
1039
|
-
} from "./hosted/child-pending-tool-lifecycle.js";
|
|
1040
|
-
export {
|
|
1041
|
-
composeAbortSignals,
|
|
1042
|
-
HOSTED_CHILD_STREAM_TIMEOUT_TOKEN,
|
|
1043
|
-
HostedChildStreamIdleTimeoutError,
|
|
1044
|
-
type HostedChildStreamWatchdogPhase,
|
|
1045
|
-
type HostedChildStreamWatchdogState,
|
|
1046
|
-
resolveHostedChildPromiseWithTimeout,
|
|
1047
|
-
resolveHostedChildStreamWatchdogState,
|
|
1048
|
-
withHostedChildStreamIdleTimeout,
|
|
1049
|
-
} from "./hosted/child-stream-watchdog.js";
|
|
1050
|
-
export {
|
|
1051
|
-
DEFAULT_HOSTED_CHILD_AGENT_ID,
|
|
1052
|
-
type HostedChildForkRuntimeConfig,
|
|
1053
|
-
type HostedChildForkToolInput,
|
|
1054
|
-
hostedChildForkToolInputSchema,
|
|
1055
|
-
resolveHostedChildForkRuntimeConfig,
|
|
1056
|
-
type ResolveHostedChildForkRuntimeConfigInput,
|
|
1057
|
-
resolveHostedChildForkThinkingOverride,
|
|
1058
|
-
} from "./hosted/child-tool-input.js";
|
|
1059
|
-
|
|
1060
|
-
export {
|
|
1061
|
-
createHostedChildInvokeTool,
|
|
1062
|
-
type CreateHostedChildInvokeToolOptions,
|
|
1063
|
-
type HostedChildInvokeFailure,
|
|
1064
|
-
} from "./hosted/child-invoke-tool.js";
|
|
1065
|
-
export {
|
|
1066
|
-
createDefaultHostedInvokeAgentTool,
|
|
1067
|
-
createDefaultHostedInvokeAgentTool as createDefaultAgentServiceInvokeAgentTool,
|
|
1068
|
-
type DefaultHostedInvokeAgentConfig,
|
|
1069
|
-
type DefaultHostedInvokeAgentConfig as DefaultAgentServiceInvokeAgentConfig,
|
|
1070
|
-
type DefaultHostedInvokeAgentContext,
|
|
1071
|
-
type DefaultHostedInvokeAgentContext as DefaultAgentServiceInvokeAgentContext,
|
|
1072
|
-
type DefaultHostedInvokeAgentInput,
|
|
1073
|
-
type DefaultHostedInvokeAgentInput as DefaultAgentServiceInvokeAgentInput,
|
|
1074
|
-
defaultHostedInvokeAgentInputSchema,
|
|
1075
|
-
type DefaultHostedInvokeAgentLogger,
|
|
1076
|
-
type DefaultHostedInvokeAgentLogger as DefaultAgentServiceInvokeAgentLogger,
|
|
1077
|
-
type DefaultHostedInvokeAgentProjectRefresh,
|
|
1078
|
-
type DefaultHostedInvokeAgentProjectRefresh as DefaultAgentServiceInvokeAgentProjectRefresh,
|
|
1079
|
-
defaultHostedInvokeAgentSelectionSchema,
|
|
1080
|
-
type DefaultHostedInvokeAgentToolOptions,
|
|
1081
|
-
type DefaultHostedInvokeAgentToolOptions as DefaultAgentServiceInvokeAgentToolOptions,
|
|
1082
|
-
type DefaultHostedInvokeAgentToolResult,
|
|
1083
|
-
type DefaultHostedInvokeAgentToolResult as DefaultAgentServiceInvokeAgentToolResult,
|
|
1084
|
-
type DefaultHostedInvokeAgentTrace,
|
|
1085
|
-
type DefaultHostedInvokeAgentTrace as DefaultAgentServiceInvokeAgentTrace,
|
|
1086
|
-
type DefaultHostedInvokeAgentTraceAttributes,
|
|
1087
|
-
type DefaultHostedInvokeAgentTraceAttributes as DefaultAgentServiceInvokeAgentTraceAttributes,
|
|
1088
|
-
executeDefaultHostedInvokeAgentTool,
|
|
1089
|
-
executeDefaultHostedInvokeAgentTool as executeDefaultAgentServiceInvokeAgentTool,
|
|
1090
|
-
} from "./hosted/default-invoke-agent-tool.js";
|
|
1091
|
-
export {
|
|
1092
|
-
buildDefaultHostedChildForkToolSet,
|
|
1093
|
-
buildHostedChildToolDescription,
|
|
1094
|
-
DEFAULT_HOSTED_CHILD_EXCLUDED_TOOL_NAMES,
|
|
1095
|
-
DEFAULT_HOSTED_CHILD_REQUESTED_TOOL_COMPANIONS,
|
|
1096
|
-
DEFAULT_HOSTED_CHILD_SANDBOX_REQUIRED_CUE_PATTERN,
|
|
1097
|
-
type DefaultHostedChildForkRuntimeToolPreparationResult,
|
|
1098
|
-
type DefaultHostedChildForkToolAssemblyResult,
|
|
1099
|
-
type DefaultHostedChildForkToolAssemblySourceResult,
|
|
1100
|
-
expandHostedChildRequestedTools,
|
|
1101
|
-
type HostedChildForkRuntimeToolSelectionResult,
|
|
1102
|
-
type HostedChildRequestedToolsInput,
|
|
1103
|
-
prepareDefaultHostedChildForkRuntimeTools,
|
|
1104
|
-
prepareDefaultHostedChildForkToolAssembly,
|
|
1105
|
-
sanitizeDefaultHostedChildRequestedTools,
|
|
1106
|
-
sanitizeHostedChildRequestedTools,
|
|
1107
|
-
selectDefaultHostedChildForkRuntimeTools,
|
|
1108
|
-
selectHostedChildForkRuntimeTools,
|
|
1109
|
-
shouldPruneSandboxToolsFromHostedChildRequest,
|
|
1110
|
-
} from "./hosted/child-requested-tools.js";
|
|
1111
|
-
export {
|
|
1112
|
-
getHostedChildWrittenArtifactPath,
|
|
1113
|
-
type HostedChildFileWriteFallbackLogger,
|
|
1114
|
-
type HostedChildFileWriteFallbackTool,
|
|
1115
|
-
type HostedChildFileWriteFallbackToolExecute,
|
|
1116
|
-
type HostedChildWrittenArtifactPathInput,
|
|
1117
|
-
isHostedChildCreateFileAlreadyExistsResult,
|
|
1118
|
-
isHostedChildTextProjectArtifactPrompt,
|
|
1119
|
-
normalizeHostedChildArtifactPath,
|
|
1120
|
-
withHostedChildRerunnableFileWriteFallbacks,
|
|
1121
|
-
} from "./hosted/child-artifact-support.js";
|
|
1122
|
-
export {
|
|
1123
|
-
buildDefaultResearchArtifactPathReminder,
|
|
1124
|
-
buildDefaultResearchArtifactPaths,
|
|
1125
|
-
type DefaultResearchArtifactPaths,
|
|
1126
|
-
shouldInjectDefaultResearchArtifactPath,
|
|
1127
|
-
withDefaultResearchArtifactPath,
|
|
1128
|
-
} from "./artifacts/default-research-artifact-policy.js";
|
|
1129
|
-
export {
|
|
1130
|
-
applyDefaultResearchArtifactPath,
|
|
1131
|
-
createDefaultResearchRunArtifactMirrorHandler,
|
|
1132
|
-
type DefaultResearchArtifactContext,
|
|
1133
|
-
type DefaultResearchArtifactLogger,
|
|
1134
|
-
type DefaultResearchArtifacts,
|
|
1135
|
-
extractLatestUserText,
|
|
1136
|
-
fetchLatestConversationUserText,
|
|
1137
|
-
mirrorDefaultResearchRunArtifact,
|
|
1138
|
-
shouldRetryCreateResearchArtifactAsUpdate,
|
|
1139
|
-
updateDefaultResearchArtifacts,
|
|
1140
|
-
} from "./artifacts/default-research-artifact-support.js";
|
|
1141
|
-
export {
|
|
1142
|
-
containsExactArtifactPathValue,
|
|
1143
|
-
evaluateSlashCommandArtifactPolicy,
|
|
1144
|
-
type SlashCommandArtifactPolicy,
|
|
1145
|
-
type SlashCommandArtifactPolicyInput,
|
|
1146
|
-
} from "./artifacts/slash-command-artifact-policy.js";
|
|
1147
|
-
export {
|
|
1148
|
-
addFirstTurnStarterIntentRootOwnershipReminder,
|
|
1149
|
-
addLoadSkillContinuationReminder,
|
|
1150
|
-
addSlashCommandArtifactReminder,
|
|
1151
|
-
buildInvokeAgentFollowupInstruction,
|
|
1152
|
-
buildRootOwnedChildResultHint,
|
|
1153
|
-
buildRootOwnedDelegatedFindingsInstruction,
|
|
1154
|
-
buildStarterIntentRootOwnershipBlockMessage,
|
|
1155
|
-
buildStarterIntentRootOwnershipReminder,
|
|
1156
|
-
DELEGATE_ONLY_WHEN_MATERIALLY_HELPFUL,
|
|
1157
|
-
evaluateStarterIntentTurnPolicy,
|
|
1158
|
-
extractStarterIntentId,
|
|
1159
|
-
FIRST_TURN_STARTER_INTENT_ROOT_OWNERSHIP_BLOCK_MESSAGE,
|
|
1160
|
-
FIRST_TURN_STARTER_INTENT_ROOT_OWNERSHIP_CONTEXT_KEY,
|
|
1161
|
-
FIRST_TURN_STARTER_INTENT_ROOT_OWNERSHIP_REMINDER,
|
|
1162
|
-
isStarterIntentRootOwnershipRequired,
|
|
1163
|
-
KEEP_ROOT_ASSISTANT_VISIBLE_OWNER,
|
|
1164
|
-
LOAD_SKILL_CONTINUATION_REMINDER,
|
|
1165
|
-
LOAD_SKILL_CONTINUE_SAME_TURN,
|
|
1166
|
-
LOAD_SKILL_CONTINUE_SAME_TURN_NOW,
|
|
1167
|
-
LOAD_SKILL_DELEGATION_THRESHOLD,
|
|
1168
|
-
LOAD_SKILL_OVERRIDE_FORWARDING,
|
|
1169
|
-
LOAD_SKILL_ROOT_OWNERSHIP,
|
|
1170
|
-
LOAD_SKILL_TOOL_INTERSECTION,
|
|
1171
|
-
LOAD_SKILL_USE_ALLOWED_TOOLS,
|
|
1172
|
-
NO_DELEGATION_NARRATION_UNLESS_ASKED,
|
|
1173
|
-
ROOT_OWNED_CHILD_RESULT_INSTRUCTION,
|
|
1174
|
-
type RootOwnedChildResultHint,
|
|
1175
|
-
type RootOwnedChildResultHinted,
|
|
1176
|
-
shouldReinforceLoadSkillContinuation,
|
|
1177
|
-
SLASH_COMMAND_ARTIFACT_REMINDER,
|
|
1178
|
-
SYNTHESIZE_DELEGATED_FINDINGS_IN_ROOT_VOICE,
|
|
1179
|
-
withRootOwnedChildResultHint,
|
|
1180
|
-
} from "./conversation/delegation-policy.js";
|
|
1181
|
-
export {
|
|
1182
|
-
listRuntimeBuiltinSkillReferenceFiles,
|
|
1183
|
-
listRuntimeBuiltinSkillReferences,
|
|
1184
|
-
readRuntimeBuiltinDirectorySkill,
|
|
1185
|
-
readRuntimeBuiltinFlatSkill,
|
|
1186
|
-
readRuntimeBuiltinSkill,
|
|
1187
|
-
readRuntimeBuiltinSkillEntries,
|
|
1188
|
-
readRuntimeBuiltinSkillReferenceFile,
|
|
1189
|
-
resolveRuntimeBuiltinSkillReferenceFilePath,
|
|
1190
|
-
resolveRuntimeBuiltinSkillsDir,
|
|
1191
|
-
type RuntimeBuiltinSkillEntriesResult,
|
|
1192
|
-
} from "./runtime/builtin-skill-files.js";
|
|
1193
|
-
export {
|
|
1194
|
-
createRuntimeProjectFilesClient,
|
|
1195
|
-
getRuntimeProjectFile,
|
|
1196
|
-
getRuntimeProjectFiles,
|
|
1197
|
-
type RuntimeGetProjectFileOptions,
|
|
1198
|
-
type RuntimeProjectFile,
|
|
1199
|
-
type RuntimeProjectFileListItem,
|
|
1200
|
-
runtimeProjectFileListItemSchema,
|
|
1201
|
-
RuntimeProjectFilesApiAuthError,
|
|
1202
|
-
type RuntimeProjectFilesApiOptions,
|
|
1203
|
-
runtimeProjectFileSchema,
|
|
1204
|
-
type RuntimeProjectFilesClient,
|
|
1205
|
-
type RuntimeProjectFilesClientOptions,
|
|
1206
|
-
type RuntimeProjectFilesFetch,
|
|
1207
|
-
type RuntimeProjectFilesTrace,
|
|
1208
|
-
} from "./runtime/project-files-client.js";
|
|
1209
|
-
export {
|
|
1210
|
-
createHostedAgentProjectSteering,
|
|
1211
|
-
createHostedAgentProjectSteering as createAgentServiceProjectSteering,
|
|
1212
|
-
type HostedAgentProjectSteering,
|
|
1213
|
-
type HostedAgentProjectSteering as AgentServiceProjectSteering,
|
|
1214
|
-
type HostedAgentProjectSteeringLogger,
|
|
1215
|
-
type HostedAgentProjectSteeringLogger as AgentServiceProjectSteeringLogger,
|
|
1216
|
-
type HostedAgentProjectSteeringOptions,
|
|
1217
|
-
type HostedAgentProjectSteeringOptions as AgentServiceProjectSteeringOptions,
|
|
1218
|
-
type HostedAgentProjectSteeringOptionsData,
|
|
1219
|
-
type HostedAgentProjectSteeringOptionsData as AgentServiceProjectSteeringOptionsData,
|
|
1220
|
-
hostedAgentProjectSteeringOptionsSchema,
|
|
1221
|
-
} from "./hosted/agent-project-steering.js";
|
|
1222
|
-
export {
|
|
1223
|
-
createHostedProjectSteeringAdapter,
|
|
1224
|
-
type HostedProjectSkillIdsContext,
|
|
1225
|
-
type HostedProjectSkillIdsContext as AgentServiceProjectSkillIdsContext,
|
|
1226
|
-
type HostedProjectSteeringAdapter,
|
|
1227
|
-
type HostedProjectSteeringAdapterOptions,
|
|
1228
|
-
type HostedProjectSteeringLogger,
|
|
1229
|
-
} from "./hosted/project-steering-adapter.js";
|
|
1230
|
-
export {
|
|
1231
|
-
createRuntimeProjectSkillLoader,
|
|
1232
|
-
type RuntimeLoadedProjectSkill,
|
|
1233
|
-
type RuntimeProjectSkillContext,
|
|
1234
|
-
type RuntimeProjectSkillLoader,
|
|
1235
|
-
type RuntimeProjectSkillLoaderLogger,
|
|
1236
|
-
type RuntimeProjectSkillLoaderOptions,
|
|
1237
|
-
} from "./runtime/project-skill-loader.js";
|
|
1238
|
-
export {
|
|
1239
|
-
getRuntimeProjectInstructions,
|
|
1240
|
-
getRuntimeProjectSkillCatalog,
|
|
1241
|
-
loadRuntimeBuiltinSkillCatalog,
|
|
1242
|
-
type RuntimeProjectInstructionsOptions,
|
|
1243
|
-
type RuntimeProjectSkillCatalogOptions,
|
|
1244
|
-
type RuntimeProjectSteeringLookup,
|
|
1245
|
-
} from "./runtime/project-skill-catalog.js";
|
|
1246
|
-
export {
|
|
1247
|
-
createRuntimePromptBlock,
|
|
1248
|
-
type RuntimePromptBlockOptions,
|
|
1249
|
-
} from "./runtime/prompt-block.js";
|
|
1250
|
-
export {
|
|
1251
|
-
buildRuntimeAvailableSkillsPromptBlock,
|
|
1252
|
-
formatRuntimeSkillMetadata,
|
|
1253
|
-
MAX_RUNTIME_SKILL_PROMPT_ENTRIES,
|
|
1254
|
-
} from "./runtime/skill-prompt.js";
|
|
1255
|
-
export {
|
|
1256
|
-
buildRuntimeLoadedSkillResponse,
|
|
1257
|
-
buildRuntimeSkillDefinition,
|
|
1258
|
-
normalizeRuntimeSkillReferencePath,
|
|
1259
|
-
type ParsedRuntimeSkillDocument,
|
|
1260
|
-
parseRuntimeSkillDocument,
|
|
1261
|
-
parseRuntimeSkillMetadata,
|
|
1262
|
-
type RuntimeLoadedSkillResponse,
|
|
1263
|
-
type RuntimeLoadedSkillResponseMessages,
|
|
1264
|
-
type RuntimeSkillDefinition,
|
|
1265
|
-
type RuntimeSkillFrontmatter,
|
|
1266
|
-
RuntimeSkillFrontmatterSchema,
|
|
1267
|
-
type RuntimeSkillMetadataLogger,
|
|
1268
|
-
} from "./runtime/skill-metadata.js";
|
|
1269
|
-
export {
|
|
1270
|
-
createRuntimeLoadSkillTool,
|
|
1271
|
-
RUNTIME_LOAD_SKILL_CONTINUATION_NOTE,
|
|
1272
|
-
RUNTIME_LOAD_SKILL_DESCRIPTION,
|
|
1273
|
-
type RuntimeLoadSkillBuiltinStore,
|
|
1274
|
-
type RuntimeLoadSkillErrorOutput,
|
|
1275
|
-
type RuntimeLoadSkillReferenceFileOutput,
|
|
1276
|
-
type RuntimeLoadSkillToolContext,
|
|
1277
|
-
type RuntimeLoadSkillToolInput,
|
|
1278
|
-
type RuntimeLoadSkillToolMessages,
|
|
1279
|
-
type RuntimeLoadSkillToolOptions,
|
|
1280
|
-
type RuntimeLoadSkillToolOutput,
|
|
1281
|
-
} from "./runtime/load-skill-tool.js";
|
|
1282
|
-
export {
|
|
1283
|
-
buildHostedChildCompletedLog,
|
|
1284
|
-
buildHostedChildErrorLog,
|
|
1285
|
-
buildHostedChildExhaustedStepBudgetLog,
|
|
1286
|
-
createHostedChildExecutionLogWriter,
|
|
1287
|
-
type HostedChildExecutionLogEntry,
|
|
1288
|
-
type HostedChildExecutionLogLevel,
|
|
1289
|
-
type HostedChildExecutionLogWriter,
|
|
1290
|
-
writeHostedChildExecutionLogEntry,
|
|
1291
|
-
} from "./hosted/child-execution-logging.js";
|
|
1292
|
-
export {
|
|
1293
|
-
buildChildRunResultSummary,
|
|
1294
|
-
buildRootOwnedChildRunResultHint,
|
|
1295
|
-
buildRootOwnedChildRunResultText,
|
|
1296
|
-
summarizeChildRunResultText,
|
|
1297
|
-
summarizeChildRunResultValue,
|
|
1298
|
-
} from "./child-run/result-summary.js";
|
|
1299
|
-
export {
|
|
1300
|
-
buildChildRunExecutionSnapshot,
|
|
1301
|
-
buildChildRunFailureResult,
|
|
1302
|
-
buildChildRunFailureSnapshot,
|
|
1303
|
-
buildChildRunResultCommon,
|
|
1304
|
-
buildChildRunSuccessResult,
|
|
1305
|
-
buildChildRunSuccessSnapshot,
|
|
1306
|
-
type ChildRunExecutionResult,
|
|
1307
|
-
type ChildRunExecutionSnapshot,
|
|
1308
|
-
type ChildRunExecutionUsage,
|
|
1309
|
-
type ChildRunResultCommon,
|
|
1310
|
-
type ChildRunToolCallSnapshot,
|
|
1311
|
-
type ChildRunToolResultSnapshot,
|
|
1312
|
-
getChildRunSnapshotUsage,
|
|
1313
|
-
} from "./child-run/execution-snapshot.js";
|
|
1314
|
-
export {
|
|
1315
|
-
type ConversationRunChunkMirror,
|
|
1316
|
-
type ConversationRunChunkMirrorApiOptions,
|
|
1317
|
-
type ConversationRunChunkMirrorOptions,
|
|
1318
|
-
type ConversationRunChunkMirrorPrepareChunkEventsInput,
|
|
1319
|
-
type ConversationRunChunkMirrorPreparedChunk,
|
|
1320
|
-
type ConversationRunChunkMirrorPreparedEvents,
|
|
1321
|
-
type ConversationRunChunkMirrorPrepareExternalEventsInput,
|
|
1322
|
-
type ConversationRunChunkMirrorQueueOptions,
|
|
1323
|
-
createConversationRunChunkMirror,
|
|
1324
|
-
createHostedConversationRunChunkMirror,
|
|
1325
|
-
type HostedConversationRunChunkMirrorInstrumentation,
|
|
1326
|
-
type HostedConversationRunChunkMirrorOptions,
|
|
1327
|
-
type HostedConversationRunChunkMirrorTraceAttributes,
|
|
1328
|
-
} from "./conversation/run-chunk-mirror.js";
|
|
1329
|
-
export {
|
|
1330
|
-
type ConversationRunStreamMirror,
|
|
1331
|
-
createConversationRunStreamMirror,
|
|
1332
|
-
} from "./conversation/run-stream-mirror.js";
|
|
1333
|
-
export {
|
|
1334
|
-
buildDetachedFallbackChunks,
|
|
1335
|
-
type BuildDetachedFallbackChunksInput,
|
|
1336
|
-
type BuildDetachedFallbackMessageInput,
|
|
1337
|
-
buildDetachedFallbackMessageState,
|
|
1338
|
-
buildFinalizedMessageFallbackChunks,
|
|
1339
|
-
type BuildFinalizedMessageFallbackChunksInput,
|
|
1340
|
-
buildFinalizedMessageState,
|
|
1341
|
-
type BuildFinalizedMessageStateInput,
|
|
1342
|
-
type DetachedFallbackMessageState,
|
|
1343
|
-
type FinalizedMessageState,
|
|
1344
|
-
} from "./hosted/finalized-message.js";
|
|
1345
|
-
export {
|
|
1346
|
-
type BootstrappedHostedChatExecutionRuntime,
|
|
1347
|
-
cleanupAfterHostedChatExecutionFinalization,
|
|
1348
|
-
createBootstrappedHostedChatExecutionRuntime,
|
|
1349
|
-
type CreateBootstrappedHostedChatExecutionRuntimeInput,
|
|
1350
|
-
createHostedChatExecutionRuntime,
|
|
1351
|
-
createHostedChatExecutionRuntimeBootstrap,
|
|
1352
|
-
type CreateHostedChatExecutionRuntimeBootstrapInput,
|
|
1353
|
-
type CreateHostedChatExecutionRuntimeInput,
|
|
1354
|
-
createHostedChatFinalizeDetachedBuildState,
|
|
1355
|
-
createHostedChatFinalizeResponseBuildState,
|
|
1356
|
-
createHostedChatStreamFinalizationHooks,
|
|
1357
|
-
type HostedChatExecutionLifecycleAdapter,
|
|
1358
|
-
type HostedChatExecutionRootStreamWatchdog,
|
|
1359
|
-
type HostedChatExecutionRunContext,
|
|
1360
|
-
type HostedChatExecutionRuntime,
|
|
1361
|
-
type HostedChatExecutionRuntimeBootstrap,
|
|
1362
|
-
type HostedChatExecutionRuntimeLogger,
|
|
1363
|
-
toHostedChatExecutionFinalState,
|
|
1364
|
-
} from "./hosted/chat-execution-runtime.js";
|
|
1365
|
-
export {
|
|
1366
|
-
type PreparedHostedChatExecution,
|
|
1367
|
-
type PreparedHostedChatExecution as PreparedAgentServiceChatExecution,
|
|
1368
|
-
type PreparedHostedChatExecutionDetachedInput,
|
|
1369
|
-
type PreparedHostedChatExecutionDetachedInput as PreparedAgentServiceChatExecutionDetachedInput,
|
|
1370
|
-
type PreparedHostedChatExecutionRuntimeOptions,
|
|
1371
|
-
type PreparedHostedChatExecutionRuntimeOptions as PreparedAgentServiceChatExecutionRuntimeOptions,
|
|
1372
|
-
type PreparedHostedChatExecutionStreamInput,
|
|
1373
|
-
type PreparedHostedChatExecutionStreamInput as PreparedAgentServiceChatExecutionStreamInput,
|
|
1374
|
-
runPreparedHostedChatExecutionDetached,
|
|
1375
|
-
runPreparedHostedChatExecutionDetached as runPreparedAgentServiceChatExecutionDetached,
|
|
1376
|
-
streamPreparedHostedChatExecutionToAgUiResponse,
|
|
1377
|
-
streamPreparedHostedChatExecutionToAgUiResponse
|
|
1378
|
-
as streamPreparedAgentServiceChatExecutionToAgUiResponse,
|
|
1379
|
-
} from "./hosted/prepared-chat-execution.js";
|
|
1380
|
-
export {
|
|
1381
|
-
createVeryfrontCloudPreparedHostedChatExecutionRuntimeOptions,
|
|
1382
|
-
createVeryfrontCloudPreparedHostedChatExecutionRuntimeOptions
|
|
1383
|
-
as createVeryfrontCloudPreparedAgentServiceChatExecutionRuntimeOptions,
|
|
1384
|
-
type CreateVeryfrontCloudPreparedHostedChatExecutionRuntimeOptionsInput,
|
|
1385
|
-
type CreateVeryfrontCloudPreparedHostedChatExecutionRuntimeOptionsInput
|
|
1386
|
-
as CreateVeryfrontCloudPreparedAgentServiceChatExecutionRuntimeOptionsInput,
|
|
1387
|
-
} from "./hosted/cloud-prepared-chat-execution-runtime.js";
|
|
1388
|
-
export {
|
|
1389
|
-
createVeryfrontCloudHostedChatExecutionRootRunOptions,
|
|
1390
|
-
createVeryfrontCloudHostedChatExecutionRootRunOptions
|
|
1391
|
-
as createVeryfrontCloudAgentServiceChatExecutionRootRunOptions,
|
|
1392
|
-
prepareVeryfrontCloudHostedChatExecution,
|
|
1393
|
-
prepareVeryfrontCloudHostedChatExecution as prepareVeryfrontCloudAgentServiceChatExecution,
|
|
1394
|
-
type PrepareVeryfrontCloudHostedChatExecutionInput,
|
|
1395
|
-
type PrepareVeryfrontCloudHostedChatExecutionInput
|
|
1396
|
-
as PrepareVeryfrontCloudAgentServiceChatExecutionInput,
|
|
1397
|
-
type VeryfrontCloudHostedChatExecutionPreparationLogger,
|
|
1398
|
-
type VeryfrontCloudHostedChatExecutionPreparationLogger
|
|
1399
|
-
as VeryfrontCloudAgentServiceChatExecutionPreparationLogger,
|
|
1400
|
-
} from "./hosted/cloud-chat-execution-preparation.js";
|
|
1401
|
-
export {
|
|
1402
|
-
finalizeHostedDetached,
|
|
1403
|
-
type FinalizeHostedDetachedOptions,
|
|
1404
|
-
finalizeHostedResponse,
|
|
1405
|
-
type FinalizeHostedResponseOptions,
|
|
1406
|
-
type HostedDetachedFinalizationState,
|
|
1407
|
-
type HostedResponseFinalizationState,
|
|
1408
|
-
type HostedTerminalError,
|
|
1409
|
-
} from "./hosted/stream-finalization.js";
|
|
1410
|
-
export {
|
|
1411
|
-
getEmptyHostedFinalizedMessageTerminalError,
|
|
1412
|
-
getHostedStreamErrorText,
|
|
1413
|
-
type HostedStreamTerminalError,
|
|
1414
|
-
shouldFailEmptyHostedFinalizedMessage,
|
|
1415
|
-
} from "./hosted/stream-terminal-error.js";
|
|
1416
|
-
export {
|
|
1417
|
-
type ActiveConversationRunStatus,
|
|
1418
|
-
appendConversationRunEvents,
|
|
1419
|
-
AppendConversationRunEventsError,
|
|
1420
|
-
type AppendConversationRunEventsResponse,
|
|
1421
|
-
AppendConversationRunEventsResponseSchema,
|
|
1422
|
-
CompleteConversationRunResponseSchema,
|
|
1423
|
-
type ConversationAgentRunUsage,
|
|
1424
|
-
type ConversationRunAppendCursorResyncResult,
|
|
1425
|
-
type ConversationRunAppendExecutionOutcome,
|
|
1426
|
-
type ConversationRunAppendFailureOutcome,
|
|
1427
|
-
type ConversationRunAppendRecoveryOutcome,
|
|
1428
|
-
type ConversationRunBatchFlushOutcome,
|
|
1429
|
-
type ConversationRunEventQueueController,
|
|
1430
|
-
type ConversationRunProjection,
|
|
1431
|
-
ConversationRunProjectionSchema,
|
|
1432
|
-
type ConversationRunQueueFlushOutcome,
|
|
1433
|
-
ConversationRunStatusSchema,
|
|
1434
|
-
type ConversationRunTargets,
|
|
1435
|
-
ConversationRunTargetsSchema,
|
|
1436
|
-
ConversationRunTerminalStateError,
|
|
1437
|
-
createConversationAgentRun,
|
|
1438
|
-
createConversationRunEventQueueController,
|
|
1439
|
-
finalizeConversationAgentRun,
|
|
1440
|
-
flushConversationRunEventBatches,
|
|
1441
|
-
flushConversationRunEventQueue,
|
|
1442
|
-
getConversationRun,
|
|
1443
|
-
isActiveConversationRunStatus,
|
|
1444
|
-
isAppendableConversationRunProjection,
|
|
1445
|
-
isCursorMismatchConversationRunAppendError,
|
|
1446
|
-
isIgnorableConversationRunAppendError,
|
|
1447
|
-
monitorConversationRunStatus,
|
|
1448
|
-
parseAppendConversationRunEventsErrorBody,
|
|
1449
|
-
recoverConversationRunAppendExecution,
|
|
1450
|
-
recoverConversationRunAppendFailure,
|
|
1451
|
-
recoverConversationRunCursorMismatch,
|
|
1452
|
-
resolveConversationRunTargets,
|
|
1453
|
-
resyncConversationRunAppendCursor,
|
|
1454
|
-
type TerminalConversationRunStatus,
|
|
1455
|
-
} from "./conversation/durable.js";
|
|
1456
|
-
export {
|
|
1457
|
-
type AppendExternalAgentWorkerRunEventsInput,
|
|
1458
|
-
type ClaimExternalAgentWorkerRunInput,
|
|
1459
|
-
type CompleteExternalAgentWorkerRunInput,
|
|
1460
|
-
createExternalAgentWorkerClient,
|
|
1461
|
-
type ExternalAgentWorker,
|
|
1462
|
-
type ExternalAgentWorkerClient,
|
|
1463
|
-
type ExternalAgentWorkerClientOptions,
|
|
1464
|
-
type ExternalAgentWorkerRequestSnapshot,
|
|
1465
|
-
ExternalAgentWorkerRequestSnapshotSchema,
|
|
1466
|
-
type ExternalAgentWorkerRun,
|
|
1467
|
-
ExternalAgentWorkerRunSchema,
|
|
1468
|
-
ExternalAgentWorkerSchema,
|
|
1469
|
-
type ExternalAgentWorkerSession,
|
|
1470
|
-
ExternalAgentWorkerSessionSchema,
|
|
1471
|
-
type RecordExternalAgentWorkerSessionInput,
|
|
1472
|
-
type RegisterExternalAgentWorkerInput,
|
|
1473
|
-
} from "./service/external-worker-client.js";
|
|
1474
|
-
export {
|
|
1475
|
-
buildInvokeAgentChildRunLifecycleCustomEvent,
|
|
1476
|
-
buildInvokeAgentChildRunProgressEvents,
|
|
1477
|
-
buildInvokeAgentChildRunStateDelta,
|
|
1478
|
-
type InvokeAgentChildRunLifecycleCustomEvent,
|
|
1479
|
-
InvokeAgentChildRunLifecycleCustomEventSchema,
|
|
1480
|
-
type InvokeAgentChildRunLifecycleValue,
|
|
1481
|
-
InvokeAgentChildRunLifecycleValueSchema,
|
|
1482
|
-
type InvokeAgentChildRunProgressEvent,
|
|
1483
|
-
type InvokeAgentChildRunProgressInput,
|
|
1484
|
-
type InvokeAgentChildRunStateDelta,
|
|
1485
|
-
InvokeAgentChildRunStateDeltaSchema,
|
|
1486
|
-
publishInvokeAgentChildRunProgress,
|
|
1487
|
-
} from "./child-run/invoke-agent-child-runs.js";
|
|
1488
|
-
export {
|
|
1489
|
-
type HostedChildExecutionLifecycleOptions,
|
|
1490
|
-
type HostedChildExecutionLifecycleResult,
|
|
1491
|
-
type HostedChildLifecycleAdapter,
|
|
1492
|
-
type HostedChildLifecycleRunnerOptions,
|
|
1493
|
-
type HostedChildLifecycleRunResult,
|
|
1494
|
-
type HostedChildLifecycleTerminalState,
|
|
1495
|
-
runHostedChildExecutionLifecycle,
|
|
1496
|
-
runHostedChildLifecycle,
|
|
1497
|
-
shouldSkipHostedChildTerminalPersistence,
|
|
1498
|
-
} from "./hosted/child-lifecycle.js";
|
|
1499
|
-
export {
|
|
1500
|
-
appendHostedChildMirrorChunk,
|
|
1501
|
-
appendHostedChildMirrorChunk as appendAgentServiceChildMirrorChunk,
|
|
1502
|
-
closeHostedChildReasoningSegment,
|
|
1503
|
-
closeHostedChildReasoningSegment as closeAgentServiceChildReasoningSegment,
|
|
1504
|
-
closeHostedChildTextSegment,
|
|
1505
|
-
closeHostedChildTextSegment as closeAgentServiceChildTextSegment,
|
|
1506
|
-
createHostedChildMirrorContext,
|
|
1507
|
-
createHostedChildMirrorContext as createAgentServiceChildMirrorContext,
|
|
1508
|
-
type HostedChildChunkMirror,
|
|
1509
|
-
type HostedChildChunkMirror as AgentServiceChildChunkMirror,
|
|
1510
|
-
type HostedChildMirrorContext,
|
|
1511
|
-
type HostedChildMirrorContext as AgentServiceChildMirrorContext,
|
|
1512
|
-
type HostedChildMirrorPart,
|
|
1513
|
-
type HostedChildMirrorPart as AgentServiceChildMirrorPart,
|
|
1514
|
-
type HostedChildMirrorState,
|
|
1515
|
-
type HostedChildMirrorState as AgentServiceChildMirrorState,
|
|
1516
|
-
isAlreadyMirroredHostedChunk,
|
|
1517
|
-
isAlreadyMirroredHostedChunk as isAlreadyMirroredAgentServiceChunk,
|
|
1518
|
-
toMirroredHostedStreamPart,
|
|
1519
|
-
toMirroredHostedStreamPart as toMirroredAgentServiceStreamPart,
|
|
1520
|
-
} from "./hosted/child-mirror.js";
|
|
1521
|
-
export {
|
|
1522
|
-
convertCompactedProviderMessagesToChildForkRuntimeMessages,
|
|
1523
|
-
type HostedChildForkRuntimeStepMessages,
|
|
1524
|
-
type HostedChildForkRuntimeStepSystemResolver,
|
|
1525
|
-
prepareHostedChildForkRuntimeStepMessages,
|
|
1526
|
-
type PrepareHostedChildForkRuntimeStepMessagesInput,
|
|
1527
|
-
} from "./hosted/child-fork-step-message-preparation.js";
|
|
1528
|
-
export {
|
|
1529
|
-
type HostedChildRunStatusMonitor,
|
|
1530
|
-
type StartedHostedChildForkRuntime,
|
|
1531
|
-
startHostedChildForkRuntimeWithHostTools,
|
|
1532
|
-
type StartHostedChildForkRuntimeWithHostToolsInput,
|
|
1533
|
-
} from "./hosted/child-fork-runtime-start.js";
|
|
1534
|
-
export {
|
|
1535
|
-
type HostedChildRunIdentifiers,
|
|
1536
|
-
type HostedChildSameTurnRetryBlockSignal,
|
|
1537
|
-
type HostedChildTerminalErrorCode,
|
|
1538
|
-
hostedChildTerminalErrorCodes,
|
|
1539
|
-
HostedChildTerminalStateError,
|
|
1540
|
-
type HostedChildTerminalStatus,
|
|
1541
|
-
isHostedChildTerminalErrorCode,
|
|
1542
|
-
monitorHostedChildRunStatus,
|
|
1543
|
-
type MonitorHostedChildRunStatusInput,
|
|
1544
|
-
resolveHostedChildTerminalErrorCode,
|
|
1545
|
-
shouldBlockHostedChildSameTurnRetry,
|
|
1546
|
-
} from "./hosted/child-status.js";
|
|
1547
|
-
export {
|
|
1548
|
-
type HostedLifecycleAdapter,
|
|
1549
|
-
type HostedLifecycleExecution,
|
|
1550
|
-
type HostedLifecycleRunnerOptions,
|
|
1551
|
-
type HostedLifecycleRunResult,
|
|
1552
|
-
type HostedLifecycleTerminalState,
|
|
1553
|
-
runHostedLifecycle,
|
|
1554
|
-
} from "./hosted/lifecycle.js";
|
|
1555
|
-
export {
|
|
1556
|
-
type HostedResponseStreamHeartbeat,
|
|
1557
|
-
type HostedResponseStreamHeartbeatState,
|
|
1558
|
-
type HostedResponseStreamWriter,
|
|
1559
|
-
runHostedResponseStreamWithHeartbeat,
|
|
1560
|
-
} from "./hosted/response-stream.js";
|
|
1561
|
-
export {
|
|
1562
|
-
mergeToolCallInput,
|
|
1563
|
-
mergeToolInputDelta,
|
|
1564
|
-
parseDataStreamSseEvents,
|
|
1565
|
-
parseToolInputObject,
|
|
1566
|
-
streamDataStreamEvents,
|
|
1567
|
-
stripLeadingEmptyObjectPlaceholder,
|
|
1568
|
-
} from "./streaming/data-stream.js";
|
|
1569
|
-
export type {
|
|
1570
|
-
ChatMessageMetadata,
|
|
1571
|
-
ChatMessageMetadataUsage,
|
|
1572
|
-
ChatUiMessageChunk,
|
|
1573
|
-
ChildRunAudit,
|
|
1574
|
-
ChildRunAuditToolCall,
|
|
1575
|
-
ChildRunAuditToolResult,
|
|
1576
|
-
} from "../chat/protocol.js";
|
|
1577
|
-
export {
|
|
1578
|
-
buildChatStreamChunkMessageMetadata,
|
|
1579
|
-
type BuildChatStreamChunkMessageMetadataInput,
|
|
1580
|
-
dedupeChatUiMessageChunks,
|
|
1581
|
-
extractChatMessageMetadata,
|
|
1582
|
-
normalizeChatMessageMetadata,
|
|
1583
|
-
normalizeChatUiMessageChunk,
|
|
1584
|
-
normalizeChatUiMessageStream,
|
|
1585
|
-
} from "../chat/chat-ui-message-helpers.js";
|
|
1586
|
-
export {
|
|
1587
|
-
cloneMirroredToolChunkState,
|
|
1588
|
-
closeHostedMirroredOpenToolCalls,
|
|
1589
|
-
type CloseHostedMirroredOpenToolCallsInput,
|
|
1590
|
-
computeOpenToolCalls,
|
|
1591
|
-
createHostedMirroredUiStream,
|
|
1592
|
-
type CreateHostedMirroredUiStreamInput,
|
|
1593
|
-
createMirroredToolChunkState,
|
|
1594
|
-
getHostedMirroredAbortErrorText,
|
|
1595
|
-
type HostedMirroredOpenToolCallLogger,
|
|
1596
|
-
type HostedMirroredUiStreamLogger,
|
|
1597
|
-
type HostedMirroredUiStreamWatchdog,
|
|
1598
|
-
isDurableMirroredOutputChunk,
|
|
1599
|
-
type MirroredToolChunkState,
|
|
1600
|
-
type OpenToolCalls,
|
|
1601
|
-
recordMirroredToolChunkState,
|
|
1602
|
-
} from "./streaming/mirrored-tool-chunk-state.js";
|
|
1603
|
-
export {
|
|
1604
|
-
type HostedStreamPartForUiChunkMapping,
|
|
1605
|
-
type HostedUiChunkMappingOptions,
|
|
1606
|
-
mapHostedStreamPartToChatUiChunks,
|
|
1607
|
-
} from "../chat/hosted-ui-chunk-mapping.js";
|
|
1608
|
-
export {
|
|
1609
|
-
expandAllowedRemoteToolNames,
|
|
1610
|
-
getForkRuntimeAllowedToolNames,
|
|
1611
|
-
getProviderNativeToolNames,
|
|
1612
|
-
type ProviderNativeToolInventoryOptions,
|
|
1613
|
-
} from "./runtime/provider-native-tool-inventory.js";
|
|
1614
|
-
export {
|
|
1615
|
-
type AgUiDetachedStartAccepted,
|
|
1616
|
-
AgUiDetachedStartAcceptedSchema,
|
|
1617
|
-
type AgUiDetachedStartHandlerOptions,
|
|
1618
|
-
type AgUiDetachedStartRequest,
|
|
1619
|
-
AgUiDetachedStartRequestSchema,
|
|
1620
|
-
buildDetachedAgUiStartRequest,
|
|
1621
|
-
createAgUiDetachedStartHandler,
|
|
1622
|
-
executeAgUiDetachedStart,
|
|
1623
|
-
type ExecuteAgUiDetachedStartInput,
|
|
1624
|
-
} from "./ag-ui/detached-start.js";
|
|
1625
|
-
export type { AgUiResumeValue } from "./ag-ui/tool-shared.js";
|
|
1626
|
-
export {
|
|
1627
|
-
createDetachedRunShutdownLifecycle,
|
|
1628
|
-
createDetachedRunTracker,
|
|
1629
|
-
type DetachedRunDrainResult,
|
|
1630
|
-
type DetachedRunShutdownLifecycle,
|
|
1631
|
-
type DetachedRunShutdownLifecycleOptions,
|
|
1632
|
-
type DetachedRunShutdownLogger,
|
|
1633
|
-
type DetachedRunTracker,
|
|
1634
|
-
type DetachedRunTrackerOptions,
|
|
1635
|
-
} from "./service/detached-run-tracker.js";
|
|
1636
|
-
export {
|
|
1637
|
-
type AgUiCancelHandlerOptions,
|
|
1638
|
-
type AgUiResumeHandlerOptions,
|
|
1639
|
-
type AgUiResumeSignal,
|
|
1640
|
-
AgUiResumeSignalSchema,
|
|
1641
|
-
createAgUiCancelHandler,
|
|
1642
|
-
createAgUiResumeHandler,
|
|
1643
|
-
} from "./ag-ui/run-control.js";
|
|
1644
|
-
export {
|
|
1645
|
-
type AgUiSseEvent,
|
|
1646
|
-
createAgUiRunErrorEvent,
|
|
1647
|
-
createAgUiSseErrorResponse,
|
|
1648
|
-
createAgUiSseResponse,
|
|
1649
|
-
normalizeAgUiMessages,
|
|
1650
|
-
parseAgUiRequest,
|
|
1651
|
-
parseAgUiRequestOrError,
|
|
1652
|
-
} from "./ag-ui/host-support.js";
|
|
1653
|
-
export {
|
|
1654
|
-
type AgUiContextItem,
|
|
1655
|
-
type AgUiHandlerConfigWithAgent,
|
|
1656
|
-
type AgUiHandlerOptions,
|
|
1657
|
-
type AgUiInjectedTool,
|
|
1658
|
-
type AgUiRequest,
|
|
1659
|
-
AgUiRequestSchema,
|
|
1660
|
-
createAgUiHandler,
|
|
1661
|
-
} from "./ag-ui/handler.js";
|
|
1662
|
-
export {
|
|
1663
|
-
createHostedFormInputTool,
|
|
1664
|
-
createHostedFormInputTool as createAgentServiceFormInputTool,
|
|
1665
|
-
type HostedFormInputToolContext,
|
|
1666
|
-
type HostedFormInputToolContext as AgentServiceFormInputToolContext,
|
|
1667
|
-
} from "./hosted/form-input-tool.js";
|
|
1668
|
-
export {
|
|
1669
|
-
buildInputRequestLifecycleDataEvent,
|
|
1670
|
-
createInputRequest,
|
|
1671
|
-
type FormInputToolInput,
|
|
1672
|
-
getCreateInputRequestRequestSchema,
|
|
1673
|
-
getCreateInputRequestResponseSchema,
|
|
1674
|
-
getFormInputToolInputSchema,
|
|
1675
|
-
getGetInputRequestResponseSchema,
|
|
1676
|
-
getInputRequest,
|
|
1677
|
-
getInputRequestLifecycleDataEventSchema,
|
|
1678
|
-
getInputRequestOutputSchema,
|
|
1679
|
-
getInputRequestRestSchema,
|
|
1680
|
-
getInputResponseRestSchema,
|
|
1681
|
-
getInputResponseValuesSchema,
|
|
1682
|
-
type InputRequestOutput,
|
|
1683
|
-
} from "./input/request-protocol.js";
|
|
1684
|
-
export {
|
|
1685
|
-
type DurableHumanInputFlowResult,
|
|
1686
|
-
executeDurableHumanInputFlow,
|
|
1687
|
-
type ExecuteDurableHumanInputFlowOptions,
|
|
1688
|
-
getHumanInputFieldSchema,
|
|
1689
|
-
getHumanInputOptionSchema,
|
|
1690
|
-
getHumanInputPendingRequestSchema,
|
|
1691
|
-
getHumanInputRequestSchema,
|
|
1692
|
-
getHumanInputResultSchema,
|
|
1693
|
-
type HumanInputField,
|
|
1694
|
-
type HumanInputFieldInput,
|
|
1695
|
-
type HumanInputOption,
|
|
1696
|
-
type HumanInputPendingRequest,
|
|
1697
|
-
type HumanInputRequest,
|
|
1698
|
-
type HumanInputRequestInput,
|
|
1699
|
-
type HumanInputResult,
|
|
1700
|
-
HumanInputResumeError,
|
|
1701
|
-
type HumanInputResumeValue,
|
|
1702
|
-
InvalidHumanInputResultError,
|
|
1703
|
-
waitForDurableHumanInputResolution,
|
|
1704
|
-
type WaitForDurableHumanInputResolutionOptions,
|
|
1705
|
-
waitForHumanInput,
|
|
1706
|
-
type WaitForHumanInputOptions,
|
|
1707
|
-
} from "./input/human-input.js";
|
|
1708
|
-
export {
|
|
1709
|
-
type ChatHandlerBeforeStream,
|
|
1710
|
-
type ChatHandlerBeforeStreamContext,
|
|
1711
|
-
type ChatHandlerBeforeStreamResult,
|
|
1712
|
-
type ChatHandlerConfigWithAgent,
|
|
1713
|
-
type ChatHandlerMessageInput,
|
|
1714
|
-
type ChatHandlerOptions,
|
|
1715
|
-
createChatHandler,
|
|
1716
|
-
} from "./service/chat-handler.js";
|
|
1717
|
-
export {
|
|
1718
|
-
AgentRuntime,
|
|
1719
|
-
getProviderToolProfile,
|
|
1720
|
-
type ProviderToolCompatOptions,
|
|
1721
|
-
type ProviderToolCompatProvider,
|
|
1722
|
-
type ProviderToolProfile,
|
|
1723
|
-
RunAlreadyExistsError,
|
|
1724
|
-
RunCancelledError,
|
|
1725
|
-
RunNotActiveError,
|
|
1726
|
-
RunResumeSessionManager,
|
|
1727
|
-
type RunResumeSessionManagerOptions,
|
|
1728
|
-
type RunSessionStatus,
|
|
1729
|
-
sanitizeProviderToolSchema,
|
|
1730
|
-
selectProviderCompatibleToolNames,
|
|
1731
|
-
selectProviderCompatibleTools,
|
|
1732
|
-
type SubmitResumeValueOutcome,
|
|
1733
|
-
WaitConflictError,
|
|
1734
|
-
WaitNotPendingError,
|
|
1735
|
-
} from "./runtime/index.js";
|
|
1736
|
-
|
|
1737
|
-
export {
|
|
1738
|
-
createHostedServiceAuth,
|
|
1739
|
-
createHostedServiceAuth as createAgentServiceAuth,
|
|
1740
|
-
getHostedServiceTokenFromRequest,
|
|
1741
|
-
getHostedServiceTokenFromRequest as getAgentServiceTokenFromRequest,
|
|
1742
|
-
type HostedServiceAuth,
|
|
1743
|
-
type HostedServiceAuth as AgentServiceAuth,
|
|
1744
|
-
type HostedServiceAuthConfig,
|
|
1745
|
-
type HostedServiceAuthConfig as AgentServiceAuthConfig,
|
|
1746
|
-
type HostedServiceAuthenticatedRequest,
|
|
1747
|
-
type HostedServiceAuthenticatedRequest as AgentServiceAuthenticatedRequest,
|
|
1748
|
-
HostedServiceAuthError,
|
|
1749
|
-
HostedServiceAuthError as AgentServiceAuthError,
|
|
1750
|
-
type HostedServiceAuthErrorCode,
|
|
1751
|
-
type HostedServiceAuthErrorCode as AgentServiceAuthErrorCode,
|
|
1752
|
-
type HostedServiceAuthFetch,
|
|
1753
|
-
type HostedServiceAuthFetch as AgentServiceAuthFetch,
|
|
1754
|
-
type HostedServiceAuthLogger,
|
|
1755
|
-
type HostedServiceAuthLogger as AgentServiceAuthLogger,
|
|
1756
|
-
type HostedServiceAuthOptions,
|
|
1757
|
-
type HostedServiceAuthOptions as AgentServiceAuthOptions,
|
|
1758
|
-
type HostedServiceAuthTrace,
|
|
1759
|
-
type HostedServiceAuthTrace as AgentServiceAuthTrace,
|
|
1760
|
-
type HostedServiceJwtError,
|
|
1761
|
-
type HostedServiceJwtError as AgentServiceJwtError,
|
|
1762
|
-
type HostedServiceJwtResult,
|
|
1763
|
-
type HostedServiceJwtResult as AgentServiceJwtResult,
|
|
1764
|
-
type HostedServiceProjectAccessError,
|
|
1765
|
-
type HostedServiceProjectAccessError as AgentServiceProjectAccessError,
|
|
1766
|
-
type HostedServiceProjectAccessResult,
|
|
1767
|
-
type HostedServiceProjectAccessResult as AgentServiceProjectAccessResult,
|
|
1768
|
-
isHostedServiceAuthError,
|
|
1769
|
-
isHostedServiceAuthError as isAgentServiceAuthError,
|
|
1770
|
-
} from "./service/auth.js";
|