beeai-framework 0.1.27 → 0.1.28
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 +2 -2
- package/dist/adapters/a2a/agents/agent.d.ts +2 -2
- 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 +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/agentstack/agents/agent.d.cts +2 -2
- package/dist/adapters/agentstack/agents/agent.d.ts +2 -2
- 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.d.cts +2 -2
- package/dist/adapters/vercel/backend/utils.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-CZGWXO-X.d.ts → agent-BAVf6-xf.d.ts} +4 -4
- package/dist/{agent-PRlGoawI.d.cts → agent-DHO-oJQf.d.cts} +4 -4
- 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/requirement/agent.d.cts +4 -4
- package/dist/agents/requirement/agent.d.ts +4 -4
- package/dist/agents/requirement/requirements/conditional.d.cts +4 -4
- package/dist/agents/requirement/requirements/conditional.d.ts +4 -4
- package/dist/agents/requirement/requirements/requirement.d.cts +4 -4
- package/dist/agents/requirement/requirements/requirement.d.ts +4 -4
- package/dist/agents/requirement/requirements/utils.d.cts +1 -1
- package/dist/agents/requirement/requirements/utils.d.ts +1 -1
- package/dist/agents/requirement/runner.d.cts +4 -4
- package/dist/agents/requirement/runner.d.ts +4 -4
- package/dist/agents/requirement/types.d.cts +4 -4
- package/dist/agents/requirement/types.d.ts +4 -4
- package/dist/agents/requirement/utils/llm.d.cts +4 -4
- package/dist/agents/requirement/utils/llm.d.ts +4 -4
- package/dist/agents/requirement/utils/tool.d.cts +4 -4
- package/dist/agents/requirement/utils/tool.d.ts +4 -4
- 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/errors.d.cts +2 -2
- package/dist/backend/errors.d.ts +2 -2
- package/dist/backend/utils.d.cts +2 -2
- package/dist/backend/utils.d.ts +2 -2
- package/dist/{base-CyFx7BRL.d.ts → base-BfhNzUYf.d.ts} +1 -1
- package/dist/{base-XfWeXQ-S.d.cts → base-BqzN2QwB.d.cts} +1 -1
- package/dist/{chat-BRuyDeKR.d.ts → chat-DTxmaKP0.d.ts} +1 -1
- package/dist/{chat-BFl85cqt.d.cts → chat-DaqV3woF.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/middleware/streamToolCall.d.cts +2 -2
- package/dist/middleware/streamToolCall.d.ts +2 -2
- package/dist/middleware/trajectory.d.cts +1 -1
- package/dist/middleware/trajectory.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 +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/handoff.d.cts +2 -2
- package/dist/tools/handoff.d.ts +2 -2
- 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.d.cts +1 -1
- package/dist/tools/think.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/{types-C3Fnr6yY.d.ts → types-YT-WdK3m.d.ts} +11 -11
- package/dist/{types-DepshYVR.d.cts → types-YoNQSxQH.d.cts} +11 -11
- package/dist/version.cjs +1 -1
- package/dist/version.js +1 -1
- package/dist/workflows/agent.d.cts +40 -40
- package/dist/workflows/agent.d.ts +40 -40
- package/dist/workflows/workflow.d.cts +1 -1
- package/dist/workflows/workflow.d.ts +1 -1
- package/package.json +6 -8
- package/dist/{emitter-36-9MnvA.d.ts → emitter-CL56qab4.d.ts} +1 -1
- package/dist/{emitter-jN55XZZq.d.cts → emitter-UkIkNrek.d.cts} +1 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RunContext, MiddlewareType, GetRunContext } from '../../context.js';
|
|
2
2
|
import * as zod from 'zod';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
import { a as BaseAgent, c as AgentMeta } from '../../base-
|
|
4
|
+
import { a as BaseAgent, c as AgentMeta } from '../../base-BfhNzUYf.js';
|
|
5
5
|
import { AnyTool } from '../../tools/base.js';
|
|
6
6
|
import { BaseMemory } from '../../memory/base.js';
|
|
7
|
-
import { E as Emitter } from '../../emitter-
|
|
8
|
-
import { m as ChatModel, n as ChatModelOutput, d as ChatModelInput } from '../../chat-
|
|
7
|
+
import { E as Emitter } from '../../emitter-CL56qab4.js';
|
|
8
|
+
import { m as ChatModel, n as ChatModelOutput, d as ChatModelInput } from '../../chat-DTxmaKP0.js';
|
|
9
9
|
import { AssistantMessage, ToolMessage, Message } from '../../backend/message.js';
|
|
10
|
-
import { c as RequirementAgentExecutionConfig, d as RequirementAgentTemplates, R as RequirementAgentRunState, a as RequirementAgentRequest, e as RequirementAgentRunInput, f as RequirementAgentOutput, g as RequirementAgentRunOptions, h as RequirementAgentCallbacks } from '../../types-
|
|
10
|
+
import { c as RequirementAgentExecutionConfig, d as RequirementAgentTemplates, R as RequirementAgentRunState, a as RequirementAgentRequest, e as RequirementAgentRunInput, f as RequirementAgentOutput, g as RequirementAgentRunOptions, h as RequirementAgentCallbacks } from '../../types-YT-WdK3m.js';
|
|
11
11
|
import { Requirement, Rule } from './requirements/requirement.js';
|
|
12
12
|
import { ToolCallPart } from 'ai';
|
|
13
13
|
import { RetryCounter } from '../../internals/helpers/counter.js';
|
|
@@ -3,17 +3,17 @@ import '../../backend/message.cjs';
|
|
|
3
3
|
import '../../tools/base.cjs';
|
|
4
4
|
import '../../errors.cjs';
|
|
5
5
|
import '../../template.cjs';
|
|
6
|
-
import '../../chat-
|
|
7
|
-
import '../../base-
|
|
6
|
+
import '../../chat-DaqV3woF.cjs';
|
|
7
|
+
import '../../base-BqzN2QwB.cjs';
|
|
8
8
|
import 'zod';
|
|
9
|
-
export { h as RequirementAgentCallbacks, c as RequirementAgentExecutionConfig, f as RequirementAgentOutput, a as RequirementAgentRequest, e as RequirementAgentRunInput, g as RequirementAgentRunOptions, R as RequirementAgentRunState, l as RequirementAgentRunStateStep, b as RequirementAgentSystemPromptInputSchema, i as RequirementAgentTaskPromptInputSchema, d as RequirementAgentTemplates, j as RequirementAgentToolErrorPromptInputSchema, k as RequirementAgentToolNoResultPromptInputSchema } from '../../types-
|
|
9
|
+
export { h as RequirementAgentCallbacks, c as RequirementAgentExecutionConfig, f as RequirementAgentOutput, a as RequirementAgentRequest, e as RequirementAgentRunInput, g as RequirementAgentRunOptions, R as RequirementAgentRunState, l as RequirementAgentRunStateStep, b as RequirementAgentSystemPromptInputSchema, i as RequirementAgentTaskPromptInputSchema, d as RequirementAgentTemplates, j as RequirementAgentToolErrorPromptInputSchema, k as RequirementAgentToolNoResultPromptInputSchema } from '../../types-YoNQSxQH.cjs';
|
|
10
10
|
import '../../internals/serializable.cjs';
|
|
11
11
|
import '../../internals/types.cjs';
|
|
12
12
|
import '../../internals/helpers/guards.cjs';
|
|
13
13
|
import 'ai';
|
|
14
14
|
import 'ajv';
|
|
15
15
|
import '../../context.cjs';
|
|
16
|
-
import '../../emitter-
|
|
16
|
+
import '../../emitter-UkIkNrek.cjs';
|
|
17
17
|
import '../../internals/helpers/promise.cjs';
|
|
18
18
|
import 'promise-based-task';
|
|
19
19
|
import '../../cache/base.cjs';
|
|
@@ -3,17 +3,17 @@ import '../../backend/message.js';
|
|
|
3
3
|
import '../../tools/base.js';
|
|
4
4
|
import '../../errors.js';
|
|
5
5
|
import '../../template.js';
|
|
6
|
-
import '../../chat-
|
|
7
|
-
import '../../base-
|
|
6
|
+
import '../../chat-DTxmaKP0.js';
|
|
7
|
+
import '../../base-BfhNzUYf.js';
|
|
8
8
|
import 'zod';
|
|
9
|
-
export { h as RequirementAgentCallbacks, c as RequirementAgentExecutionConfig, f as RequirementAgentOutput, a as RequirementAgentRequest, e as RequirementAgentRunInput, g as RequirementAgentRunOptions, R as RequirementAgentRunState, l as RequirementAgentRunStateStep, b as RequirementAgentSystemPromptInputSchema, i as RequirementAgentTaskPromptInputSchema, d as RequirementAgentTemplates, j as RequirementAgentToolErrorPromptInputSchema, k as RequirementAgentToolNoResultPromptInputSchema } from '../../types-
|
|
9
|
+
export { h as RequirementAgentCallbacks, c as RequirementAgentExecutionConfig, f as RequirementAgentOutput, a as RequirementAgentRequest, e as RequirementAgentRunInput, g as RequirementAgentRunOptions, R as RequirementAgentRunState, l as RequirementAgentRunStateStep, b as RequirementAgentSystemPromptInputSchema, i as RequirementAgentTaskPromptInputSchema, d as RequirementAgentTemplates, j as RequirementAgentToolErrorPromptInputSchema, k as RequirementAgentToolNoResultPromptInputSchema } from '../../types-YT-WdK3m.js';
|
|
10
10
|
import '../../internals/serializable.js';
|
|
11
11
|
import '../../internals/types.js';
|
|
12
12
|
import '../../internals/helpers/guards.js';
|
|
13
13
|
import 'ai';
|
|
14
14
|
import 'ajv';
|
|
15
15
|
import '../../context.js';
|
|
16
|
-
import '../../emitter-
|
|
16
|
+
import '../../emitter-CL56qab4.js';
|
|
17
17
|
import '../../internals/helpers/promise.js';
|
|
18
18
|
import 'promise-based-task';
|
|
19
19
|
import '../../cache/base.js';
|
|
@@ -2,7 +2,7 @@ import { AnyTool } from '../../../tools/base.cjs';
|
|
|
2
2
|
import { RunContext } from '../../../context.cjs';
|
|
3
3
|
import { SystemMessage } from '../../../backend/message.cjs';
|
|
4
4
|
import { PromptTemplate } from '../../../template.cjs';
|
|
5
|
-
import { F as FinalAnswerTool, R as RequirementAgentRunState, a as RequirementAgentRequest, b as RequirementAgentSystemPromptInputSchema } from '../../../types-
|
|
5
|
+
import { F as FinalAnswerTool, R as RequirementAgentRunState, a as RequirementAgentRequest, b as RequirementAgentSystemPromptInputSchema } from '../../../types-YoNQSxQH.cjs';
|
|
6
6
|
import { Requirement, Rule } from '../requirements/requirement.cjs';
|
|
7
7
|
import 'ajv';
|
|
8
8
|
import '../../../errors.cjs';
|
|
@@ -14,15 +14,15 @@ import '../../../cache/base.cjs';
|
|
|
14
14
|
import '../../../internals/helpers/schema.cjs';
|
|
15
15
|
import 'zod';
|
|
16
16
|
import 'zod-to-json-schema';
|
|
17
|
-
import '../../../emitter-
|
|
17
|
+
import '../../../emitter-UkIkNrek.cjs';
|
|
18
18
|
import '../../../internals/helpers/promise.cjs';
|
|
19
19
|
import 'ai';
|
|
20
20
|
import '../../../memory/base.cjs';
|
|
21
|
-
import '../../../chat-
|
|
21
|
+
import '../../../chat-DaqV3woF.cjs';
|
|
22
22
|
import '../../../backend/constants.cjs';
|
|
23
23
|
import '../../../logger/logger.cjs';
|
|
24
24
|
import 'pino';
|
|
25
|
-
import '../../../base-
|
|
25
|
+
import '../../../base-BqzN2QwB.cjs';
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
28
|
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
|
|
@@ -2,7 +2,7 @@ import { AnyTool } from '../../../tools/base.js';
|
|
|
2
2
|
import { RunContext } from '../../../context.js';
|
|
3
3
|
import { SystemMessage } from '../../../backend/message.js';
|
|
4
4
|
import { PromptTemplate } from '../../../template.js';
|
|
5
|
-
import { F as FinalAnswerTool, R as RequirementAgentRunState, a as RequirementAgentRequest, b as RequirementAgentSystemPromptInputSchema } from '../../../types-
|
|
5
|
+
import { F as FinalAnswerTool, R as RequirementAgentRunState, a as RequirementAgentRequest, b as RequirementAgentSystemPromptInputSchema } from '../../../types-YT-WdK3m.js';
|
|
6
6
|
import { Requirement, Rule } from '../requirements/requirement.js';
|
|
7
7
|
import 'ajv';
|
|
8
8
|
import '../../../errors.js';
|
|
@@ -14,15 +14,15 @@ import '../../../cache/base.js';
|
|
|
14
14
|
import '../../../internals/helpers/schema.js';
|
|
15
15
|
import 'zod';
|
|
16
16
|
import 'zod-to-json-schema';
|
|
17
|
-
import '../../../emitter-
|
|
17
|
+
import '../../../emitter-CL56qab4.js';
|
|
18
18
|
import '../../../internals/helpers/promise.js';
|
|
19
19
|
import 'ai';
|
|
20
20
|
import '../../../memory/base.js';
|
|
21
|
-
import '../../../chat-
|
|
21
|
+
import '../../../chat-DTxmaKP0.js';
|
|
22
22
|
import '../../../backend/constants.js';
|
|
23
23
|
import '../../../logger/logger.js';
|
|
24
24
|
import 'pino';
|
|
25
|
-
import '../../../base-
|
|
25
|
+
import '../../../base-BfhNzUYf.js';
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
28
|
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import '../../../tools/base.cjs';
|
|
2
2
|
import 'ai';
|
|
3
3
|
import '../../../errors.cjs';
|
|
4
|
-
import '../../../emitter-
|
|
4
|
+
import '../../../emitter-UkIkNrek.cjs';
|
|
5
5
|
import 'zod';
|
|
6
|
-
export { F as FinalAnswerTool, T as ToolInvocationResult, r as runTool } from '../../../types-
|
|
6
|
+
export { F as FinalAnswerTool, T as ToolInvocationResult, r as runTool } from '../../../types-YoNQSxQH.cjs';
|
|
7
7
|
import '../../../context.cjs';
|
|
8
8
|
import 'ajv';
|
|
9
9
|
import '../../../internals/serializable.cjs';
|
|
@@ -17,8 +17,8 @@ import '../../../internals/helpers/promise.cjs';
|
|
|
17
17
|
import '../../../memory/base.cjs';
|
|
18
18
|
import '../../../backend/message.cjs';
|
|
19
19
|
import '../../../template.cjs';
|
|
20
|
-
import '../../../chat-
|
|
20
|
+
import '../../../chat-DaqV3woF.cjs';
|
|
21
21
|
import '../../../backend/constants.cjs';
|
|
22
22
|
import '../../../logger/logger.cjs';
|
|
23
23
|
import 'pino';
|
|
24
|
-
import '../../../base-
|
|
24
|
+
import '../../../base-BqzN2QwB.cjs';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import '../../../tools/base.js';
|
|
2
2
|
import 'ai';
|
|
3
3
|
import '../../../errors.js';
|
|
4
|
-
import '../../../emitter-
|
|
4
|
+
import '../../../emitter-CL56qab4.js';
|
|
5
5
|
import 'zod';
|
|
6
|
-
export { F as FinalAnswerTool, T as ToolInvocationResult, r as runTool } from '../../../types-
|
|
6
|
+
export { F as FinalAnswerTool, T as ToolInvocationResult, r as runTool } from '../../../types-YT-WdK3m.js';
|
|
7
7
|
import '../../../context.js';
|
|
8
8
|
import 'ajv';
|
|
9
9
|
import '../../../internals/serializable.js';
|
|
@@ -17,8 +17,8 @@ import '../../../internals/helpers/promise.js';
|
|
|
17
17
|
import '../../../memory/base.js';
|
|
18
18
|
import '../../../backend/message.js';
|
|
19
19
|
import '../../../template.js';
|
|
20
|
-
import '../../../chat-
|
|
20
|
+
import '../../../chat-DTxmaKP0.js';
|
|
21
21
|
import '../../../backend/constants.js';
|
|
22
22
|
import '../../../logger/logger.js';
|
|
23
23
|
import 'pino';
|
|
24
|
-
import '../../../base-
|
|
24
|
+
import '../../../base-BfhNzUYf.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { GetRunContext, MiddlewareType } from '../../context.cjs';
|
|
2
|
-
import { c as AgentMeta, a as BaseAgent } from '../../base-
|
|
2
|
+
import { c as AgentMeta, a as BaseAgent } from '../../base-BqzN2QwB.cjs';
|
|
3
3
|
import { AnyTool } from '../../tools/base.cjs';
|
|
4
4
|
import { BaseMemory } from '../../memory/base.cjs';
|
|
5
|
-
import { E as Emitter } from '../../emitter-
|
|
5
|
+
import { E as Emitter } from '../../emitter-UkIkNrek.cjs';
|
|
6
6
|
import { ToolCallingAgentTemplates, ToolCallingAgentExecutionConfig, ToolCallingAgentRunInput, ToolCallingAgentRunOutput, ToolCallingAgentRunOptions, ToolCallingAgentCallbacks } from './types.cjs';
|
|
7
|
-
import { m as ChatModel } from '../../chat-
|
|
7
|
+
import { m as ChatModel } from '../../chat-DaqV3woF.cjs';
|
|
8
8
|
import '../../internals/serializable.cjs';
|
|
9
9
|
import '../../internals/types.cjs';
|
|
10
10
|
import '../../internals/helpers/guards.cjs';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { GetRunContext, MiddlewareType } from '../../context.js';
|
|
2
|
-
import { c as AgentMeta, a as BaseAgent } from '../../base-
|
|
2
|
+
import { c as AgentMeta, a as BaseAgent } from '../../base-BfhNzUYf.js';
|
|
3
3
|
import { AnyTool } from '../../tools/base.js';
|
|
4
4
|
import { BaseMemory } from '../../memory/base.js';
|
|
5
|
-
import { E as Emitter } from '../../emitter-
|
|
5
|
+
import { E as Emitter } from '../../emitter-CL56qab4.js';
|
|
6
6
|
import { ToolCallingAgentTemplates, ToolCallingAgentExecutionConfig, ToolCallingAgentRunInput, ToolCallingAgentRunOutput, ToolCallingAgentRunOptions, ToolCallingAgentCallbacks } from './types.js';
|
|
7
|
-
import { m as ChatModel } from '../../chat-
|
|
7
|
+
import { m as ChatModel } from '../../chat-DTxmaKP0.js';
|
|
8
8
|
import '../../internals/serializable.js';
|
|
9
9
|
import '../../internals/types.js';
|
|
10
10
|
import '../../internals/helpers/guards.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BaseMemory } from '../../memory/base.cjs';
|
|
2
2
|
import { AssistantMessage } from '../../backend/message.cjs';
|
|
3
|
-
import { C as Callback } from '../../emitter-
|
|
3
|
+
import { C as Callback } from '../../emitter-UkIkNrek.cjs';
|
|
4
4
|
import { ToolCallingAgentSystemPrompt, ToolCallingAgentTaskPrompt } from './prompts.cjs';
|
|
5
5
|
import { ZodSchema } from 'zod';
|
|
6
6
|
import '../../errors.cjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BaseMemory } from '../../memory/base.js';
|
|
2
2
|
import { AssistantMessage } from '../../backend/message.js';
|
|
3
|
-
import { C as Callback } from '../../emitter-
|
|
3
|
+
import { C as Callback } from '../../emitter-CL56qab4.js';
|
|
4
4
|
import { ToolCallingAgentSystemPrompt, ToolCallingAgentTaskPrompt } from './prompts.js';
|
|
5
5
|
import { ZodSchema } from 'zod';
|
|
6
6
|
import '../../errors.js';
|
package/dist/agents/types.d.cts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { e as AgentCallback, d as AgentCallbackValue, c as AgentMeta, b as AnyAgent, G as GetAgentInput, f as GetAgentOutput, I as InternalAgentCallbackValue, P as PublicAgentCallbackValue } from '../base-
|
|
1
|
+
export { e as AgentCallback, d as AgentCallbackValue, c as AgentMeta, b as AnyAgent, G as GetAgentInput, f as GetAgentOutput, I as InternalAgentCallbackValue, P as PublicAgentCallbackValue } from '../base-BqzN2QwB.cjs';
|
|
2
2
|
import '../internals/types.cjs';
|
|
3
3
|
import '../tools/base.cjs';
|
|
4
4
|
import '../context.cjs';
|
|
5
|
-
import '../emitter-
|
|
5
|
+
import '../emitter-UkIkNrek.cjs';
|
|
6
6
|
import '../internals/serializable.cjs';
|
|
7
7
|
import '../internals/helpers/guards.cjs';
|
|
8
8
|
import '../internals/helpers/promise.cjs';
|
package/dist/agents/types.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { e as AgentCallback, d as AgentCallbackValue, c as AgentMeta, b as AnyAgent, G as GetAgentInput, f as GetAgentOutput, I as InternalAgentCallbackValue, P as PublicAgentCallbackValue } from '../base-
|
|
1
|
+
export { e as AgentCallback, d as AgentCallbackValue, c as AgentMeta, b as AnyAgent, G as GetAgentInput, f as GetAgentOutput, I as InternalAgentCallbackValue, P as PublicAgentCallbackValue } from '../base-BfhNzUYf.js';
|
|
2
2
|
import '../internals/types.js';
|
|
3
3
|
import '../tools/base.js';
|
|
4
4
|
import '../context.js';
|
|
5
|
-
import '../emitter-
|
|
5
|
+
import '../emitter-CL56qab4.js';
|
|
6
6
|
import '../internals/serializable.js';
|
|
7
7
|
import '../internals/helpers/guards.js';
|
|
8
8
|
import '../internals/helpers/promise.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Serializable } from '../internals/serializable.cjs';
|
|
2
|
-
import { m as ChatModel, F as FullModelName } from '../chat-
|
|
2
|
+
import { m as ChatModel, F as FullModelName } from '../chat-DaqV3woF.cjs';
|
|
3
3
|
import { EmbeddingModel } from './embedding.cjs';
|
|
4
4
|
import { ProviderName } from './constants.cjs';
|
|
5
5
|
import { OptionalExcept } from '../internals/types.cjs';
|
|
6
6
|
import './message.cjs';
|
|
7
7
|
import 'ai';
|
|
8
8
|
import '../context.cjs';
|
|
9
|
-
import '../emitter-
|
|
9
|
+
import '../emitter-UkIkNrek.cjs';
|
|
10
10
|
import '../internals/helpers/promise.cjs';
|
|
11
11
|
import '../errors.cjs';
|
|
12
12
|
import 'promise-based-task';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Serializable } from '../internals/serializable.js';
|
|
2
|
-
import { m as ChatModel, F as FullModelName } from '../chat-
|
|
2
|
+
import { m as ChatModel, F as FullModelName } from '../chat-DTxmaKP0.js';
|
|
3
3
|
import { EmbeddingModel } from './embedding.js';
|
|
4
4
|
import { ProviderName } from './constants.js';
|
|
5
5
|
import { OptionalExcept } from '../internals/types.js';
|
|
6
6
|
import './message.js';
|
|
7
7
|
import 'ai';
|
|
8
8
|
import '../context.js';
|
|
9
|
-
import '../emitter-
|
|
9
|
+
import '../emitter-CL56qab4.js';
|
|
10
10
|
import '../internals/helpers/promise.js';
|
|
11
11
|
import '../errors.js';
|
|
12
12
|
import 'promise-based-task';
|
package/dist/backend/chat.d.cts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import './message.cjs';
|
|
2
2
|
import '../context.cjs';
|
|
3
3
|
import '../internals/serializable.cjs';
|
|
4
|
-
import '../emitter-
|
|
4
|
+
import '../emitter-UkIkNrek.cjs';
|
|
5
5
|
import '../errors.cjs';
|
|
6
6
|
import 'promise-based-task';
|
|
7
7
|
import '../cache/base.cjs';
|
|
8
|
-
export { k as ChatConfig, m as ChatModel, i as ChatModelCache, h as ChatModelEmitter, g as ChatModelEvents, e as ChatModelFinishReason, d as ChatModelInput, a as ChatModelObjectInput, b as ChatModelObjectOutput, n as ChatModelOutput, C as ChatModelParameters, c as ChatModelToolChoice, l as ChatModelToolChoiceSupport, f as ChatModelUsage, j as ConfigFn } from '../chat-
|
|
8
|
+
export { k as ChatConfig, m as ChatModel, i as ChatModelCache, h as ChatModelEmitter, g as ChatModelEvents, e as ChatModelFinishReason, d as ChatModelInput, a as ChatModelObjectInput, b as ChatModelObjectOutput, n as ChatModelOutput, C as ChatModelParameters, c as ChatModelToolChoice, l as ChatModelToolChoiceSupport, f as ChatModelUsage, j as ConfigFn } from '../chat-DaqV3woF.cjs';
|
|
9
9
|
import './constants.cjs';
|
|
10
10
|
import '../tools/base.cjs';
|
|
11
11
|
import 'zod';
|
package/dist/backend/chat.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import './message.js';
|
|
2
2
|
import '../context.js';
|
|
3
3
|
import '../internals/serializable.js';
|
|
4
|
-
import '../emitter-
|
|
4
|
+
import '../emitter-CL56qab4.js';
|
|
5
5
|
import '../errors.js';
|
|
6
6
|
import 'promise-based-task';
|
|
7
7
|
import '../cache/base.js';
|
|
8
|
-
export { k as ChatConfig, m as ChatModel, i as ChatModelCache, h as ChatModelEmitter, g as ChatModelEvents, e as ChatModelFinishReason, d as ChatModelInput, a as ChatModelObjectInput, b as ChatModelObjectOutput, n as ChatModelOutput, C as ChatModelParameters, c as ChatModelToolChoice, l as ChatModelToolChoiceSupport, f as ChatModelUsage, j as ConfigFn } from '../chat-
|
|
8
|
+
export { k as ChatConfig, m as ChatModel, i as ChatModelCache, h as ChatModelEmitter, g as ChatModelEvents, e as ChatModelFinishReason, d as ChatModelInput, a as ChatModelObjectInput, b as ChatModelObjectOutput, n as ChatModelOutput, C as ChatModelParameters, c as ChatModelToolChoice, l as ChatModelToolChoiceSupport, f as ChatModelUsage, j as ConfigFn } from '../chat-DTxmaKP0.js';
|
|
9
9
|
import './constants.js';
|
|
10
10
|
import '../tools/base.js';
|
|
11
11
|
import 'zod';
|
package/dist/backend/core.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { Backend } from './backend.cjs';
|
|
2
|
-
export { k as ChatConfig, m as ChatModel, i as ChatModelCache, h as ChatModelEmitter, g as ChatModelEvents, e as ChatModelFinishReason, d as ChatModelInput, a as ChatModelObjectInput, b as ChatModelObjectOutput, n as ChatModelOutput, C as ChatModelParameters, c as ChatModelToolChoice, l as ChatModelToolChoiceSupport, f as ChatModelUsage, j as ConfigFn } from '../chat-
|
|
2
|
+
export { k as ChatConfig, m as ChatModel, i as ChatModelCache, h as ChatModelEmitter, g as ChatModelEvents, e as ChatModelFinishReason, d as ChatModelInput, a as ChatModelObjectInput, b as ChatModelObjectOutput, n as ChatModelOutput, C as ChatModelParameters, c as ChatModelToolChoice, l as ChatModelToolChoiceSupport, f as ChatModelUsage, j as ConfigFn } from '../chat-DaqV3woF.cjs';
|
|
3
3
|
export { EmbeddingModel, EmbeddingModelEmitter, EmbeddingModelEvents, EmbeddingModelInput, EmbeddingModelOutput } from './embedding.cjs';
|
|
4
4
|
export { AssistantMessage, CustomMessage, Message, MessageContentPart, MessageInput, MessageMeta, MessageRole, Role, SystemMessage, ToolMessage, UserMessage } from './message.cjs';
|
|
5
5
|
export { BackendError, ChatModelError, ChatModelToolCallError, ChatModelToolCallErrorInput, EmbeddingModelError, EmptyChatModelResponseError } from './errors.cjs';
|
|
@@ -8,7 +8,7 @@ import '../internals/types.cjs';
|
|
|
8
8
|
import '../internals/helpers/guards.cjs';
|
|
9
9
|
import './constants.cjs';
|
|
10
10
|
import '../context.cjs';
|
|
11
|
-
import '../emitter-
|
|
11
|
+
import '../emitter-UkIkNrek.cjs';
|
|
12
12
|
import '../internals/helpers/promise.cjs';
|
|
13
13
|
import '../errors.cjs';
|
|
14
14
|
import 'promise-based-task';
|
package/dist/backend/core.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { Backend } from './backend.js';
|
|
2
|
-
export { k as ChatConfig, m as ChatModel, i as ChatModelCache, h as ChatModelEmitter, g as ChatModelEvents, e as ChatModelFinishReason, d as ChatModelInput, a as ChatModelObjectInput, b as ChatModelObjectOutput, n as ChatModelOutput, C as ChatModelParameters, c as ChatModelToolChoice, l as ChatModelToolChoiceSupport, f as ChatModelUsage, j as ConfigFn } from '../chat-
|
|
2
|
+
export { k as ChatConfig, m as ChatModel, i as ChatModelCache, h as ChatModelEmitter, g as ChatModelEvents, e as ChatModelFinishReason, d as ChatModelInput, a as ChatModelObjectInput, b as ChatModelObjectOutput, n as ChatModelOutput, C as ChatModelParameters, c as ChatModelToolChoice, l as ChatModelToolChoiceSupport, f as ChatModelUsage, j as ConfigFn } from '../chat-DTxmaKP0.js';
|
|
3
3
|
export { EmbeddingModel, EmbeddingModelEmitter, EmbeddingModelEvents, EmbeddingModelInput, EmbeddingModelOutput } from './embedding.js';
|
|
4
4
|
export { AssistantMessage, CustomMessage, Message, MessageContentPart, MessageInput, MessageMeta, MessageRole, Role, SystemMessage, ToolMessage, UserMessage } from './message.js';
|
|
5
5
|
export { BackendError, ChatModelError, ChatModelToolCallError, ChatModelToolCallErrorInput, EmbeddingModelError, EmptyChatModelResponseError } from './errors.js';
|
|
@@ -8,7 +8,7 @@ import '../internals/types.js';
|
|
|
8
8
|
import '../internals/helpers/guards.js';
|
|
9
9
|
import './constants.js';
|
|
10
10
|
import '../context.js';
|
|
11
|
-
import '../emitter-
|
|
11
|
+
import '../emitter-CL56qab4.js';
|
|
12
12
|
import '../internals/helpers/promise.js';
|
|
13
13
|
import '../errors.js';
|
|
14
14
|
import 'promise-based-task';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Run, GetRunContext } from '../context.cjs';
|
|
2
2
|
import { Serializable } from '../internals/serializable.cjs';
|
|
3
|
-
import { C as Callback, E as Emitter } from '../emitter-
|
|
3
|
+
import { C as Callback, E as Emitter } from '../emitter-UkIkNrek.cjs';
|
|
4
4
|
import { FrameworkError } from '../errors.cjs';
|
|
5
|
-
import { F as FullModelName } from '../chat-
|
|
5
|
+
import { F as FullModelName } from '../chat-DaqV3woF.cjs';
|
|
6
6
|
import { ProviderName } from './constants.cjs';
|
|
7
7
|
import '../internals/helpers/promise.cjs';
|
|
8
8
|
import '../internals/types.cjs';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Run, GetRunContext } from '../context.js';
|
|
2
2
|
import { Serializable } from '../internals/serializable.js';
|
|
3
|
-
import { C as Callback, E as Emitter } from '../emitter-
|
|
3
|
+
import { C as Callback, E as Emitter } from '../emitter-CL56qab4.js';
|
|
4
4
|
import { FrameworkError } from '../errors.js';
|
|
5
|
-
import { F as FullModelName } from '../chat-
|
|
5
|
+
import { F as FullModelName } from '../chat-DTxmaKP0.js';
|
|
6
6
|
import { ProviderName } from './constants.js';
|
|
7
7
|
import '../internals/helpers/promise.js';
|
|
8
8
|
import '../internals/types.js';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { FrameworkError } from '../errors.cjs';
|
|
2
|
-
import { n as ChatModelOutput } from '../chat-
|
|
2
|
+
import { n as ChatModelOutput } from '../chat-DaqV3woF.cjs';
|
|
3
3
|
import '../internals/types.cjs';
|
|
4
4
|
import '../internals/helpers/guards.cjs';
|
|
5
5
|
import './message.cjs';
|
|
6
6
|
import '../internals/serializable.cjs';
|
|
7
7
|
import 'ai';
|
|
8
8
|
import '../context.cjs';
|
|
9
|
-
import '../emitter-
|
|
9
|
+
import '../emitter-UkIkNrek.cjs';
|
|
10
10
|
import '../internals/helpers/promise.cjs';
|
|
11
11
|
import 'promise-based-task';
|
|
12
12
|
import '../cache/base.cjs';
|
package/dist/backend/errors.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { FrameworkError } from '../errors.js';
|
|
2
|
-
import { n as ChatModelOutput } from '../chat-
|
|
2
|
+
import { n as ChatModelOutput } from '../chat-DTxmaKP0.js';
|
|
3
3
|
import '../internals/types.js';
|
|
4
4
|
import '../internals/helpers/guards.js';
|
|
5
5
|
import './message.js';
|
|
6
6
|
import '../internals/serializable.js';
|
|
7
7
|
import 'ai';
|
|
8
8
|
import '../context.js';
|
|
9
|
-
import '../emitter-
|
|
9
|
+
import '../emitter-CL56qab4.js';
|
|
10
10
|
import '../internals/helpers/promise.js';
|
|
11
11
|
import 'promise-based-task';
|
|
12
12
|
import '../cache/base.js';
|
package/dist/backend/utils.d.cts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import '../internals/types.cjs';
|
|
2
2
|
import './constants.cjs';
|
|
3
3
|
import '../tools/base.cjs';
|
|
4
|
-
export { F as FullModelName, r as filterToolsByToolChoice, q as generateToolUnionSchema, o as loadModel, p as parseModel } from '../chat-
|
|
4
|
+
export { F as FullModelName, r as filterToolsByToolChoice, q as generateToolUnionSchema, o as loadModel, p as parseModel } from '../chat-DaqV3woF.cjs';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import '../internals/helpers/guards.cjs';
|
|
7
7
|
import 'ajv';
|
|
8
8
|
import '../context.cjs';
|
|
9
|
-
import '../emitter-
|
|
9
|
+
import '../emitter-UkIkNrek.cjs';
|
|
10
10
|
import '../internals/serializable.cjs';
|
|
11
11
|
import '../internals/helpers/promise.cjs';
|
|
12
12
|
import '../errors.cjs';
|
package/dist/backend/utils.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import '../internals/types.js';
|
|
2
2
|
import './constants.js';
|
|
3
3
|
import '../tools/base.js';
|
|
4
|
-
export { F as FullModelName, r as filterToolsByToolChoice, q as generateToolUnionSchema, o as loadModel, p as parseModel } from '../chat-
|
|
4
|
+
export { F as FullModelName, r as filterToolsByToolChoice, q as generateToolUnionSchema, o as loadModel, p as parseModel } from '../chat-DTxmaKP0.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import '../internals/helpers/guards.js';
|
|
7
7
|
import 'ajv';
|
|
8
8
|
import '../context.js';
|
|
9
|
-
import '../emitter-
|
|
9
|
+
import '../emitter-CL56qab4.js';
|
|
10
10
|
import '../internals/serializable.js';
|
|
11
11
|
import '../internals/helpers/promise.js';
|
|
12
12
|
import '../errors.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MiddlewareType, Run, GetRunContext } from './context.js';
|
|
2
2
|
import { FrameworkError } from './errors.js';
|
|
3
3
|
import { Serializable } from './internals/serializable.js';
|
|
4
|
-
import { E as Emitter } from './emitter-
|
|
4
|
+
import { E as Emitter } from './emitter-CL56qab4.js';
|
|
5
5
|
import { BaseMemory } from './memory/base.js';
|
|
6
6
|
import { OmitEmpty } from './internals/types.js';
|
|
7
7
|
import { AnyTool } from './tools/base.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MiddlewareType, Run, GetRunContext } from './context.cjs';
|
|
2
2
|
import { FrameworkError } from './errors.cjs';
|
|
3
3
|
import { Serializable } from './internals/serializable.cjs';
|
|
4
|
-
import { E as Emitter } from './emitter-
|
|
4
|
+
import { E as Emitter } from './emitter-UkIkNrek.cjs';
|
|
5
5
|
import { BaseMemory } from './memory/base.cjs';
|
|
6
6
|
import { OmitEmpty } from './internals/types.cjs';
|
|
7
7
|
import { AnyTool } from './tools/base.cjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Message, AssistantMessage, MessageContentPart } from './backend/message.js';
|
|
2
2
|
import { MiddlewareType, Run, GetRunContext } from './context.js';
|
|
3
3
|
import { Serializable } from './internals/serializable.js';
|
|
4
|
-
import { C as Callback, E as Emitter } from './emitter-
|
|
4
|
+
import { C as Callback, E as Emitter } from './emitter-CL56qab4.js';
|
|
5
5
|
import { FrameworkError } from './errors.js';
|
|
6
6
|
import { Task } from 'promise-based-task';
|
|
7
7
|
import { BaseCache } from './cache/base.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Message, AssistantMessage, MessageContentPart } from './backend/message.cjs';
|
|
2
2
|
import { MiddlewareType, Run, GetRunContext } from './context.cjs';
|
|
3
3
|
import { Serializable } from './internals/serializable.cjs';
|
|
4
|
-
import { C as Callback, E as Emitter } from './emitter-
|
|
4
|
+
import { C as Callback, E as Emitter } from './emitter-UkIkNrek.cjs';
|
|
5
5
|
import { FrameworkError } from './errors.cjs';
|
|
6
6
|
import { Task } from 'promise-based-task';
|
|
7
7
|
import { BaseCache } from './cache/base.cjs';
|
package/dist/context.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as Emitter, C as Callback } from './emitter-
|
|
1
|
+
import { E as Emitter, C as Callback } from './emitter-UkIkNrek.cjs';
|
|
2
2
|
import { Serializable } from './internals/serializable.cjs';
|
|
3
3
|
import { LazyPromise } from './internals/helpers/promise.cjs';
|
|
4
4
|
import { FrameworkError } from './errors.cjs';
|
package/dist/context.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as Emitter, C as Callback } from './emitter-
|
|
1
|
+
import { E as Emitter, C as Callback } from './emitter-CL56qab4.js';
|
|
2
2
|
import { Serializable } from './internals/serializable.js';
|
|
3
3
|
import { LazyPromise } from './internals/helpers/promise.js';
|
|
4
4
|
import { FrameworkError } from './errors.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as Callback, E as Emitter, g as EmitterChildInput, f as EmitterInput, b as EventMeta, e as EventTrace } from '../emitter-
|
|
1
|
+
export { C as Callback, E as Emitter, g as EmitterChildInput, f as EmitterInput, b as EventMeta, e as EventTrace } from '../emitter-UkIkNrek.cjs';
|
|
2
2
|
import '../internals/types.cjs';
|
|
3
3
|
import '../internals/serializable.cjs';
|
|
4
4
|
import '../internals/helpers/guards.cjs';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as Callback, E as Emitter, g as EmitterChildInput, f as EmitterInput, b as EventMeta, e as EventTrace } from '../emitter-
|
|
1
|
+
export { C as Callback, E as Emitter, g as EmitterChildInput, f as EmitterInput, b as EventMeta, e as EventTrace } from '../emitter-CL56qab4.js';
|
|
2
2
|
import '../internals/types.js';
|
|
3
3
|
import '../internals/serializable.js';
|
|
4
4
|
import '../internals/helpers/guards.js';
|
package/dist/emitter/types.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '../internals/types.cjs';
|
|
2
|
-
export { C as Callback, d as CleanupFn, a as EmitterOptions, b as EventMeta, e as EventTrace, I as InferCallbackValue, c as Matcher, M as MatcherFn, S as StringKey } from '../emitter-
|
|
2
|
+
export { C as Callback, d as CleanupFn, a as EmitterOptions, b as EventMeta, e as EventTrace, I as InferCallbackValue, c as Matcher, M as MatcherFn, S as StringKey } from '../emitter-UkIkNrek.cjs';
|
|
3
3
|
import '../internals/helpers/guards.cjs';
|
|
4
4
|
import '../internals/serializable.cjs';
|
package/dist/emitter/types.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '../internals/types.js';
|
|
2
|
-
export { C as Callback, d as CleanupFn, a as EmitterOptions, b as EventMeta, e as EventTrace, I as InferCallbackValue, c as Matcher, M as MatcherFn, S as StringKey } from '../emitter-
|
|
2
|
+
export { C as Callback, d as CleanupFn, a as EmitterOptions, b as EventMeta, e as EventTrace, I as InferCallbackValue, c as Matcher, M as MatcherFn, S as StringKey } from '../emitter-CL56qab4.js';
|
|
3
3
|
import '../internals/helpers/guards.js';
|
|
4
4
|
import '../internals/serializable.js';
|
package/dist/index.d.cts
CHANGED
|
@@ -3,8 +3,8 @@ export { PromptTemplate, PromptTemplateError, PromptTemplateInput, PromptTemplat
|
|
|
3
3
|
export { AbortError, FrameworkError, FrameworkErrorOptions, NotImplementedError, ValueError } from './errors.cjs';
|
|
4
4
|
export { Version } from './version.cjs';
|
|
5
5
|
export { S as SerializeFactory, a as Serializer } from './serializer-c51B2z6d.cjs';
|
|
6
|
-
export { A as AgentError, a as BaseAgent, B as BaseAgentRunOptions } from './base-
|
|
7
|
-
export { k as ChatConfig, m as ChatModel, i as ChatModelCache, h as ChatModelEmitter, g as ChatModelEvents, e as ChatModelFinishReason, d as ChatModelInput, a as ChatModelObjectInput, b as ChatModelObjectOutput, n as ChatModelOutput, C as ChatModelParameters, c as ChatModelToolChoice, l as ChatModelToolChoiceSupport, f as ChatModelUsage, j as ConfigFn } from './chat-
|
|
6
|
+
export { A as AgentError, a as BaseAgent, B as BaseAgentRunOptions } from './base-BqzN2QwB.cjs';
|
|
7
|
+
export { k as ChatConfig, m as ChatModel, i as ChatModelCache, h as ChatModelEmitter, g as ChatModelEvents, e as ChatModelFinishReason, d as ChatModelInput, a as ChatModelObjectInput, b as ChatModelObjectOutput, n as ChatModelOutput, C as ChatModelParameters, c as ChatModelToolChoice, l as ChatModelToolChoiceSupport, f as ChatModelUsage, j as ConfigFn } from './chat-DaqV3woF.cjs';
|
|
8
8
|
export { EmbeddingModel, EmbeddingModelEmitter, EmbeddingModelEvents, EmbeddingModelInput, EmbeddingModelOutput } from './backend/embedding.cjs';
|
|
9
9
|
export { AnyTool, AnyToolClass, BaseToolOptions, BaseToolRunOptions, DynamicTool, InferToolOutput, JSONToolOutput, RetryOptions, StringToolOutput, Tool, ToolEmitter, ToolError, ToolEvents, ToolInput, ToolInputRaw, ToolInputValidationError, ToolOutput, ToolSnapshot } from './tools/base.cjs';
|
|
10
10
|
import 'pino';
|
|
@@ -14,7 +14,7 @@ import './internals/helpers/guards.cjs';
|
|
|
14
14
|
import 'zod';
|
|
15
15
|
import 'ajv';
|
|
16
16
|
import './context.cjs';
|
|
17
|
-
import './emitter-
|
|
17
|
+
import './emitter-UkIkNrek.cjs';
|
|
18
18
|
import './internals/helpers/promise.cjs';
|
|
19
19
|
import './memory/base.cjs';
|
|
20
20
|
import './backend/message.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ export { PromptTemplate, PromptTemplateError, PromptTemplateInput, PromptTemplat
|
|
|
3
3
|
export { AbortError, FrameworkError, FrameworkErrorOptions, NotImplementedError, ValueError } from './errors.js';
|
|
4
4
|
export { Version } from './version.js';
|
|
5
5
|
export { S as SerializeFactory, a as Serializer } from './serializer-53t8gGQa.js';
|
|
6
|
-
export { A as AgentError, a as BaseAgent, B as BaseAgentRunOptions } from './base-
|
|
7
|
-
export { k as ChatConfig, m as ChatModel, i as ChatModelCache, h as ChatModelEmitter, g as ChatModelEvents, e as ChatModelFinishReason, d as ChatModelInput, a as ChatModelObjectInput, b as ChatModelObjectOutput, n as ChatModelOutput, C as ChatModelParameters, c as ChatModelToolChoice, l as ChatModelToolChoiceSupport, f as ChatModelUsage, j as ConfigFn } from './chat-
|
|
6
|
+
export { A as AgentError, a as BaseAgent, B as BaseAgentRunOptions } from './base-BfhNzUYf.js';
|
|
7
|
+
export { k as ChatConfig, m as ChatModel, i as ChatModelCache, h as ChatModelEmitter, g as ChatModelEvents, e as ChatModelFinishReason, d as ChatModelInput, a as ChatModelObjectInput, b as ChatModelObjectOutput, n as ChatModelOutput, C as ChatModelParameters, c as ChatModelToolChoice, l as ChatModelToolChoiceSupport, f as ChatModelUsage, j as ConfigFn } from './chat-DTxmaKP0.js';
|
|
8
8
|
export { EmbeddingModel, EmbeddingModelEmitter, EmbeddingModelEvents, EmbeddingModelInput, EmbeddingModelOutput } from './backend/embedding.js';
|
|
9
9
|
export { AnyTool, AnyToolClass, BaseToolOptions, BaseToolRunOptions, DynamicTool, InferToolOutput, JSONToolOutput, RetryOptions, StringToolOutput, Tool, ToolEmitter, ToolError, ToolEvents, ToolInput, ToolInputRaw, ToolInputValidationError, ToolOutput, ToolSnapshot } from './tools/base.js';
|
|
10
10
|
import 'pino';
|
|
@@ -14,7 +14,7 @@ import './internals/helpers/guards.js';
|
|
|
14
14
|
import 'zod';
|
|
15
15
|
import 'ajv';
|
|
16
16
|
import './context.js';
|
|
17
|
-
import './emitter-
|
|
17
|
+
import './emitter-CL56qab4.js';
|
|
18
18
|
import './internals/helpers/promise.js';
|
|
19
19
|
import './memory/base.js';
|
|
20
20
|
import './backend/message.js';
|
|
@@ -2,7 +2,7 @@ import { FrameworkError } from '../errors.cjs';
|
|
|
2
2
|
import { Serializable } from './serializable.cjs';
|
|
3
3
|
import { EventSourceMessage } from '@ai-zen/node-fetch-event-source';
|
|
4
4
|
import { FetchEventSourceInit } from '@ai-zen/node-fetch-event-source/lib/cjs/fetch.js';
|
|
5
|
-
import { C as Callback, E as Emitter } from '../emitter-
|
|
5
|
+
import { C as Callback, E as Emitter } from '../emitter-UkIkNrek.cjs';
|
|
6
6
|
import './types.cjs';
|
|
7
7
|
import './helpers/guards.cjs';
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@ import { FrameworkError } from '../errors.js';
|
|
|
2
2
|
import { Serializable } from './serializable.js';
|
|
3
3
|
import { EventSourceMessage } from '@ai-zen/node-fetch-event-source';
|
|
4
4
|
import { FetchEventSourceInit } from '@ai-zen/node-fetch-event-source/lib/cjs/fetch.js';
|
|
5
|
-
import { C as Callback, E as Emitter } from '../emitter-
|
|
5
|
+
import { C as Callback, E as Emitter } from '../emitter-CL56qab4.js';
|
|
6
6
|
import './types.js';
|
|
7
7
|
import './helpers/guards.js';
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@ import { Message, MessageContentPart } from '../backend/message.cjs';
|
|
|
2
2
|
import { BaseMemory } from './base.cjs';
|
|
3
3
|
import { PromptTemplate } from '../template.cjs';
|
|
4
4
|
import { z } from 'zod';
|
|
5
|
-
import { m as ChatModel } from '../chat-
|
|
5
|
+
import { m as ChatModel } from '../chat-DaqV3woF.cjs';
|
|
6
6
|
import '../internals/serializable.cjs';
|
|
7
7
|
import '../internals/types.cjs';
|
|
8
8
|
import '../internals/helpers/guards.cjs';
|
|
@@ -10,7 +10,7 @@ import 'ai';
|
|
|
10
10
|
import '../errors.cjs';
|
|
11
11
|
import 'ajv';
|
|
12
12
|
import '../context.cjs';
|
|
13
|
-
import '../emitter-
|
|
13
|
+
import '../emitter-UkIkNrek.cjs';
|
|
14
14
|
import '../internals/helpers/promise.cjs';
|
|
15
15
|
import 'promise-based-task';
|
|
16
16
|
import '../cache/base.cjs';
|