beeai-framework 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/adapters/amazon-bedrock/backend/chat.d.cts +1 -1
- package/dist/adapters/amazon-bedrock/backend/chat.d.ts +1 -1
- package/dist/adapters/amazon-bedrock/backend/embedding.d.cts +1 -1
- package/dist/adapters/amazon-bedrock/backend/embedding.d.ts +1 -1
- package/dist/adapters/anthropic/backend/chat.d.cts +1 -1
- package/dist/adapters/anthropic/backend/chat.d.ts +1 -1
- package/dist/adapters/anthropic/backend/embedding.d.cts +1 -1
- package/dist/adapters/anthropic/backend/embedding.d.ts +1 -1
- package/dist/adapters/azure-openai/backend/chat.d.cts +1 -1
- package/dist/adapters/azure-openai/backend/chat.d.ts +1 -1
- package/dist/adapters/azure-openai/backend/embedding.d.cts +1 -1
- package/dist/adapters/azure-openai/backend/embedding.d.ts +1 -1
- package/dist/adapters/dummy/backend/chat.d.cts +1 -1
- package/dist/adapters/dummy/backend/chat.d.ts +1 -1
- package/dist/adapters/dummy/backend/embedding.d.cts +1 -1
- package/dist/adapters/dummy/backend/embedding.d.ts +1 -1
- package/dist/adapters/google-vertex/backend/chat.d.cts +1 -1
- package/dist/adapters/google-vertex/backend/chat.d.ts +1 -1
- package/dist/adapters/google-vertex/backend/embedding.d.cts +1 -1
- package/dist/adapters/google-vertex/backend/embedding.d.ts +1 -1
- package/dist/adapters/groq/backend/chat.d.cts +1 -1
- package/dist/adapters/groq/backend/chat.d.ts +1 -1
- package/dist/adapters/groq/backend/embedding.d.cts +1 -1
- package/dist/adapters/groq/backend/embedding.d.ts +1 -1
- package/dist/adapters/langchain/backend/chat.cjs.map +1 -1
- package/dist/adapters/langchain/backend/chat.d.cts +1 -1
- package/dist/adapters/langchain/backend/chat.d.ts +1 -1
- package/dist/adapters/langchain/backend/chat.js.map +1 -1
- package/dist/adapters/langchain/backend/embedding.d.cts +1 -1
- package/dist/adapters/langchain/backend/embedding.d.ts +1 -1
- package/dist/adapters/langchain/tools.cjs.map +1 -1
- package/dist/adapters/langchain/tools.d.cts +1 -1
- package/dist/adapters/langchain/tools.d.ts +1 -1
- package/dist/adapters/langchain/tools.js.map +1 -1
- package/dist/adapters/ollama/backend/chat.d.cts +1 -1
- package/dist/adapters/ollama/backend/chat.d.ts +1 -1
- package/dist/adapters/ollama/backend/embedding.d.cts +1 -1
- package/dist/adapters/ollama/backend/embedding.d.ts +1 -1
- package/dist/adapters/openai/backend/chat.d.cts +1 -1
- package/dist/adapters/openai/backend/chat.d.ts +1 -1
- package/dist/adapters/openai/backend/embedding.d.cts +1 -1
- package/dist/adapters/openai/backend/embedding.d.ts +1 -1
- package/dist/adapters/vercel/backend/chat.cjs +5 -2
- package/dist/adapters/vercel/backend/chat.cjs.map +1 -1
- package/dist/adapters/vercel/backend/chat.d.cts +1 -1
- package/dist/adapters/vercel/backend/chat.d.ts +1 -1
- package/dist/adapters/vercel/backend/chat.js +5 -2
- package/dist/adapters/vercel/backend/chat.js.map +1 -1
- package/dist/adapters/vercel/backend/embedding.d.cts +1 -1
- package/dist/adapters/vercel/backend/embedding.d.ts +1 -1
- package/dist/adapters/watsonx/backend/chat.d.cts +1 -1
- package/dist/adapters/watsonx/backend/chat.d.ts +1 -1
- package/dist/adapters/watsonx/backend/embedding.d.cts +1 -1
- package/dist/adapters/watsonx/backend/embedding.d.ts +1 -1
- package/dist/{agent-CtPtFtGb.d.cts → agent-BZ-_ATuJ.d.cts} +3 -3
- package/dist/{agent-CxoSeic0.d.ts → agent-BqoZ6FbM.d.ts} +3 -3
- package/dist/agents/base.cjs +1 -1
- 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 +1 -1
- package/dist/agents/base.js.map +1 -1
- package/dist/agents/bee/agent.d.cts +3 -3
- package/dist/agents/bee/agent.d.ts +3 -3
- package/dist/agents/bee/runners/base.d.cts +3 -3
- package/dist/agents/bee/runners/base.d.ts +3 -3
- package/dist/agents/bee/runners/deep-think/runner.d.cts +3 -3
- package/dist/agents/bee/runners/deep-think/runner.d.ts +3 -3
- package/dist/agents/bee/runners/default/runner.d.cts +3 -3
- package/dist/agents/bee/runners/default/runner.d.ts +3 -3
- package/dist/agents/bee/runners/granite/runner.d.cts +3 -3
- package/dist/agents/bee/runners/granite/runner.d.ts +3 -3
- package/dist/agents/bee/types.d.cts +1 -1
- package/dist/agents/bee/types.d.ts +1 -1
- package/dist/agents/experimental/remote/agent.cjs +103 -0
- package/dist/agents/experimental/remote/agent.cjs.map +1 -0
- package/dist/agents/experimental/remote/agent.d.cts +77 -0
- package/dist/agents/experimental/remote/agent.d.ts +77 -0
- package/dist/agents/experimental/remote/agent.js +101 -0
- package/dist/agents/experimental/remote/agent.js.map +1 -0
- package/dist/agents/experimental/replan/agent.d.cts +2 -2
- package/dist/agents/experimental/replan/agent.d.ts +2 -2
- 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 +2 -2
- package/dist/agents/experimental/streamlit/agent.d.ts +2 -2
- package/dist/agents/types.d.cts +2 -2
- package/dist/agents/types.d.ts +2 -2
- package/dist/backend/backend.d.cts +1 -1
- package/dist/backend/backend.d.ts +1 -1
- package/dist/backend/chat.cjs +1 -1
- package/dist/backend/chat.cjs.map +1 -1
- package/dist/backend/chat.d.cts +1 -1
- package/dist/backend/chat.d.ts +1 -1
- package/dist/backend/chat.js +1 -1
- package/dist/backend/chat.js.map +1 -1
- package/dist/backend/core.d.cts +1 -1
- package/dist/backend/core.d.ts +1 -1
- package/dist/backend/embedding.cjs +1 -1
- package/dist/backend/embedding.cjs.map +1 -1
- package/dist/backend/embedding.d.cts +1 -1
- package/dist/backend/embedding.d.ts +1 -1
- package/dist/backend/embedding.js +1 -1
- package/dist/backend/embedding.js.map +1 -1
- package/dist/backend/utils.cjs +2 -1
- package/dist/backend/utils.cjs.map +1 -1
- package/dist/backend/utils.js +2 -1
- package/dist/backend/utils.js.map +1 -1
- package/dist/{base-Csr9guq2.d.cts → base-daM6fHUP.d.cts} +1 -1
- package/dist/{base-DHhpWHQm.d.ts → base-mmG-8Pk9.d.ts} +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/errors.cjs +4 -4
- package/dist/errors.cjs.map +1 -1
- package/dist/errors.js +4 -4
- package/dist/errors.js.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/instrumentation/create-telemetry-middleware.cjs +1 -1
- package/dist/instrumentation/create-telemetry-middleware.cjs.map +1 -1
- package/dist/instrumentation/create-telemetry-middleware.d.cts +1 -1
- package/dist/instrumentation/create-telemetry-middleware.d.ts +1 -1
- package/dist/instrumentation/create-telemetry-middleware.js +1 -1
- package/dist/instrumentation/create-telemetry-middleware.js.map +1 -1
- package/dist/instrumentation/helpers/utils.d.cts +1 -1
- package/dist/instrumentation/helpers/utils.d.ts +1 -1
- package/dist/internals/env.cjs +2 -2
- package/dist/internals/env.cjs.map +1 -1
- package/dist/internals/env.js +2 -2
- package/dist/internals/env.js.map +1 -1
- package/dist/internals/fetcher.d.cts +1 -1
- package/dist/internals/fetcher.d.ts +1 -1
- package/dist/memory/summarizeMemory.d.cts +1 -1
- package/dist/memory/summarizeMemory.d.ts +1 -1
- package/dist/parsers/linePrefix.d.cts +1 -1
- package/dist/parsers/linePrefix.d.ts +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 +1 -1
- package/dist/tools/custom.d.ts +1 -1
- 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/sql.d.cts +1 -1
- package/dist/tools/database/sql.d.ts +1 -1
- package/dist/tools/llm.d.cts +1 -1
- package/dist/tools/llm.d.ts +1 -1
- 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 +1 -1
- package/dist/tools/python/python.d.ts +1 -1
- 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 +10 -10
- package/dist/workflows/agent.d.ts +10 -10
- package/dist/workflows/workflow.d.cts +1 -1
- package/dist/workflows/workflow.d.ts +1 -1
- package/package.json +26 -10
- package/dist/{emitter-l0W9gC1A.d.ts → emitter-BxVxGBbJ.d.ts} +1 -1
- package/dist/{emitter-BWtGHYn0.d.cts → emitter-C9EN5B0j.d.cts} +1 -1
package/dist/tools/custom.d.ts
CHANGED
|
@@ -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-BxVxGBbJ.js';
|
|
15
15
|
import '../internals/helpers/promise.js';
|
|
16
16
|
import '../template.js';
|
|
17
17
|
import './python/storage.js';
|
|
@@ -10,7 +10,7 @@ import '../../internals/helpers/guards.cjs';
|
|
|
10
10
|
import '../../internals/serializable.cjs';
|
|
11
11
|
import 'promise-based-task';
|
|
12
12
|
import '../../cache/base.cjs';
|
|
13
|
-
import '../../emitter-
|
|
13
|
+
import '../../emitter-C9EN5B0j.cjs';
|
|
14
14
|
import '../../internals/helpers/promise.cjs';
|
|
15
15
|
import 'zod-to-json-schema';
|
|
16
16
|
|
|
@@ -10,7 +10,7 @@ import '../../internals/helpers/guards.js';
|
|
|
10
10
|
import '../../internals/serializable.js';
|
|
11
11
|
import 'promise-based-task';
|
|
12
12
|
import '../../cache/base.js';
|
|
13
|
-
import '../../emitter-
|
|
13
|
+
import '../../emitter-BxVxGBbJ.js';
|
|
14
14
|
import '../../internals/helpers/promise.js';
|
|
15
15
|
import 'zod-to-json-schema';
|
|
16
16
|
|
|
@@ -4,7 +4,7 @@ import { ClientConfig, ShowCollectionsResponse, DescribeCollectionResponse, Sear
|
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
import 'ajv';
|
|
6
6
|
import '../../context.cjs';
|
|
7
|
-
import '../../emitter-
|
|
7
|
+
import '../../emitter-C9EN5B0j.cjs';
|
|
8
8
|
import '../../internals/types.cjs';
|
|
9
9
|
import '../../internals/helpers/guards.cjs';
|
|
10
10
|
import '../../internals/serializable.cjs';
|
|
@@ -4,7 +4,7 @@ import { ClientConfig, ShowCollectionsResponse, DescribeCollectionResponse, Sear
|
|
|
4
4
|
import { z } from 'zod';
|
|
5
5
|
import 'ajv';
|
|
6
6
|
import '../../context.js';
|
|
7
|
-
import '../../emitter-
|
|
7
|
+
import '../../emitter-BxVxGBbJ.js';
|
|
8
8
|
import '../../internals/types.js';
|
|
9
9
|
import '../../internals/helpers/guards.js';
|
|
10
10
|
import '../../internals/serializable.js';
|
|
@@ -5,7 +5,7 @@ import { Provider } from './metadata.cjs';
|
|
|
5
5
|
import { AnyToolSchemaLike } from '../../internals/helpers/schema.cjs';
|
|
6
6
|
import 'ajv';
|
|
7
7
|
import '../../context.cjs';
|
|
8
|
-
import '../../emitter-
|
|
8
|
+
import '../../emitter-C9EN5B0j.cjs';
|
|
9
9
|
import '../../internals/types.cjs';
|
|
10
10
|
import '../../internals/helpers/guards.cjs';
|
|
11
11
|
import '../../internals/serializable.cjs';
|
|
@@ -5,7 +5,7 @@ import { Provider } from './metadata.js';
|
|
|
5
5
|
import { AnyToolSchemaLike } from '../../internals/helpers/schema.js';
|
|
6
6
|
import 'ajv';
|
|
7
7
|
import '../../context.js';
|
|
8
|
-
import '../../emitter-
|
|
8
|
+
import '../../emitter-BxVxGBbJ.js';
|
|
9
9
|
import '../../internals/types.js';
|
|
10
10
|
import '../../internals/helpers/guards.js';
|
|
11
11
|
import '../../internals/serializable.js';
|
package/dist/tools/llm.d.cts
CHANGED
|
@@ -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-C9EN5B0j.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
|
@@ -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-BxVxGBbJ.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-C9EN5B0j.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-BxVxGBbJ.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-C9EN5B0j.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-BxVxGBbJ.js';
|
|
6
6
|
import '../../internals/types.js';
|
|
7
7
|
import '../../internals/helpers/guards.js';
|
|
8
8
|
import '../../internals/serializable.js';
|
|
@@ -7,7 +7,7 @@ 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-
|
|
10
|
+
import { E as Emitter } from '../../emitter-C9EN5B0j.cjs';
|
|
11
11
|
import { ChatModel } from '../../backend/chat.cjs';
|
|
12
12
|
import '../../internals/serializable.cjs';
|
|
13
13
|
import '../../internals/types.cjs';
|
|
@@ -7,7 +7,7 @@ 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-
|
|
10
|
+
import { E as Emitter } from '../../emitter-BxVxGBbJ.js';
|
|
11
11
|
import { ChatModel } from '../../backend/chat.js';
|
|
12
12
|
import '../../internals/serializable.js';
|
|
13
13
|
import '../../internals/types.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-C9EN5B0j.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-BxVxGBbJ.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-C9EN5B0j.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-BxVxGBbJ.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-C9EN5B0j.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-BxVxGBbJ.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-C9EN5B0j.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-BxVxGBbJ.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-C9EN5B0j.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-BxVxGBbJ.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-C9EN5B0j.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-BxVxGBbJ.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-C9EN5B0j.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-BxVxGBbJ.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-C9EN5B0j.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-BxVxGBbJ.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-
|
|
7
|
+
import { a as BaseAgent } from '../base-daM6fHUP.cjs';
|
|
8
8
|
import { BeeRunInput, BeeRunOutput, BeeRunOptions, BeeAgentExecutionConfig } from '../agents/bee/types.cjs';
|
|
9
9
|
import { ChatModel } from '../backend/chat.cjs';
|
|
10
|
-
import '../emitter-
|
|
10
|
+
import '../emitter-C9EN5B0j.cjs';
|
|
11
11
|
import '../internals/types.cjs';
|
|
12
12
|
import '../internals/helpers/guards.cjs';
|
|
13
13
|
import '../internals/serializable.cjs';
|
|
@@ -57,12 +57,12 @@ declare class AgentWorkflow {
|
|
|
57
57
|
finalAnswer: z.ZodString;
|
|
58
58
|
newMessages: z.ZodDefault<z.ZodArray<z.ZodType<Message<MessageContentPart, string>, z.ZodTypeDef, Message<MessageContentPart, string>>, "many">>;
|
|
59
59
|
}, "strip", z.ZodTypeAny, {
|
|
60
|
-
finalAnswer: string;
|
|
61
60
|
messages: Message<MessageContentPart, string>[];
|
|
61
|
+
finalAnswer: string;
|
|
62
62
|
newMessages: Message<MessageContentPart, string>[];
|
|
63
63
|
}, {
|
|
64
|
-
finalAnswer: string;
|
|
65
64
|
messages: Message<MessageContentPart, string>[];
|
|
65
|
+
finalAnswer: string;
|
|
66
66
|
newMessages?: Message<MessageContentPart, string>[] | undefined;
|
|
67
67
|
}>, string>;
|
|
68
68
|
static readonly schema: z.ZodObject<{
|
|
@@ -96,12 +96,12 @@ declare class AgentWorkflow {
|
|
|
96
96
|
finalAnswer: z.ZodString;
|
|
97
97
|
newMessages: z.ZodDefault<z.ZodArray<z.ZodType<Message<MessageContentPart, string>, z.ZodTypeDef, Message<MessageContentPart, string>>, "many">>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
finalAnswer: string;
|
|
100
99
|
messages: Message<MessageContentPart, string>[];
|
|
100
|
+
finalAnswer: string;
|
|
101
101
|
newMessages: Message<MessageContentPart, string>[];
|
|
102
102
|
}, {
|
|
103
|
-
finalAnswer: string;
|
|
104
103
|
messages: Message<MessageContentPart, string>[];
|
|
104
|
+
finalAnswer: string;
|
|
105
105
|
newMessages?: Message<MessageContentPart, string>[] | undefined;
|
|
106
106
|
}>, string>, Workflow<z.ZodObject<{
|
|
107
107
|
messages: z.ZodArray<z.ZodType<Message<MessageContentPart, string>, z.ZodTypeDef, Message<MessageContentPart, string>>, "many">;
|
|
@@ -120,12 +120,12 @@ declare class AgentWorkflow {
|
|
|
120
120
|
finalAnswer: z.ZodString;
|
|
121
121
|
newMessages: z.ZodDefault<z.ZodArray<z.ZodType<Message<MessageContentPart, string>, z.ZodTypeDef, Message<MessageContentPart, string>>, "many">>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
|
-
finalAnswer: string;
|
|
124
123
|
messages: Message<MessageContentPart, string>[];
|
|
124
|
+
finalAnswer: string;
|
|
125
125
|
newMessages: Message<MessageContentPart, string>[];
|
|
126
126
|
}, {
|
|
127
|
-
finalAnswer: string;
|
|
128
127
|
messages: Message<MessageContentPart, string>[];
|
|
128
|
+
finalAnswer: string;
|
|
129
129
|
newMessages?: Message<MessageContentPart, string>[] | undefined;
|
|
130
130
|
}>, string>, readonly [{
|
|
131
131
|
messages: Message<MessageContentPart, string>[];
|
|
@@ -151,12 +151,12 @@ declare class AgentWorkflow {
|
|
|
151
151
|
finalAnswer: z.ZodString;
|
|
152
152
|
newMessages: z.ZodDefault<z.ZodArray<z.ZodType<Message<MessageContentPart, string>, z.ZodTypeDef, Message<MessageContentPart, string>>, "many">>;
|
|
153
153
|
}, "strip", z.ZodTypeAny, {
|
|
154
|
-
finalAnswer: string;
|
|
155
154
|
messages: Message<MessageContentPart, string>[];
|
|
155
|
+
finalAnswer: string;
|
|
156
156
|
newMessages: Message<MessageContentPart, string>[];
|
|
157
157
|
}, {
|
|
158
|
-
finalAnswer: string;
|
|
159
158
|
messages: Message<MessageContentPart, string>[];
|
|
159
|
+
finalAnswer: string;
|
|
160
160
|
newMessages?: Message<MessageContentPart, string>[] | undefined;
|
|
161
161
|
}>, never>;
|
|
162
162
|
protected _createFactory(input: AgentFactoryInput): AgentFactory;
|
|
@@ -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-
|
|
7
|
+
import { a as BaseAgent } from '../base-mmG-8Pk9.js';
|
|
8
8
|
import { BeeRunInput, BeeRunOutput, BeeRunOptions, BeeAgentExecutionConfig } from '../agents/bee/types.js';
|
|
9
9
|
import { ChatModel } from '../backend/chat.js';
|
|
10
|
-
import '../emitter-
|
|
10
|
+
import '../emitter-BxVxGBbJ.js';
|
|
11
11
|
import '../internals/types.js';
|
|
12
12
|
import '../internals/helpers/guards.js';
|
|
13
13
|
import '../internals/serializable.js';
|
|
@@ -57,12 +57,12 @@ declare class AgentWorkflow {
|
|
|
57
57
|
finalAnswer: z.ZodString;
|
|
58
58
|
newMessages: z.ZodDefault<z.ZodArray<z.ZodType<Message<MessageContentPart, string>, z.ZodTypeDef, Message<MessageContentPart, string>>, "many">>;
|
|
59
59
|
}, "strip", z.ZodTypeAny, {
|
|
60
|
-
finalAnswer: string;
|
|
61
60
|
messages: Message<MessageContentPart, string>[];
|
|
61
|
+
finalAnswer: string;
|
|
62
62
|
newMessages: Message<MessageContentPart, string>[];
|
|
63
63
|
}, {
|
|
64
|
-
finalAnswer: string;
|
|
65
64
|
messages: Message<MessageContentPart, string>[];
|
|
65
|
+
finalAnswer: string;
|
|
66
66
|
newMessages?: Message<MessageContentPart, string>[] | undefined;
|
|
67
67
|
}>, string>;
|
|
68
68
|
static readonly schema: z.ZodObject<{
|
|
@@ -96,12 +96,12 @@ declare class AgentWorkflow {
|
|
|
96
96
|
finalAnswer: z.ZodString;
|
|
97
97
|
newMessages: z.ZodDefault<z.ZodArray<z.ZodType<Message<MessageContentPart, string>, z.ZodTypeDef, Message<MessageContentPart, string>>, "many">>;
|
|
98
98
|
}, "strip", z.ZodTypeAny, {
|
|
99
|
-
finalAnswer: string;
|
|
100
99
|
messages: Message<MessageContentPart, string>[];
|
|
100
|
+
finalAnswer: string;
|
|
101
101
|
newMessages: Message<MessageContentPart, string>[];
|
|
102
102
|
}, {
|
|
103
|
-
finalAnswer: string;
|
|
104
103
|
messages: Message<MessageContentPart, string>[];
|
|
104
|
+
finalAnswer: string;
|
|
105
105
|
newMessages?: Message<MessageContentPart, string>[] | undefined;
|
|
106
106
|
}>, string>, Workflow<z.ZodObject<{
|
|
107
107
|
messages: z.ZodArray<z.ZodType<Message<MessageContentPart, string>, z.ZodTypeDef, Message<MessageContentPart, string>>, "many">;
|
|
@@ -120,12 +120,12 @@ declare class AgentWorkflow {
|
|
|
120
120
|
finalAnswer: z.ZodString;
|
|
121
121
|
newMessages: z.ZodDefault<z.ZodArray<z.ZodType<Message<MessageContentPart, string>, z.ZodTypeDef, Message<MessageContentPart, string>>, "many">>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
|
-
finalAnswer: string;
|
|
124
123
|
messages: Message<MessageContentPart, string>[];
|
|
124
|
+
finalAnswer: string;
|
|
125
125
|
newMessages: Message<MessageContentPart, string>[];
|
|
126
126
|
}, {
|
|
127
|
-
finalAnswer: string;
|
|
128
127
|
messages: Message<MessageContentPart, string>[];
|
|
128
|
+
finalAnswer: string;
|
|
129
129
|
newMessages?: Message<MessageContentPart, string>[] | undefined;
|
|
130
130
|
}>, string>, readonly [{
|
|
131
131
|
messages: Message<MessageContentPart, string>[];
|
|
@@ -151,12 +151,12 @@ declare class AgentWorkflow {
|
|
|
151
151
|
finalAnswer: z.ZodString;
|
|
152
152
|
newMessages: z.ZodDefault<z.ZodArray<z.ZodType<Message<MessageContentPart, string>, z.ZodTypeDef, Message<MessageContentPart, string>>, "many">>;
|
|
153
153
|
}, "strip", z.ZodTypeAny, {
|
|
154
|
-
finalAnswer: string;
|
|
155
154
|
messages: Message<MessageContentPart, string>[];
|
|
155
|
+
finalAnswer: string;
|
|
156
156
|
newMessages: Message<MessageContentPart, string>[];
|
|
157
157
|
}, {
|
|
158
|
-
finalAnswer: string;
|
|
159
158
|
messages: Message<MessageContentPart, string>[];
|
|
159
|
+
finalAnswer: string;
|
|
160
160
|
newMessages?: Message<MessageContentPart, string>[] | undefined;
|
|
161
161
|
}>, never>;
|
|
162
162
|
protected _createFactory(input: AgentFactoryInput): AgentFactory;
|
|
@@ -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-C9EN5B0j.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-BxVxGBbJ.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.6",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "BeeAI Framework - LLM Agent Framework",
|
|
6
6
|
"author": "IBM Corp.",
|
|
@@ -131,6 +131,14 @@
|
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
},
|
|
134
|
+
"typesVersions": {
|
|
135
|
+
"*": {
|
|
136
|
+
"*": [
|
|
137
|
+
"./dist/*.d.ts",
|
|
138
|
+
"./dist/index.d.ts"
|
|
139
|
+
]
|
|
140
|
+
}
|
|
141
|
+
},
|
|
134
142
|
"files": [
|
|
135
143
|
"dist/**/*"
|
|
136
144
|
],
|
|
@@ -177,7 +185,7 @@
|
|
|
177
185
|
"@ai-zen/node-fetch-event-source": "^2.1.4",
|
|
178
186
|
"@opentelemetry/api": "^1.9.0",
|
|
179
187
|
"@streamparser/json": "^0.0.22",
|
|
180
|
-
"ai": "^4.1.
|
|
188
|
+
"ai": "^4.1.58",
|
|
181
189
|
"ajv": "^8.17.1",
|
|
182
190
|
"ajv-formats": "^3.0.1",
|
|
183
191
|
"duck-duck-scrape": "^2.2.7",
|
|
@@ -198,7 +206,7 @@
|
|
|
198
206
|
"string-strip-html": "^13.4.12",
|
|
199
207
|
"turndown": "^7.2.0",
|
|
200
208
|
"wikipedia": "^2.1.2",
|
|
201
|
-
"zod": "
|
|
209
|
+
"zod": "^3.24.2",
|
|
202
210
|
"zod-to-json-schema": "^3.24.3"
|
|
203
211
|
},
|
|
204
212
|
"peerDependencies": {
|
|
@@ -211,6 +219,7 @@
|
|
|
211
219
|
"@aws-sdk/client-bedrock-runtime": "^3.706.0",
|
|
212
220
|
"@elastic/elasticsearch": "^8.0.0",
|
|
213
221
|
"@googleapis/customsearch": "^3.2.0",
|
|
222
|
+
"@i-am-bee/acp-sdk": "^0.0.4",
|
|
214
223
|
"@langchain/community": ">=0.2.28",
|
|
215
224
|
"@langchain/core": ">=0.2.27",
|
|
216
225
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
|
@@ -244,6 +253,9 @@
|
|
|
244
253
|
"@googleapis/customsearch": {
|
|
245
254
|
"optional": true
|
|
246
255
|
},
|
|
256
|
+
"@i-am-bee/acp-sdk": {
|
|
257
|
+
"optional": true
|
|
258
|
+
},
|
|
247
259
|
"@ibm-cloud/watsonx-ai": {
|
|
248
260
|
"optional": true
|
|
249
261
|
},
|
|
@@ -275,18 +287,19 @@
|
|
|
275
287
|
"@ai-sdk/azure": "^1.1.2",
|
|
276
288
|
"@ai-sdk/google-vertex": "^2.1.6",
|
|
277
289
|
"@ai-sdk/groq": "^1.1.6",
|
|
278
|
-
"@ai-sdk/openai": "^1.
|
|
290
|
+
"@ai-sdk/openai": "^1.2.3",
|
|
279
291
|
"@commitlint/cli": "^19.7.1",
|
|
280
292
|
"@commitlint/config-conventional": "^19.7.1",
|
|
281
293
|
"@elastic/elasticsearch": "^8.16.2",
|
|
282
294
|
"@eslint/js": "^9.16.0",
|
|
283
295
|
"@eslint/markdown": "^6.2.1",
|
|
284
296
|
"@googleapis/customsearch": "^3.2.0",
|
|
297
|
+
"@i-am-bee/acp-sdk": "^0.0.4",
|
|
285
298
|
"@ibm-cloud/watsonx-ai": "^1.5.1",
|
|
286
|
-
"@langchain/community": "0.3.
|
|
287
|
-
"@langchain/core": "0.3.
|
|
288
|
-
"@langchain/langgraph": "0.2.
|
|
289
|
-
"@langchain/ollama": "^0.
|
|
299
|
+
"@langchain/community": "0.3.34",
|
|
300
|
+
"@langchain/core": "0.3.42",
|
|
301
|
+
"@langchain/langgraph": "0.2.55",
|
|
302
|
+
"@langchain/ollama": "^0.2.0",
|
|
290
303
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
|
291
304
|
"@opentelemetry/instrumentation": "^0.56.0",
|
|
292
305
|
"@opentelemetry/resources": "^1.29.0",
|
|
@@ -316,7 +329,7 @@
|
|
|
316
329
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
317
330
|
"glob": "^11.0.0",
|
|
318
331
|
"ibm-cloud-sdk-core": "^5.1.3",
|
|
319
|
-
"langchain": "0.3.
|
|
332
|
+
"langchain": "0.3.19",
|
|
320
333
|
"linkinator": "^6.1.2",
|
|
321
334
|
"lint-staged": "^15.2.10",
|
|
322
335
|
"ollama-ai-provider": "^1.2.0",
|
|
@@ -332,9 +345,12 @@
|
|
|
332
345
|
"tsup": "^8.4.0",
|
|
333
346
|
"tsx": "^4.19.2",
|
|
334
347
|
"typescript": "^5.8.2",
|
|
335
|
-
"typescript-eslint": "^8.
|
|
348
|
+
"typescript-eslint": "^8.26.1",
|
|
336
349
|
"vite-tsconfig-paths": "^5.1.4",
|
|
337
350
|
"vitest": "^2.1.8",
|
|
338
351
|
"yaml": "^2.6.1"
|
|
352
|
+
},
|
|
353
|
+
"resolutions": {
|
|
354
|
+
"zod": "^3.24.2"
|
|
339
355
|
}
|
|
340
356
|
}
|