@copilotkit/runtime 0.0.0-main-20260126221712 → 0.0.0-main-20260402184302
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/CHANGELOG.md +598 -30
- package/README.md +0 -2
- package/dist/_virtual/_@oxc-project_runtime@0.112.0/helpers/decorate.cjs +12 -0
- package/dist/_virtual/_@oxc-project_runtime@0.112.0/helpers/decorate.mjs +11 -0
- package/dist/_virtual/_@oxc-project_runtime@0.112.0/helpers/decorateMetadata.cjs +9 -0
- package/dist/_virtual/_@oxc-project_runtime@0.112.0/helpers/decorateMetadata.mjs +8 -0
- package/dist/_virtual/_@oxc-project_runtime@0.112.0/helpers/decorateParam.cjs +11 -0
- package/dist/_virtual/_@oxc-project_runtime@0.112.0/helpers/decorateParam.mjs +10 -0
- package/dist/_virtual/_rolldown/runtime.cjs +32 -0
- package/dist/_virtual/_rolldown/runtime.mjs +33 -0
- package/dist/agent/index.cjs +654 -0
- package/dist/agent/index.cjs.map +1 -0
- package/dist/agent/index.d.cts +263 -0
- package/dist/agent/index.d.cts.map +1 -0
- package/dist/agent/index.d.mts +263 -0
- package/dist/agent/index.d.mts.map +1 -0
- package/dist/agent/index.mjs +646 -0
- package/dist/agent/index.mjs.map +1 -0
- package/dist/agents/langgraph/events.cjs +25 -0
- package/dist/agents/langgraph/events.cjs.map +1 -0
- package/dist/agents/langgraph/events.mjs +24 -0
- package/dist/agents/langgraph/events.mjs.map +1 -0
- package/dist/graphql/inputs/action.input.cjs +24 -0
- package/dist/graphql/inputs/action.input.cjs.map +1 -0
- package/dist/graphql/inputs/action.input.d.cts +13 -0
- package/dist/graphql/inputs/action.input.d.cts.map +1 -0
- package/dist/graphql/inputs/action.input.d.mts +13 -0
- package/dist/graphql/inputs/action.input.d.mts.map +1 -0
- package/dist/graphql/inputs/action.input.mjs +18 -0
- package/dist/graphql/inputs/action.input.mjs.map +1 -0
- package/dist/graphql/inputs/agent-session.input.cjs +21 -0
- package/dist/graphql/inputs/agent-session.input.cjs.map +1 -0
- package/dist/graphql/inputs/agent-session.input.d.cts +10 -0
- package/dist/graphql/inputs/agent-session.input.d.cts.map +1 -0
- package/dist/graphql/inputs/agent-session.input.d.mts +10 -0
- package/dist/graphql/inputs/agent-session.input.d.mts.map +1 -0
- package/dist/graphql/inputs/agent-session.input.mjs +15 -0
- package/dist/graphql/inputs/agent-session.input.mjs.map +1 -0
- package/dist/graphql/inputs/agent-state.input.cjs +21 -0
- package/dist/graphql/inputs/agent-state.input.cjs.map +1 -0
- package/dist/graphql/inputs/agent-state.input.d.cts +10 -0
- package/dist/graphql/inputs/agent-state.input.d.cts.map +1 -0
- package/dist/graphql/inputs/agent-state.input.d.mts +10 -0
- package/dist/graphql/inputs/agent-state.input.d.mts.map +1 -0
- package/dist/graphql/inputs/agent-state.input.mjs +15 -0
- package/dist/graphql/inputs/agent-state.input.mjs.map +1 -0
- package/dist/graphql/inputs/cloud-guardrails.input.cjs +29 -0
- package/dist/graphql/inputs/cloud-guardrails.input.cjs.map +1 -0
- package/dist/graphql/inputs/cloud-guardrails.input.mjs +23 -0
- package/dist/graphql/inputs/cloud-guardrails.input.mjs.map +1 -0
- package/dist/graphql/inputs/cloud.input.cjs +21 -0
- package/dist/graphql/inputs/cloud.input.cjs.map +1 -0
- package/dist/graphql/inputs/cloud.input.mjs +15 -0
- package/dist/graphql/inputs/cloud.input.mjs.map +1 -0
- package/dist/graphql/inputs/copilot-context.input.cjs +20 -0
- package/dist/graphql/inputs/copilot-context.input.cjs.map +1 -0
- package/dist/graphql/inputs/copilot-context.input.mjs +14 -0
- package/dist/graphql/inputs/copilot-context.input.mjs.map +1 -0
- package/dist/graphql/inputs/extensions.input.cjs +24 -0
- package/dist/graphql/inputs/extensions.input.cjs.map +1 -0
- package/dist/graphql/inputs/extensions.input.d.cts +16 -0
- package/dist/graphql/inputs/extensions.input.d.cts.map +1 -0
- package/dist/graphql/inputs/extensions.input.d.mts +16 -0
- package/dist/graphql/inputs/extensions.input.d.mts.map +1 -0
- package/dist/graphql/inputs/extensions.input.mjs +18 -0
- package/dist/graphql/inputs/extensions.input.mjs.map +1 -0
- package/dist/graphql/inputs/forwarded-parameters.input.cjs +25 -0
- package/dist/graphql/inputs/forwarded-parameters.input.cjs.map +1 -0
- package/dist/graphql/inputs/forwarded-parameters.input.d.cts +13 -0
- package/dist/graphql/inputs/forwarded-parameters.input.d.cts.map +1 -0
- package/dist/graphql/inputs/forwarded-parameters.input.d.mts +13 -0
- package/dist/graphql/inputs/forwarded-parameters.input.d.mts.map +1 -0
- package/dist/graphql/inputs/forwarded-parameters.input.mjs +19 -0
- package/dist/graphql/inputs/forwarded-parameters.input.mjs.map +1 -0
- package/dist/graphql/inputs/frontend.input.cjs +22 -0
- package/dist/graphql/inputs/frontend.input.cjs.map +1 -0
- package/dist/graphql/inputs/frontend.input.mjs +16 -0
- package/dist/graphql/inputs/frontend.input.mjs.map +1 -0
- package/dist/graphql/inputs/generate-copilot-response.input.cjs +45 -0
- package/dist/graphql/inputs/generate-copilot-response.input.cjs.map +1 -0
- package/dist/graphql/inputs/generate-copilot-response.input.mjs +39 -0
- package/dist/graphql/inputs/generate-copilot-response.input.mjs.map +1 -0
- package/dist/graphql/inputs/load-agent-state.input.cjs +20 -0
- package/dist/graphql/inputs/load-agent-state.input.cjs.map +1 -0
- package/dist/graphql/inputs/load-agent-state.input.mjs +14 -0
- package/dist/graphql/inputs/load-agent-state.input.mjs.map +1 -0
- package/dist/graphql/inputs/message.input.cjs +62 -0
- package/dist/graphql/inputs/message.input.cjs.map +1 -0
- package/dist/graphql/inputs/message.input.d.cts +48 -0
- package/dist/graphql/inputs/message.input.d.cts.map +1 -0
- package/dist/graphql/inputs/message.input.d.mts +48 -0
- package/dist/graphql/inputs/message.input.d.mts.map +1 -0
- package/dist/graphql/inputs/message.input.mjs +56 -0
- package/dist/graphql/inputs/message.input.mjs.map +1 -0
- package/dist/graphql/inputs/meta-event.input.cjs +25 -0
- package/dist/graphql/inputs/meta-event.input.cjs.map +1 -0
- package/dist/graphql/inputs/meta-event.input.mjs +19 -0
- package/dist/graphql/inputs/meta-event.input.mjs.map +1 -0
- package/dist/graphql/message-conversion/agui-to-gql.cjs +159 -0
- package/dist/graphql/message-conversion/agui-to-gql.cjs.map +1 -0
- package/dist/graphql/message-conversion/agui-to-gql.mjs +159 -0
- package/dist/graphql/message-conversion/agui-to-gql.mjs.map +1 -0
- package/dist/graphql/resolvers/copilot.resolver.cjs +451 -0
- package/dist/graphql/resolvers/copilot.resolver.cjs.map +1 -0
- package/dist/graphql/resolvers/copilot.resolver.mjs +445 -0
- package/dist/graphql/resolvers/copilot.resolver.mjs.map +1 -0
- package/dist/graphql/resolvers/state.resolver.cjs +43 -0
- package/dist/graphql/resolvers/state.resolver.cjs.map +1 -0
- package/dist/graphql/resolvers/state.resolver.mjs +37 -0
- package/dist/graphql/resolvers/state.resolver.mjs.map +1 -0
- package/dist/graphql/types/agents-response.type.cjs +24 -0
- package/dist/graphql/types/agents-response.type.cjs.map +1 -0
- package/dist/graphql/types/agents-response.type.mjs +18 -0
- package/dist/graphql/types/agents-response.type.mjs.map +1 -0
- package/dist/graphql/types/base/index.cjs +21 -0
- package/dist/graphql/types/base/index.cjs.map +1 -0
- package/dist/graphql/types/base/index.d.cts +9 -0
- package/dist/graphql/types/base/index.d.cts.map +1 -0
- package/dist/graphql/types/base/index.d.mts +9 -0
- package/dist/graphql/types/base/index.d.mts.map +1 -0
- package/dist/graphql/types/base/index.mjs +15 -0
- package/dist/graphql/types/base/index.mjs.map +1 -0
- package/dist/graphql/types/converted/index.cjs +118 -0
- package/dist/graphql/types/converted/index.cjs.map +1 -0
- package/dist/graphql/types/converted/index.d.cts +78 -0
- package/dist/graphql/types/converted/index.d.cts.map +1 -0
- package/dist/graphql/types/converted/index.d.mts +78 -0
- package/dist/graphql/types/converted/index.d.mts.map +1 -0
- package/dist/graphql/types/converted/index.mjs +112 -0
- package/dist/graphql/types/converted/index.mjs.map +1 -0
- package/dist/graphql/types/copilot-response.type.cjs +82 -0
- package/dist/graphql/types/copilot-response.type.cjs.map +1 -0
- package/dist/graphql/types/copilot-response.type.d.cts +12 -0
- package/dist/graphql/types/copilot-response.type.d.cts.map +1 -0
- package/dist/graphql/types/copilot-response.type.d.mts +12 -0
- package/dist/graphql/types/copilot-response.type.d.mts.map +1 -0
- package/dist/graphql/types/copilot-response.type.mjs +70 -0
- package/dist/graphql/types/copilot-response.type.mjs.map +1 -0
- package/dist/graphql/types/enums.cjs +45 -0
- package/dist/graphql/types/enums.cjs.map +1 -0
- package/dist/graphql/types/enums.d.cts +17 -0
- package/dist/graphql/types/enums.d.cts.map +1 -0
- package/dist/graphql/types/enums.d.mts +17 -0
- package/dist/graphql/types/enums.d.mts.map +1 -0
- package/dist/graphql/types/enums.mjs +42 -0
- package/dist/graphql/types/enums.mjs.map +1 -0
- package/dist/graphql/types/extensions-response.type.cjs +24 -0
- package/dist/graphql/types/extensions-response.type.cjs.map +1 -0
- package/dist/graphql/types/extensions-response.type.d.cts +18 -0
- package/dist/graphql/types/extensions-response.type.d.cts.map +1 -0
- package/dist/graphql/types/extensions-response.type.d.mts +18 -0
- package/dist/graphql/types/extensions-response.type.d.mts.map +1 -0
- package/dist/graphql/types/extensions-response.type.mjs +18 -0
- package/dist/graphql/types/extensions-response.type.mjs.map +1 -0
- package/dist/graphql/types/load-agent-state-response.type.cjs +22 -0
- package/dist/graphql/types/load-agent-state-response.type.cjs.map +1 -0
- package/dist/graphql/types/load-agent-state-response.type.mjs +16 -0
- package/dist/graphql/types/load-agent-state-response.type.mjs.map +1 -0
- package/dist/graphql/types/message-status.type.cjs +65 -0
- package/dist/graphql/types/message-status.type.cjs.map +1 -0
- package/dist/graphql/types/message-status.type.d.cts +25 -0
- package/dist/graphql/types/message-status.type.d.cts.map +1 -0
- package/dist/graphql/types/message-status.type.d.mts +25 -0
- package/dist/graphql/types/message-status.type.d.mts.map +1 -0
- package/dist/graphql/types/message-status.type.mjs +51 -0
- package/dist/graphql/types/message-status.type.mjs.map +1 -0
- package/dist/graphql/types/meta-events.type.cjs +73 -0
- package/dist/graphql/types/meta-events.type.cjs.map +1 -0
- package/dist/graphql/types/meta-events.type.mjs +54 -0
- package/dist/graphql/types/meta-events.type.mjs.map +1 -0
- package/dist/graphql/types/response-status.type.cjs +79 -0
- package/dist/graphql/types/response-status.type.cjs.map +1 -0
- package/dist/graphql/types/response-status.type.d.cts +23 -0
- package/dist/graphql/types/response-status.type.d.cts.map +1 -0
- package/dist/graphql/types/response-status.type.d.mts +23 -0
- package/dist/graphql/types/response-status.type.d.mts.map +1 -0
- package/dist/graphql/types/response-status.type.mjs +65 -0
- package/dist/graphql/types/response-status.type.mjs.map +1 -0
- package/dist/index.cjs +64 -0
- package/dist/index.d.cts +29 -0
- package/dist/index.d.mts +29 -0
- package/dist/index.mjs +28 -5608
- package/dist/langgraph.cjs +10 -0
- package/dist/langgraph.d.cts +5 -0
- package/dist/langgraph.d.mts +5 -0
- package/dist/langgraph.mjs +4 -205
- package/dist/lib/cloud/index.d.cts +9 -0
- package/dist/lib/cloud/index.d.cts.map +1 -0
- package/dist/lib/cloud/index.d.mts +9 -0
- package/dist/lib/cloud/index.d.mts.map +1 -0
- package/dist/lib/index.cjs +40 -0
- package/dist/lib/index.cjs.map +1 -0
- package/dist/lib/index.d.cts +51 -0
- package/dist/lib/index.d.cts.map +1 -0
- package/dist/lib/index.d.mts +51 -0
- package/dist/lib/index.d.mts.map +1 -0
- package/dist/lib/index.mjs +39 -0
- package/dist/lib/index.mjs.map +1 -0
- package/dist/lib/integrations/index.d.cts +7 -0
- package/dist/lib/integrations/index.d.mts +7 -0
- package/dist/lib/integrations/nest/index.cjs +14 -0
- package/dist/lib/integrations/nest/index.cjs.map +1 -0
- package/dist/lib/integrations/nest/index.d.cts +9 -0
- package/dist/lib/integrations/nest/index.d.cts.map +1 -0
- package/dist/lib/integrations/nest/index.d.mts +9 -0
- package/dist/lib/integrations/nest/index.d.mts.map +1 -0
- package/dist/lib/integrations/nest/index.mjs +14 -0
- package/dist/lib/integrations/nest/index.mjs.map +1 -0
- package/dist/lib/integrations/nextjs/app-router.cjs +26 -0
- package/dist/lib/integrations/nextjs/app-router.cjs.map +1 -0
- package/dist/lib/integrations/nextjs/app-router.d.cts +10 -0
- package/dist/lib/integrations/nextjs/app-router.d.cts.map +1 -0
- package/dist/lib/integrations/nextjs/app-router.d.mts +10 -0
- package/dist/lib/integrations/nextjs/app-router.d.mts.map +1 -0
- package/dist/lib/integrations/nextjs/app-router.mjs +25 -0
- package/dist/lib/integrations/nextjs/app-router.mjs.map +1 -0
- package/dist/lib/integrations/nextjs/pages-router.cjs +20 -0
- package/dist/lib/integrations/nextjs/pages-router.cjs.map +1 -0
- package/dist/lib/integrations/nextjs/pages-router.d.cts +15 -0
- package/dist/lib/integrations/nextjs/pages-router.d.cts.map +1 -0
- package/dist/lib/integrations/nextjs/pages-router.d.mts +15 -0
- package/dist/lib/integrations/nextjs/pages-router.d.mts.map +1 -0
- package/dist/lib/integrations/nextjs/pages-router.mjs +19 -0
- package/dist/lib/integrations/nextjs/pages-router.mjs.map +1 -0
- package/dist/lib/integrations/node-express/index.cjs +14 -0
- package/dist/lib/integrations/node-express/index.cjs.map +1 -0
- package/dist/lib/integrations/node-express/index.d.cts +9 -0
- package/dist/lib/integrations/node-express/index.d.cts.map +1 -0
- package/dist/lib/integrations/node-express/index.d.mts +9 -0
- package/dist/lib/integrations/node-express/index.d.mts.map +1 -0
- package/dist/lib/integrations/node-express/index.mjs +14 -0
- package/dist/lib/integrations/node-express/index.mjs.map +1 -0
- package/dist/lib/integrations/node-http/index.cjs +84 -0
- package/dist/lib/integrations/node-http/index.cjs.map +1 -0
- package/dist/lib/integrations/node-http/index.d.cts +9 -0
- package/dist/lib/integrations/node-http/index.d.cts.map +1 -0
- package/dist/lib/integrations/node-http/index.d.mts +9 -0
- package/dist/lib/integrations/node-http/index.d.mts.map +1 -0
- package/dist/lib/integrations/node-http/index.mjs +84 -0
- package/dist/lib/integrations/node-http/index.mjs.map +1 -0
- package/dist/lib/integrations/node-http/request-handler.cjs +81 -0
- package/dist/lib/integrations/node-http/request-handler.cjs.map +1 -0
- package/dist/lib/integrations/node-http/request-handler.mjs +74 -0
- package/dist/lib/integrations/node-http/request-handler.mjs.map +1 -0
- package/dist/lib/integrations/shared.cjs +41 -0
- package/dist/lib/integrations/shared.cjs.map +1 -0
- package/dist/lib/integrations/shared.d.cts +57 -0
- package/dist/lib/integrations/shared.d.cts.map +1 -0
- package/dist/lib/integrations/shared.d.mts +57 -0
- package/dist/lib/integrations/shared.d.mts.map +1 -0
- package/dist/lib/integrations/shared.mjs +39 -0
- package/dist/lib/integrations/shared.mjs.map +1 -0
- package/dist/lib/logger.cjs +25 -0
- package/dist/lib/logger.cjs.map +1 -0
- package/dist/lib/logger.d.cts +13 -0
- package/dist/lib/logger.d.cts.map +1 -0
- package/dist/lib/logger.d.mts +13 -0
- package/dist/lib/logger.d.mts.map +1 -0
- package/dist/lib/logger.mjs +22 -0
- package/dist/lib/logger.mjs.map +1 -0
- package/dist/lib/observability.d.cts +72 -0
- package/dist/lib/observability.d.cts.map +1 -0
- package/dist/lib/observability.d.mts +72 -0
- package/dist/lib/observability.d.mts.map +1 -0
- package/dist/lib/runtime/agent-integrations/langgraph/agent.cjs +138 -0
- package/dist/lib/runtime/agent-integrations/langgraph/agent.cjs.map +1 -0
- package/dist/lib/runtime/agent-integrations/langgraph/agent.d.cts +862 -0
- package/dist/lib/runtime/agent-integrations/langgraph/agent.d.cts.map +1 -0
- package/dist/lib/runtime/agent-integrations/langgraph/agent.d.mts +862 -0
- package/dist/lib/runtime/agent-integrations/langgraph/agent.d.mts.map +1 -0
- package/dist/lib/runtime/agent-integrations/langgraph/agent.mjs +137 -0
- package/dist/lib/runtime/agent-integrations/langgraph/agent.mjs.map +1 -0
- package/dist/lib/runtime/agent-integrations/langgraph/consts.cjs +14 -0
- package/dist/lib/runtime/agent-integrations/langgraph/consts.cjs.map +1 -0
- package/dist/lib/runtime/agent-integrations/langgraph/consts.d.cts +20 -0
- package/dist/lib/runtime/agent-integrations/langgraph/consts.d.cts.map +1 -0
- package/dist/lib/runtime/agent-integrations/langgraph/consts.d.mts +20 -0
- package/dist/lib/runtime/agent-integrations/langgraph/consts.d.mts.map +1 -0
- package/dist/lib/runtime/agent-integrations/langgraph/consts.mjs +13 -0
- package/dist/lib/runtime/agent-integrations/langgraph/consts.mjs.map +1 -0
- package/dist/lib/runtime/agent-integrations/langgraph/index.d.cts +3 -0
- package/dist/lib/runtime/agent-integrations/langgraph/index.d.mts +3 -0
- package/dist/lib/runtime/copilot-runtime.cjs +258 -0
- package/dist/lib/runtime/copilot-runtime.cjs.map +1 -0
- package/dist/lib/runtime/copilot-runtime.d.cts +221 -0
- package/dist/lib/runtime/copilot-runtime.d.cts.map +1 -0
- package/dist/lib/runtime/copilot-runtime.d.mts +221 -0
- package/dist/lib/runtime/copilot-runtime.d.mts.map +1 -0
- package/dist/lib/runtime/copilot-runtime.mjs +254 -0
- package/dist/lib/runtime/copilot-runtime.mjs.map +1 -0
- package/dist/lib/runtime/mcp-tools-utils.cjs +138 -0
- package/dist/lib/runtime/mcp-tools-utils.cjs.map +1 -0
- package/dist/lib/runtime/mcp-tools-utils.d.cts +57 -0
- package/dist/lib/runtime/mcp-tools-utils.d.cts.map +1 -0
- package/dist/lib/runtime/mcp-tools-utils.d.mts +57 -0
- package/dist/lib/runtime/mcp-tools-utils.d.mts.map +1 -0
- package/dist/lib/runtime/mcp-tools-utils.mjs +135 -0
- package/dist/lib/runtime/mcp-tools-utils.mjs.map +1 -0
- package/dist/lib/runtime/telemetry-agent-runner.cjs +90 -0
- package/dist/lib/runtime/telemetry-agent-runner.cjs.map +1 -0
- package/dist/lib/runtime/telemetry-agent-runner.d.cts +56 -0
- package/dist/lib/runtime/telemetry-agent-runner.d.cts.map +1 -0
- package/dist/lib/runtime/telemetry-agent-runner.d.mts +56 -0
- package/dist/lib/runtime/telemetry-agent-runner.d.mts.map +1 -0
- package/dist/lib/runtime/telemetry-agent-runner.mjs +89 -0
- package/dist/lib/runtime/telemetry-agent-runner.mjs.map +1 -0
- package/dist/lib/runtime/types.cjs +12 -0
- package/dist/lib/runtime/types.cjs.map +1 -0
- package/dist/lib/runtime/types.d.cts +36 -0
- package/dist/lib/runtime/types.d.cts.map +1 -0
- package/dist/lib/runtime/types.d.mts +36 -0
- package/dist/lib/runtime/types.d.mts.map +1 -0
- package/dist/lib/runtime/types.mjs +11 -0
- package/dist/lib/runtime/types.mjs.map +1 -0
- package/dist/lib/telemetry-client.cjs +56 -0
- package/dist/lib/telemetry-client.cjs.map +1 -0
- package/dist/lib/telemetry-client.mjs +54 -0
- package/dist/lib/telemetry-client.mjs.map +1 -0
- package/dist/package.cjs +155 -0
- package/dist/package.cjs.map +1 -0
- package/dist/package.mjs +152 -0
- package/dist/package.mjs.map +1 -0
- package/dist/service-adapters/anthropic/anthropic-adapter.cjs +233 -0
- package/dist/service-adapters/anthropic/anthropic-adapter.cjs.map +1 -0
- package/dist/service-adapters/anthropic/anthropic-adapter.d.cts +56 -0
- package/dist/service-adapters/anthropic/anthropic-adapter.d.cts.map +1 -0
- package/dist/service-adapters/anthropic/anthropic-adapter.d.mts +56 -0
- package/dist/service-adapters/anthropic/anthropic-adapter.d.mts.map +1 -0
- package/dist/service-adapters/anthropic/anthropic-adapter.mjs +233 -0
- package/dist/service-adapters/anthropic/anthropic-adapter.mjs.map +1 -0
- package/dist/service-adapters/anthropic/utils.cjs +116 -0
- package/dist/service-adapters/anthropic/utils.cjs.map +1 -0
- package/dist/service-adapters/anthropic/utils.mjs +113 -0
- package/dist/service-adapters/anthropic/utils.mjs.map +1 -0
- package/dist/service-adapters/bedrock/bedrock-adapter.cjs +47 -0
- package/dist/service-adapters/bedrock/bedrock-adapter.cjs.map +1 -0
- package/dist/service-adapters/bedrock/bedrock-adapter.d.cts +31 -0
- package/dist/service-adapters/bedrock/bedrock-adapter.d.cts.map +1 -0
- package/dist/service-adapters/bedrock/bedrock-adapter.d.mts +31 -0
- package/dist/service-adapters/bedrock/bedrock-adapter.d.mts.map +1 -0
- package/dist/service-adapters/bedrock/bedrock-adapter.mjs +48 -0
- package/dist/service-adapters/bedrock/bedrock-adapter.mjs.map +1 -0
- package/dist/service-adapters/empty/empty-adapter.cjs +19 -0
- package/dist/service-adapters/empty/empty-adapter.cjs.map +1 -0
- package/dist/service-adapters/empty/empty-adapter.d.cts +12 -0
- package/dist/service-adapters/empty/empty-adapter.d.cts.map +1 -0
- package/dist/service-adapters/empty/empty-adapter.d.mts +12 -0
- package/dist/service-adapters/empty/empty-adapter.d.mts.map +1 -0
- package/dist/service-adapters/empty/empty-adapter.mjs +17 -0
- package/dist/service-adapters/empty/empty-adapter.mjs.map +1 -0
- package/dist/service-adapters/events.cjs +29 -0
- package/dist/service-adapters/events.cjs.map +1 -0
- package/dist/service-adapters/events.d.cts +185 -0
- package/dist/service-adapters/events.d.cts.map +1 -0
- package/dist/service-adapters/events.d.mts +185 -0
- package/dist/service-adapters/events.d.mts.map +1 -0
- package/dist/service-adapters/events.mjs +28 -0
- package/dist/service-adapters/events.mjs.map +1 -0
- package/dist/service-adapters/experimental/ollama/ollama-adapter.cjs +38 -0
- package/dist/service-adapters/experimental/ollama/ollama-adapter.cjs.map +1 -0
- package/dist/service-adapters/experimental/ollama/ollama-adapter.d.cts +17 -0
- package/dist/service-adapters/experimental/ollama/ollama-adapter.d.cts.map +1 -0
- package/dist/service-adapters/experimental/ollama/ollama-adapter.d.mts +17 -0
- package/dist/service-adapters/experimental/ollama/ollama-adapter.d.mts.map +1 -0
- package/dist/service-adapters/experimental/ollama/ollama-adapter.mjs +38 -0
- package/dist/service-adapters/experimental/ollama/ollama-adapter.mjs.map +1 -0
- package/dist/service-adapters/google/google-genai-adapter.cjs +52 -0
- package/dist/service-adapters/google/google-genai-adapter.cjs.map +1 -0
- package/dist/service-adapters/google/google-genai-adapter.d.cts +26 -0
- package/dist/service-adapters/google/google-genai-adapter.d.cts.map +1 -0
- package/dist/service-adapters/google/google-genai-adapter.d.mts +26 -0
- package/dist/service-adapters/google/google-genai-adapter.d.mts.map +1 -0
- package/dist/service-adapters/google/google-genai-adapter.mjs +53 -0
- package/dist/service-adapters/google/google-genai-adapter.mjs.map +1 -0
- package/dist/service-adapters/groq/groq-adapter.cjs +122 -0
- package/dist/service-adapters/groq/groq-adapter.cjs.map +1 -0
- package/dist/service-adapters/groq/groq-adapter.d.cts +40 -0
- package/dist/service-adapters/groq/groq-adapter.d.cts.map +1 -0
- package/dist/service-adapters/groq/groq-adapter.d.mts +40 -0
- package/dist/service-adapters/groq/groq-adapter.d.mts.map +1 -0
- package/dist/service-adapters/groq/groq-adapter.mjs +122 -0
- package/dist/service-adapters/groq/groq-adapter.mjs.map +1 -0
- package/dist/service-adapters/index.d.cts +15 -0
- package/dist/service-adapters/index.d.mts +16 -0
- package/dist/service-adapters/langchain/langchain-adapter.cjs +44 -0
- package/dist/service-adapters/langchain/langchain-adapter.cjs.map +1 -0
- package/dist/service-adapters/langchain/langchain-adapter.d.cts +32 -0
- package/dist/service-adapters/langchain/langchain-adapter.d.cts.map +1 -0
- package/dist/service-adapters/langchain/langchain-adapter.d.mts +32 -0
- package/dist/service-adapters/langchain/langchain-adapter.d.mts.map +1 -0
- package/dist/service-adapters/langchain/langchain-adapter.mjs +44 -0
- package/dist/service-adapters/langchain/langchain-adapter.mjs.map +1 -0
- package/dist/service-adapters/langchain/langserve.cjs +63 -0
- package/dist/service-adapters/langchain/langserve.cjs.map +1 -0
- package/dist/service-adapters/langchain/langserve.d.cts +24 -0
- package/dist/service-adapters/langchain/langserve.d.cts.map +1 -0
- package/dist/service-adapters/langchain/langserve.d.mts +24 -0
- package/dist/service-adapters/langchain/langserve.d.mts.map +1 -0
- package/dist/service-adapters/langchain/langserve.mjs +64 -0
- package/dist/service-adapters/langchain/langserve.mjs.map +1 -0
- package/dist/service-adapters/langchain/types.d.cts +11 -0
- package/dist/service-adapters/langchain/types.d.cts.map +1 -0
- package/dist/service-adapters/langchain/types.d.mts +11 -0
- package/dist/service-adapters/langchain/types.d.mts.map +1 -0
- package/dist/service-adapters/langchain/utils.cjs +183 -0
- package/dist/service-adapters/langchain/utils.cjs.map +1 -0
- package/dist/service-adapters/langchain/utils.mjs +180 -0
- package/dist/service-adapters/langchain/utils.mjs.map +1 -0
- package/dist/service-adapters/openai/openai-adapter.cjs +136 -0
- package/dist/service-adapters/openai/openai-adapter.cjs.map +1 -0
- package/dist/service-adapters/openai/openai-adapter.d.cts +49 -0
- package/dist/service-adapters/openai/openai-adapter.d.cts.map +1 -0
- package/dist/service-adapters/openai/openai-adapter.d.mts +49 -0
- package/dist/service-adapters/openai/openai-adapter.d.mts.map +1 -0
- package/dist/service-adapters/openai/openai-adapter.mjs +134 -0
- package/dist/service-adapters/openai/openai-adapter.mjs.map +1 -0
- package/dist/service-adapters/openai/openai-assistant-adapter.cjs +157 -0
- package/dist/service-adapters/openai/openai-assistant-adapter.cjs.map +1 -0
- package/dist/service-adapters/openai/openai-assistant-adapter.d.cts +59 -0
- package/dist/service-adapters/openai/openai-assistant-adapter.d.cts.map +1 -0
- package/dist/service-adapters/openai/openai-assistant-adapter.d.mts +59 -0
- package/dist/service-adapters/openai/openai-assistant-adapter.d.mts.map +1 -0
- package/dist/service-adapters/openai/openai-assistant-adapter.mjs +158 -0
- package/dist/service-adapters/openai/openai-assistant-adapter.mjs.map +1 -0
- package/dist/service-adapters/openai/utils.cjs +143 -0
- package/dist/service-adapters/openai/utils.cjs.map +1 -0
- package/dist/service-adapters/openai/utils.mjs +139 -0
- package/dist/service-adapters/openai/utils.mjs.map +1 -0
- package/dist/service-adapters/service-adapter.d.cts +45 -0
- package/dist/service-adapters/service-adapter.d.cts.map +1 -0
- package/dist/service-adapters/service-adapter.d.mts +45 -0
- package/dist/service-adapters/service-adapter.d.mts.map +1 -0
- package/dist/service-adapters/shared/error-utils.cjs +36 -0
- package/dist/service-adapters/shared/error-utils.cjs.map +1 -0
- package/dist/service-adapters/shared/error-utils.d.cts +12 -0
- package/dist/service-adapters/shared/error-utils.d.cts.map +1 -0
- package/dist/service-adapters/shared/error-utils.d.mts +12 -0
- package/dist/service-adapters/shared/error-utils.d.mts.map +1 -0
- package/dist/service-adapters/shared/error-utils.mjs +35 -0
- package/dist/service-adapters/shared/error-utils.mjs.map +1 -0
- package/dist/service-adapters/shared/index.d.mts +3 -0
- package/dist/service-adapters/shared/sdk-client-utils.cjs +17 -0
- package/dist/service-adapters/shared/sdk-client-utils.cjs.map +1 -0
- package/dist/service-adapters/shared/sdk-client-utils.d.cts +14 -0
- package/dist/service-adapters/shared/sdk-client-utils.d.cts.map +1 -0
- package/dist/service-adapters/shared/sdk-client-utils.d.mts +14 -0
- package/dist/service-adapters/shared/sdk-client-utils.d.mts.map +1 -0
- package/dist/service-adapters/shared/sdk-client-utils.mjs +16 -0
- package/dist/service-adapters/shared/sdk-client-utils.mjs.map +1 -0
- package/dist/service-adapters/unify/unify-adapter.cjs +93 -0
- package/dist/service-adapters/unify/unify-adapter.cjs.map +1 -0
- package/dist/service-adapters/unify/unify-adapter.d.cts +20 -0
- package/dist/service-adapters/unify/unify-adapter.d.cts.map +1 -0
- package/dist/service-adapters/unify/unify-adapter.d.mts +20 -0
- package/dist/service-adapters/unify/unify-adapter.d.mts.map +1 -0
- package/dist/service-adapters/unify/unify-adapter.mjs +93 -0
- package/dist/service-adapters/unify/unify-adapter.mjs.map +1 -0
- package/dist/utils/failed-response-status-reasons.cjs +37 -0
- package/dist/utils/failed-response-status-reasons.cjs.map +1 -0
- package/dist/utils/failed-response-status-reasons.d.cts +58 -0
- package/dist/utils/failed-response-status-reasons.d.cts.map +1 -0
- package/dist/utils/failed-response-status-reasons.d.mts +58 -0
- package/dist/utils/failed-response-status-reasons.d.mts.map +1 -0
- package/dist/utils/failed-response-status-reasons.mjs +35 -0
- package/dist/utils/failed-response-status-reasons.mjs.map +1 -0
- package/dist/v2/index.cjs +44 -0
- package/dist/v2/index.d.cts +15 -0
- package/dist/v2/index.d.mts +15 -0
- package/dist/v2/index.mjs +15 -5
- package/dist/v2/runtime/endpoints/express-single.cjs +190 -0
- package/dist/v2/runtime/endpoints/express-single.cjs.map +1 -0
- package/dist/v2/runtime/endpoints/express-single.d.cts +16 -0
- package/dist/v2/runtime/endpoints/express-single.d.cts.map +1 -0
- package/dist/v2/runtime/endpoints/express-single.d.mts +16 -0
- package/dist/v2/runtime/endpoints/express-single.d.mts.map +1 -0
- package/dist/v2/runtime/endpoints/express-single.mjs +187 -0
- package/dist/v2/runtime/endpoints/express-single.mjs.map +1 -0
- package/dist/v2/runtime/endpoints/express-utils.cjs +119 -0
- package/dist/v2/runtime/endpoints/express-utils.cjs.map +1 -0
- package/dist/v2/runtime/endpoints/express-utils.mjs +117 -0
- package/dist/v2/runtime/endpoints/express-utils.mjs.map +1 -0
- package/dist/v2/runtime/endpoints/express.cjs +217 -0
- package/dist/v2/runtime/endpoints/express.cjs.map +1 -0
- package/dist/v2/runtime/endpoints/express.d.cts +16 -0
- package/dist/v2/runtime/endpoints/express.d.cts.map +1 -0
- package/dist/v2/runtime/endpoints/express.d.mts +16 -0
- package/dist/v2/runtime/endpoints/express.d.mts.map +1 -0
- package/dist/v2/runtime/endpoints/express.mjs +214 -0
- package/dist/v2/runtime/endpoints/express.mjs.map +1 -0
- package/dist/v2/runtime/endpoints/hono-single.cjs +141 -0
- package/dist/v2/runtime/endpoints/hono-single.cjs.map +1 -0
- package/dist/v2/runtime/endpoints/hono-single.d.cts +41 -0
- package/dist/v2/runtime/endpoints/hono-single.d.cts.map +1 -0
- package/dist/v2/runtime/endpoints/hono-single.d.mts +41 -0
- package/dist/v2/runtime/endpoints/hono-single.d.mts.map +1 -0
- package/dist/v2/runtime/endpoints/hono-single.mjs +140 -0
- package/dist/v2/runtime/endpoints/hono-single.mjs.map +1 -0
- package/dist/v2/runtime/endpoints/hono.cjs +248 -0
- package/dist/v2/runtime/endpoints/hono.cjs.map +1 -0
- package/dist/v2/runtime/endpoints/hono.d.cts +164 -0
- package/dist/v2/runtime/endpoints/hono.d.cts.map +1 -0
- package/dist/v2/runtime/endpoints/hono.d.mts +164 -0
- package/dist/v2/runtime/endpoints/hono.d.mts.map +1 -0
- package/dist/v2/runtime/endpoints/hono.mjs +247 -0
- package/dist/v2/runtime/endpoints/hono.mjs.map +1 -0
- package/dist/v2/runtime/endpoints/index.d.cts +5 -0
- package/dist/v2/runtime/endpoints/index.d.mts +5 -0
- package/dist/v2/runtime/endpoints/single-route-helpers.cjs +68 -0
- package/dist/v2/runtime/endpoints/single-route-helpers.cjs.map +1 -0
- package/dist/v2/runtime/endpoints/single-route-helpers.mjs +65 -0
- package/dist/v2/runtime/endpoints/single-route-helpers.mjs.map +1 -0
- package/dist/v2/runtime/handlers/get-runtime-info.cjs +51 -0
- package/dist/v2/runtime/handlers/get-runtime-info.cjs.map +1 -0
- package/dist/v2/runtime/handlers/get-runtime-info.mjs +51 -0
- package/dist/v2/runtime/handlers/get-runtime-info.mjs.map +1 -0
- package/dist/v2/runtime/handlers/handle-connect.cjs +49 -0
- package/dist/v2/runtime/handlers/handle-connect.cjs.map +1 -0
- package/dist/v2/runtime/handlers/handle-connect.mjs +49 -0
- package/dist/v2/runtime/handlers/handle-connect.mjs.map +1 -0
- package/dist/v2/runtime/handlers/handle-run.cjs +61 -0
- package/dist/v2/runtime/handlers/handle-run.cjs.map +1 -0
- package/dist/v2/runtime/handlers/handle-run.mjs +61 -0
- package/dist/v2/runtime/handlers/handle-run.mjs.map +1 -0
- package/dist/v2/runtime/handlers/handle-stop.cjs +47 -0
- package/dist/v2/runtime/handlers/handle-stop.cjs.map +1 -0
- package/dist/v2/runtime/handlers/handle-stop.mjs +46 -0
- package/dist/v2/runtime/handlers/handle-stop.mjs.map +1 -0
- package/dist/v2/runtime/handlers/handle-transcribe.cjs +112 -0
- package/dist/v2/runtime/handlers/handle-transcribe.cjs.map +1 -0
- package/dist/v2/runtime/handlers/handle-transcribe.mjs +111 -0
- package/dist/v2/runtime/handlers/handle-transcribe.mjs.map +1 -0
- package/dist/v2/runtime/handlers/header-utils.cjs +26 -0
- package/dist/v2/runtime/handlers/header-utils.cjs.map +1 -0
- package/dist/v2/runtime/handlers/header-utils.mjs +25 -0
- package/dist/v2/runtime/handlers/header-utils.mjs.map +1 -0
- package/dist/v2/runtime/handlers/intelligence/connect.cjs +37 -0
- package/dist/v2/runtime/handlers/intelligence/connect.cjs.map +1 -0
- package/dist/v2/runtime/handlers/intelligence/connect.mjs +37 -0
- package/dist/v2/runtime/handlers/intelligence/connect.mjs.map +1 -0
- package/dist/v2/runtime/handlers/intelligence/run.cjs +89 -0
- package/dist/v2/runtime/handlers/intelligence/run.cjs.map +1 -0
- package/dist/v2/runtime/handlers/intelligence/run.mjs +88 -0
- package/dist/v2/runtime/handlers/intelligence/run.mjs.map +1 -0
- package/dist/v2/runtime/handlers/intelligence/thread-names.cjs +146 -0
- package/dist/v2/runtime/handlers/intelligence/thread-names.cjs.map +1 -0
- package/dist/v2/runtime/handlers/intelligence/thread-names.mjs +145 -0
- package/dist/v2/runtime/handlers/intelligence/thread-names.mjs.map +1 -0
- package/dist/v2/runtime/handlers/intelligence/threads.cjs +159 -0
- package/dist/v2/runtime/handlers/intelligence/threads.cjs.map +1 -0
- package/dist/v2/runtime/handlers/intelligence/threads.mjs +154 -0
- package/dist/v2/runtime/handlers/intelligence/threads.mjs.map +1 -0
- package/dist/v2/runtime/handlers/shared/agent-utils.cjs +74 -0
- package/dist/v2/runtime/handlers/shared/agent-utils.cjs.map +1 -0
- package/dist/v2/runtime/handlers/shared/agent-utils.mjs +70 -0
- package/dist/v2/runtime/handlers/shared/agent-utils.mjs.map +1 -0
- package/dist/v2/runtime/handlers/shared/intelligence-utils.cjs +21 -0
- package/dist/v2/runtime/handlers/shared/intelligence-utils.cjs.map +1 -0
- package/dist/v2/runtime/handlers/shared/intelligence-utils.mjs +20 -0
- package/dist/v2/runtime/handlers/shared/intelligence-utils.mjs.map +1 -0
- package/dist/v2/runtime/handlers/shared/json-response.cjs +12 -0
- package/dist/v2/runtime/handlers/shared/json-response.cjs.map +1 -0
- package/dist/v2/runtime/handlers/shared/json-response.mjs +10 -0
- package/dist/v2/runtime/handlers/shared/json-response.mjs.map +1 -0
- package/dist/v2/runtime/handlers/shared/resolve-intelligence-user.cjs +20 -0
- package/dist/v2/runtime/handlers/shared/resolve-intelligence-user.cjs.map +1 -0
- package/dist/v2/runtime/handlers/shared/resolve-intelligence-user.mjs +20 -0
- package/dist/v2/runtime/handlers/shared/resolve-intelligence-user.mjs.map +1 -0
- package/dist/v2/runtime/handlers/shared/sse-response.cjs +69 -0
- package/dist/v2/runtime/handlers/shared/sse-response.cjs.map +1 -0
- package/dist/v2/runtime/handlers/shared/sse-response.mjs +68 -0
- package/dist/v2/runtime/handlers/shared/sse-response.mjs.map +1 -0
- package/dist/v2/runtime/handlers/sse/connect.cjs +18 -0
- package/dist/v2/runtime/handlers/sse/connect.cjs.map +1 -0
- package/dist/v2/runtime/handlers/sse/connect.mjs +18 -0
- package/dist/v2/runtime/handlers/sse/connect.mjs.map +1 -0
- package/dist/v2/runtime/handlers/sse/run.cjs +18 -0
- package/dist/v2/runtime/handlers/sse/run.cjs.map +1 -0
- package/dist/v2/runtime/handlers/sse/run.mjs +18 -0
- package/dist/v2/runtime/handlers/sse/run.mjs.map +1 -0
- package/dist/v2/runtime/index.d.cts +13 -0
- package/dist/v2/runtime/index.d.mts +14 -0
- package/dist/v2/runtime/intelligence-platform/client.cjs +333 -0
- package/dist/v2/runtime/intelligence-platform/client.cjs.map +1 -0
- package/dist/v2/runtime/intelligence-platform/client.d.cts +336 -0
- package/dist/v2/runtime/intelligence-platform/client.d.cts.map +1 -0
- package/dist/v2/runtime/intelligence-platform/client.d.mts +336 -0
- package/dist/v2/runtime/intelligence-platform/client.d.mts.map +1 -0
- package/dist/v2/runtime/intelligence-platform/client.mjs +331 -0
- package/dist/v2/runtime/intelligence-platform/client.mjs.map +1 -0
- package/dist/v2/runtime/intelligence-platform/index.d.mts +2 -0
- package/dist/v2/runtime/middleware-sse-parser.cjs +138 -0
- package/dist/v2/runtime/middleware-sse-parser.cjs.map +1 -0
- package/dist/v2/runtime/middleware-sse-parser.d.cts +22 -0
- package/dist/v2/runtime/middleware-sse-parser.d.cts.map +1 -0
- package/dist/v2/runtime/middleware-sse-parser.d.mts +22 -0
- package/dist/v2/runtime/middleware-sse-parser.d.mts.map +1 -0
- package/dist/v2/runtime/middleware-sse-parser.mjs +137 -0
- package/dist/v2/runtime/middleware-sse-parser.mjs.map +1 -0
- package/dist/v2/runtime/middleware.cjs +35 -0
- package/dist/v2/runtime/middleware.cjs.map +1 -0
- package/dist/v2/runtime/middleware.d.cts +32 -0
- package/dist/v2/runtime/middleware.d.cts.map +1 -0
- package/dist/v2/runtime/middleware.d.mts +32 -0
- package/dist/v2/runtime/middleware.d.mts.map +1 -0
- package/dist/v2/runtime/middleware.mjs +33 -0
- package/dist/v2/runtime/middleware.mjs.map +1 -0
- package/dist/v2/runtime/runner/agent-runner.cjs +8 -0
- package/dist/v2/runtime/runner/agent-runner.cjs.map +1 -0
- package/dist/v2/runtime/runner/agent-runner.d.cts +32 -0
- package/dist/v2/runtime/runner/agent-runner.d.cts.map +1 -0
- package/dist/v2/runtime/runner/agent-runner.d.mts +32 -0
- package/dist/v2/runtime/runner/agent-runner.d.mts.map +1 -0
- package/dist/v2/runtime/runner/agent-runner.mjs +7 -0
- package/dist/v2/runtime/runner/agent-runner.mjs.map +1 -0
- package/dist/v2/runtime/runner/in-memory.cjs +223 -0
- package/dist/v2/runtime/runner/in-memory.cjs.map +1 -0
- package/dist/v2/runtime/runner/in-memory.d.cts +15 -0
- package/dist/v2/runtime/runner/in-memory.d.cts.map +1 -0
- package/dist/v2/runtime/runner/in-memory.d.mts +15 -0
- package/dist/v2/runtime/runner/in-memory.d.mts.map +1 -0
- package/dist/v2/runtime/runner/in-memory.mjs +222 -0
- package/dist/v2/runtime/runner/in-memory.mjs.map +1 -0
- package/dist/v2/runtime/runner/index.d.cts +6 -0
- package/dist/v2/runtime/runner/index.d.mts +6 -0
- package/dist/v2/runtime/runner/index.mjs +7 -0
- package/dist/v2/runtime/runner/intelligence.cjs +246 -0
- package/dist/v2/runtime/runner/intelligence.cjs.map +1 -0
- package/dist/v2/runtime/runner/intelligence.d.cts +57 -0
- package/dist/v2/runtime/runner/intelligence.d.cts.map +1 -0
- package/dist/v2/runtime/runner/intelligence.d.mts +57 -0
- package/dist/v2/runtime/runner/intelligence.d.mts.map +1 -0
- package/dist/v2/runtime/runner/intelligence.mjs +245 -0
- package/dist/v2/runtime/runner/intelligence.mjs.map +1 -0
- package/dist/v2/runtime/runtime.cjs +101 -0
- package/dist/v2/runtime/runtime.cjs.map +1 -0
- package/dist/v2/runtime/runtime.d.cts +132 -0
- package/dist/v2/runtime/runtime.d.cts.map +1 -0
- package/dist/v2/runtime/runtime.d.mts +133 -0
- package/dist/v2/runtime/runtime.d.mts.map +1 -0
- package/dist/v2/runtime/runtime.mjs +97 -0
- package/dist/v2/runtime/runtime.mjs.map +1 -0
- package/dist/v2/runtime/telemetry/scarf-client.cjs +32 -0
- package/dist/v2/runtime/telemetry/scarf-client.cjs.map +1 -0
- package/dist/v2/runtime/telemetry/scarf-client.mjs +32 -0
- package/dist/v2/runtime/telemetry/scarf-client.mjs.map +1 -0
- package/dist/v2/runtime/telemetry/telemetry-client.cjs +35 -0
- package/dist/v2/runtime/telemetry/telemetry-client.cjs.map +1 -0
- package/dist/v2/runtime/telemetry/telemetry-client.mjs +35 -0
- package/dist/v2/runtime/telemetry/telemetry-client.mjs.map +1 -0
- package/dist/v2/runtime/transcription-service/transcription-service.cjs +8 -0
- package/dist/v2/runtime/transcription-service/transcription-service.cjs.map +1 -0
- package/dist/v2/runtime/transcription-service/transcription-service.d.cts +15 -0
- package/dist/v2/runtime/transcription-service/transcription-service.d.cts.map +1 -0
- package/dist/v2/runtime/transcription-service/transcription-service.d.mts +15 -0
- package/dist/v2/runtime/transcription-service/transcription-service.d.mts.map +1 -0
- package/dist/v2/runtime/transcription-service/transcription-service.mjs +7 -0
- package/dist/v2/runtime/transcription-service/transcription-service.mjs.map +1 -0
- package/package.json +89 -63
- package/scripts/generate-gql-schema.ts +4 -1
- package/src/agent/__tests__/ai-sdk-v6-compat.test.ts +116 -0
- package/src/agent/__tests__/basic-agent.test.ts +1698 -0
- package/src/agent/__tests__/config-tools-execution.test.ts +516 -0
- package/src/agent/__tests__/mcp-clients.test.ts +260 -0
- package/src/agent/__tests__/property-overrides.test.ts +598 -0
- package/src/agent/__tests__/standard-schema-tools.test.ts +313 -0
- package/src/agent/__tests__/standard-schema-types.test.ts +158 -0
- package/src/agent/__tests__/state-tools.test.ts +436 -0
- package/src/agent/__tests__/test-helpers.ts +193 -0
- package/src/agent/__tests__/utils.test.ts +536 -0
- package/src/agent/__tests__/zod-regression.test.ts +350 -0
- package/src/agent/index.ts +1329 -0
- package/src/agents/langgraph/event-source.ts +54 -18
- package/src/agents/langgraph/events.ts +21 -4
- package/src/graphql/inputs/extensions.input.ts +6 -6
- package/src/graphql/inputs/message.input.ts +20 -20
- package/src/graphql/message-conversion/agui-to-gql.test.ts +141 -20
- package/src/graphql/message-conversion/agui-to-gql.ts +70 -19
- package/src/graphql/message-conversion/gql-to-agui.test.ts +126 -53
- package/src/graphql/message-conversion/gql-to-agui.ts +31 -12
- package/src/graphql/message-conversion/roundtrip-conversion.test.ts +58 -23
- package/src/graphql/resolvers/copilot.resolver.ts +195 -119
- package/src/graphql/resolvers/state.resolver.ts +4 -1
- package/src/graphql/types/converted/index.ts +10 -3
- package/src/graphql/types/copilot-response.type.ts +4 -1
- package/src/graphql/types/extensions-response.type.ts +6 -6
- package/src/graphql/types/message-status.type.ts +8 -2
- package/src/graphql/types/meta-events.type.ts +9 -2
- package/src/graphql/types/response-status.type.ts +13 -2
- package/src/index.ts +0 -1
- package/src/lib/error-messages.ts +18 -7
- package/src/lib/integrations/nest/index.ts +10 -3
- package/src/lib/integrations/nextjs/app-router.ts +12 -5
- package/src/lib/integrations/nextjs/pages-router.ts +7 -2
- package/src/lib/integrations/node-express/index.ts +10 -3
- package/src/lib/integrations/node-http/index.ts +41 -13
- package/src/lib/integrations/node-http/request-handler.ts +25 -8
- package/src/lib/integrations/shared.ts +17 -86
- package/src/lib/logger.ts +4 -1
- package/src/lib/observability.ts +9 -2
- package/src/lib/runtime/__tests__/copilot-runtime-error.test.ts +23 -9
- package/src/lib/runtime/__tests__/mcp-tools-utils.test.ts +11 -5
- package/src/lib/runtime/agent-integrations/langgraph/__tests__/dispatch-event-filtering.test.ts +155 -0
- package/src/lib/runtime/agent-integrations/langgraph/agent.ts +50 -17
- package/src/lib/runtime/agent-integrations/langgraph/consts.ts +4 -1
- package/src/lib/runtime/copilot-runtime.ts +153 -80
- package/src/lib/runtime/mcp-tools-utils.ts +66 -42
- package/src/lib/runtime/retry-utils.ts +7 -2
- package/src/lib/runtime/telemetry-agent-runner.ts +18 -6
- package/src/lib/runtime/types.ts +1 -2
- package/src/lib/runtime/utils.ts +9 -3
- package/src/lib/streaming.ts +25 -7
- package/src/lib/telemetry-client.ts +3 -1
- package/src/service-adapters/anthropic/anthropic-adapter.ts +79 -19
- package/src/service-adapters/anthropic/utils.ts +11 -3
- package/src/service-adapters/conversion.test.ts +56 -0
- package/src/service-adapters/conversion.ts +5 -3
- package/src/service-adapters/events.ts +54 -11
- package/src/service-adapters/experimental/ollama/ollama-adapter.ts +3 -3
- package/src/service-adapters/google/google-genai-adapter.test.ts +59 -12
- package/src/service-adapters/google/google-genai-adapter.ts +10 -3
- package/src/service-adapters/groq/groq-adapter.ts +32 -6
- package/src/service-adapters/langchain/langchain-adapter.ts +3 -1
- package/src/service-adapters/langchain/types.ts +9 -3
- package/src/service-adapters/langchain/utils.ts +25 -8
- package/src/service-adapters/openai/openai-adapter.ts +35 -9
- package/src/service-adapters/openai/openai-assistant-adapter.ts +67 -24
- package/src/service-adapters/openai/utils.ts +9 -3
- package/src/service-adapters/service-adapter.ts +9 -0
- package/src/service-adapters/shared/error-utils.ts +4 -1
- package/src/service-adapters/shared/index.ts +1 -0
- package/src/service-adapters/shared/sdk-client-utils.ts +19 -0
- package/src/service-adapters/unify/unify-adapter.ts +20 -6
- package/src/v2/index.ts +5 -3
- package/src/v2/runtime/__tests__/cors-credentials.test.ts +320 -0
- package/src/v2/runtime/__tests__/express-abort-signal.test.ts +25 -0
- package/src/v2/runtime/__tests__/express-body-order.test.ts +76 -0
- package/src/v2/runtime/__tests__/express-single-sse.test.ts +122 -0
- package/src/v2/runtime/__tests__/get-runtime-info.test.ts +141 -0
- package/src/v2/runtime/__tests__/handle-connect.test.ts +423 -0
- package/src/v2/runtime/__tests__/handle-run.test.ts +910 -0
- package/src/v2/runtime/__tests__/handle-threads.test.ts +388 -0
- package/src/v2/runtime/__tests__/handle-transcribe.test.ts +301 -0
- package/src/v2/runtime/__tests__/header-utils.test.ts +88 -0
- package/src/v2/runtime/__tests__/in-process-agent-runner-messages.test.ts +230 -0
- package/src/v2/runtime/__tests__/in-process-agent-runner.test.ts +1030 -0
- package/src/v2/runtime/__tests__/middleware-express.test.ts +208 -0
- package/src/v2/runtime/__tests__/middleware-single-express.test.ts +213 -0
- package/src/v2/runtime/__tests__/middleware-single.test.ts +225 -0
- package/src/v2/runtime/__tests__/middleware-sse-parser.test.ts +187 -0
- package/src/v2/runtime/__tests__/middleware.test.ts +251 -0
- package/src/v2/runtime/__tests__/routing-express.test.ts +174 -0
- package/src/v2/runtime/__tests__/routing-single-express.test.ts +168 -0
- package/src/v2/runtime/__tests__/routing-single.test.ts +193 -0
- package/src/v2/runtime/__tests__/routing.test.ts +257 -0
- package/src/v2/runtime/__tests__/runtime.test.ts +123 -0
- package/src/v2/runtime/__tests__/telemetry.test.ts +167 -0
- package/src/v2/runtime/__tests__/thread-names.test.ts +188 -0
- package/src/v2/runtime/endpoints/express-single.ts +231 -0
- package/src/v2/runtime/endpoints/express-utils.ts +182 -0
- package/src/v2/runtime/endpoints/express.ts +275 -0
- package/src/v2/runtime/endpoints/hono-single.ts +212 -0
- package/src/v2/runtime/endpoints/hono.ts +314 -0
- package/src/v2/runtime/endpoints/index.ts +4 -0
- package/src/v2/runtime/endpoints/single-route-helpers.ts +125 -0
- package/src/v2/runtime/express.ts +2 -0
- package/src/v2/runtime/handler.ts +3 -0
- package/src/v2/runtime/handlers/get-runtime-info.ts +79 -0
- package/src/v2/runtime/handlers/handle-connect.ts +76 -0
- package/src/v2/runtime/handlers/handle-run.ts +89 -0
- package/src/v2/runtime/handlers/handle-stop.ts +76 -0
- package/src/v2/runtime/handlers/handle-threads.ts +7 -0
- package/src/v2/runtime/handlers/handle-transcribe.ts +256 -0
- package/src/v2/runtime/handlers/header-utils.ts +24 -0
- package/src/v2/runtime/handlers/intelligence/connect.ts +65 -0
- package/src/v2/runtime/handlers/intelligence/run.ts +152 -0
- package/src/v2/runtime/handlers/intelligence/thread-names.ts +246 -0
- package/src/v2/runtime/handlers/intelligence/threads.ts +233 -0
- package/src/v2/runtime/handlers/shared/agent-utils.ts +136 -0
- package/src/v2/runtime/handlers/shared/intelligence-utils.ts +21 -0
- package/src/v2/runtime/handlers/shared/json-response.ts +6 -0
- package/src/v2/runtime/handlers/shared/resolve-intelligence-user.ts +25 -0
- package/src/v2/runtime/handlers/shared/sse-response.ts +100 -0
- package/src/v2/runtime/handlers/sse/connect.ts +24 -0
- package/src/v2/runtime/handlers/sse/run.ts +27 -0
- package/src/v2/runtime/index.ts +20 -0
- package/src/v2/runtime/intelligence-platform/__tests__/client.test.ts +605 -0
- package/src/v2/runtime/intelligence-platform/client.ts +659 -0
- package/src/v2/runtime/intelligence-platform/index.ts +10 -0
- package/src/v2/runtime/middleware-sse-parser.ts +200 -0
- package/src/v2/runtime/middleware.ts +115 -0
- package/src/v2/runtime/runner/__tests__/finalize-events.test.ts +109 -0
- package/src/v2/runtime/runner/__tests__/in-memory-runner.e2e.test.ts +775 -0
- package/src/v2/runtime/runner/__tests__/in-memory-runner.test.ts +363 -0
- package/src/v2/runtime/runner/__tests__/intelligence-runner.test.ts +981 -0
- package/src/v2/runtime/runner/agent-runner.ts +36 -0
- package/src/v2/runtime/runner/in-memory.ts +381 -0
- package/src/v2/runtime/runner/index.ts +4 -0
- package/src/v2/runtime/runner/intelligence.ts +429 -0
- package/src/v2/runtime/runtime.ts +260 -0
- package/src/v2/runtime/telemetry/events.ts +35 -0
- package/src/v2/runtime/telemetry/index.ts +7 -0
- package/src/v2/runtime/telemetry/scarf-client.ts +39 -0
- package/src/v2/runtime/telemetry/telemetry-client.ts +70 -0
- package/src/v2/runtime/transcription-service/transcription-service.ts +11 -0
- package/tests/global.d.ts +1 -13
- package/tests/service-adapters/anthropic/allowlist-approach.test.ts +50 -17
- package/tests/service-adapters/anthropic/anthropic-adapter-language-model.test.ts +101 -0
- package/tests/service-adapters/anthropic/anthropic-adapter.test.ts +42 -54
- package/tests/service-adapters/groq/groq-adapter-language-model.test.ts +102 -0
- package/tests/service-adapters/openai/allowlist-approach.test.ts +79 -23
- package/tests/service-adapters/openai/openai-adapter-language-model.test.ts +122 -0
- package/tests/service-adapters/openai/openai-adapter.test.ts +29 -39
- package/tests/service-adapters/shared/sdk-client-utils.test.ts +36 -0
- package/tests/setup.vitest.ts +8 -0
- package/tests/tsconfig.json +1 -1
- package/tsconfig.json +11 -4
- package/tsdown.config.ts +38 -0
- package/vitest.config.mjs +13 -0
- package/.eslintrc.js +0 -7
- package/dist/index.d.ts +0 -1514
- package/dist/index.js +0 -5651
- package/dist/index.js.map +0 -1
- package/dist/index.mjs.map +0 -1
- package/dist/langgraph.d.ts +0 -284
- package/dist/langgraph.js +0 -211
- package/dist/langgraph.js.map +0 -1
- package/dist/langgraph.mjs.map +0 -1
- package/dist/v2/index.d.ts +0 -2
- package/dist/v2/index.js +0 -22
- package/dist/v2/index.js.map +0 -1
- package/dist/v2/index.mjs.map +0 -1
- package/jest.config.js +0 -10
- package/tests/setup.jest.ts +0 -21
- package/tsup.config.ts +0 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,567 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
-
## 0.0.0-main-
|
|
3
|
+
## 0.0.0-main-20260402184302
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 1ceb963: refactor: consolidate V1/V2 packages into flat @copilotkit/\* structure
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 1ceb963: Add vertex AI
|
|
12
|
+
- 8aafcbe: fix(agent): harden BuiltInAgent reasoning lifecycle
|
|
13
|
+
|
|
14
|
+
- Skip empty reasoning deltas (violates @ag-ui/core schema)
|
|
15
|
+
- Auto-close reasoning lifecycle when SDK omits reasoning-end (on consecutive-start, phase transitions, abort, error, and fallback paths)
|
|
16
|
+
- Make reasoning-end idempotent to prevent duplicate close events when auto-close already fired
|
|
17
|
+
- Regenerate reasoningMessageId for consecutive reasoning blocks when SDK provides no id
|
|
18
|
+
- Close reasoning in outer catch block so exceptions mid-reasoning emit proper lifecycle events
|
|
19
|
+
|
|
20
|
+
- 1ceb963: feat: re export state streaming langgraph middleware
|
|
21
|
+
- 1ceb963: custom mcpClients configuration
|
|
22
|
+
- Updated dependencies [1ceb963]
|
|
23
|
+
- @copilotkit/shared@0.0.0-main-20260402184302
|
|
24
|
+
|
|
25
|
+
## 1.55.0-next.8
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- 8aafcbe: fix(agent): harden BuiltInAgent reasoning lifecycle
|
|
30
|
+
- Skip empty reasoning deltas (violates @ag-ui/core schema)
|
|
31
|
+
- Auto-close reasoning lifecycle when SDK omits reasoning-end (on consecutive-start, phase transitions, abort, error, and fallback paths)
|
|
32
|
+
- Make reasoning-end idempotent to prevent duplicate close events when auto-close already fired
|
|
33
|
+
- Regenerate reasoningMessageId for consecutive reasoning blocks when SDK provides no id
|
|
34
|
+
- Close reasoning in outer catch block so exceptions mid-reasoning emit proper lifecycle events
|
|
35
|
+
- @copilotkit/shared@1.55.0-next.8
|
|
36
|
+
|
|
37
|
+
## 1.55.0-next.7
|
|
38
|
+
|
|
39
|
+
### Minor Changes
|
|
40
|
+
|
|
41
|
+
- 1ceb963: refactor: consolidate V1/V2 packages into flat @copilotkit/\* structure
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- Updated dependencies [1ceb963]
|
|
46
|
+
- @copilotkit/shared@1.55.0-next.7
|
|
47
|
+
|
|
48
|
+
## 1.54.1-next.6
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- @copilotkit/shared@1.54.1-next.6
|
|
53
|
+
- @copilotkitnext/agent@1.54.1-next.6
|
|
54
|
+
- @copilotkitnext/runtime@1.54.1-next.6
|
|
55
|
+
|
|
56
|
+
## 1.54.1-next.5
|
|
57
|
+
|
|
58
|
+
### Patch Changes
|
|
59
|
+
|
|
60
|
+
- c62c5c8: custom mcpClients configuration
|
|
61
|
+
- @copilotkit/shared@1.54.1-next.5
|
|
62
|
+
- @copilotkitnext/agent@1.54.1-next.5
|
|
63
|
+
- @copilotkitnext/runtime@1.54.1-next.5
|
|
64
|
+
|
|
65
|
+
## 1.54.1-next.4
|
|
66
|
+
|
|
67
|
+
### Patch Changes
|
|
68
|
+
|
|
69
|
+
- @copilotkit/shared@1.54.1-next.4
|
|
70
|
+
- @copilotkitnext/agent@1.54.1-next.4
|
|
71
|
+
- @copilotkitnext/runtime@1.54.1-next.4
|
|
72
|
+
|
|
73
|
+
## 1.54.1-next.3
|
|
74
|
+
|
|
75
|
+
### Patch Changes
|
|
76
|
+
|
|
77
|
+
- @copilotkit/shared@1.54.1-next.3
|
|
78
|
+
- @copilotkitnext/agent@1.54.1-next.3
|
|
79
|
+
- @copilotkitnext/runtime@1.54.1-next.3
|
|
80
|
+
|
|
81
|
+
## 1.54.1-next.2
|
|
82
|
+
|
|
83
|
+
### Patch Changes
|
|
84
|
+
|
|
85
|
+
- a0a1cf4: feat: re export state streaming langgraph middleware
|
|
86
|
+
- @copilotkit/shared@1.54.1-next.2
|
|
87
|
+
- @copilotkitnext/agent@1.54.1-next.2
|
|
88
|
+
- @copilotkitnext/runtime@1.54.1-next.2
|
|
89
|
+
|
|
90
|
+
## 1.54.1-next.1
|
|
91
|
+
|
|
92
|
+
### Patch Changes
|
|
93
|
+
|
|
94
|
+
- @copilotkit/shared@1.54.1-next.1
|
|
95
|
+
- @copilotkitnext/agent@1.54.1-next.1
|
|
96
|
+
- @copilotkitnext/runtime@1.54.1-next.1
|
|
97
|
+
|
|
98
|
+
## 1.54.1-next.0
|
|
99
|
+
|
|
100
|
+
### Patch Changes
|
|
101
|
+
|
|
102
|
+
- Updated dependencies [da558d3]
|
|
103
|
+
- @copilotkitnext/agent@1.54.1-next.0
|
|
104
|
+
- @copilotkit/shared@1.54.1-next.0
|
|
105
|
+
- @copilotkitnext/runtime@1.54.1-next.0
|
|
106
|
+
|
|
107
|
+
## 1.54.0
|
|
108
|
+
|
|
109
|
+
### Minor Changes
|
|
110
|
+
|
|
111
|
+
- fa0d1cd: Add support for Standard Schema (instead of just Zod)
|
|
112
|
+
|
|
113
|
+
### Patch Changes
|
|
114
|
+
|
|
115
|
+
- Updated dependencies [3780c6a]
|
|
116
|
+
- Updated dependencies [fa0d1cd]
|
|
117
|
+
- @copilotkitnext/agent@1.54.0
|
|
118
|
+
- @copilotkitnext/runtime@1.54.0
|
|
119
|
+
- @copilotkit/shared@1.54.0
|
|
120
|
+
|
|
121
|
+
## 1.54.0-next.9
|
|
122
|
+
|
|
123
|
+
### Patch Changes
|
|
124
|
+
|
|
125
|
+
- Updated dependencies [3780c6a]
|
|
126
|
+
- @copilotkitnext/agent@1.54.0-next.9
|
|
127
|
+
- @copilotkitnext/runtime@1.54.0-next.9
|
|
128
|
+
- @copilotkit/shared@1.54.0-next.9
|
|
129
|
+
|
|
130
|
+
## 1.54.0-next.8
|
|
131
|
+
|
|
132
|
+
### Patch Changes
|
|
133
|
+
|
|
134
|
+
- @copilotkit/shared@1.54.0-next.8
|
|
135
|
+
- @copilotkitnext/agent@1.54.0-next.8
|
|
136
|
+
- @copilotkitnext/runtime@1.54.0-next.8
|
|
137
|
+
|
|
138
|
+
## 1.54.0-next.7
|
|
139
|
+
|
|
140
|
+
### Patch Changes
|
|
141
|
+
|
|
142
|
+
- @copilotkit/shared@1.54.0-next.7
|
|
143
|
+
- @copilotkitnext/agent@1.54.0-next.7
|
|
144
|
+
- @copilotkitnext/runtime@1.54.0-next.7
|
|
145
|
+
|
|
146
|
+
## 1.54.0-next.6
|
|
147
|
+
|
|
148
|
+
### Patch Changes
|
|
149
|
+
|
|
150
|
+
- @copilotkit/shared@1.54.0-next.6
|
|
151
|
+
- @copilotkitnext/agent@1.54.0-next.6
|
|
152
|
+
- @copilotkitnext/runtime@1.54.0-next.6
|
|
153
|
+
|
|
154
|
+
## 1.54.0-next.5
|
|
155
|
+
|
|
156
|
+
### Patch Changes
|
|
157
|
+
|
|
158
|
+
- @copilotkit/shared@1.54.0-next.5
|
|
159
|
+
- @copilotkitnext/agent@1.54.0-next.5
|
|
160
|
+
- @copilotkitnext/runtime@1.54.0-next.5
|
|
161
|
+
|
|
162
|
+
## 1.54.0-next.4
|
|
163
|
+
|
|
164
|
+
### Patch Changes
|
|
165
|
+
|
|
166
|
+
- @copilotkit/shared@1.54.0-next.4
|
|
167
|
+
- @copilotkitnext/agent@1.54.0-next.4
|
|
168
|
+
- @copilotkitnext/runtime@1.54.0-next.4
|
|
169
|
+
|
|
170
|
+
## 1.54.0-next.3
|
|
171
|
+
|
|
172
|
+
### Minor Changes
|
|
173
|
+
|
|
174
|
+
- fa0d1cd: Add support for Standard Schema (instead of just Zod)
|
|
175
|
+
|
|
176
|
+
### Patch Changes
|
|
177
|
+
|
|
178
|
+
- Updated dependencies [fa0d1cd]
|
|
179
|
+
- @copilotkitnext/agent@1.54.0-next.3
|
|
180
|
+
- @copilotkit/shared@1.54.0-next.3
|
|
181
|
+
- @copilotkitnext/runtime@1.54.0-next.3
|
|
182
|
+
|
|
183
|
+
## 1.53.1-next.2
|
|
184
|
+
|
|
185
|
+
### Patch Changes
|
|
186
|
+
|
|
187
|
+
- @copilotkit/shared@1.53.1-next.2
|
|
188
|
+
- @copilotkit/agent@1.53.1-next.2
|
|
189
|
+
- @copilotkit/runtime@1.53.1-next.2
|
|
190
|
+
|
|
191
|
+
## 1.53.1-next.1
|
|
192
|
+
|
|
193
|
+
### Patch Changes
|
|
194
|
+
|
|
195
|
+
- @copilotkit/shared@1.53.1-next.1
|
|
196
|
+
- @copilotkit/agent@1.53.1-next.1
|
|
197
|
+
- @copilotkit/runtime@1.53.1-next.1
|
|
198
|
+
|
|
199
|
+
## 1.53.1-next.0
|
|
200
|
+
|
|
201
|
+
### Patch Changes
|
|
202
|
+
|
|
203
|
+
- @copilotkit/shared@1.53.1-next.0
|
|
204
|
+
- @copilotkit/agent@1.53.1-next.0
|
|
205
|
+
- @copilotkit/runtime@1.53.1-next.0
|
|
206
|
+
|
|
207
|
+
## 1.53.0
|
|
208
|
+
|
|
209
|
+
### Minor Changes
|
|
210
|
+
|
|
211
|
+
- f822c05: Updating the path and devex for mcp apps
|
|
212
|
+
|
|
213
|
+
### Patch Changes
|
|
214
|
+
|
|
215
|
+
- d1f7aba: feat(runtime): expose messages in afterRequestMiddleware
|
|
216
|
+
- 1510f64: feat: enable mcp and a2ui middleware directly from copilotkit runtime
|
|
217
|
+
- 8e0f94f: Bump AI SDK from v5 to v6
|
|
218
|
+
- 501e8d7: surpress sse warning in middleware callback
|
|
219
|
+
- Updated dependencies [1510f64]
|
|
220
|
+
- Updated dependencies [bf1fc6f]
|
|
221
|
+
- @copilotkit/shared@1.53.0
|
|
222
|
+
- @copilotkit/agent@1.53.0
|
|
223
|
+
- @copilotkit/runtime@1.53.0
|
|
224
|
+
|
|
225
|
+
## 1.53.0-next.6
|
|
226
|
+
|
|
227
|
+
### Patch Changes
|
|
228
|
+
|
|
229
|
+
- 501e8d7: surpress sse warning in middleware callback
|
|
230
|
+
- @copilotkit/shared@1.53.0-next.6
|
|
231
|
+
- @copilotkit/agent@1.53.0-next.6
|
|
232
|
+
- @copilotkit/runtime@1.53.0-next.6
|
|
233
|
+
|
|
234
|
+
## 1.53.0-next.5
|
|
235
|
+
|
|
236
|
+
### Minor Changes
|
|
237
|
+
|
|
238
|
+
- f822c05: Updating the path and devex for mcp apps
|
|
239
|
+
|
|
240
|
+
### Patch Changes
|
|
241
|
+
|
|
242
|
+
- @copilotkit/shared@1.53.0-next.5
|
|
243
|
+
- @copilotkit/agent@1.53.0-next.5
|
|
244
|
+
- @copilotkit/runtime@1.53.0-next.5
|
|
245
|
+
|
|
246
|
+
## 1.52.2-next.4
|
|
247
|
+
|
|
248
|
+
### Patch Changes
|
|
249
|
+
|
|
250
|
+
- @copilotkit/shared@1.52.2-next.4
|
|
251
|
+
- @copilotkit/agent@1.52.2-next.4
|
|
252
|
+
- @copilotkit/runtime@1.52.2-next.4
|
|
253
|
+
|
|
254
|
+
## 1.52.2-next.3
|
|
255
|
+
|
|
256
|
+
### Patch Changes
|
|
257
|
+
|
|
258
|
+
- 1510f64: feat: enable mcp and a2ui middleware directly from copilotkit runtime
|
|
259
|
+
- Updated dependencies [1510f64]
|
|
260
|
+
- @copilotkit/shared@1.52.2-next.3
|
|
261
|
+
- @copilotkit/agent@1.52.2-next.3
|
|
262
|
+
- @copilotkit/runtime@1.52.2-next.3
|
|
263
|
+
|
|
264
|
+
## 1.52.2-next.2
|
|
265
|
+
|
|
266
|
+
### Patch Changes
|
|
267
|
+
|
|
268
|
+
- 8e0f94f: Bump AI SDK from v5 to v6
|
|
269
|
+
- @copilotkit/shared@1.52.2-next.2
|
|
270
|
+
- @copilotkit/agent@1.52.2-next.2
|
|
271
|
+
- @copilotkit/runtime@1.52.2-next.2
|
|
272
|
+
|
|
273
|
+
## 1.52.2-next.1
|
|
274
|
+
|
|
275
|
+
### Patch Changes
|
|
276
|
+
|
|
277
|
+
- d1f7aba: feat(runtime): expose messages in afterRequestMiddleware
|
|
278
|
+
- Updated dependencies [bf1fc6f]
|
|
279
|
+
- @copilotkit/shared@1.52.2-next.1
|
|
280
|
+
- @copilotkit/agent@1.52.2-next.1
|
|
281
|
+
- @copilotkit/runtime@1.52.2-next.1
|
|
282
|
+
|
|
283
|
+
## 1.52.2-next.0
|
|
284
|
+
|
|
285
|
+
### Patch Changes
|
|
286
|
+
|
|
287
|
+
- @copilotkit/shared@1.52.2-next.0
|
|
288
|
+
- @copilotkit/agent@1.52.2-next.0
|
|
289
|
+
- @copilotkit/runtime@1.52.2-next.0
|
|
290
|
+
|
|
291
|
+
## 1.52.1
|
|
292
|
+
|
|
293
|
+
### Patch Changes
|
|
294
|
+
|
|
295
|
+
- @copilotkit/shared@1.52.1
|
|
296
|
+
- @copilotkit/agent@1.52.1
|
|
297
|
+
- @copilotkit/runtime@1.52.1
|
|
298
|
+
|
|
299
|
+
## 1.52.1-next.1
|
|
300
|
+
|
|
301
|
+
### Patch Changes
|
|
302
|
+
|
|
303
|
+
- @copilotkit/shared@1.52.1-next.1
|
|
304
|
+
- @copilotkit/agent@1.52.1-next.1
|
|
305
|
+
- @copilotkit/runtime@1.52.1-next.1
|
|
306
|
+
|
|
307
|
+
## 1.52.1-next.0
|
|
308
|
+
|
|
309
|
+
### Patch Changes
|
|
310
|
+
|
|
311
|
+
- @copilotkit/shared@1.52.1-next.0
|
|
312
|
+
- @copilotkit/agent@1.52.1-next.0
|
|
313
|
+
- @copilotkit/runtime@1.52.1-next.0
|
|
314
|
+
|
|
315
|
+
## 1.52.0
|
|
316
|
+
|
|
317
|
+
### Minor Changes
|
|
318
|
+
|
|
319
|
+
- 6dd6c84: Adding new v2 features:
|
|
320
|
+
|
|
321
|
+
- useComponent
|
|
322
|
+
- useRenderTool
|
|
323
|
+
- useDefaultRenderTool
|
|
324
|
+
|
|
325
|
+
Also, fixing issues with styles not being
|
|
326
|
+
properly scoped for tailwind.
|
|
327
|
+
|
|
328
|
+
### Patch Changes
|
|
329
|
+
|
|
330
|
+
- ef0f539: Add reasoning support and default components for reasoning messages
|
|
331
|
+
- Updated dependencies [ef0f539]
|
|
332
|
+
- @copilotkit/runtime@1.52.0
|
|
333
|
+
- @copilotkit/shared@1.52.0
|
|
334
|
+
- @copilotkit/agent@1.52.0
|
|
335
|
+
|
|
336
|
+
## 1.52.0-next.8
|
|
337
|
+
|
|
338
|
+
### Patch Changes
|
|
339
|
+
|
|
340
|
+
- @copilotkit/shared@1.52.0-next.8
|
|
341
|
+
- @copilotkit/agent@1.52.0-next.8
|
|
342
|
+
- @copilotkit/runtime@1.52.0-next.8
|
|
343
|
+
|
|
344
|
+
## 1.52.0-next.7
|
|
345
|
+
|
|
346
|
+
### Patch Changes
|
|
347
|
+
|
|
348
|
+
- @copilotkit/shared@1.52.0-next.7
|
|
349
|
+
- @copilotkit/agent@1.52.0-next.7
|
|
350
|
+
- @copilotkit/runtime@1.52.0-next.7
|
|
351
|
+
|
|
352
|
+
## 1.52.0-next.6
|
|
353
|
+
|
|
354
|
+
### Patch Changes
|
|
355
|
+
|
|
356
|
+
- @copilotkit/shared@1.52.0-next.6
|
|
357
|
+
- @copilotkit/agent@1.52.0-next.6
|
|
358
|
+
- @copilotkit/runtime@1.52.0-next.6
|
|
359
|
+
|
|
360
|
+
## 1.52.0-next.5
|
|
361
|
+
|
|
362
|
+
### Minor Changes
|
|
363
|
+
|
|
364
|
+
- 6dd6c84: Adding new v2 features:
|
|
365
|
+
|
|
366
|
+
- useComponent
|
|
367
|
+
- useRenderTool
|
|
368
|
+
- useDefaultRenderTool
|
|
369
|
+
|
|
370
|
+
Also, fixing issues with styles not being
|
|
371
|
+
properly scoped for tailwind.
|
|
372
|
+
|
|
373
|
+
### Patch Changes
|
|
374
|
+
|
|
375
|
+
- @copilotkit/shared@1.52.0-next.5
|
|
376
|
+
- @copilotkit/agent@1.52.0-next.5
|
|
377
|
+
- @copilotkit/runtime@1.52.0-next.5
|
|
378
|
+
|
|
379
|
+
## 1.51.5-next.4
|
|
380
|
+
|
|
381
|
+
### Patch Changes
|
|
382
|
+
|
|
383
|
+
- @copilotkit/shared@1.51.5-next.4
|
|
384
|
+
- @copilotkit/agent@1.51.5-next.4
|
|
385
|
+
- @copilotkit/runtime@1.51.5-next.4
|
|
386
|
+
|
|
387
|
+
## 1.51.5-next.3
|
|
388
|
+
|
|
389
|
+
### Patch Changes
|
|
390
|
+
|
|
391
|
+
- @copilotkit/shared@1.51.5-next.3
|
|
392
|
+
- @copilotkit/agent@1.51.5-next.3
|
|
393
|
+
- @copilotkit/runtime@1.51.5-next.3
|
|
394
|
+
|
|
395
|
+
## 1.51.5-next.2
|
|
396
|
+
|
|
397
|
+
### Patch Changes
|
|
398
|
+
|
|
399
|
+
- @copilotkit/shared@1.51.5-next.2
|
|
400
|
+
- @copilotkit/agent@1.51.5-next.2
|
|
401
|
+
- @copilotkit/runtime@1.51.5-next.2
|
|
402
|
+
|
|
403
|
+
## 1.51.5-next.1
|
|
404
|
+
|
|
405
|
+
### Patch Changes
|
|
406
|
+
|
|
407
|
+
- @copilotkit/shared@1.51.5-next.1
|
|
408
|
+
- @copilotkit/agent@1.51.5-next.1
|
|
409
|
+
- @copilotkit/runtime@1.51.5-next.1
|
|
410
|
+
|
|
411
|
+
## 1.51.5-next.0
|
|
412
|
+
|
|
413
|
+
### Patch Changes
|
|
414
|
+
|
|
415
|
+
- ef0f539: Add reasoning support and default components for reasoning messages
|
|
416
|
+
- Updated dependencies [ef0f539]
|
|
417
|
+
- @copilotkit/runtime@1.51.5-next.0
|
|
418
|
+
- @copilotkit/shared@1.51.5-next.0
|
|
419
|
+
- @copilotkit/agent@1.51.5-next.0
|
|
420
|
+
|
|
421
|
+
## 1.51.4
|
|
422
|
+
|
|
423
|
+
### Patch Changes
|
|
424
|
+
|
|
425
|
+
- 8d67519: fix: propagate agent error messages into RUN_ERROR events
|
|
426
|
+
- 4886f18: fix: use langgraph clone fix on latest agui
|
|
427
|
+
- @copilotkit/shared@1.51.4
|
|
428
|
+
- @copilotkit/agent@1.51.4
|
|
429
|
+
- @copilotkit/runtime@1.51.4
|
|
430
|
+
|
|
431
|
+
## 1.51.4-next.8
|
|
432
|
+
|
|
433
|
+
### Patch Changes
|
|
434
|
+
|
|
435
|
+
- @copilotkit/shared@1.51.4-next.8
|
|
436
|
+
- @copilotkit/agent@1.51.4-next.8
|
|
437
|
+
- @copilotkit/runtime@1.51.4-next.8
|
|
438
|
+
|
|
439
|
+
## 1.51.4-next.7
|
|
440
|
+
|
|
441
|
+
### Patch Changes
|
|
442
|
+
|
|
443
|
+
- @copilotkit/shared@1.51.4-next.7
|
|
444
|
+
- @copilotkit/agent@1.51.4-next.7
|
|
445
|
+
- @copilotkit/runtime@1.51.4-next.7
|
|
446
|
+
|
|
447
|
+
## 1.51.4-next.6
|
|
448
|
+
|
|
449
|
+
### Patch Changes
|
|
450
|
+
|
|
451
|
+
- @copilotkit/shared@1.51.4-next.6
|
|
452
|
+
- @copilotkit/agent@1.51.4-next.6
|
|
453
|
+
- @copilotkit/runtime@1.51.4-next.6
|
|
454
|
+
|
|
455
|
+
## 1.51.4-next.5
|
|
456
|
+
|
|
457
|
+
### Patch Changes
|
|
458
|
+
|
|
459
|
+
- 8d67519: fix: propagate agent error messages into RUN_ERROR events
|
|
460
|
+
- @copilotkit/shared@1.51.4-next.5
|
|
461
|
+
- @copilotkit/agent@1.51.4-next.5
|
|
462
|
+
- @copilotkit/runtime@1.51.4-next.5
|
|
463
|
+
|
|
464
|
+
## 1.51.4-next.4
|
|
465
|
+
|
|
466
|
+
### Patch Changes
|
|
467
|
+
|
|
468
|
+
- @copilotkit/shared@1.51.4-next.4
|
|
469
|
+
- @copilotkit/agent@1.51.4-next.4
|
|
470
|
+
- @copilotkit/runtime@1.51.4-next.4
|
|
471
|
+
|
|
472
|
+
## 1.51.4-next.3
|
|
473
|
+
|
|
474
|
+
### Patch Changes
|
|
475
|
+
|
|
476
|
+
- @copilotkit/shared@1.51.4-next.3
|
|
477
|
+
- @copilotkit/agent@1.51.4-next.3
|
|
478
|
+
- @copilotkit/runtime@1.51.4-next.3
|
|
479
|
+
|
|
480
|
+
## 1.51.4-next.2
|
|
481
|
+
|
|
482
|
+
### Patch Changes
|
|
483
|
+
|
|
484
|
+
- @copilotkit/shared@1.51.4-next.2
|
|
485
|
+
- @copilotkit/agent@1.51.4-next.2
|
|
486
|
+
- @copilotkit/runtime@1.51.4-next.2
|
|
487
|
+
|
|
488
|
+
## 1.51.4-next.1
|
|
489
|
+
|
|
490
|
+
### Patch Changes
|
|
491
|
+
|
|
492
|
+
- @copilotkit/shared@1.51.4-next.1
|
|
493
|
+
- @copilotkit/agent@1.51.4-next.1
|
|
494
|
+
- @copilotkit/runtime@1.51.4-next.1
|
|
495
|
+
|
|
496
|
+
## 1.51.4-next.0
|
|
497
|
+
|
|
498
|
+
### Patch Changes
|
|
499
|
+
|
|
500
|
+
- 4886f18: fix: use langgraph clone fix on latest agui
|
|
501
|
+
- @copilotkit/shared@1.51.4-next.0
|
|
502
|
+
- @copilotkit/agent@1.51.4-next.0
|
|
503
|
+
- @copilotkit/runtime@1.51.4-next.0
|
|
504
|
+
|
|
505
|
+
## 1.51.3
|
|
4
506
|
|
|
5
507
|
### Patch Changes
|
|
6
508
|
|
|
7
509
|
- d655e75: fix: update ag-ui dependencies
|
|
8
510
|
- d268c49: fix: add apiKey parameter to BuiltInAgentConfiguration
|
|
511
|
+
- d36fc1e: Add UMD export
|
|
512
|
+
- b49277b: fix: update all agui langgraph dependencies
|
|
513
|
+
- 3a0822d: fix: do not run middleware for internal get requests
|
|
9
514
|
- Updated dependencies [d655e75]
|
|
10
515
|
- Updated dependencies [d268c49]
|
|
516
|
+
- Updated dependencies [d36fc1e]
|
|
11
517
|
- Updated dependencies [29d70a5]
|
|
12
|
-
- @copilotkit/shared@
|
|
13
|
-
- @
|
|
14
|
-
- @
|
|
518
|
+
- @copilotkit/shared@1.51.3
|
|
519
|
+
- @copilotkit/agent@1.51.3
|
|
520
|
+
- @copilotkit/runtime@1.51.3
|
|
521
|
+
|
|
522
|
+
## 1.51.3-next.8
|
|
523
|
+
|
|
524
|
+
### Patch Changes
|
|
525
|
+
|
|
526
|
+
- d36fc1e: Add UMD export
|
|
527
|
+
- Updated dependencies [d36fc1e]
|
|
528
|
+
- @copilotkit/runtime@1.51.3-next.8
|
|
529
|
+
- @copilotkit/shared@1.51.3-next.8
|
|
530
|
+
- @copilotkit/agent@1.51.3-next.8
|
|
531
|
+
|
|
532
|
+
## 1.51.3-next.7
|
|
533
|
+
|
|
534
|
+
### Patch Changes
|
|
535
|
+
|
|
536
|
+
- @copilotkit/shared@1.51.3-next.7
|
|
537
|
+
- @copilotkit/agent@1.51.3-next.7
|
|
538
|
+
- @copilotkit/runtime@1.51.3-next.7
|
|
539
|
+
|
|
540
|
+
## 1.51.3-next.6
|
|
541
|
+
|
|
542
|
+
### Patch Changes
|
|
543
|
+
|
|
544
|
+
- 3a0822d: fix: do not run middleware for internal get requests
|
|
545
|
+
- @copilotkit/shared@1.51.3-next.6
|
|
546
|
+
- @copilotkit/agent@1.51.3-next.6
|
|
547
|
+
- @copilotkit/runtime@1.51.3-next.6
|
|
548
|
+
|
|
549
|
+
## 1.51.3-next.5
|
|
550
|
+
|
|
551
|
+
### Patch Changes
|
|
552
|
+
|
|
553
|
+
- @copilotkit/shared@1.51.3-next.5
|
|
554
|
+
- @copilotkit/agent@1.51.3-next.5
|
|
555
|
+
- @copilotkit/runtime@1.51.3-next.5
|
|
556
|
+
|
|
557
|
+
## 1.51.3-next.4
|
|
558
|
+
|
|
559
|
+
### Patch Changes
|
|
560
|
+
|
|
561
|
+
- b49277b: fix: update all agui langgraph dependencies
|
|
562
|
+
- @copilotkit/shared@1.51.3-next.4
|
|
563
|
+
- @copilotkit/agent@1.51.3-next.4
|
|
564
|
+
- @copilotkit/runtime@1.51.3-next.4
|
|
15
565
|
|
|
16
566
|
## 1.51.3-next.3
|
|
17
567
|
|
|
@@ -20,25 +570,25 @@
|
|
|
20
570
|
- d655e75: fix: update ag-ui dependencies
|
|
21
571
|
- Updated dependencies [d655e75]
|
|
22
572
|
- @copilotkit/shared@1.51.3-next.3
|
|
23
|
-
- @
|
|
24
|
-
- @
|
|
573
|
+
- @copilotkit/agent@1.51.3-next.3
|
|
574
|
+
- @copilotkit/runtime@1.51.3-next.3
|
|
25
575
|
|
|
26
576
|
## 1.51.3-next.2
|
|
27
577
|
|
|
28
578
|
### Patch Changes
|
|
29
579
|
|
|
30
580
|
- @copilotkit/shared@1.51.3-next.2
|
|
31
|
-
- @
|
|
32
|
-
- @
|
|
581
|
+
- @copilotkit/agent@1.51.3-next.2
|
|
582
|
+
- @copilotkit/runtime@1.51.3-next.2
|
|
33
583
|
|
|
34
584
|
## 1.51.3-next.1
|
|
35
585
|
|
|
36
586
|
### Patch Changes
|
|
37
587
|
|
|
38
588
|
- Updated dependencies [29d70a5]
|
|
39
|
-
- @
|
|
589
|
+
- @copilotkit/agent@1.51.3-next.1
|
|
40
590
|
- @copilotkit/shared@1.51.3-next.1
|
|
41
|
-
- @
|
|
591
|
+
- @copilotkit/runtime@1.51.3-next.1
|
|
42
592
|
|
|
43
593
|
## 1.51.3-next.0
|
|
44
594
|
|
|
@@ -46,9 +596,9 @@
|
|
|
46
596
|
|
|
47
597
|
- d268c49: fix: add apiKey parameter to BuiltInAgentConfiguration
|
|
48
598
|
- Updated dependencies [d268c49]
|
|
49
|
-
- @
|
|
599
|
+
- @copilotkit/agent@1.51.3-next.0
|
|
50
600
|
- @copilotkit/shared@1.51.3-next.0
|
|
51
|
-
- @
|
|
601
|
+
- @copilotkit/runtime@1.51.3-next.0
|
|
52
602
|
|
|
53
603
|
## 1.51.2
|
|
54
604
|
|
|
@@ -58,8 +608,8 @@
|
|
|
58
608
|
- e59d23f: Move in-repo deps from peerdeps to actual deps
|
|
59
609
|
- Updated dependencies [e59d23f]
|
|
60
610
|
- Updated dependencies [f36b6b1]
|
|
61
|
-
- @
|
|
62
|
-
- @
|
|
611
|
+
- @copilotkit/runtime@1.51.2
|
|
612
|
+
- @copilotkit/agent@1.51.2
|
|
63
613
|
- @copilotkit/shared@1.51.2
|
|
64
614
|
|
|
65
615
|
## 1.51.2-next.1
|
|
@@ -69,8 +619,8 @@
|
|
|
69
619
|
- e59d23f: Use deps instead of peerdeps
|
|
70
620
|
- e59d23f: Move in-repo deps from peerdeps to actual deps
|
|
71
621
|
- Updated dependencies [e59d23f]
|
|
72
|
-
- @
|
|
73
|
-
- @
|
|
622
|
+
- @copilotkit/runtime@1.51.2-next.1
|
|
623
|
+
- @copilotkit/agent@1.51.2-next.1
|
|
74
624
|
- @copilotkit/shared@1.51.2-next.1
|
|
75
625
|
|
|
76
626
|
## 1.51.2-next.0
|
|
@@ -78,18 +628,18 @@
|
|
|
78
628
|
### Patch Changes
|
|
79
629
|
|
|
80
630
|
- Updated dependencies [f36b6b1]
|
|
81
|
-
- @
|
|
631
|
+
- @copilotkit/agent@1.51.2-next.0
|
|
82
632
|
- @copilotkit/shared@1.51.2-next.0
|
|
83
|
-
- @
|
|
633
|
+
- @copilotkit/runtime@1.51.2-next.0
|
|
84
634
|
|
|
85
635
|
## 1.51.1
|
|
86
636
|
|
|
87
637
|
### Patch Changes
|
|
88
638
|
|
|
89
639
|
- Updated dependencies [329653b]
|
|
90
|
-
- @
|
|
640
|
+
- @copilotkit/agent@1.51.1
|
|
91
641
|
- @copilotkit/shared@1.51.1
|
|
92
|
-
- @
|
|
642
|
+
- @copilotkit/runtime@1.51.1
|
|
93
643
|
|
|
94
644
|
## 1.51.0
|
|
95
645
|
|
|
@@ -103,27 +653,27 @@
|
|
|
103
653
|
- Updated dependencies [73f196f]
|
|
104
654
|
- Updated dependencies [2839a15]
|
|
105
655
|
- Updated dependencies [2afd4e3]
|
|
106
|
-
- @
|
|
656
|
+
- @copilotkit/runtime@1.51.0
|
|
107
657
|
- @copilotkit/shared@1.51.0
|
|
108
|
-
- @
|
|
658
|
+
- @copilotkit/agent@1.51.0
|
|
109
659
|
|
|
110
660
|
## 1.51.0-next.4
|
|
111
661
|
|
|
112
662
|
### Patch Changes
|
|
113
663
|
|
|
114
664
|
- Updated dependencies [2793a11]
|
|
115
|
-
- @
|
|
665
|
+
- @copilotkit/runtime@1.51.0-next.4
|
|
116
666
|
- @copilotkit/shared@1.51.0-next.4
|
|
117
|
-
- @
|
|
667
|
+
- @copilotkit/agent@1.51.0-next.4
|
|
118
668
|
|
|
119
669
|
## 1.51.0-next.3
|
|
120
670
|
|
|
121
671
|
### Patch Changes
|
|
122
672
|
|
|
123
673
|
- Updated dependencies [73f196f]
|
|
124
|
-
- @
|
|
674
|
+
- @copilotkit/runtime@1.51.0-next.3
|
|
125
675
|
- @copilotkit/shared@1.51.0-next.3
|
|
126
|
-
- @
|
|
676
|
+
- @copilotkit/agent@1.51.0-next.3
|
|
127
677
|
|
|
128
678
|
## 1.51.0-next.2
|
|
129
679
|
|
|
@@ -132,16 +682,16 @@
|
|
|
132
682
|
- 4addb72: Fix ci again but really for real this time
|
|
133
683
|
- Updated dependencies [2afd4e3]
|
|
134
684
|
- @copilotkit/shared@1.51.0-next.2
|
|
135
|
-
- @
|
|
136
|
-
- @
|
|
685
|
+
- @copilotkit/agent@1.51.0-next.2
|
|
686
|
+
- @copilotkit/runtime@1.51.0-next.2
|
|
137
687
|
|
|
138
688
|
## 1.51.0-next.1
|
|
139
689
|
|
|
140
690
|
### Patch Changes
|
|
141
691
|
|
|
142
692
|
- @copilotkit/shared@1.51.0-next.1
|
|
143
|
-
- @
|
|
144
|
-
- @
|
|
693
|
+
- @copilotkit/agent@1.51.0-next.1
|
|
694
|
+
- @copilotkit/runtime@1.51.0-next.1
|
|
145
695
|
|
|
146
696
|
## 1.50.2-next.0
|
|
147
697
|
|
|
@@ -666,6 +1216,7 @@
|
|
|
666
1216
|
### Patch Changes
|
|
667
1217
|
|
|
668
1218
|
- 1abcecf: - fix: add graphqlContext to constructAGUIRemoteAction for enhanced agent properties
|
|
1219
|
+
|
|
669
1220
|
- Updated constructAGUIRemoteAction to accept graphqlContext, allowing forwarding of properties like Authorization token to the agent.
|
|
670
1221
|
- Modified setupRemoteActions to include graphqlContext in the parameters.
|
|
671
1222
|
|
|
@@ -834,6 +1385,7 @@
|
|
|
834
1385
|
- remove request logging
|
|
835
1386
|
- 3a7f45f: - fix: resolve agui agents only after all other endpoints
|
|
836
1387
|
- fac89c2: - refactor: rename onTrace to onError throughout codebase
|
|
1388
|
+
|
|
837
1389
|
- Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
|
|
838
1390
|
|
|
839
1391
|
- 7ca7023: - feat: send node name to agui agent
|
|
@@ -934,6 +1486,7 @@
|
|
|
934
1486
|
### Patch Changes
|
|
935
1487
|
|
|
936
1488
|
- fac89c2: - refactor: rename onTrace to onError throughout codebase
|
|
1489
|
+
|
|
937
1490
|
- Rename CopilotTraceEvent to CopilotErrorEvent and CopilotTraceHandler to CopilotErrorHandler
|
|
938
1491
|
|
|
939
1492
|
- Updated dependencies [fac89c2]
|
|
@@ -1415,9 +1968,11 @@
|
|
|
1415
1968
|
- c0d3261: - full AWP support
|
|
1416
1969
|
|
|
1417
1970
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1971
|
+
|
|
1418
1972
|
- refactor: address linter issues with the new pages
|
|
1419
1973
|
|
|
1420
1974
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1975
|
+
|
|
1421
1976
|
- Merge branch 'mme/acp' into mme/mastra
|
|
1422
1977
|
- add sse example
|
|
1423
1978
|
- Create small-turkeys-agree.md
|
|
@@ -1434,14 +1989,17 @@
|
|
|
1434
1989
|
- 77a7457: - feat: Add Model Context Protocol (MCP) support
|
|
1435
1990
|
- 76d9ef9: - fix: handle langgraph client specific errors when running lgc stream
|
|
1436
1991
|
- c0d3261: - add AWP support
|
|
1992
|
+
|
|
1437
1993
|
- make it work
|
|
1438
1994
|
- update docs
|
|
1439
1995
|
- refactor: move UI files to be normal NextJS pages and update generation
|
|
1440
1996
|
|
|
1441
1997
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
1998
|
+
|
|
1442
1999
|
- refactor: address linter issues with the new pages
|
|
1443
2000
|
|
|
1444
2001
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
2002
|
+
|
|
1445
2003
|
- Merge branch 'mme/acp' into mme/mastra
|
|
1446
2004
|
- add sse example
|
|
1447
2005
|
|
|
@@ -1455,9 +2013,11 @@
|
|
|
1455
2013
|
- c0d3261: - full AWP support
|
|
1456
2014
|
|
|
1457
2015
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
2016
|
+
|
|
1458
2017
|
- refactor: address linter issues with the new pages
|
|
1459
2018
|
|
|
1460
2019
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
2020
|
+
|
|
1461
2021
|
- Merge branch 'mme/acp' into mme/mastra
|
|
1462
2022
|
- add sse example
|
|
1463
2023
|
- Create small-turkeys-agree.md
|
|
@@ -1472,14 +2032,17 @@
|
|
|
1472
2032
|
- fix missing tool call ids
|
|
1473
2033
|
|
|
1474
2034
|
- c0d3261: - add AWP support
|
|
2035
|
+
|
|
1475
2036
|
- make it work
|
|
1476
2037
|
- update docs
|
|
1477
2038
|
- refactor: move UI files to be normal NextJS pages and update generation
|
|
1478
2039
|
|
|
1479
2040
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
2041
|
+
|
|
1480
2042
|
- refactor: address linter issues with the new pages
|
|
1481
2043
|
|
|
1482
2044
|
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
|
2045
|
+
|
|
1483
2046
|
- Merge branch 'mme/acp' into mme/mastra
|
|
1484
2047
|
- add sse example
|
|
1485
2048
|
- @copilotkit/shared@1.8.5-next.5
|
|
@@ -2484,6 +3047,7 @@
|
|
|
2484
3047
|
- e16d95e: New prerelease
|
|
2485
3048
|
- 1721cbd: Add convertActionsToDynamicStructuredTools to sdk-js
|
|
2486
3049
|
- CopilotKit Core:
|
|
3050
|
+
|
|
2487
3051
|
- Improved error messages and overall logs
|
|
2488
3052
|
- `useCopilotAction.renderAndAwait` renamed to `.renderAndAwaitForResponse` (backwards compatible, will be deprecated in the future)
|
|
2489
3053
|
- Improved scrolling behavior. It is now possible to scroll up during LLM response generation
|
|
@@ -2491,6 +3055,7 @@
|
|
|
2491
3055
|
- Updated interfaces for better developer ergonomics
|
|
2492
3056
|
|
|
2493
3057
|
CoAgents:
|
|
3058
|
+
|
|
2494
3059
|
- Renamed `remoteActions` to `remoteEndpoints` (backwards compatible, will be deprecated in the future)
|
|
2495
3060
|
- Support for LangGraph Platform in Remote Endpoints
|
|
2496
3061
|
- LangGraph JS Support for CoAgents (locally via `langgraph dev`, `langgraph up` or deployed to LangGraph Platform)
|
|
@@ -2498,6 +3063,7 @@
|
|
|
2498
3063
|
- Enhanced state management and message handling
|
|
2499
3064
|
|
|
2500
3065
|
CopilotKid Back-end SDK:
|
|
3066
|
+
|
|
2501
3067
|
- Released a whole-new `@copilotkit/sdk-js` for building agents with LangGraph JS Support
|
|
2502
3068
|
|
|
2503
3069
|
- 8d0144f: bump
|
|
@@ -2844,6 +3410,7 @@ CopilotKid Back-end SDK:
|
|
|
2844
3410
|
### Patch Changes
|
|
2845
3411
|
|
|
2846
3412
|
- inject minified css in bundle
|
|
3413
|
+
|
|
2847
3414
|
- removes the need to import `styles.css` manually
|
|
2848
3415
|
- empty `styles.css` included in the build for backwards compatibility
|
|
2849
3416
|
- uses tsup's `injectStyles` with `postcss` to bundle and minify the CSS, then inject it as a style tag
|
|
@@ -2980,6 +3547,7 @@ CopilotKid Back-end SDK:
|
|
|
2980
3547
|
### Major Changes
|
|
2981
3548
|
|
|
2982
3549
|
- b6a4b6eb: V1.0 Release Candidate
|
|
3550
|
+
|
|
2983
3551
|
- A robust new protocol between the frontend and the Copilot Runtime
|
|
2984
3552
|
- Support for Copilot Cloud
|
|
2985
3553
|
- Generative UI
|