beeai-framework 0.1.17 → 0.1.19
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.cjs +296 -0
- package/dist/adapters/a2a/agents/agent.cjs.map +1 -0
- package/dist/adapters/a2a/agents/agent.d.cts +55 -0
- package/dist/adapters/a2a/agents/agent.d.ts +55 -0
- package/dist/adapters/a2a/agents/agent.js +294 -0
- package/dist/adapters/a2a/agents/agent.js.map +1 -0
- package/dist/adapters/a2a/agents/events.cjs +4 -0
- package/dist/adapters/a2a/agents/events.cjs.map +1 -0
- package/dist/adapters/a2a/agents/events.d.cts +23 -0
- package/dist/adapters/a2a/agents/events.d.ts +23 -0
- package/dist/adapters/a2a/agents/events.js +3 -0
- package/dist/adapters/a2a/agents/events.js.map +1 -0
- package/dist/adapters/a2a/agents/types.cjs +4 -0
- package/dist/adapters/a2a/agents/types.cjs.map +1 -0
- package/dist/adapters/a2a/agents/types.d.cts +45 -0
- package/dist/adapters/a2a/agents/types.d.ts +45 -0
- package/dist/adapters/a2a/agents/types.js +3 -0
- package/dist/adapters/a2a/agents/types.js.map +1 -0
- package/dist/adapters/a2a/agents/utils.cjs +41 -0
- package/dist/adapters/a2a/agents/utils.cjs.map +1 -0
- package/dist/adapters/a2a/agents/utils.d.cts +15 -0
- package/dist/adapters/a2a/agents/utils.d.ts +15 -0
- package/dist/adapters/a2a/agents/utils.js +39 -0
- package/dist/adapters/a2a/agents/utils.js.map +1 -0
- package/dist/adapters/a2a/serve/agent_executor.cjs +233 -0
- package/dist/adapters/a2a/serve/agent_executor.cjs.map +1 -0
- package/dist/adapters/a2a/serve/agent_executor.d.cts +55 -0
- package/dist/adapters/a2a/serve/agent_executor.d.ts +55 -0
- package/dist/adapters/a2a/serve/agent_executor.js +229 -0
- package/dist/adapters/a2a/serve/agent_executor.js.map +1 -0
- package/dist/adapters/a2a/serve/server.cjs +112 -0
- package/dist/adapters/a2a/serve/server.cjs.map +1 -0
- package/dist/adapters/a2a/serve/server.d.cts +56 -0
- package/dist/adapters/a2a/serve/server.d.ts +56 -0
- package/dist/adapters/a2a/serve/server.js +105 -0
- package/dist/adapters/a2a/serve/server.js.map +1 -0
- package/dist/adapters/acp/agents/agent.d.cts +2 -2
- package/dist/adapters/acp/agents/agent.d.ts +2 -2
- package/dist/adapters/acp/agents/events.d.cts +1 -1
- package/dist/adapters/acp/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/beeai_platform/agents/agent.d.cts +2 -2
- package/dist/adapters/beeai_platform/agents/agent.d.ts +2 -2
- package/dist/adapters/beeai_platform/agents/events.d.cts +1 -1
- package/dist/adapters/beeai_platform/agents/events.d.ts +1 -1
- 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/mcp/serve/http_server.cjs +5 -1
- package/dist/adapters/mcp/serve/http_server.cjs.map +1 -1
- package/dist/adapters/mcp/serve/http_server.js +5 -1
- package/dist/adapters/mcp/serve/http_server.js.map +1 -1
- package/dist/adapters/mcp/serve/server.cjs +1 -1
- package/dist/adapters/mcp/serve/server.cjs.map +1 -1
- package/dist/adapters/mcp/serve/server.d.cts +2 -2
- package/dist/adapters/mcp/serve/server.d.ts +2 -2
- package/dist/adapters/mcp/serve/server.js +1 -1
- package/dist/adapters/mcp/serve/server.js.map +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/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-CUzHyTQd.d.ts → agent-7NzfPC6d.d.ts} +3 -3
- package/dist/{agent-Cqh2zuKJ.d.cts → agent-B6pOfx0K.d.cts} +3 -3
- package/dist/agents/base.d.cts +2 -2
- package/dist/agents/base.d.ts +2 -2
- 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 +3 -3
- package/dist/agents/experimental/streamlit/agent.d.ts +3 -3
- 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/toolCalling/agent.d.cts +3 -3
- package/dist/agents/toolCalling/agent.d.ts +3 -3
- 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/message.cjs.map +1 -1
- package/dist/backend/message.d.cts +1 -1
- package/dist/backend/message.d.ts +1 -1
- package/dist/backend/message.js.map +1 -1
- package/dist/backend/utils.d.cts +2 -2
- package/dist/backend/utils.d.ts +2 -2
- package/dist/{base-BrMAtrc_.d.ts → base-Bguef5Dg.d.ts} +2 -2
- package/dist/{base-Bc-Xv1jG.d.cts → base-C1hO5EJe.d.cts} +2 -2
- package/dist/{chat-W9j8T6UU.d.ts → chat-BBoOSvzm.d.ts} +1 -1
- package/dist/{chat-CR4yfOR9.d.cts → chat-BZ55YQab.d.cts} +1 -1
- package/dist/context.d.cts +1 -1
- package/dist/context.d.ts +1 -1
- package/dist/emitter/emitter.d.cts +1 -1
- package/dist/emitter/emitter.d.ts +1 -1
- package/dist/emitter/types.d.cts +1 -1
- package/dist/emitter/types.d.ts +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/internals/fetcher.d.cts +1 -1
- package/dist/internals/fetcher.d.ts +1 -1
- package/dist/memory/summarizeMemory.d.cts +2 -2
- package/dist/memory/summarizeMemory.d.ts +2 -2
- package/dist/parsers/linePrefix.d.cts +1 -1
- package/dist/parsers/linePrefix.d.ts +1 -1
- package/dist/serve/server.cjs +12 -5
- package/dist/serve/server.cjs.map +1 -1
- package/dist/serve/server.d.cts +4 -3
- package/dist/serve/server.d.ts +4 -3
- package/dist/serve/server.js +12 -5
- package/dist/serve/server.js.map +1 -1
- package/dist/tools/arxiv.d.cts +1 -1
- package/dist/tools/arxiv.d.ts +1 -1
- package/dist/tools/base.d.cts +1 -1
- package/dist/tools/base.d.ts +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/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/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 +7 -2
- package/dist/{emitter-C9nwGLt6.d.ts → emitter-BqpLJQVb.d.ts} +1 -1
- package/dist/{emitter-DWEsd-ud.d.cts → emitter-pJzHC_AM.d.cts} +1 -1
package/dist/tools/llm.d.cts
CHANGED
|
@@ -2,7 +2,7 @@ import { BaseToolOptions, Tool, StringToolOutput, ToolEmitter, ToolInput, BaseTo
|
|
|
2
2
|
import { z } from 'zod';
|
|
3
3
|
import { GetRunContext } from '../context.cjs';
|
|
4
4
|
import { PromptTemplate } from '../template.cjs';
|
|
5
|
-
import { m as ChatModel } from '../chat-
|
|
5
|
+
import { m as ChatModel } from '../chat-BZ55YQab.cjs';
|
|
6
6
|
import 'ajv';
|
|
7
7
|
import '../errors.cjs';
|
|
8
8
|
import '../internals/types.cjs';
|
|
@@ -12,7 +12,7 @@ import 'promise-based-task';
|
|
|
12
12
|
import '../cache/base.cjs';
|
|
13
13
|
import '../internals/helpers/schema.cjs';
|
|
14
14
|
import 'zod-to-json-schema';
|
|
15
|
-
import '../emitter-
|
|
15
|
+
import '../emitter-pJzHC_AM.cjs';
|
|
16
16
|
import '../internals/helpers/promise.cjs';
|
|
17
17
|
import '../backend/message.cjs';
|
|
18
18
|
import 'ai';
|
package/dist/tools/llm.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { BaseToolOptions, Tool, StringToolOutput, ToolEmitter, ToolInput, BaseTo
|
|
|
2
2
|
import { z } from 'zod';
|
|
3
3
|
import { GetRunContext } from '../context.js';
|
|
4
4
|
import { PromptTemplate } from '../template.js';
|
|
5
|
-
import { m as ChatModel } from '../chat-
|
|
5
|
+
import { m as ChatModel } from '../chat-BBoOSvzm.js';
|
|
6
6
|
import 'ajv';
|
|
7
7
|
import '../errors.js';
|
|
8
8
|
import '../internals/types.js';
|
|
@@ -12,7 +12,7 @@ import 'promise-based-task';
|
|
|
12
12
|
import '../cache/base.js';
|
|
13
13
|
import '../internals/helpers/schema.js';
|
|
14
14
|
import 'zod-to-json-schema';
|
|
15
|
-
import '../emitter-
|
|
15
|
+
import '../emitter-BqpLJQVb.js';
|
|
16
16
|
import '../internals/helpers/promise.js';
|
|
17
17
|
import '../backend/message.js';
|
|
18
18
|
import 'ai';
|
package/dist/tools/mcp.d.cts
CHANGED
package/dist/tools/mcp.d.ts
CHANGED
package/dist/tools/openapi.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseCache } from '../cache/base.cjs';
|
|
2
2
|
import * as promise_based_task from 'promise-based-task';
|
|
3
3
|
import { BaseToolOptions, StringToolOutput, Tool, ToolEmitter, BaseToolRunOptions } from './base.cjs';
|
|
4
|
-
import { C as Callback, E as Emitter } from '../emitter-
|
|
4
|
+
import { C as Callback, E as Emitter } from '../emitter-pJzHC_AM.cjs';
|
|
5
5
|
import { GetRunContext } from '../context.cjs';
|
|
6
6
|
import { SchemaObject } from 'ajv';
|
|
7
7
|
import '../internals/serializable.cjs';
|
package/dist/tools/openapi.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseCache } from '../cache/base.js';
|
|
2
2
|
import * as promise_based_task from 'promise-based-task';
|
|
3
3
|
import { BaseToolOptions, StringToolOutput, Tool, ToolEmitter, BaseToolRunOptions } from './base.js';
|
|
4
|
-
import { C as Callback, E as Emitter } from '../emitter-
|
|
4
|
+
import { C as Callback, E as Emitter } from '../emitter-BqpLJQVb.js';
|
|
5
5
|
import { GetRunContext } from '../context.js';
|
|
6
6
|
import { SchemaObject } from 'ajv';
|
|
7
7
|
import '../internals/serializable.js';
|
|
@@ -2,7 +2,7 @@ import { ToolOutput } from '../base.cjs';
|
|
|
2
2
|
import { PythonFile } from './storage.cjs';
|
|
3
3
|
import 'ajv';
|
|
4
4
|
import '../../context.cjs';
|
|
5
|
-
import '../../emitter-
|
|
5
|
+
import '../../emitter-pJzHC_AM.cjs';
|
|
6
6
|
import '../../internals/types.cjs';
|
|
7
7
|
import '../../internals/helpers/guards.cjs';
|
|
8
8
|
import '../../internals/serializable.cjs';
|
|
@@ -2,7 +2,7 @@ import { ToolOutput } from '../base.js';
|
|
|
2
2
|
import { PythonFile } from './storage.js';
|
|
3
3
|
import 'ajv';
|
|
4
4
|
import '../../context.js';
|
|
5
|
-
import '../../emitter-
|
|
5
|
+
import '../../emitter-BqpLJQVb.js';
|
|
6
6
|
import '../../internals/types.js';
|
|
7
7
|
import '../../internals/helpers/guards.js';
|
|
8
8
|
import '../../internals/serializable.js';
|
|
@@ -7,8 +7,8 @@ import { PythonStorage, PythonFile } from './storage.cjs';
|
|
|
7
7
|
import { PythonToolOutput } from './output.cjs';
|
|
8
8
|
import { ConnectionOptions } from 'node:tls';
|
|
9
9
|
import { RunContext } from '../../context.cjs';
|
|
10
|
-
import { E as Emitter } from '../../emitter-
|
|
11
|
-
import { m as ChatModel } from '../../chat-
|
|
10
|
+
import { E as Emitter } from '../../emitter-pJzHC_AM.cjs';
|
|
11
|
+
import { m as ChatModel } from '../../chat-BZ55YQab.cjs';
|
|
12
12
|
import '../../internals/serializable.cjs';
|
|
13
13
|
import '../../internals/types.cjs';
|
|
14
14
|
import '../../internals/helpers/guards.cjs';
|
|
@@ -7,8 +7,8 @@ import { PythonStorage, PythonFile } from './storage.js';
|
|
|
7
7
|
import { PythonToolOutput } from './output.js';
|
|
8
8
|
import { ConnectionOptions } from 'node:tls';
|
|
9
9
|
import { RunContext } from '../../context.js';
|
|
10
|
-
import { E as Emitter } from '../../emitter-
|
|
11
|
-
import { m as ChatModel } from '../../chat-
|
|
10
|
+
import { E as Emitter } from '../../emitter-BqpLJQVb.js';
|
|
11
|
+
import { m as ChatModel } from '../../chat-BBoOSvzm.js';
|
|
12
12
|
import '../../internals/serializable.js';
|
|
13
13
|
import '../../internals/types.js';
|
|
14
14
|
import '../../internals/helpers/guards.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseToolOptions, BaseToolRunOptions, ToolOutput } from '../base.cjs';
|
|
2
2
|
import 'ajv';
|
|
3
3
|
import '../../context.cjs';
|
|
4
|
-
import '../../emitter-
|
|
4
|
+
import '../../emitter-pJzHC_AM.cjs';
|
|
5
5
|
import '../../internals/types.cjs';
|
|
6
6
|
import '../../internals/helpers/guards.cjs';
|
|
7
7
|
import '../../internals/serializable.cjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseToolOptions, BaseToolRunOptions, ToolOutput } from '../base.js';
|
|
2
2
|
import 'ajv';
|
|
3
3
|
import '../../context.js';
|
|
4
|
-
import '../../emitter-
|
|
4
|
+
import '../../emitter-BqpLJQVb.js';
|
|
5
5
|
import '../../internals/types.js';
|
|
6
6
|
import '../../internals/helpers/guards.js';
|
|
7
7
|
import '../../internals/serializable.js';
|
|
@@ -7,7 +7,7 @@ import { NeedleOptions } from 'needle';
|
|
|
7
7
|
import { z } from 'zod';
|
|
8
8
|
import { RunContext } from '../../context.cjs';
|
|
9
9
|
import 'ajv';
|
|
10
|
-
import '../../emitter-
|
|
10
|
+
import '../../emitter-pJzHC_AM.cjs';
|
|
11
11
|
import '../../internals/types.cjs';
|
|
12
12
|
import '../../internals/helpers/guards.cjs';
|
|
13
13
|
import '../../internals/serializable.cjs';
|
|
@@ -7,7 +7,7 @@ import { NeedleOptions } from 'needle';
|
|
|
7
7
|
import { z } from 'zod';
|
|
8
8
|
import { RunContext } from '../../context.js';
|
|
9
9
|
import 'ajv';
|
|
10
|
-
import '../../emitter-
|
|
10
|
+
import '../../emitter-BqpLJQVb.js';
|
|
11
11
|
import '../../internals/types.js';
|
|
12
12
|
import '../../internals/helpers/guards.js';
|
|
13
13
|
import '../../internals/serializable.js';
|
|
@@ -5,7 +5,7 @@ import { SearchToolOptions, SearchToolResult, SearchToolOutput, SearchToolRunOpt
|
|
|
5
5
|
import { Tool, ToolEmitter, ToolInput } from '../base.cjs';
|
|
6
6
|
import { z } from 'zod';
|
|
7
7
|
import { RunContext } from '../../context.cjs';
|
|
8
|
-
import { E as Emitter } from '../../emitter-
|
|
8
|
+
import { E as Emitter } from '../../emitter-pJzHC_AM.cjs';
|
|
9
9
|
import '../../internals/serializable.cjs';
|
|
10
10
|
import '../../internals/types.cjs';
|
|
11
11
|
import '../../internals/helpers/guards.cjs';
|
|
@@ -5,7 +5,7 @@ import { SearchToolOptions, SearchToolResult, SearchToolOutput, SearchToolRunOpt
|
|
|
5
5
|
import { Tool, ToolEmitter, ToolInput } from '../base.js';
|
|
6
6
|
import { z } from 'zod';
|
|
7
7
|
import { RunContext } from '../../context.js';
|
|
8
|
-
import { E as Emitter } from '../../emitter-
|
|
8
|
+
import { E as Emitter } from '../../emitter-BqpLJQVb.js';
|
|
9
9
|
import '../../internals/serializable.js';
|
|
10
10
|
import '../../internals/types.js';
|
|
11
11
|
import '../../internals/helpers/guards.js';
|
|
@@ -11,7 +11,7 @@ import 'promise-based-task';
|
|
|
11
11
|
import '../../cache/base.cjs';
|
|
12
12
|
import '../../internals/helpers/schema.cjs';
|
|
13
13
|
import 'zod-to-json-schema';
|
|
14
|
-
import '../../emitter-
|
|
14
|
+
import '../../emitter-pJzHC_AM.cjs';
|
|
15
15
|
import '../../internals/helpers/promise.cjs';
|
|
16
16
|
|
|
17
17
|
/**
|
|
@@ -11,7 +11,7 @@ import 'promise-based-task';
|
|
|
11
11
|
import '../../cache/base.js';
|
|
12
12
|
import '../../internals/helpers/schema.js';
|
|
13
13
|
import 'zod-to-json-schema';
|
|
14
|
-
import '../../emitter-
|
|
14
|
+
import '../../emitter-BqpLJQVb.js';
|
|
15
15
|
import '../../internals/helpers/promise.js';
|
|
16
16
|
|
|
17
17
|
/**
|
|
@@ -5,7 +5,7 @@ import { SearchToolOptions, SearchToolRunOptions, SearchToolResult, SearchToolOu
|
|
|
5
5
|
import { z } from 'zod';
|
|
6
6
|
import { Tool, ToolEmitter, ToolInput } from '../base.cjs';
|
|
7
7
|
import { pageResult } from 'wikipedia/dist/resultTypes.js';
|
|
8
|
-
import { E as Emitter } from '../../emitter-
|
|
8
|
+
import { E as Emitter } from '../../emitter-pJzHC_AM.cjs';
|
|
9
9
|
import '../../internals/serializable.cjs';
|
|
10
10
|
import '../../internals/types.cjs';
|
|
11
11
|
import '../../internals/helpers/guards.cjs';
|
|
@@ -5,7 +5,7 @@ import { SearchToolOptions, SearchToolRunOptions, SearchToolResult, SearchToolOu
|
|
|
5
5
|
import { z } from 'zod';
|
|
6
6
|
import { Tool, ToolEmitter, ToolInput } from '../base.js';
|
|
7
7
|
import { pageResult } from 'wikipedia/dist/resultTypes.js';
|
|
8
|
-
import { E as Emitter } from '../../emitter-
|
|
8
|
+
import { E as Emitter } from '../../emitter-BqpLJQVb.js';
|
|
9
9
|
import '../../internals/serializable.js';
|
|
10
10
|
import '../../internals/types.js';
|
|
11
11
|
import '../../internals/helpers/guards.js';
|
|
@@ -10,7 +10,7 @@ import 'promise-based-task';
|
|
|
10
10
|
import '../cache/base.cjs';
|
|
11
11
|
import '../internals/helpers/schema.cjs';
|
|
12
12
|
import 'zod-to-json-schema';
|
|
13
|
-
import '../emitter-
|
|
13
|
+
import '../emitter-pJzHC_AM.cjs';
|
|
14
14
|
import '../internals/helpers/promise.cjs';
|
|
15
15
|
|
|
16
16
|
/**
|
|
@@ -10,7 +10,7 @@ import 'promise-based-task';
|
|
|
10
10
|
import '../cache/base.js';
|
|
11
11
|
import '../internals/helpers/schema.js';
|
|
12
12
|
import 'zod-to-json-schema';
|
|
13
|
-
import '../emitter-
|
|
13
|
+
import '../emitter-BqpLJQVb.js';
|
|
14
14
|
import '../internals/helpers/promise.js';
|
|
15
15
|
|
|
16
16
|
/**
|
|
@@ -10,7 +10,7 @@ import 'promise-based-task';
|
|
|
10
10
|
import '../../cache/base.cjs';
|
|
11
11
|
import '../../internals/helpers/schema.cjs';
|
|
12
12
|
import 'zod-to-json-schema';
|
|
13
|
-
import '../../emitter-
|
|
13
|
+
import '../../emitter-pJzHC_AM.cjs';
|
|
14
14
|
import '../../internals/helpers/promise.cjs';
|
|
15
15
|
|
|
16
16
|
/**
|
|
@@ -10,7 +10,7 @@ import 'promise-based-task';
|
|
|
10
10
|
import '../../cache/base.js';
|
|
11
11
|
import '../../internals/helpers/schema.js';
|
|
12
12
|
import 'zod-to-json-schema';
|
|
13
|
-
import '../../emitter-
|
|
13
|
+
import '../../emitter-BqpLJQVb.js';
|
|
14
14
|
import '../../internals/helpers/promise.js';
|
|
15
15
|
|
|
16
16
|
/**
|
|
@@ -3,7 +3,7 @@ import * as promise_based_task from 'promise-based-task';
|
|
|
3
3
|
import { JSONToolOutput, Tool, BaseToolOptions, ToolEmitter, ToolInput, BaseToolRunOptions } from '../base.cjs';
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
import { RunContext } from '../../context.cjs';
|
|
6
|
-
import { E as Emitter } from '../../emitter-
|
|
6
|
+
import { E as Emitter } from '../../emitter-pJzHC_AM.cjs';
|
|
7
7
|
import '../../internals/serializable.cjs';
|
|
8
8
|
import '../../internals/types.cjs';
|
|
9
9
|
import '../../internals/helpers/guards.cjs';
|
|
@@ -3,7 +3,7 @@ import * as promise_based_task from 'promise-based-task';
|
|
|
3
3
|
import { JSONToolOutput, Tool, BaseToolOptions, ToolEmitter, ToolInput, BaseToolRunOptions } from '../base.js';
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
import { RunContext } from '../../context.js';
|
|
6
|
-
import { E as Emitter } from '../../emitter-
|
|
6
|
+
import { E as Emitter } from '../../emitter-BqpLJQVb.js';
|
|
7
7
|
import '../../internals/serializable.js';
|
|
8
8
|
import '../../internals/types.js';
|
|
9
9
|
import '../../internals/helpers/guards.js';
|
package/dist/version.cjs
CHANGED
package/dist/version.js
CHANGED
|
@@ -4,10 +4,10 @@ import { Message, MessageContentPart } from '../backend/message.cjs';
|
|
|
4
4
|
import { AnyTool } from '../tools/base.cjs';
|
|
5
5
|
import { ReadOnlyMemory } from '../memory/base.cjs';
|
|
6
6
|
import { z } from 'zod';
|
|
7
|
-
import { a as BaseAgent } from '../base-
|
|
8
|
-
import { m as ChatModel } from '../chat-
|
|
7
|
+
import { a as BaseAgent } from '../base-C1hO5EJe.cjs';
|
|
8
|
+
import { m as ChatModel } from '../chat-BZ55YQab.cjs';
|
|
9
9
|
import { ToolCallingAgentRunInput, ToolCallingAgentRunOutput, ToolCallingAgentRunOptions, ToolCallingAgentExecutionConfig } from '../agents/toolCalling/types.cjs';
|
|
10
|
-
import '../emitter-
|
|
10
|
+
import '../emitter-pJzHC_AM.cjs';
|
|
11
11
|
import '../internals/types.cjs';
|
|
12
12
|
import '../internals/helpers/guards.cjs';
|
|
13
13
|
import '../internals/serializable.cjs';
|
|
@@ -4,10 +4,10 @@ import { Message, MessageContentPart } from '../backend/message.js';
|
|
|
4
4
|
import { AnyTool } from '../tools/base.js';
|
|
5
5
|
import { ReadOnlyMemory } from '../memory/base.js';
|
|
6
6
|
import { z } from 'zod';
|
|
7
|
-
import { a as BaseAgent } from '../base-
|
|
8
|
-
import { m as ChatModel } from '../chat-
|
|
7
|
+
import { a as BaseAgent } from '../base-Bguef5Dg.js';
|
|
8
|
+
import { m as ChatModel } from '../chat-BBoOSvzm.js';
|
|
9
9
|
import { ToolCallingAgentRunInput, ToolCallingAgentRunOutput, ToolCallingAgentRunOptions, ToolCallingAgentExecutionConfig } from '../agents/toolCalling/types.js';
|
|
10
|
-
import '../emitter-
|
|
10
|
+
import '../emitter-BqpLJQVb.js';
|
|
11
11
|
import '../internals/types.js';
|
|
12
12
|
import '../internals/helpers/guards.js';
|
|
13
13
|
import '../internals/serializable.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Run } from '../context.cjs';
|
|
2
2
|
import { ZodSchema, z } from 'zod';
|
|
3
3
|
import { Serializable } from '../internals/serializable.cjs';
|
|
4
|
-
import { E as Emitter, C as Callback } from '../emitter-
|
|
4
|
+
import { E as Emitter, C as Callback } from '../emitter-pJzHC_AM.cjs';
|
|
5
5
|
import { FrameworkError } from '../errors.cjs';
|
|
6
6
|
import '../internals/helpers/promise.cjs';
|
|
7
7
|
import '../internals/types.cjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Run } from '../context.js';
|
|
2
2
|
import { ZodSchema, z } from 'zod';
|
|
3
3
|
import { Serializable } from '../internals/serializable.js';
|
|
4
|
-
import { E as Emitter, C as Callback } from '../emitter-
|
|
4
|
+
import { E as Emitter, C as Callback } from '../emitter-BqpLJQVb.js';
|
|
5
5
|
import { FrameworkError } from '../errors.js';
|
|
6
6
|
import '../internals/helpers/promise.js';
|
|
7
7
|
import '../internals/types.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "beeai-framework",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "BeeAI Framework - LLM Agent Framework",
|
|
6
6
|
"author": "BeeAI a Series of LF Projects, LLC",
|
|
@@ -166,6 +166,7 @@
|
|
|
166
166
|
"zod-to-json-schema": "^3.24.6"
|
|
167
167
|
},
|
|
168
168
|
"peerDependencies": {
|
|
169
|
+
"@a2a-js/sdk": "^0.3.4",
|
|
169
170
|
"@ai-sdk/amazon-bedrock": "^2.2.12",
|
|
170
171
|
"@ai-sdk/anthropic": "^1.2.12",
|
|
171
172
|
"@ai-sdk/azure": "^1.3.24",
|
|
@@ -177,7 +178,7 @@
|
|
|
177
178
|
"@googleapis/customsearch": "^3.2.0",
|
|
178
179
|
"@langchain/community": ">=0.2.28",
|
|
179
180
|
"@langchain/core": ">=0.2.27",
|
|
180
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
181
|
+
"@modelcontextprotocol/sdk": "^1.18.2",
|
|
181
182
|
"@qdrant/js-client-rest": "^1.15.0",
|
|
182
183
|
"@zilliz/milvus2-sdk-node": "^2.6.0",
|
|
183
184
|
"express": "^5.0.0",
|
|
@@ -186,6 +187,9 @@
|
|
|
186
187
|
"yaml": "^2.6.1"
|
|
187
188
|
},
|
|
188
189
|
"peerDependenciesMeta": {
|
|
190
|
+
"@a2a-js/sdk": {
|
|
191
|
+
"optional": true
|
|
192
|
+
},
|
|
189
193
|
"@ai-sdk/amazon-bedrock": {
|
|
190
194
|
"optional": true
|
|
191
195
|
},
|
|
@@ -242,6 +246,7 @@
|
|
|
242
246
|
}
|
|
243
247
|
},
|
|
244
248
|
"devDependencies": {
|
|
249
|
+
"@a2a-js/sdk": "^0.3.4",
|
|
245
250
|
"@ai-sdk/amazon-bedrock": "^2.2.12",
|
|
246
251
|
"@ai-sdk/anthropic": "^1.2.12",
|
|
247
252
|
"@ai-sdk/azure": "^1.3.24",
|
|
@@ -87,8 +87,8 @@ declare class Emitter<T = Record<keyof any, Callback<unknown>>> extends Serializ
|
|
|
87
87
|
context: object;
|
|
88
88
|
trace: EventTrace | undefined;
|
|
89
89
|
listeners: {
|
|
90
|
-
readonly options?: EmitterOptions | undefined;
|
|
91
90
|
readonly raw: Matcher;
|
|
91
|
+
readonly options?: EmitterOptions | undefined;
|
|
92
92
|
readonly callback: Callback<any>;
|
|
93
93
|
}[];
|
|
94
94
|
cleanups: CleanupFn[];
|
|
@@ -87,8 +87,8 @@ declare class Emitter<T = Record<keyof any, Callback<unknown>>> extends Serializ
|
|
|
87
87
|
context: object;
|
|
88
88
|
trace: EventTrace | undefined;
|
|
89
89
|
listeners: {
|
|
90
|
-
readonly options?: EmitterOptions | undefined;
|
|
91
90
|
readonly raw: Matcher;
|
|
91
|
+
readonly options?: EmitterOptions | undefined;
|
|
92
92
|
readonly callback: Callback<any>;
|
|
93
93
|
}[];
|
|
94
94
|
cleanups: CleanupFn[];
|