beeai-framework 0.1.21 → 0.1.22
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/dist/adapters/a2a/agents/agent.d.cts +6 -10
- package/dist/adapters/a2a/agents/agent.d.ts +6 -10
- package/dist/adapters/a2a/agents/events.d.cts +1 -1
- package/dist/adapters/a2a/agents/events.d.ts +1 -1
- package/dist/adapters/a2a/agents/types.d.cts +2 -2
- package/dist/adapters/a2a/agents/types.d.ts +2 -2
- package/dist/adapters/a2a/serve/agent_executor.d.cts +3 -3
- package/dist/adapters/a2a/serve/agent_executor.d.ts +3 -3
- package/dist/adapters/a2a/serve/server.d.cts +2 -2
- package/dist/adapters/a2a/serve/server.d.ts +2 -2
- package/dist/adapters/acp/agents/agent.d.cts +6 -10
- package/dist/adapters/acp/agents/agent.d.ts +6 -10
- package/dist/adapters/acp/agents/events.d.cts +1 -1
- package/dist/adapters/acp/agents/events.d.ts +1 -1
- package/dist/adapters/agentstack/agents/agent.d.cts +8 -6
- package/dist/adapters/agentstack/agents/agent.d.ts +8 -6
- package/dist/adapters/agentstack/agents/events.d.cts +1 -1
- package/dist/adapters/agentstack/agents/events.d.ts +1 -1
- package/dist/adapters/amazon-bedrock/backend/chat.d.cts +2 -2
- package/dist/adapters/amazon-bedrock/backend/chat.d.ts +2 -2
- package/dist/adapters/amazon-bedrock/backend/embedding.d.cts +2 -2
- package/dist/adapters/amazon-bedrock/backend/embedding.d.ts +2 -2
- package/dist/adapters/anthropic/backend/chat.d.cts +2 -2
- package/dist/adapters/anthropic/backend/chat.d.ts +2 -2
- package/dist/adapters/anthropic/backend/embedding.d.cts +2 -2
- package/dist/adapters/anthropic/backend/embedding.d.ts +2 -2
- package/dist/adapters/azure-openai/backend/chat.d.cts +2 -2
- package/dist/adapters/azure-openai/backend/chat.d.ts +2 -2
- package/dist/adapters/azure-openai/backend/embedding.d.cts +2 -2
- package/dist/adapters/azure-openai/backend/embedding.d.ts +2 -2
- package/dist/adapters/dummy/backend/chat.d.cts +2 -2
- package/dist/adapters/dummy/backend/chat.d.ts +2 -2
- package/dist/adapters/dummy/backend/embedding.d.cts +2 -2
- package/dist/adapters/dummy/backend/embedding.d.ts +2 -2
- package/dist/adapters/google-vertex/backend/chat.d.cts +2 -2
- package/dist/adapters/google-vertex/backend/chat.d.ts +2 -2
- package/dist/adapters/google-vertex/backend/embedding.d.cts +2 -2
- package/dist/adapters/google-vertex/backend/embedding.d.ts +2 -2
- package/dist/adapters/groq/backend/chat.d.cts +2 -2
- package/dist/adapters/groq/backend/chat.d.ts +2 -2
- package/dist/adapters/groq/backend/embedding.d.cts +2 -2
- package/dist/adapters/groq/backend/embedding.d.ts +2 -2
- package/dist/adapters/langchain/backend/chat.d.cts +2 -2
- package/dist/adapters/langchain/backend/chat.d.ts +2 -2
- package/dist/adapters/langchain/backend/embedding.d.cts +2 -2
- package/dist/adapters/langchain/backend/embedding.d.ts +2 -2
- package/dist/adapters/langchain/tools.d.cts +1 -1
- package/dist/adapters/langchain/tools.d.ts +1 -1
- package/dist/adapters/ollama/backend/chat.d.cts +2 -2
- package/dist/adapters/ollama/backend/chat.d.ts +2 -2
- package/dist/adapters/ollama/backend/embedding.d.cts +2 -2
- package/dist/adapters/ollama/backend/embedding.d.ts +2 -2
- package/dist/adapters/openai/backend/chat.d.cts +2 -2
- package/dist/adapters/openai/backend/chat.d.ts +2 -2
- package/dist/adapters/openai/backend/embedding.d.cts +2 -2
- package/dist/adapters/openai/backend/embedding.d.ts +2 -2
- package/dist/adapters/vercel/backend/chat.d.cts +2 -2
- package/dist/adapters/vercel/backend/chat.d.ts +2 -2
- package/dist/adapters/vercel/backend/embedding.d.cts +2 -2
- package/dist/adapters/vercel/backend/embedding.d.ts +2 -2
- package/dist/adapters/vercel/backend/utils.cjs +15 -0
- package/dist/adapters/vercel/backend/utils.cjs.map +1 -1
- package/dist/adapters/vercel/backend/utils.d.cts +4 -3
- package/dist/adapters/vercel/backend/utils.d.ts +4 -3
- package/dist/adapters/vercel/backend/utils.js +15 -1
- package/dist/adapters/vercel/backend/utils.js.map +1 -1
- package/dist/adapters/watsonx/backend/chat.d.cts +2 -2
- package/dist/adapters/watsonx/backend/chat.d.ts +2 -2
- package/dist/adapters/watsonx/backend/embedding.d.cts +2 -2
- package/dist/adapters/watsonx/backend/embedding.d.ts +2 -2
- package/dist/adapters/xai/backend/chat.d.cts +2 -2
- package/dist/adapters/xai/backend/chat.d.ts +2 -2
- package/dist/{agent-DvvVGvLr.d.cts → agent-BMfyig7X.d.cts} +5 -4
- package/dist/{agent-CHebzsQB.d.ts → agent-Dxw8AGWb.d.ts} +5 -4
- package/dist/agents/base.cjs +5 -2
- package/dist/agents/base.cjs.map +1 -1
- package/dist/agents/base.d.cts +2 -2
- package/dist/agents/base.d.ts +2 -2
- package/dist/agents/base.js +5 -2
- package/dist/agents/base.js.map +1 -1
- package/dist/agents/experimental/replan/agent.d.cts +3 -3
- package/dist/agents/experimental/replan/agent.d.ts +3 -3
- package/dist/agents/experimental/replan/prompts.d.cts +1 -1
- package/dist/agents/experimental/replan/prompts.d.ts +1 -1
- package/dist/agents/experimental/streamlit/agent.d.cts +8 -12
- package/dist/agents/experimental/streamlit/agent.d.ts +8 -12
- package/dist/agents/react/agent.d.cts +4 -4
- package/dist/agents/react/agent.d.ts +4 -4
- package/dist/agents/react/prompts.d.cts +1 -1
- package/dist/agents/react/prompts.d.ts +1 -1
- package/dist/agents/react/runners/base.d.cts +4 -4
- package/dist/agents/react/runners/base.d.ts +4 -4
- package/dist/agents/react/runners/deep-think/prompts.d.cts +1 -1
- package/dist/agents/react/runners/deep-think/prompts.d.ts +1 -1
- package/dist/agents/react/runners/deep-think/runner.d.cts +5 -5
- package/dist/agents/react/runners/deep-think/runner.d.ts +5 -5
- package/dist/agents/react/runners/default/runner.d.cts +5 -5
- package/dist/agents/react/runners/default/runner.d.ts +5 -5
- package/dist/agents/react/runners/granite/prompts.d.cts +1 -1
- package/dist/agents/react/runners/granite/prompts.d.ts +1 -1
- package/dist/agents/react/runners/granite/runner.d.cts +5 -5
- package/dist/agents/react/runners/granite/runner.d.ts +5 -5
- package/dist/agents/react/types.d.cts +2 -2
- package/dist/agents/react/types.d.ts +2 -2
- package/dist/agents/requirement/agent.cjs +162 -0
- package/dist/agents/requirement/agent.cjs.map +1 -0
- package/dist/agents/requirement/agent.d.cts +29 -0
- package/dist/agents/requirement/agent.d.ts +29 -0
- package/dist/agents/requirement/agent.js +160 -0
- package/dist/agents/requirement/agent.js.map +1 -0
- package/dist/agents/requirement/prompts.cjs +95 -0
- package/dist/agents/requirement/prompts.cjs.map +1 -0
- package/dist/agents/requirement/prompts.d.cts +107 -0
- package/dist/agents/requirement/prompts.d.ts +107 -0
- package/dist/agents/requirement/prompts.js +90 -0
- package/dist/agents/requirement/prompts.js.map +1 -0
- package/dist/agents/requirement/requirements/conditional.cjs +190 -0
- package/dist/agents/requirement/requirements/conditional.cjs.map +1 -0
- package/dist/agents/requirement/requirements/conditional.d.cts +71 -0
- package/dist/agents/requirement/requirements/conditional.d.ts +71 -0
- package/dist/agents/requirement/requirements/conditional.js +188 -0
- package/dist/agents/requirement/requirements/conditional.js.map +1 -0
- package/dist/agents/requirement/requirements/requirement.cjs +107 -0
- package/dist/agents/requirement/requirements/requirement.cjs.map +1 -0
- package/dist/agents/requirement/requirements/requirement.d.cts +59 -0
- package/dist/agents/requirement/requirements/requirement.d.ts +59 -0
- package/dist/agents/requirement/requirements/requirement.js +104 -0
- package/dist/agents/requirement/requirements/requirement.js.map +1 -0
- package/dist/agents/requirement/requirements/utils.cjs +74 -0
- package/dist/agents/requirement/requirements/utils.cjs.map +1 -0
- package/dist/agents/requirement/requirements/utils.d.cts +40 -0
- package/dist/agents/requirement/requirements/utils.d.ts +40 -0
- package/dist/agents/requirement/requirements/utils.js +69 -0
- package/dist/agents/requirement/requirements/utils.js.map +1 -0
- package/dist/agents/requirement/runner.cjs +252 -0
- package/dist/agents/requirement/runner.cjs.map +1 -0
- package/dist/agents/requirement/runner.d.cts +117 -0
- package/dist/agents/requirement/runner.d.ts +117 -0
- package/dist/agents/requirement/runner.js +250 -0
- package/dist/agents/requirement/runner.js.map +1 -0
- package/dist/agents/requirement/types.cjs +40 -0
- package/dist/agents/requirement/types.cjs.map +1 -0
- package/dist/agents/requirement/types.d.cts +24 -0
- package/dist/agents/requirement/types.d.ts +24 -0
- package/dist/agents/requirement/types.js +35 -0
- package/dist/agents/requirement/types.js.map +1 -0
- package/dist/agents/requirement/utils/llm.cjs +202 -0
- package/dist/agents/requirement/utils/llm.cjs.map +1 -0
- package/dist/agents/requirement/utils/llm.d.cts +50 -0
- package/dist/agents/requirement/utils/llm.d.ts +50 -0
- package/dist/agents/requirement/utils/llm.js +199 -0
- package/dist/agents/requirement/utils/llm.js.map +1 -0
- package/dist/agents/requirement/utils/tool.cjs +94 -0
- package/dist/agents/requirement/utils/tool.cjs.map +1 -0
- package/dist/agents/requirement/utils/tool.d.cts +24 -0
- package/dist/agents/requirement/utils/tool.d.ts +24 -0
- package/dist/agents/requirement/utils/tool.js +91 -0
- package/dist/agents/requirement/utils/tool.js.map +1 -0
- package/dist/agents/requirement/utils/toolCallChecker.cjs +61 -0
- package/dist/agents/requirement/utils/toolCallChecker.cjs.map +1 -0
- package/dist/agents/requirement/utils/toolCallChecker.d.cts +28 -0
- package/dist/agents/requirement/utils/toolCallChecker.d.ts +28 -0
- package/dist/agents/requirement/utils/toolCallChecker.js +59 -0
- package/dist/agents/requirement/utils/toolCallChecker.js.map +1 -0
- package/dist/agents/toolCalling/agent.d.cts +8 -12
- package/dist/agents/toolCalling/agent.d.ts +8 -12
- package/dist/agents/toolCalling/types.d.cts +1 -1
- package/dist/agents/toolCalling/types.d.ts +1 -1
- package/dist/agents/types.d.cts +2 -2
- package/dist/agents/types.d.ts +2 -2
- package/dist/backend/backend.d.cts +2 -2
- package/dist/backend/backend.d.ts +2 -2
- package/dist/backend/chat.d.cts +2 -2
- package/dist/backend/chat.d.ts +2 -2
- package/dist/backend/core.d.cts +2 -2
- package/dist/backend/core.d.ts +2 -2
- package/dist/backend/embedding.d.cts +2 -2
- package/dist/backend/embedding.d.ts +2 -2
- package/dist/backend/utils.d.cts +2 -2
- package/dist/backend/utils.d.ts +2 -2
- package/dist/{base-BQgDlcGa.d.ts → base-BurRTBA7.d.ts} +4 -2
- package/dist/{base-CwcxwybB.d.cts → base-v-PYIq5G.d.cts} +4 -2
- package/dist/{chat-C0s-o6ll.d.ts → chat-BbCYMAdE.d.ts} +1 -1
- package/dist/{chat-CRb3vUVg.d.cts → chat-DB_cf15S.d.cts} +1 -1
- package/dist/context.cjs +22 -5
- package/dist/context.cjs.map +1 -1
- package/dist/context.d.cts +19 -6
- package/dist/context.d.ts +19 -6
- package/dist/context.js +23 -7
- package/dist/context.js.map +1 -1
- package/dist/emitter/emitter.cjs +19 -13
- package/dist/emitter/emitter.cjs.map +1 -1
- package/dist/emitter/emitter.d.cts +1 -1
- package/dist/emitter/emitter.d.ts +1 -1
- package/dist/emitter/emitter.js +19 -13
- package/dist/emitter/emitter.js.map +1 -1
- package/dist/emitter/types.d.cts +1 -1
- package/dist/emitter/types.d.ts +1 -1
- package/dist/{emitter-DpqUYjXH.d.cts → emitter-CGKd_-kK.d.cts} +3 -2
- package/dist/{emitter-CZFbzlUi.d.ts → emitter-CN7I4uSV.d.ts} +3 -2
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/internals/fetcher.d.cts +1 -1
- package/dist/internals/fetcher.d.ts +1 -1
- package/dist/internals/helpers/prototype.cjs +5 -0
- package/dist/internals/helpers/prototype.cjs.map +1 -1
- package/dist/internals/helpers/prototype.d.cts +2 -1
- package/dist/internals/helpers/prototype.d.ts +2 -1
- package/dist/internals/helpers/prototype.js +5 -1
- package/dist/internals/helpers/prototype.js.map +1 -1
- package/dist/internals/types.cjs.map +1 -1
- package/dist/internals/types.d.cts +1 -1
- package/dist/internals/types.d.ts +1 -1
- package/dist/internals/types.js.map +1 -1
- package/dist/memory/summarizeMemory.d.cts +2 -2
- package/dist/memory/summarizeMemory.d.ts +2 -2
- package/dist/middleware/trajectory.cjs +322 -0
- package/dist/middleware/trajectory.cjs.map +1 -0
- package/dist/middleware/trajectory.d.cts +115 -0
- package/dist/middleware/trajectory.d.ts +115 -0
- package/dist/middleware/trajectory.js +320 -0
- package/dist/middleware/trajectory.js.map +1 -0
- package/dist/parsers/linePrefix.d.cts +1 -1
- package/dist/parsers/linePrefix.d.ts +1 -1
- package/dist/serializer/serializer.cjs +5 -4
- package/dist/serializer/serializer.cjs.map +1 -1
- package/dist/serializer/serializer.d.cts +1 -1
- package/dist/serializer/serializer.d.ts +1 -1
- package/dist/serializer/serializer.js +5 -4
- package/dist/serializer/serializer.js.map +1 -1
- package/dist/serializer/utils.cjs +3 -0
- package/dist/serializer/utils.cjs.map +1 -1
- package/dist/serializer/utils.d.cts +1 -1
- package/dist/serializer/utils.d.ts +1 -1
- package/dist/serializer/utils.js +3 -0
- package/dist/serializer/utils.js.map +1 -1
- package/dist/{serializer-CQxucveV.d.ts → serializer-53t8gGQa.d.ts} +3 -2
- package/dist/{serializer-BKn50Vnx.d.cts → serializer-c51B2z6d.d.cts} +3 -2
- package/dist/template.cjs +20 -0
- package/dist/template.cjs.map +1 -1
- package/dist/template.d.cts +1 -0
- package/dist/template.d.ts +1 -0
- package/dist/template.js +20 -0
- package/dist/template.js.map +1 -1
- package/dist/tools/arxiv.d.cts +1 -1
- package/dist/tools/arxiv.d.ts +1 -1
- package/dist/tools/base.cjs.map +1 -1
- package/dist/tools/base.d.cts +3 -2
- package/dist/tools/base.d.ts +3 -2
- package/dist/tools/base.js.map +1 -1
- package/dist/tools/calculator.d.cts +1 -1
- package/dist/tools/calculator.d.ts +1 -1
- package/dist/tools/custom.d.cts +2 -2
- package/dist/tools/custom.d.ts +2 -2
- package/dist/tools/database/elasticsearch.d.cts +1 -1
- package/dist/tools/database/elasticsearch.d.ts +1 -1
- package/dist/tools/database/milvus.d.cts +1 -1
- package/dist/tools/database/milvus.d.ts +1 -1
- package/dist/tools/database/qdrant.d.cts +1 -1
- package/dist/tools/database/qdrant.d.ts +1 -1
- package/dist/tools/database/sql.d.cts +1 -1
- package/dist/tools/database/sql.d.ts +1 -1
- package/dist/tools/llm.d.cts +2 -2
- package/dist/tools/llm.d.ts +2 -2
- package/dist/tools/mcp.d.cts +1 -1
- package/dist/tools/mcp.d.ts +1 -1
- package/dist/tools/openapi.d.cts +1 -1
- package/dist/tools/openapi.d.ts +1 -1
- package/dist/tools/python/output.d.cts +1 -1
- package/dist/tools/python/output.d.ts +1 -1
- package/dist/tools/python/python.d.cts +2 -2
- package/dist/tools/python/python.d.ts +2 -2
- package/dist/tools/search/base.d.cts +1 -1
- package/dist/tools/search/base.d.ts +1 -1
- package/dist/tools/search/duckDuckGoSearch.d.cts +1 -1
- package/dist/tools/search/duckDuckGoSearch.d.ts +1 -1
- package/dist/tools/search/googleSearch.d.cts +1 -1
- package/dist/tools/search/googleSearch.d.ts +1 -1
- package/dist/tools/search/searXNGSearch.d.cts +1 -1
- package/dist/tools/search/searXNGSearch.d.ts +1 -1
- package/dist/tools/search/wikipedia.d.cts +1 -1
- package/dist/tools/search/wikipedia.d.ts +1 -1
- package/dist/tools/similarity.d.cts +1 -1
- package/dist/tools/similarity.d.ts +1 -1
- package/dist/tools/think.cjs +52 -0
- package/dist/tools/think.cjs.map +1 -0
- package/dist/tools/think.d.cts +47 -0
- package/dist/tools/think.d.ts +47 -0
- package/dist/tools/think.js +50 -0
- package/dist/tools/think.js.map +1 -0
- package/dist/tools/weather/openMeteo.d.cts +1 -1
- package/dist/tools/weather/openMeteo.d.ts +1 -1
- package/dist/tools/web/webCrawler.d.cts +1 -1
- package/dist/tools/web/webCrawler.d.ts +1 -1
- package/dist/types-BXkkbABd.d.ts +213 -0
- package/dist/types-Cx6f43du.d.cts +213 -0
- package/dist/version.cjs +1 -1
- package/dist/version.js +1 -1
- package/dist/workflows/agent.d.cts +3 -3
- package/dist/workflows/agent.d.ts +3 -3
- package/dist/workflows/workflow.d.cts +1 -1
- package/dist/workflows/workflow.d.ts +1 -1
- package/package.json +4 -4
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { GetRunContext, MiddlewareType } from '../../../context.cjs';
|
|
2
|
+
import { E as Emitter } from '../../../emitter-CGKd_-kK.cjs';
|
|
3
|
+
import { a as BaseAgent } from '../../../base-v-PYIq5G.cjs';
|
|
4
4
|
import { BaseMemory } from '../../../memory/base.cjs';
|
|
5
5
|
import { A2AAgentRunInput, A2AAgentRunOutput, A2AAgentInput, A2AAgentRunOptions } from './types.cjs';
|
|
6
6
|
import { A2AAgentEvents } from './events.cjs';
|
|
7
7
|
import { AgentCard, Message as Message$1, Artifact } from '@a2a-js/sdk';
|
|
8
8
|
import { Message } from '../../../backend/message.cjs';
|
|
9
|
+
import '../../../internals/serializable.cjs';
|
|
9
10
|
import '../../../internals/types.cjs';
|
|
10
11
|
import '../../../internals/helpers/guards.cjs';
|
|
11
|
-
import '../../../internals/
|
|
12
|
+
import '../../../internals/helpers/promise.cjs';
|
|
12
13
|
import '../../../errors.cjs';
|
|
13
14
|
import '../../../tools/base.cjs';
|
|
14
15
|
import 'ajv';
|
|
@@ -17,14 +18,8 @@ import '../../../cache/base.cjs';
|
|
|
17
18
|
import '../../../internals/helpers/schema.cjs';
|
|
18
19
|
import 'zod';
|
|
19
20
|
import 'zod-to-json-schema';
|
|
20
|
-
import '../../../internals/helpers/promise.cjs';
|
|
21
21
|
import 'ai';
|
|
22
22
|
|
|
23
|
-
/**
|
|
24
|
-
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
|
|
25
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
26
|
-
*/
|
|
27
|
-
|
|
28
23
|
declare class A2AAgent extends BaseAgent<A2AAgentRunInput, A2AAgentRunOutput> {
|
|
29
24
|
protected readonly input: A2AAgentInput;
|
|
30
25
|
private _memory;
|
|
@@ -47,6 +42,7 @@ declare class A2AAgent extends BaseAgent<A2AAgentRunInput, A2AAgentRunOutput> {
|
|
|
47
42
|
input: A2AAgentInput;
|
|
48
43
|
emitter: Emitter<A2AAgentEvents>;
|
|
49
44
|
isRunning: boolean;
|
|
45
|
+
middlewares: MiddlewareType<any>[];
|
|
50
46
|
};
|
|
51
47
|
protected convertToA2AMessage(input: string | Message | Message[] | Message$1): Message$1;
|
|
52
48
|
protected convertToFrameworkMessage(input: string | Message | Message$1 | Artifact): Message;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { GetRunContext, MiddlewareType } from '../../../context.js';
|
|
2
|
+
import { E as Emitter } from '../../../emitter-CN7I4uSV.js';
|
|
3
|
+
import { a as BaseAgent } from '../../../base-BurRTBA7.js';
|
|
4
4
|
import { BaseMemory } from '../../../memory/base.js';
|
|
5
5
|
import { A2AAgentRunInput, A2AAgentRunOutput, A2AAgentInput, A2AAgentRunOptions } from './types.js';
|
|
6
6
|
import { A2AAgentEvents } from './events.js';
|
|
7
7
|
import { AgentCard, Message as Message$1, Artifact } from '@a2a-js/sdk';
|
|
8
8
|
import { Message } from '../../../backend/message.js';
|
|
9
|
+
import '../../../internals/serializable.js';
|
|
9
10
|
import '../../../internals/types.js';
|
|
10
11
|
import '../../../internals/helpers/guards.js';
|
|
11
|
-
import '../../../internals/
|
|
12
|
+
import '../../../internals/helpers/promise.js';
|
|
12
13
|
import '../../../errors.js';
|
|
13
14
|
import '../../../tools/base.js';
|
|
14
15
|
import 'ajv';
|
|
@@ -17,14 +18,8 @@ import '../../../cache/base.js';
|
|
|
17
18
|
import '../../../internals/helpers/schema.js';
|
|
18
19
|
import 'zod';
|
|
19
20
|
import 'zod-to-json-schema';
|
|
20
|
-
import '../../../internals/helpers/promise.js';
|
|
21
21
|
import 'ai';
|
|
22
22
|
|
|
23
|
-
/**
|
|
24
|
-
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
|
|
25
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
26
|
-
*/
|
|
27
|
-
|
|
28
23
|
declare class A2AAgent extends BaseAgent<A2AAgentRunInput, A2AAgentRunOutput> {
|
|
29
24
|
protected readonly input: A2AAgentInput;
|
|
30
25
|
private _memory;
|
|
@@ -47,6 +42,7 @@ declare class A2AAgent extends BaseAgent<A2AAgentRunInput, A2AAgentRunOutput> {
|
|
|
47
42
|
input: A2AAgentInput;
|
|
48
43
|
emitter: Emitter<A2AAgentEvents>;
|
|
49
44
|
isRunning: boolean;
|
|
45
|
+
middlewares: MiddlewareType<any>[];
|
|
50
46
|
};
|
|
51
47
|
protected convertToA2AMessage(input: string | Message | Message[] | Message$1): Message$1;
|
|
52
48
|
protected convertToFrameworkMessage(input: string | Message | Message$1 | Artifact): Message;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as Callback } from '../../../emitter-
|
|
1
|
+
import { C as Callback } from '../../../emitter-CGKd_-kK.cjs';
|
|
2
2
|
import { Message, Task, TaskStatusUpdateEvent, TaskArtifactUpdateEvent } from '@a2a-js/sdk';
|
|
3
3
|
import '../../../internals/types.cjs';
|
|
4
4
|
import '../../../internals/helpers/guards.cjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as Callback } from '../../../emitter-
|
|
1
|
+
import { C as Callback } from '../../../emitter-CN7I4uSV.js';
|
|
2
2
|
import { Message, Task, TaskStatusUpdateEvent, TaskArtifactUpdateEvent } from '@a2a-js/sdk';
|
|
3
3
|
import '../../../internals/types.js';
|
|
4
4
|
import '../../../internals/helpers/guards.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Message } from '../../../backend/message.cjs';
|
|
2
2
|
import { BaseMemory } from '../../../memory/base.cjs';
|
|
3
|
-
import { B as BaseAgentRunOptions } from '../../../base-
|
|
3
|
+
import { B as BaseAgentRunOptions } from '../../../base-v-PYIq5G.cjs';
|
|
4
4
|
import { Message as Message$1, Task, TaskStatusUpdateEvent, TaskArtifactUpdateEvent, AgentCard } from '@a2a-js/sdk';
|
|
5
5
|
import '../../../internals/serializable.cjs';
|
|
6
6
|
import '../../../internals/types.cjs';
|
|
@@ -8,7 +8,7 @@ import '../../../internals/helpers/guards.cjs';
|
|
|
8
8
|
import 'ai';
|
|
9
9
|
import '../../../errors.cjs';
|
|
10
10
|
import '../../../context.cjs';
|
|
11
|
-
import '../../../emitter-
|
|
11
|
+
import '../../../emitter-CGKd_-kK.cjs';
|
|
12
12
|
import '../../../internals/helpers/promise.cjs';
|
|
13
13
|
import '../../../tools/base.cjs';
|
|
14
14
|
import 'ajv';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Message } from '../../../backend/message.js';
|
|
2
2
|
import { BaseMemory } from '../../../memory/base.js';
|
|
3
|
-
import { B as BaseAgentRunOptions } from '../../../base-
|
|
3
|
+
import { B as BaseAgentRunOptions } from '../../../base-BurRTBA7.js';
|
|
4
4
|
import { Message as Message$1, Task, TaskStatusUpdateEvent, TaskArtifactUpdateEvent, AgentCard } from '@a2a-js/sdk';
|
|
5
5
|
import '../../../internals/serializable.js';
|
|
6
6
|
import '../../../internals/types.js';
|
|
@@ -8,7 +8,7 @@ import '../../../internals/helpers/guards.js';
|
|
|
8
8
|
import 'ai';
|
|
9
9
|
import '../../../errors.js';
|
|
10
10
|
import '../../../context.js';
|
|
11
|
-
import '../../../emitter-
|
|
11
|
+
import '../../../emitter-CN7I4uSV.js';
|
|
12
12
|
import '../../../internals/helpers/promise.js';
|
|
13
13
|
import '../../../tools/base.js';
|
|
14
14
|
import 'ajv';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as AnyAgent } from '../../../base-
|
|
1
|
+
import { c as AnyAgent } from '../../../base-v-PYIq5G.cjs';
|
|
2
2
|
import { AgentExecutor, RequestContext, ExecutionEventBus } from '@a2a-js/sdk/server';
|
|
3
|
-
import { E as Emitter } from '../../../emitter-
|
|
3
|
+
import { E as Emitter } from '../../../emitter-CGKd_-kK.cjs';
|
|
4
4
|
import { ToolCallingAgentCallbacks } from '../../../agents/toolCalling/types.cjs';
|
|
5
5
|
import { ReActAgentCallbacks } from '../../../agents/react/types.cjs';
|
|
6
6
|
import '../../../context.cjs';
|
|
@@ -28,7 +28,7 @@ import '../../../parsers/field.cjs';
|
|
|
28
28
|
import '@streamparser/json';
|
|
29
29
|
import 'jsonrepair/stream';
|
|
30
30
|
import '../../../parsers/errors.cjs';
|
|
31
|
-
import '../../../chat-
|
|
31
|
+
import '../../../chat-DB_cf15S.cjs';
|
|
32
32
|
import '../../../backend/constants.cjs';
|
|
33
33
|
import '../../../logger/logger.cjs';
|
|
34
34
|
import 'pino';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as AnyAgent } from '../../../base-
|
|
1
|
+
import { c as AnyAgent } from '../../../base-BurRTBA7.js';
|
|
2
2
|
import { AgentExecutor, RequestContext, ExecutionEventBus } from '@a2a-js/sdk/server';
|
|
3
|
-
import { E as Emitter } from '../../../emitter-
|
|
3
|
+
import { E as Emitter } from '../../../emitter-CN7I4uSV.js';
|
|
4
4
|
import { ToolCallingAgentCallbacks } from '../../../agents/toolCalling/types.js';
|
|
5
5
|
import { ReActAgentCallbacks } from '../../../agents/react/types.js';
|
|
6
6
|
import '../../../context.js';
|
|
@@ -28,7 +28,7 @@ import '../../../parsers/field.js';
|
|
|
28
28
|
import '@streamparser/json';
|
|
29
29
|
import 'jsonrepair/stream';
|
|
30
30
|
import '../../../parsers/errors.js';
|
|
31
|
-
import '../../../chat-
|
|
31
|
+
import '../../../chat-BbCYMAdE.js';
|
|
32
32
|
import '../../../backend/constants.js';
|
|
33
33
|
import '../../../logger/logger.js';
|
|
34
34
|
import 'pino';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { c as AnyAgent } from '../../../base-
|
|
1
|
+
import { c as AnyAgent } from '../../../base-v-PYIq5G.cjs';
|
|
2
2
|
import { Server } from '../../../serve/server.cjs';
|
|
3
3
|
import { AgentExecutor, TaskStore, ExecutionEventBusManager, PushNotificationStore, PushNotificationSender } from '@a2a-js/sdk/server';
|
|
4
4
|
import { AgentProvider, AgentCapabilities, AgentSkill } from '@a2a-js/sdk';
|
|
5
5
|
import '../../../context.cjs';
|
|
6
|
-
import '../../../emitter-
|
|
6
|
+
import '../../../emitter-CGKd_-kK.cjs';
|
|
7
7
|
import '../../../internals/types.cjs';
|
|
8
8
|
import '../../../internals/helpers/guards.cjs';
|
|
9
9
|
import '../../../internals/serializable.cjs';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { c as AnyAgent } from '../../../base-
|
|
1
|
+
import { c as AnyAgent } from '../../../base-BurRTBA7.js';
|
|
2
2
|
import { Server } from '../../../serve/server.js';
|
|
3
3
|
import { AgentExecutor, TaskStore, ExecutionEventBusManager, PushNotificationStore, PushNotificationSender } from '@a2a-js/sdk/server';
|
|
4
4
|
import { AgentProvider, AgentCapabilities, AgentSkill } from '@a2a-js/sdk';
|
|
5
5
|
import '../../../context.js';
|
|
6
|
-
import '../../../emitter-
|
|
6
|
+
import '../../../emitter-CN7I4uSV.js';
|
|
7
7
|
import '../../../internals/types.js';
|
|
8
8
|
import '../../../internals/helpers/guards.js';
|
|
9
9
|
import '../../../internals/serializable.js';
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { GetRunContext, MiddlewareType } from '../../../context.cjs';
|
|
2
|
+
import { E as Emitter } from '../../../emitter-CGKd_-kK.cjs';
|
|
3
|
+
import { a as BaseAgent, B as BaseAgentRunOptions } from '../../../base-v-PYIq5G.cjs';
|
|
4
4
|
import { Message } from '../../../backend/message.cjs';
|
|
5
5
|
import { BaseMemory } from '../../../memory/base.cjs';
|
|
6
6
|
import { RestfulClient } from '../../../internals/fetcher.cjs';
|
|
7
7
|
import { ACPAgentRunInput, ACPAgentRunOutput, ACPAgentInput } from './types.cjs';
|
|
8
8
|
import { ACPAgentEvents } from './events.cjs';
|
|
9
|
+
import '../../../internals/serializable.cjs';
|
|
9
10
|
import '../../../internals/types.cjs';
|
|
10
11
|
import '../../../internals/helpers/guards.cjs';
|
|
11
|
-
import '../../../internals/
|
|
12
|
+
import '../../../internals/helpers/promise.cjs';
|
|
12
13
|
import '../../../errors.cjs';
|
|
13
14
|
import '../../../tools/base.cjs';
|
|
14
15
|
import 'ajv';
|
|
@@ -17,16 +18,10 @@ import '../../../cache/base.cjs';
|
|
|
17
18
|
import '../../../internals/helpers/schema.cjs';
|
|
18
19
|
import 'zod';
|
|
19
20
|
import 'zod-to-json-schema';
|
|
20
|
-
import '../../../internals/helpers/promise.cjs';
|
|
21
21
|
import 'ai';
|
|
22
22
|
import '@ai-zen/node-fetch-event-source';
|
|
23
23
|
import '@ai-zen/node-fetch-event-source/lib/cjs/fetch.js';
|
|
24
24
|
|
|
25
|
-
/**
|
|
26
|
-
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
|
|
27
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
25
|
declare class ACPAgent extends BaseAgent<ACPAgentRunInput, ACPAgentRunOutput> {
|
|
31
26
|
protected readonly input: ACPAgentInput;
|
|
32
27
|
readonly emitter: Emitter<ACPAgentEvents>;
|
|
@@ -43,6 +38,7 @@ declare class ACPAgent extends BaseAgent<ACPAgentRunInput, ACPAgentRunOutput> {
|
|
|
43
38
|
input: ACPAgentInput;
|
|
44
39
|
emitter: Emitter<ACPAgentEvents>;
|
|
45
40
|
isRunning: boolean;
|
|
41
|
+
middlewares: MiddlewareType<any>[];
|
|
46
42
|
};
|
|
47
43
|
protected convertToACPMessage(input: string | Message): any;
|
|
48
44
|
protected convertToMessage(input: string | Message): any;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { GetRunContext, MiddlewareType } from '../../../context.js';
|
|
2
|
+
import { E as Emitter } from '../../../emitter-CN7I4uSV.js';
|
|
3
|
+
import { a as BaseAgent, B as BaseAgentRunOptions } from '../../../base-BurRTBA7.js';
|
|
4
4
|
import { Message } from '../../../backend/message.js';
|
|
5
5
|
import { BaseMemory } from '../../../memory/base.js';
|
|
6
6
|
import { RestfulClient } from '../../../internals/fetcher.js';
|
|
7
7
|
import { ACPAgentRunInput, ACPAgentRunOutput, ACPAgentInput } from './types.js';
|
|
8
8
|
import { ACPAgentEvents } from './events.js';
|
|
9
|
+
import '../../../internals/serializable.js';
|
|
9
10
|
import '../../../internals/types.js';
|
|
10
11
|
import '../../../internals/helpers/guards.js';
|
|
11
|
-
import '../../../internals/
|
|
12
|
+
import '../../../internals/helpers/promise.js';
|
|
12
13
|
import '../../../errors.js';
|
|
13
14
|
import '../../../tools/base.js';
|
|
14
15
|
import 'ajv';
|
|
@@ -17,16 +18,10 @@ import '../../../cache/base.js';
|
|
|
17
18
|
import '../../../internals/helpers/schema.js';
|
|
18
19
|
import 'zod';
|
|
19
20
|
import 'zod-to-json-schema';
|
|
20
|
-
import '../../../internals/helpers/promise.js';
|
|
21
21
|
import 'ai';
|
|
22
22
|
import '@ai-zen/node-fetch-event-source';
|
|
23
23
|
import '@ai-zen/node-fetch-event-source/lib/cjs/fetch.js';
|
|
24
24
|
|
|
25
|
-
/**
|
|
26
|
-
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
|
|
27
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
25
|
declare class ACPAgent extends BaseAgent<ACPAgentRunInput, ACPAgentRunOutput> {
|
|
31
26
|
protected readonly input: ACPAgentInput;
|
|
32
27
|
readonly emitter: Emitter<ACPAgentEvents>;
|
|
@@ -43,6 +38,7 @@ declare class ACPAgent extends BaseAgent<ACPAgentRunInput, ACPAgentRunOutput> {
|
|
|
43
38
|
input: ACPAgentInput;
|
|
44
39
|
emitter: Emitter<ACPAgentEvents>;
|
|
45
40
|
isRunning: boolean;
|
|
41
|
+
middlewares: MiddlewareType<any>[];
|
|
46
42
|
};
|
|
47
43
|
protected convertToACPMessage(input: string | Message): any;
|
|
48
44
|
protected convertToMessage(input: string | Message): any;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
import { GetRunContext, MiddlewareType } from '../../../context.cjs';
|
|
1
2
|
import { ACPAgentEvents } from '../../acp/agents/events.cjs';
|
|
2
3
|
import { ACPAgentInput } from '../../acp/agents/types.cjs';
|
|
3
|
-
import { E as Emitter } from '../../../emitter-
|
|
4
|
-
import { a as BaseAgent, B as BaseAgentRunOptions } from '../../../base-
|
|
5
|
-
import { GetRunContext } from '../../../context.cjs';
|
|
4
|
+
import { E as Emitter } from '../../../emitter-CGKd_-kK.cjs';
|
|
5
|
+
import { a as BaseAgent, B as BaseAgentRunOptions } from '../../../base-v-PYIq5G.cjs';
|
|
6
6
|
import { BaseMemory } from '../../../memory/base.cjs';
|
|
7
7
|
import { AgentStackAgentRunInput, AgentStackAgentRunOutput, AgentStackAgentInput } from './types.cjs';
|
|
8
8
|
import { AgentStackAgentEvents } from './events.cjs';
|
|
9
9
|
import { ACPAgent } from '../../acp/agents/agent.cjs';
|
|
10
|
+
import '../../../internals/serializable.cjs';
|
|
10
11
|
import '../../../internals/types.cjs';
|
|
11
12
|
import '../../../internals/helpers/guards.cjs';
|
|
12
|
-
import '../../../internals/
|
|
13
|
+
import '../../../internals/helpers/promise.cjs';
|
|
14
|
+
import '../../../errors.cjs';
|
|
13
15
|
import '../../../backend/message.cjs';
|
|
14
16
|
import 'ai';
|
|
15
|
-
import '../../../errors.cjs';
|
|
16
17
|
import '../../../tools/base.cjs';
|
|
17
18
|
import 'ajv';
|
|
18
19
|
import 'promise-based-task';
|
|
@@ -20,7 +21,6 @@ import '../../../cache/base.cjs';
|
|
|
20
21
|
import '../../../internals/helpers/schema.cjs';
|
|
21
22
|
import 'zod';
|
|
22
23
|
import 'zod-to-json-schema';
|
|
23
|
-
import '../../../internals/helpers/promise.cjs';
|
|
24
24
|
import '../../../internals/fetcher.cjs';
|
|
25
25
|
import '@ai-zen/node-fetch-event-source';
|
|
26
26
|
import '@ai-zen/node-fetch-event-source/lib/cjs/fetch.js';
|
|
@@ -40,9 +40,11 @@ declare class AgentStackAgent extends BaseAgent<AgentStackAgentRunInput, AgentSt
|
|
|
40
40
|
input: ACPAgentInput;
|
|
41
41
|
emitter: Emitter<ACPAgentEvents>;
|
|
42
42
|
isRunning: boolean;
|
|
43
|
+
middlewares: MiddlewareType<any>[];
|
|
43
44
|
};
|
|
44
45
|
emitter: Emitter<AgentStackAgentEvents>;
|
|
45
46
|
isRunning: boolean;
|
|
47
|
+
middlewares: MiddlewareType<any>[];
|
|
46
48
|
};
|
|
47
49
|
}
|
|
48
50
|
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
import { GetRunContext, MiddlewareType } from '../../../context.js';
|
|
1
2
|
import { ACPAgentEvents } from '../../acp/agents/events.js';
|
|
2
3
|
import { ACPAgentInput } from '../../acp/agents/types.js';
|
|
3
|
-
import { E as Emitter } from '../../../emitter-
|
|
4
|
-
import { a as BaseAgent, B as BaseAgentRunOptions } from '../../../base-
|
|
5
|
-
import { GetRunContext } from '../../../context.js';
|
|
4
|
+
import { E as Emitter } from '../../../emitter-CN7I4uSV.js';
|
|
5
|
+
import { a as BaseAgent, B as BaseAgentRunOptions } from '../../../base-BurRTBA7.js';
|
|
6
6
|
import { BaseMemory } from '../../../memory/base.js';
|
|
7
7
|
import { AgentStackAgentRunInput, AgentStackAgentRunOutput, AgentStackAgentInput } from './types.js';
|
|
8
8
|
import { AgentStackAgentEvents } from './events.js';
|
|
9
9
|
import { ACPAgent } from '../../acp/agents/agent.js';
|
|
10
|
+
import '../../../internals/serializable.js';
|
|
10
11
|
import '../../../internals/types.js';
|
|
11
12
|
import '../../../internals/helpers/guards.js';
|
|
12
|
-
import '../../../internals/
|
|
13
|
+
import '../../../internals/helpers/promise.js';
|
|
14
|
+
import '../../../errors.js';
|
|
13
15
|
import '../../../backend/message.js';
|
|
14
16
|
import 'ai';
|
|
15
|
-
import '../../../errors.js';
|
|
16
17
|
import '../../../tools/base.js';
|
|
17
18
|
import 'ajv';
|
|
18
19
|
import 'promise-based-task';
|
|
@@ -20,7 +21,6 @@ import '../../../cache/base.js';
|
|
|
20
21
|
import '../../../internals/helpers/schema.js';
|
|
21
22
|
import 'zod';
|
|
22
23
|
import 'zod-to-json-schema';
|
|
23
|
-
import '../../../internals/helpers/promise.js';
|
|
24
24
|
import '../../../internals/fetcher.js';
|
|
25
25
|
import '@ai-zen/node-fetch-event-source';
|
|
26
26
|
import '@ai-zen/node-fetch-event-source/lib/cjs/fetch.js';
|
|
@@ -40,9 +40,11 @@ declare class AgentStackAgent extends BaseAgent<AgentStackAgentRunInput, AgentSt
|
|
|
40
40
|
input: ACPAgentInput;
|
|
41
41
|
emitter: Emitter<ACPAgentEvents>;
|
|
42
42
|
isRunning: boolean;
|
|
43
|
+
middlewares: MiddlewareType<any>[];
|
|
43
44
|
};
|
|
44
45
|
emitter: Emitter<AgentStackAgentEvents>;
|
|
45
46
|
isRunning: boolean;
|
|
47
|
+
middlewares: MiddlewareType<any>[];
|
|
46
48
|
};
|
|
47
49
|
}
|
|
48
50
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AmazonBedrockClient, AmazonBedrockClientSettings } from './client.cjs';
|
|
2
2
|
import { VercelChatModel } from '../../vercel/backend/chat.cjs';
|
|
3
3
|
import { AmazonBedrockProvider } from '@ai-sdk/amazon-bedrock';
|
|
4
|
-
import { C as ChatModelParameters } from '../../../chat-
|
|
4
|
+
import { C as ChatModelParameters } from '../../../chat-DB_cf15S.cjs';
|
|
5
5
|
import '../../../backend/client.cjs';
|
|
6
6
|
import '../../../internals/serializable.cjs';
|
|
7
7
|
import '../../../internals/types.cjs';
|
|
@@ -10,7 +10,7 @@ import '../../../logger/logger.cjs';
|
|
|
10
10
|
import 'pino';
|
|
11
11
|
import '../../../errors.cjs';
|
|
12
12
|
import 'ai';
|
|
13
|
-
import '../../../emitter-
|
|
13
|
+
import '../../../emitter-CGKd_-kK.cjs';
|
|
14
14
|
import '../../../backend/message.cjs';
|
|
15
15
|
import '../../../context.cjs';
|
|
16
16
|
import '../../../internals/helpers/promise.cjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AmazonBedrockClient, AmazonBedrockClientSettings } from './client.js';
|
|
2
2
|
import { VercelChatModel } from '../../vercel/backend/chat.js';
|
|
3
3
|
import { AmazonBedrockProvider } from '@ai-sdk/amazon-bedrock';
|
|
4
|
-
import { C as ChatModelParameters } from '../../../chat-
|
|
4
|
+
import { C as ChatModelParameters } from '../../../chat-BbCYMAdE.js';
|
|
5
5
|
import '../../../backend/client.js';
|
|
6
6
|
import '../../../internals/serializable.js';
|
|
7
7
|
import '../../../internals/types.js';
|
|
@@ -10,7 +10,7 @@ import '../../../logger/logger.js';
|
|
|
10
10
|
import 'pino';
|
|
11
11
|
import '../../../errors.js';
|
|
12
12
|
import 'ai';
|
|
13
|
-
import '../../../emitter-
|
|
13
|
+
import '../../../emitter-CN7I4uSV.js';
|
|
14
14
|
import '../../../backend/message.js';
|
|
15
15
|
import '../../../context.js';
|
|
16
16
|
import '../../../internals/helpers/promise.js';
|
|
@@ -3,13 +3,13 @@ import { AmazonBedrockProvider } from '@ai-sdk/amazon-bedrock';
|
|
|
3
3
|
import { AmazonBedrockClient, AmazonBedrockClientSettings } from './client.cjs';
|
|
4
4
|
import '../../../backend/embedding.cjs';
|
|
5
5
|
import '../../../context.cjs';
|
|
6
|
-
import '../../../emitter-
|
|
6
|
+
import '../../../emitter-CGKd_-kK.cjs';
|
|
7
7
|
import '../../../internals/types.cjs';
|
|
8
8
|
import '../../../internals/helpers/guards.cjs';
|
|
9
9
|
import '../../../internals/serializable.cjs';
|
|
10
10
|
import '../../../internals/helpers/promise.cjs';
|
|
11
11
|
import '../../../errors.cjs';
|
|
12
|
-
import '../../../chat-
|
|
12
|
+
import '../../../chat-DB_cf15S.cjs';
|
|
13
13
|
import '../../../backend/message.cjs';
|
|
14
14
|
import 'ai';
|
|
15
15
|
import 'promise-based-task';
|
|
@@ -3,13 +3,13 @@ import { AmazonBedrockProvider } from '@ai-sdk/amazon-bedrock';
|
|
|
3
3
|
import { AmazonBedrockClient, AmazonBedrockClientSettings } from './client.js';
|
|
4
4
|
import '../../../backend/embedding.js';
|
|
5
5
|
import '../../../context.js';
|
|
6
|
-
import '../../../emitter-
|
|
6
|
+
import '../../../emitter-CN7I4uSV.js';
|
|
7
7
|
import '../../../internals/types.js';
|
|
8
8
|
import '../../../internals/helpers/guards.js';
|
|
9
9
|
import '../../../internals/serializable.js';
|
|
10
10
|
import '../../../internals/helpers/promise.js';
|
|
11
11
|
import '../../../errors.js';
|
|
12
|
-
import '../../../chat-
|
|
12
|
+
import '../../../chat-BbCYMAdE.js';
|
|
13
13
|
import '../../../backend/message.js';
|
|
14
14
|
import 'ai';
|
|
15
15
|
import 'promise-based-task';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VercelChatModel } from '../../vercel/backend/chat.cjs';
|
|
2
2
|
import { AnthropicClientSettings, AnthropicClient } from './client.cjs';
|
|
3
3
|
import { AnthropicProvider } from '@ai-sdk/anthropic';
|
|
4
|
-
import { C as ChatModelParameters } from '../../../chat-
|
|
4
|
+
import { C as ChatModelParameters } from '../../../chat-DB_cf15S.cjs';
|
|
5
5
|
import '../../../logger/logger.cjs';
|
|
6
6
|
import 'pino';
|
|
7
7
|
import '../../../errors.cjs';
|
|
@@ -9,7 +9,7 @@ import '../../../internals/types.cjs';
|
|
|
9
9
|
import '../../../internals/helpers/guards.cjs';
|
|
10
10
|
import '../../../internals/serializable.cjs';
|
|
11
11
|
import 'ai';
|
|
12
|
-
import '../../../emitter-
|
|
12
|
+
import '../../../emitter-CGKd_-kK.cjs';
|
|
13
13
|
import '../../../backend/message.cjs';
|
|
14
14
|
import '../../../context.cjs';
|
|
15
15
|
import '../../../internals/helpers/promise.cjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VercelChatModel } from '../../vercel/backend/chat.js';
|
|
2
2
|
import { AnthropicClientSettings, AnthropicClient } from './client.js';
|
|
3
3
|
import { AnthropicProvider } from '@ai-sdk/anthropic';
|
|
4
|
-
import { C as ChatModelParameters } from '../../../chat-
|
|
4
|
+
import { C as ChatModelParameters } from '../../../chat-BbCYMAdE.js';
|
|
5
5
|
import '../../../logger/logger.js';
|
|
6
6
|
import 'pino';
|
|
7
7
|
import '../../../errors.js';
|
|
@@ -9,7 +9,7 @@ import '../../../internals/types.js';
|
|
|
9
9
|
import '../../../internals/helpers/guards.js';
|
|
10
10
|
import '../../../internals/serializable.js';
|
|
11
11
|
import 'ai';
|
|
12
|
-
import '../../../emitter-
|
|
12
|
+
import '../../../emitter-CN7I4uSV.js';
|
|
13
13
|
import '../../../backend/message.js';
|
|
14
14
|
import '../../../context.js';
|
|
15
15
|
import '../../../internals/helpers/promise.js';
|
|
@@ -3,13 +3,13 @@ import { AnthropicClientSettings, AnthropicClient } from './client.cjs';
|
|
|
3
3
|
import { AnthropicProvider } from '@ai-sdk/anthropic';
|
|
4
4
|
import '../../../backend/embedding.cjs';
|
|
5
5
|
import '../../../context.cjs';
|
|
6
|
-
import '../../../emitter-
|
|
6
|
+
import '../../../emitter-CGKd_-kK.cjs';
|
|
7
7
|
import '../../../internals/types.cjs';
|
|
8
8
|
import '../../../internals/helpers/guards.cjs';
|
|
9
9
|
import '../../../internals/serializable.cjs';
|
|
10
10
|
import '../../../internals/helpers/promise.cjs';
|
|
11
11
|
import '../../../errors.cjs';
|
|
12
|
-
import '../../../chat-
|
|
12
|
+
import '../../../chat-DB_cf15S.cjs';
|
|
13
13
|
import '../../../backend/message.cjs';
|
|
14
14
|
import 'ai';
|
|
15
15
|
import 'promise-based-task';
|
|
@@ -3,13 +3,13 @@ import { AnthropicClientSettings, AnthropicClient } from './client.js';
|
|
|
3
3
|
import { AnthropicProvider } from '@ai-sdk/anthropic';
|
|
4
4
|
import '../../../backend/embedding.js';
|
|
5
5
|
import '../../../context.js';
|
|
6
|
-
import '../../../emitter-
|
|
6
|
+
import '../../../emitter-CN7I4uSV.js';
|
|
7
7
|
import '../../../internals/types.js';
|
|
8
8
|
import '../../../internals/helpers/guards.js';
|
|
9
9
|
import '../../../internals/serializable.js';
|
|
10
10
|
import '../../../internals/helpers/promise.js';
|
|
11
11
|
import '../../../errors.js';
|
|
12
|
-
import '../../../chat-
|
|
12
|
+
import '../../../chat-BbCYMAdE.js';
|
|
13
13
|
import '../../../backend/message.js';
|
|
14
14
|
import 'ai';
|
|
15
15
|
import 'promise-based-task';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VercelChatModel } from '../../vercel/backend/chat.cjs';
|
|
2
2
|
import { AzureOpenAIProvider, AzureOpenAIProviderSettings } from '@ai-sdk/azure';
|
|
3
3
|
import { AzureOpenAIClient } from './client.cjs';
|
|
4
|
-
import { C as ChatModelParameters } from '../../../chat-
|
|
4
|
+
import { C as ChatModelParameters } from '../../../chat-DB_cf15S.cjs';
|
|
5
5
|
import '../../../logger/logger.cjs';
|
|
6
6
|
import 'pino';
|
|
7
7
|
import '../../../errors.cjs';
|
|
@@ -9,7 +9,7 @@ import '../../../internals/types.cjs';
|
|
|
9
9
|
import '../../../internals/helpers/guards.cjs';
|
|
10
10
|
import '../../../internals/serializable.cjs';
|
|
11
11
|
import 'ai';
|
|
12
|
-
import '../../../emitter-
|
|
12
|
+
import '../../../emitter-CGKd_-kK.cjs';
|
|
13
13
|
import '../../../backend/message.cjs';
|
|
14
14
|
import '../../../context.cjs';
|
|
15
15
|
import '../../../internals/helpers/promise.cjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VercelChatModel } from '../../vercel/backend/chat.js';
|
|
2
2
|
import { AzureOpenAIProvider, AzureOpenAIProviderSettings } from '@ai-sdk/azure';
|
|
3
3
|
import { AzureOpenAIClient } from './client.js';
|
|
4
|
-
import { C as ChatModelParameters } from '../../../chat-
|
|
4
|
+
import { C as ChatModelParameters } from '../../../chat-BbCYMAdE.js';
|
|
5
5
|
import '../../../logger/logger.js';
|
|
6
6
|
import 'pino';
|
|
7
7
|
import '../../../errors.js';
|
|
@@ -9,7 +9,7 @@ import '../../../internals/types.js';
|
|
|
9
9
|
import '../../../internals/helpers/guards.js';
|
|
10
10
|
import '../../../internals/serializable.js';
|
|
11
11
|
import 'ai';
|
|
12
|
-
import '../../../emitter-
|
|
12
|
+
import '../../../emitter-CN7I4uSV.js';
|
|
13
13
|
import '../../../backend/message.js';
|
|
14
14
|
import '../../../context.js';
|
|
15
15
|
import '../../../internals/helpers/promise.js';
|
|
@@ -3,13 +3,13 @@ import { AzureOpenAIClient, AzureOpenAIClientSettings } from './client.cjs';
|
|
|
3
3
|
import { AzureOpenAIProvider } from '@ai-sdk/azure';
|
|
4
4
|
import '../../../backend/embedding.cjs';
|
|
5
5
|
import '../../../context.cjs';
|
|
6
|
-
import '../../../emitter-
|
|
6
|
+
import '../../../emitter-CGKd_-kK.cjs';
|
|
7
7
|
import '../../../internals/types.cjs';
|
|
8
8
|
import '../../../internals/helpers/guards.cjs';
|
|
9
9
|
import '../../../internals/serializable.cjs';
|
|
10
10
|
import '../../../internals/helpers/promise.cjs';
|
|
11
11
|
import '../../../errors.cjs';
|
|
12
|
-
import '../../../chat-
|
|
12
|
+
import '../../../chat-DB_cf15S.cjs';
|
|
13
13
|
import '../../../backend/message.cjs';
|
|
14
14
|
import 'ai';
|
|
15
15
|
import 'promise-based-task';
|