@cuylabs/agent-core 3.2.1 → 4.0.0
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/dispatch/index.d.ts +2 -2
- package/dist/execution/index.d.ts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/inference/index.d.ts +3 -3
- package/dist/{instance-DV_xLU65.d.ts → instance-DtCDz9SL.d.ts} +38 -6
- package/dist/middleware/index.d.ts +2 -2
- package/dist/{model-messages-D19TVt7a.d.ts → model-messages-COIqIS5e.d.ts} +1 -1
- package/dist/plugin/index.d.ts +1 -1
- package/dist/profiles/index.d.ts +1 -1
- package/dist/prompt/index.d.ts +2 -2
- package/dist/safety/index.d.ts +2 -2
- package/dist/skill/index.d.ts +2 -2
- package/dist/storage/index.d.ts +2 -2
- package/dist/subagents/index.d.ts +1 -1
- package/dist/team/index.d.ts +2 -2
- package/dist/tool/index.d.ts +2 -2
- package/dist/turn-tools/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/dispatch/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { bz as LocalDispatchRuntimeOptions, a$ as DispatchRuntime, T as Tool, d9 as TaskExecutorInput, d8 as TaskExecutor, aY as DispatchRecord, b3 as DispatchTargetInspection, b2 as DispatchTarget, dr as TeamTask, bF as MemberRuntime, b5 as DispatchTargetStartResult, b6 as DispatchTargetSummary, be as ExternalTaskControl } from '../instance-DtCDz9SL.js';
|
|
2
|
+
export { aP as DEFAULT_DISPATCH_TOOL_IDS, aQ as DEFAULT_LOCAL_DISPATCH_CONCURRENCY, aR as DEFAULT_LOCAL_DISPATCH_DEPTH, aS as DEFAULT_LOCAL_DISPATCH_TITLE_PREFIX, aV as DISPATCH_STATES, aW as DispatchCheckOptions, aX as DispatchListOptions, aZ as DispatchResult, a_ as DispatchRole, b0 as DispatchStartInput, b1 as DispatchState, b4 as DispatchTargetStartInput, b7 as DispatchUsage } from '../instance-DtCDz9SL.js';
|
|
3
3
|
import '../types-C_LCeYNg.js';
|
|
4
4
|
import 'ai';
|
|
5
5
|
import '../types-RSCv7nQ4.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { e as AnyInferenceResult,
|
|
2
|
-
export { V as AgentTurnActiveToolCall, Y as AgentTurnBoundaryMetadata, Z as AgentTurnBoundarySnapshot, _ as AgentTurnCommitApplier, a0 as AgentTurnCommitOptions, a1 as AgentTurnEngine, a2 as AgentTurnEngineOptions, a3 as AgentTurnPhase, a4 as AgentTurnResolvedToolCall,
|
|
1
|
+
import { e as AnyInferenceResult, cO as StepProcessingOptions, cP as StepProcessingOutput, a9 as AgentTurnStepCommitSnapshot, aM as CreateAgentTurnStepCommitBatchOptions, $ as AgentTurnCommitBatch, c8 as PrepareModelStepOptions, c9 as PreparedAgentModelStep, cm as RunModelStepOptions, A as AgentEvent, cn as RunToolBatchOptions, co as RunToolBatchResult, aC as CommitOutputOptions, aD as CommitStepOptions, du as TokenUsage, x as ScopeSnapshot, a7 as AgentTurnState, dB as ToolMetadata, ab as AgentTurnStepCommitToolResult, aa as AgentTurnStepCommitToolCall, M as Message, dI as UserMessage, ay as AssistantMessage, dA as ToolMessage, cZ as SystemMessage } from '../instance-DtCDz9SL.js';
|
|
2
|
+
export { V as AgentTurnActiveToolCall, Y as AgentTurnBoundaryMetadata, Z as AgentTurnBoundarySnapshot, _ as AgentTurnCommitApplier, a0 as AgentTurnCommitOptions, a1 as AgentTurnEngine, a2 as AgentTurnEngineOptions, a3 as AgentTurnPhase, a4 as AgentTurnResolvedToolCall, a8 as AgentTurnStateAdvanceOptions, ac as AgentTurnStepRuntimeConfig, aL as CreateAgentTurnStateOptions, dL as advanceAgentTurnState, dP as createAgentTurnEngine, dQ as createAgentTurnState, dX as failAgentTurnState } from '../instance-DtCDz9SL.js';
|
|
3
3
|
import { L as Logger } from '../types-RSCv7nQ4.js';
|
|
4
|
-
export { c as convertAgentMessagesToModelMessages } from '../model-messages-
|
|
4
|
+
export { c as convertAgentMessagesToModelMessages } from '../model-messages-COIqIS5e.js';
|
|
5
5
|
import '../types-C_LCeYNg.js';
|
|
6
6
|
import 'ai';
|
|
7
7
|
import 'zod';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { H as HumanInputController, p as HumanInputConfig, T as Tool, M as Message, S as SessionManager, E as EffectiveAgentConfig, q as TurnChangeTracker, r as InterventionController, b as MiddlewareRunner, P as PromptBuilder, t as AgentTurnToolProvider, c as ToolExecutionMode, A as AgentEvent, u as StreamProvider, v as Scope, x as ScopeSnapshot, y as ScopeOptions, F as FileOperationMeta, z as AgentSignal, B as TypedHandler, U as Unsubscribe, W as WildcardHandler } from './instance-
|
|
2
|
-
export { C as Agent, G as AgentConfig, J as AgentDefaults, K as AgentDefaultsContext, L as AgentDefaultsProvider, N as AgentMiddleware, O as AgentModelHooks, Q as AgentStatus, V as AgentTurnActiveToolCall, X as AgentTurnBoundaryKind, Y as AgentTurnBoundaryMetadata, Z as AgentTurnBoundarySnapshot, _ as AgentTurnCommitApplier, $ as AgentTurnCommitBatch, a0 as AgentTurnCommitOptions, a1 as AgentTurnEngine, a2 as AgentTurnEngineOptions, a3 as AgentTurnPhase, a4 as AgentTurnResolvedToolCall, a5 as
|
|
1
|
+
import { H as HumanInputController, p as HumanInputConfig, T as Tool, M as Message, S as SessionManager, E as EffectiveAgentConfig, q as TurnChangeTracker, r as InterventionController, b as MiddlewareRunner, P as PromptBuilder, t as AgentTurnToolProvider, c as ToolExecutionMode, A as AgentEvent, u as StreamProvider, v as Scope, x as ScopeSnapshot, y as ScopeOptions, F as FileOperationMeta, z as AgentSignal, B as TypedHandler, U as Unsubscribe, W as WildcardHandler } from './instance-DtCDz9SL.js';
|
|
2
|
+
export { C as Agent, G as AgentConfig, J as AgentDefaults, K as AgentDefaultsContext, L as AgentDefaultsProvider, N as AgentMiddleware, O as AgentModelHooks, Q as AgentStatus, V as AgentTurnActiveToolCall, X as AgentTurnBoundaryKind, Y as AgentTurnBoundaryMetadata, Z as AgentTurnBoundarySnapshot, _ as AgentTurnCommitApplier, $ as AgentTurnCommitBatch, a0 as AgentTurnCommitOptions, a1 as AgentTurnEngine, a2 as AgentTurnEngineOptions, a3 as AgentTurnPhase, a4 as AgentTurnResolvedToolCall, a5 as AgentTurnSource, a6 as AgentTurnSourceChatOptions, a7 as AgentTurnState, a8 as AgentTurnStateAdvanceOptions, a9 as AgentTurnStepCommitSnapshot, aa as AgentTurnStepCommitToolCall, ab as AgentTurnStepCommitToolResult, ac as AgentTurnStepRuntimeConfig, ad as AgentTurnToolContext, ae as AgentTurnToolProviderResult, e as AnyInferenceResult, af as AppliedProfile, ag as ApprovalAction, ah as ApprovalAgentMiddleware, ai as ApprovalCascadeMode, aj as ApprovalCascadePolicy, ak as ApprovalConfig, al as ApprovalCorrection, am as ApprovalDecision, an as ApprovalEvaluation, ao as ApprovalEvent, ap as ApprovalEventContext, aq as ApprovalHandler, ar as ApprovalLifecycleEvent, as as ApprovalMiddlewareConfig, at as ApprovalRememberScope, au as ApprovalRequest, av as ApprovalResolution, aw as ApprovalRule, ax as ApprovalRuleContext, ay as AssistantMessage, az as BlockedModelCall, aA as BranchEntry, aB as ChatLifecycleContext, aC as CommitOutputOptions, aD as CommitStepOptions, aE as CompactionConfig, aF as CompactionEntry, aG as CompatibleSchema, aH as ConfigChangeEntry, aI as CoordinatorNotification, aJ as CoordinatorNotificationKind, aK as CoordinatorRoundEvent, aL as CreateAgentTurnStateOptions, aM as CreateAgentTurnStepCommitBatchOptions, aN as CreateSessionOptions, aO as DEFAULT_AGENT_NAME, aP as DEFAULT_DISPATCH_TOOL_IDS, aQ as DEFAULT_LOCAL_DISPATCH_CONCURRENCY, aR as DEFAULT_LOCAL_DISPATCH_DEPTH, aS as DEFAULT_LOCAL_DISPATCH_TITLE_PREFIX, D as DEFAULT_MAX_OUTPUT_TOKENS, aT as DEFAULT_MAX_STEPS, D as DEFAULT_MAX_TOKENS, f as DEFAULT_RETRY_CONFIG, aU as DEFAULT_SYSTEM_PROMPT, aV as DISPATCH_STATES, aW as DispatchCheckOptions, aX as DispatchListOptions, aY as DispatchRecord, aZ as DispatchResult, a_ as DispatchRole, a$ as DispatchRuntime, b0 as DispatchStartInput, b1 as DispatchState, b2 as DispatchTarget, b3 as DispatchTargetInspection, b4 as DispatchTargetStartInput, b5 as DispatchTargetStartResult, b6 as DispatchTargetSummary, b7 as DispatchUsage, b8 as DoomLoopAction, b9 as DoomLoopHandler, ba as DoomLoopRequest, bb as EnhancedTools, bc as EntryBase, bd as EnvironmentInfo, be as ExternalTaskControl, bf as FileEntry, bg as GuidancePayload, bh as HistoryAccessor, bi as HumanInputEventContext, bj as HumanInputOption, bk as HumanInputRequest, bl as HumanInputRequestKind, bm as HumanInputRequestListOptions, bn as HumanInputRequestRecord, bo as HumanInputRequestStatus, bp as HumanInputResponse, bq as HumanInputTimeoutError, br as HumanInputToolArgs, bs as HumanInputUnavailableError, bt as IdleNotificationPayload, bu as InMemoryMailboxStore, bv as InMemoryTaskBoardStore, bw as InferSchemaOutput, g as InferenceCustomResult, h as InferenceStepInfo, I as InferenceStreamInput, i as InferenceStreamResult, bx as InputCheckResult, by as InstructionFile, bz as LocalDispatchRuntimeOptions, bA as LocalSessionTurnLock, bB as Mailbox, bC as MailboxStore, bD as MailboxSubscriber, bE as MemberRegisteredEvent, bF as MemberRuntime, bG as MemberStats, bH as MemberStatus, bI as MemberStatusChangedEvent, bJ as MessageBase, bK as MessageEntry, bL as MessageError, bM as MessageInput, bN as MessageKind, bO as MessageListFilter, bP as MessagePayload, bQ as MessageRole, bR as MessageSentEvent, bS as MetadataEntry, d as ModelCallContext, bT as ModelCallInput, bU as ModelCallOutput, bV as ModelFamily, bW as NormalizedToolReplayPolicy, bX as NotificationPriority, bY as OnFollowUpQueued, bZ as OnInterventionApplied, b_ as OtelMiddlewareConfig, b$ as PRUNE_PROTECTED_TOOLS, c0 as PendingIntervention, c1 as PermissionForwardedEvent, c2 as PermissionHandler, c3 as PermissionRequestPayload, c4 as PermissionResolvedEvent, c5 as PermissionResponsePayload, c6 as PlanCreatedEvent, c7 as PlannedTask, c8 as PrepareModelStepOptions, c9 as PreparedAgentModelStep, ca as PreparedExternalTask, cb as Profile, cc as PromptBuildContext, cd as PromptConfig, ce as PromptSection, cf as QueueTaskInput, cg as RecentMessagesOptions, ch as ReleaseSessionTurnLock, ci as RemoteSkillEntry, cj as RemoteSkillIndex, R as RetryConfig, j as RetryHandlerOptions, k as RetryState, ck as RiskLevel, cl as RuleSource, cm as RunModelStepOptions, cn as RunToolBatchOptions, co as RunToolBatchResult, cp as STORAGE_VERSION, cq as SerializedMessage, cr as Session, cs as SessionContext, ct as SessionEntry, cu as SessionHeader, cv as SessionInfo, cw as SessionStorage, cx as SessionTurnLock, cy as SessionTurnLockAcquireOptions, cz as ShutdownRequestPayload, cA as ShutdownRequestedEvent, cB as ShutdownResolvedEvent, cC as ShutdownResponsePayload, cD as SkillConfig, cE as SkillContent, cF as SkillDiscoveryError, cG as SkillDiscoveryResult, cH as SkillMetadata, cI as SkillRegistry, cJ as SkillResource, cK as SkillResourceType, cL as SkillScope, cM as SkillSource, cN as SkillSourceType, cO as StepProcessingOptions, cP as StepProcessingOutput, cQ as StepProcessingResult, cR as StreamChunk, cS as StreamInput, cT as StreamProviderConfig, cU as StreamProviderFactory, cV as StreamProviderInput, cW as StreamProviderResult, cX as SynthesisCompleteEvent, cY as SynthesisResult, cZ as SystemMessage, c_ as TERMINAL_STATUSES, c$ as TaskAbortedEvent, d0 as TaskBoard, d1 as TaskBoardStore, d2 as TaskCompletedEvent, d3 as TaskCompletion, d4 as TaskConflictError, d5 as TaskCreateInput, d6 as TaskCreatedEvent, d7 as TaskDispatchMode, d8 as TaskExecutor, d9 as TaskExecutorInput, da as TaskFailedEvent, db as TaskListFilter, dc as TaskResult, dd as TaskStatus, de as TaskTransition, df as TaskTransitionEvent, dg as TaskTransitionReason, dh as TeamCoordinatorConfig, di as TeamEvent, dj as TeamMember, dk as TeamMessage, dl as TeamNotificationEvent, dm as TeamPlan, dn as TeamSnapshot, dp as TeamStartedEvent, dq as TeamStoppedEvent, dr as TeamTask, ds as TelemetryConfig, dt as TelemetryConfigResult, du as TokenUsage, dv as ToolCallDecision, dw as ToolCallOutput, dx as ToolCapabilities, dy as ToolContext, dz as ToolHostRequirements, dA as ToolMessage, dB as ToolMetadata, dC as ToolReplayMode, dD as ToolReplayPolicy, dE as ToolResult, dF as ToolSideEffectLevel, dG as TracingConfig, a as TurnTrackerContext, dH as UndoResult, dI as UserMessage, dJ as WorkerReportPayload, dK as accumulateUsage, dL as advanceAgentTurnState, dM as approvalMiddleware, dN as buildCoordinatorNotificationEvent, l as calculateDelay, dO as createAgent, dP as createAgentTurnEngine, dQ as createAgentTurnState, dR as createApprovalHandler, dS as createHumanInputController, dT as createPromptBuilder, m as createRetryHandler, n as createRetryState, dU as createSkillRegistry, dV as createTurnTracker, dW as emptySkillRegistry, dX as failAgentTurnState, dY as getRequiredToolHost, dZ as isApprovalMiddleware, d_ as isBlockedModelCall, d$ as isHumanInputController, e0 as requiresToolHost, e1 as resolveAgentDefaults, e2 as resolveCapability, e3 as sandboxDefaultsProvider, s as shouldRetry, w as withRetry } from './instance-DtCDz9SL.js';
|
|
3
3
|
import { LanguageModel, ModelMessage, Tool as Tool$1, TelemetryOptions } from 'ai';
|
|
4
4
|
import { T as ToolHost } from './types-C_LCeYNg.js';
|
|
5
5
|
export { D as DirEntry, E as ExecOptions, a as ExecResult, F as FileStat } from './types-C_LCeYNg.js';
|
|
@@ -14,7 +14,7 @@ export { C as CapabilitySource, D as DEFAULT_RESOLVER_OPTIONS, I as InputModalit
|
|
|
14
14
|
export { H as HttpTransportConfig, M as MCPConfig, a as MCPManager, b as MCPPromptInfo, c as MCPResourceInfo, d as MCPResourceTemplateInfo, e as MCPServerConfig, f as MCPServerStatus, R as RemoteTransportConfig, S as SseTransportConfig, g as StdioTransportConfig } from './types-DMjoFKKv.js';
|
|
15
15
|
export { ClientCredentialsOptions, ClientCredentialsProvider, createMCPManager, httpServer, serviceAccountServer, sseServer, stdioServer } from './mcp/index.js';
|
|
16
16
|
export { AgentTaskChatAdapter, AgentTaskCheckpointReason, AgentTaskCheckpointStrategy, AgentTaskCheckpointStrategyInput, AgentTaskExecutionCheckpoint, AgentTaskExecutionContext, AgentTaskExecutionRun, AgentTaskExecutionSnapshot, AgentTaskObserver, AgentTaskPayload, AgentTaskResult, AgentTaskResumeSnapshot, AgentTaskRunner, AgentTaskRunnerOptions, AgentWorkflowAssistantMessageSnapshot, AgentWorkflowCommitResult, AgentWorkflowInputCommitPlan, AgentWorkflowInterventionSnapshot, AgentWorkflowMessageSnapshot, AgentWorkflowModelStepPlan, AgentWorkflowModelStepResult, AgentWorkflowOperationPlan, AgentWorkflowOutputCommitPlan, AgentWorkflowReplayDecision, AgentWorkflowStepCommitPlan, AgentWorkflowSystemMessageSnapshot, AgentWorkflowToolBatchPlan, AgentWorkflowToolBatchResult, AgentWorkflowToolCallPlan, AgentWorkflowToolCallResult, AgentWorkflowToolCallSnapshot, AgentWorkflowToolMessageSnapshot, AgentWorkflowTurnPhase, AgentWorkflowTurnState, AgentWorkflowUserMessageSnapshot, ContextOverflowError, CreateAgentWorkflowTurnStateOptions, DoomLoopError, applyAgentWorkflowCommitResult, applyAgentWorkflowModelStepResult, applyAgentWorkflowToolBatchResult, applyAgentWorkflowToolCallResult, applyWorkflowInterventions, cloneAgentWorkflowTurnState, commitOutput, commitStep, createAgentTaskRunner, createAgentTurnStepCommitBatch, createAgentWorkflowTurnState, defaultAgentTaskCheckpointStrategy, drainWorkflowInterventions, failAgentWorkflowTurnState, planNextAgentWorkflowOperation, prepareModelStep, processStepStream, queueWorkflowFollowUps, recordAgentWorkflowReplayDecision, restoreAgentWorkflowMessage, restoreAgentWorkflowMessages, runModelStep, runToolBatch, snapshotAgentWorkflowMessage, snapshotAgentWorkflowMessages } from './execution/index.js';
|
|
17
|
-
export { c as convertAgentMessagesToModelMessages } from './model-messages-
|
|
17
|
+
export { c as convertAgentMessagesToModelMessages } from './model-messages-COIqIS5e.js';
|
|
18
18
|
export { CacheTTL, PromptCacheConfig, createTelemetryConfig, otelMiddleware, promptCacheMiddleware } from './middleware/index.js';
|
|
19
19
|
export { DEFAULT_INSTRUCTION_PATTERNS, DEFAULT_MAX_DEPTH, DEFAULT_MAX_FILE_SIZE, PRIORITY_BASE, PRIORITY_CUSTOM, PRIORITY_ENVIRONMENT, PRIORITY_INSTRUCTIONS, PRIORITY_OVERRIDE, PRIORITY_SKILLS, detectModelFamily, discoverInstructions, formatEnvironment, formatInstructions, gatherEnvironment, getAvailableFamilies, getTemplate, loadGlobalInstructions, summarizeEnvironment } from './prompt/index.js';
|
|
20
20
|
export { Profiles, applyProfile, careful, code, createProfile, explore, filterTools, mergeProfiles, plan, quick, review, watch } from './profiles/index.js';
|
package/dist/index.js
CHANGED
|
@@ -200,9 +200,6 @@ import {
|
|
|
200
200
|
toJSONL,
|
|
201
201
|
toJSONLBatch
|
|
202
202
|
} from "./chunk-H3GRHFFG.js";
|
|
203
|
-
import {
|
|
204
|
-
createEventBus
|
|
205
|
-
} from "./chunk-2TTOLHBT.js";
|
|
206
203
|
import {
|
|
207
204
|
AgentTurnEngine,
|
|
208
205
|
ContextManager,
|
|
@@ -310,6 +307,9 @@ import {
|
|
|
310
307
|
supportsReasoning,
|
|
311
308
|
supportsReasoningSync
|
|
312
309
|
} from "./chunk-GJFP5L2V.js";
|
|
310
|
+
import {
|
|
311
|
+
createEventBus
|
|
312
|
+
} from "./chunk-2TTOLHBT.js";
|
|
313
313
|
import "./chunk-SPBFQXOT.js";
|
|
314
314
|
import {
|
|
315
315
|
ClientCredentialsProvider,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ToolSet } from 'ai';
|
|
2
|
-
import { T as Tool, a as TurnTrackerContext, H as HumanInputController, b as MiddlewareRunner, A as AgentEvent, c as ToolExecutionMode, I as InferenceStreamInput, d as ModelCallContext, e as AnyInferenceResult } from '../instance-
|
|
3
|
-
export { D as DEFAULT_MAX_OUTPUT_TOKENS, f as DEFAULT_RETRY_CONFIG, g as InferenceCustomResult, h as InferenceStepInfo, i as InferenceStreamResult, R as RetryConfig, j as RetryHandlerOptions, k as RetryState, l as calculateDelay, m as createRetryHandler, n as createRetryState, s as shouldRetry, o as sleep, w as withRetry } from '../instance-
|
|
2
|
+
import { T as Tool, a as TurnTrackerContext, H as HumanInputController, b as MiddlewareRunner, A as AgentEvent, c as ToolExecutionMode, I as InferenceStreamInput, d as ModelCallContext, e as AnyInferenceResult } from '../instance-DtCDz9SL.js';
|
|
3
|
+
export { D as DEFAULT_MAX_OUTPUT_TOKENS, f as DEFAULT_RETRY_CONFIG, g as InferenceCustomResult, h as InferenceStepInfo, i as InferenceStreamResult, R as RetryConfig, j as RetryHandlerOptions, k as RetryState, l as calculateDelay, m as createRetryHandler, n as createRetryState, s as shouldRetry, o as sleep, w as withRetry } from '../instance-DtCDz9SL.js';
|
|
4
4
|
import { T as ToolHost } from '../types-C_LCeYNg.js';
|
|
5
|
-
export { c as convertAgentMessagesToModelMessages } from '../model-messages-
|
|
5
|
+
export { c as convertAgentMessagesToModelMessages } from '../model-messages-COIqIS5e.js';
|
|
6
6
|
export { E as ErrorCategory, L as LLMError, a as LLMErrorOptions, R as ResponseHeaders } from '../llm-error-D93FNNLY.js';
|
|
7
7
|
export { getErrorCategory, getRetryDelay, isRetryable, isRetryableCategory, parseRetryDelay } from './errors/index.js';
|
|
8
8
|
import '../types-RSCv7nQ4.js';
|
|
@@ -3738,6 +3738,41 @@ interface ToolMetadata {
|
|
|
3738
3738
|
[key: string]: unknown;
|
|
3739
3739
|
}
|
|
3740
3740
|
|
|
3741
|
+
/**
|
|
3742
|
+
* Options accepted by the canonical chat-turn source contract.
|
|
3743
|
+
*
|
|
3744
|
+
* This type is intentionally small and transport-neutral. Additive optional
|
|
3745
|
+
* fields are safe; renaming, removing, or narrowing fields is a breaking
|
|
3746
|
+
* change for every channel adapter and runtime source.
|
|
3747
|
+
*
|
|
3748
|
+
* @public
|
|
3749
|
+
* @stable
|
|
3750
|
+
*/
|
|
3751
|
+
interface AgentTurnSourceChatOptions {
|
|
3752
|
+
/** Aborts the turn when the signal fires. */
|
|
3753
|
+
abort?: AbortSignal;
|
|
3754
|
+
/** Per-turn system prompt override. */
|
|
3755
|
+
system?: string;
|
|
3756
|
+
}
|
|
3757
|
+
/**
|
|
3758
|
+
* Canonical chat-turn source for the @cuylabs agent platform.
|
|
3759
|
+
*
|
|
3760
|
+
* Any object that can run a chat turn and yield `AgentEvent`s satisfies this
|
|
3761
|
+
* shape. It is consumed by `Agent`, `agent-server` adapters, channel adapters
|
|
3762
|
+
* such as M365 and Slack, custom runtimes, and test stubs.
|
|
3763
|
+
*
|
|
3764
|
+
* Breaking changes to this interface require coordinated major releases of
|
|
3765
|
+
* `@cuylabs/agent-core`, `@cuylabs/agent-server`, and every published channel
|
|
3766
|
+
* adapter. Additive optional fields on `AgentTurnSourceChatOptions` are
|
|
3767
|
+
* non-breaking but should be called out in the changeset.
|
|
3768
|
+
*
|
|
3769
|
+
* @public
|
|
3770
|
+
* @stable
|
|
3771
|
+
*/
|
|
3772
|
+
interface AgentTurnSource {
|
|
3773
|
+
chat(sessionId: string, message: string, options?: AgentTurnSourceChatOptions): AsyncGenerator<AgentEvent>;
|
|
3774
|
+
}
|
|
3775
|
+
|
|
3741
3776
|
/**
|
|
3742
3777
|
* Tools whose outputs should never be pruned automatically.
|
|
3743
3778
|
*/
|
|
@@ -5382,7 +5417,7 @@ declare function createAgent(config: AgentConstructionOptions): Agent;
|
|
|
5382
5417
|
* console.log(result.response);
|
|
5383
5418
|
* ```
|
|
5384
5419
|
*/
|
|
5385
|
-
declare class Agent {
|
|
5420
|
+
declare class Agent implements AgentTurnSource {
|
|
5386
5421
|
private config;
|
|
5387
5422
|
private tools;
|
|
5388
5423
|
private sessions;
|
|
@@ -5517,10 +5552,7 @@ declare class Agent {
|
|
|
5517
5552
|
* @param options - Abort signal, system prompt override, and approval handler
|
|
5518
5553
|
* @yields {AgentEvent} Events as they occur during processing
|
|
5519
5554
|
*/
|
|
5520
|
-
chat(sessionId: string, message: string, options?:
|
|
5521
|
-
abort?: AbortSignal;
|
|
5522
|
-
system?: string;
|
|
5523
|
-
}): AsyncGenerator<AgentEvent>;
|
|
5555
|
+
chat(sessionId: string, message: string, options?: AgentTurnSourceChatOptions): AsyncGenerator<AgentEvent>;
|
|
5524
5556
|
/**
|
|
5525
5557
|
* Send a message and wait for the complete response (non-streaming).
|
|
5526
5558
|
*
|
|
@@ -5945,4 +5977,4 @@ declare class Agent {
|
|
|
5945
5977
|
close(): Promise<void>;
|
|
5946
5978
|
}
|
|
5947
5979
|
|
|
5948
|
-
export { type AgentTurnCommitBatch as $, type AgentEvent as A, type TypedHandler as B, Agent as C, DEFAULT_MAX_TOKENS as D, type EffectiveAgentConfig as E, type FileOperationMeta as F, type AgentConfig as G, type HumanInputController as H, type InferenceStreamInput as I, type AgentDefaults as J, type AgentDefaultsContext as K, type AgentDefaultsProvider as L, type Message as M, type AgentMiddleware as N, type AgentModelHooks as O, PromptBuilder as P, type AgentStatus as Q, type RetryConfig as R, SessionManager as S, Tool as T, type Unsubscribe as U, type AgentTurnActiveToolCall as V, type WildcardHandler as W, type AgentTurnBoundaryKind as X, type AgentTurnBoundaryMetadata as Y, type AgentTurnBoundarySnapshot as Z, type AgentTurnCommitApplier as _, type TurnTrackerContext as a, type
|
|
5980
|
+
export { type AgentTurnCommitBatch as $, type AgentEvent as A, type TypedHandler as B, Agent as C, DEFAULT_MAX_TOKENS as D, type EffectiveAgentConfig as E, type FileOperationMeta as F, type AgentConfig as G, type HumanInputController as H, type InferenceStreamInput as I, type AgentDefaults as J, type AgentDefaultsContext as K, type AgentDefaultsProvider as L, type Message as M, type AgentMiddleware as N, type AgentModelHooks as O, PromptBuilder as P, type AgentStatus as Q, type RetryConfig as R, SessionManager as S, Tool as T, type Unsubscribe as U, type AgentTurnActiveToolCall as V, type WildcardHandler as W, type AgentTurnBoundaryKind as X, type AgentTurnBoundaryMetadata as Y, type AgentTurnBoundarySnapshot as Z, type AgentTurnCommitApplier as _, type TurnTrackerContext as a, type DispatchRuntime as a$, type AgentTurnCommitOptions as a0, AgentTurnEngine as a1, type AgentTurnEngineOptions as a2, type AgentTurnPhase as a3, type AgentTurnResolvedToolCall as a4, type AgentTurnSource as a5, type AgentTurnSourceChatOptions as a6, type AgentTurnState as a7, type AgentTurnStateAdvanceOptions as a8, type AgentTurnStepCommitSnapshot as a9, type BranchEntry as aA, type ChatLifecycleContext as aB, type CommitOutputOptions as aC, type CommitStepOptions as aD, type CompactionConfig as aE, type CompactionEntry as aF, type CompatibleSchema as aG, type ConfigChangeEntry as aH, type CoordinatorNotification as aI, type CoordinatorNotificationKind as aJ, type CoordinatorRoundEvent as aK, type CreateAgentTurnStateOptions as aL, type CreateAgentTurnStepCommitBatchOptions as aM, type CreateSessionOptions as aN, DEFAULT_AGENT_NAME as aO, DEFAULT_DISPATCH_TOOL_IDS as aP, DEFAULT_LOCAL_DISPATCH_CONCURRENCY as aQ, DEFAULT_LOCAL_DISPATCH_DEPTH as aR, DEFAULT_LOCAL_DISPATCH_TITLE_PREFIX as aS, DEFAULT_MAX_STEPS as aT, DEFAULT_SYSTEM_PROMPT as aU, DISPATCH_STATES as aV, type DispatchCheckOptions as aW, type DispatchListOptions as aX, type DispatchRecord as aY, type DispatchResult as aZ, type DispatchRole as a_, type AgentTurnStepCommitToolCall as aa, type AgentTurnStepCommitToolResult as ab, type AgentTurnStepRuntimeConfig as ac, type AgentTurnToolContext as ad, type AgentTurnToolProviderResult as ae, type AppliedProfile as af, type ApprovalAction as ag, type ApprovalAgentMiddleware as ah, type ApprovalCascadeMode as ai, type ApprovalCascadePolicy as aj, type ApprovalConfig as ak, type ApprovalCorrection as al, type ApprovalDecision as am, type ApprovalEvaluation as an, type ApprovalEvent as ao, type ApprovalEventContext as ap, type ApprovalHandler as aq, type ApprovalLifecycleEvent as ar, type ApprovalMiddlewareConfig as as, type ApprovalRememberScope as at, type ApprovalRequest as au, type ApprovalResolution as av, type ApprovalRule as aw, type ApprovalRuleContext as ax, type AssistantMessage as ay, type BlockedModelCall as az, MiddlewareRunner as b, PRUNE_PROTECTED_TOOLS as b$, type DispatchStartInput as b0, type DispatchState as b1, type DispatchTarget as b2, type DispatchTargetInspection as b3, type DispatchTargetStartInput as b4, type DispatchTargetStartResult as b5, type DispatchTargetSummary as b6, type DispatchUsage as b7, type DoomLoopAction as b8, type DoomLoopHandler as b9, LocalSessionTurnLock as bA, Mailbox as bB, type MailboxStore as bC, type MailboxSubscriber as bD, type MemberRegisteredEvent as bE, type MemberRuntime as bF, type MemberStats as bG, type MemberStatus as bH, type MemberStatusChangedEvent as bI, type MessageBase as bJ, type MessageEntry as bK, type MessageError as bL, type MessageInput as bM, type MessageKind as bN, type MessageListFilter as bO, type MessagePayload as bP, type MessageRole as bQ, type MessageSentEvent as bR, type MetadataEntry as bS, type ModelCallInput as bT, type ModelCallOutput as bU, type ModelFamily as bV, type NormalizedToolReplayPolicy as bW, type NotificationPriority as bX, type OnFollowUpQueued as bY, type OnInterventionApplied as bZ, type OtelMiddlewareConfig as b_, type DoomLoopRequest as ba, type EnhancedTools as bb, type EntryBase as bc, type EnvironmentInfo as bd, type ExternalTaskControl as be, type FileEntry as bf, type GuidancePayload as bg, type HistoryAccessor as bh, type HumanInputEventContext as bi, type HumanInputOption as bj, type HumanInputRequest as bk, type HumanInputRequestKind as bl, type HumanInputRequestListOptions as bm, type HumanInputRequestRecord as bn, type HumanInputRequestStatus as bo, type HumanInputResponse as bp, HumanInputTimeoutError as bq, type HumanInputToolArgs as br, HumanInputUnavailableError as bs, type IdleNotificationPayload as bt, InMemoryMailboxStore as bu, InMemoryTaskBoardStore as bv, type InferSchemaOutput as bw, type InputCheckResult as bx, type InstructionFile as by, type LocalDispatchRuntimeOptions as bz, type ToolExecutionMode as c, type TaskAbortedEvent as c$, type PendingIntervention as c0, type PermissionForwardedEvent as c1, type PermissionHandler as c2, type PermissionRequestPayload as c3, type PermissionResolvedEvent as c4, type PermissionResponsePayload as c5, type PlanCreatedEvent as c6, type PlannedTask as c7, type PrepareModelStepOptions as c8, type PreparedAgentModelStep as c9, type ShutdownRequestedEvent as cA, type ShutdownResolvedEvent as cB, type ShutdownResponsePayload as cC, type SkillConfig as cD, type SkillContent as cE, type SkillDiscoveryError as cF, type SkillDiscoveryResult as cG, type SkillMetadata as cH, SkillRegistry as cI, type SkillResource as cJ, type SkillResourceType as cK, type SkillScope as cL, type SkillSource as cM, type SkillSourceType as cN, type StepProcessingOptions as cO, type StepProcessingOutput as cP, type StepProcessingResult as cQ, type StreamChunk as cR, type StreamInput as cS, type StreamProviderConfig as cT, type StreamProviderFactory as cU, type StreamProviderInput as cV, type StreamProviderResult as cW, type SynthesisCompleteEvent as cX, type SynthesisResult as cY, type SystemMessage as cZ, TERMINAL_STATUSES as c_, type PreparedExternalTask as ca, type Profile as cb, type PromptBuildContext as cc, type PromptConfig as cd, type PromptSection as ce, type QueueTaskInput as cf, type RecentMessagesOptions$1 as cg, type ReleaseSessionTurnLock as ch, type RemoteSkillEntry as ci, type RemoteSkillIndex as cj, type RiskLevel as ck, type RuleSource as cl, type RunModelStepOptions as cm, type RunToolBatchOptions as cn, type RunToolBatchResult as co, STORAGE_VERSION as cp, type SerializedMessage as cq, type Session as cr, type SessionContext as cs, type SessionEntry as ct, type SessionHeader as cu, type SessionInfo as cv, type SessionStorage as cw, type SessionTurnLock as cx, type SessionTurnLockAcquireOptions as cy, type ShutdownRequestPayload as cz, type ModelCallContext as d, isHumanInputController as d$, TaskBoard as d0, type TaskBoardStore as d1, type TaskCompletedEvent as d2, type TaskCompletion as d3, TaskConflictError as d4, type TaskCreateInput as d5, type TaskCreatedEvent as d6, type TaskDispatchMode as d7, type TaskExecutor as d8, type TaskExecutorInput as d9, type ToolMessage as dA, type ToolMetadata as dB, type ToolReplayMode as dC, type ToolReplayPolicy as dD, type ToolResult as dE, type ToolSideEffectLevel as dF, type TracingConfig as dG, type UndoResult as dH, type UserMessage as dI, type WorkerReportPayload as dJ, accumulateUsage as dK, advanceAgentTurnState as dL, approvalMiddleware as dM, buildCoordinatorNotificationEvent as dN, createAgent as dO, createAgentTurnEngine as dP, createAgentTurnState as dQ, createApprovalHandler as dR, createHumanInputController as dS, createPromptBuilder as dT, createSkillRegistry as dU, createTurnTracker as dV, emptySkillRegistry as dW, failAgentTurnState as dX, getRequiredToolHost as dY, isApprovalMiddleware as dZ, isBlockedModelCall as d_, type TaskFailedEvent as da, type TaskListFilter as db, type TaskResult as dc, type TaskStatus as dd, type TaskTransition as de, type TaskTransitionEvent as df, type TaskTransitionReason as dg, type TeamCoordinatorConfig as dh, type TeamEvent as di, type TeamMember as dj, type TeamMessage as dk, type TeamNotificationEvent as dl, type TeamPlan as dm, type TeamSnapshot as dn, type TeamStartedEvent as dp, type TeamStoppedEvent as dq, type TeamTask as dr, type TelemetryConfig as ds, type TelemetryConfigResult as dt, type TokenUsage as du, type ToolCallDecision as dv, type ToolCallOutput as dw, type ToolCapabilities as dx, type ToolContext as dy, type ToolHostRequirements as dz, type AnyInferenceResult as e, requiresToolHost as e0, resolveAgentDefaults as e1, resolveCapability as e2, sandboxDefaultsProvider as e3, type CoordinatorCtx as e4, DEFAULT_RETRY_CONFIG as f, type InferenceCustomResult as g, type InferenceStepInfo as h, type InferenceStreamResult as i, type RetryHandlerOptions as j, type RetryState as k, calculateDelay as l, createRetryHandler as m, createRetryState as n, sleep as o, type HumanInputConfig as p, TurnChangeTracker as q, InterventionController as r, shouldRetry as s, type AgentTurnToolProvider as t, type StreamProvider as u, type Scope as v, withRetry as w, type ScopeSnapshot as x, type ScopeOptions as y, type AgentSignal as z };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { O as AgentModelHooks,
|
|
1
|
+
import { b_ as OtelMiddlewareConfig, N as AgentMiddleware, ds as TelemetryConfig, dt as TelemetryConfigResult } from '../instance-DtCDz9SL.js';
|
|
2
|
+
export { O as AgentModelHooks, ah as ApprovalAgentMiddleware, as as ApprovalMiddlewareConfig, az as BlockedModelCall, aB as ChatLifecycleContext, bh as HistoryAccessor, b as MiddlewareRunner, d as ModelCallContext, bT as ModelCallInput, bU as ModelCallOutput, dv as ToolCallDecision, dw as ToolCallOutput, dM as approvalMiddleware, dZ as isApprovalMiddleware, d_ as isBlockedModelCall } from '../instance-DtCDz9SL.js';
|
|
3
3
|
import '../types-C_LCeYNg.js';
|
|
4
4
|
import 'ai';
|
|
5
5
|
import '../types-RSCv7nQ4.js';
|
package/dist/plugin/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as Tool, N as AgentMiddleware,
|
|
1
|
+
import { T as Tool, N as AgentMiddleware, ce as PromptSection } from '../instance-DtCDz9SL.js';
|
|
2
2
|
import { ZodType } from 'zod';
|
|
3
3
|
import { Jiti } from 'jiti';
|
|
4
4
|
import '../types-C_LCeYNg.js';
|
package/dist/profiles/index.d.ts
CHANGED
package/dist/prompt/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { bV as ModelFamily, bd as EnvironmentInfo, by as InstructionFile } from '../instance-DtCDz9SL.js';
|
|
2
|
+
export { cc as PromptBuildContext, P as PromptBuilder, cd as PromptConfig, ce as PromptSection, cD as SkillConfig, dT as createPromptBuilder } from '../instance-DtCDz9SL.js';
|
|
3
3
|
import { LanguageModel } from 'ai';
|
|
4
4
|
import '../types-C_LCeYNg.js';
|
|
5
5
|
import '../types-RSCv7nQ4.js';
|
package/dist/safety/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { ck as RiskLevel, aw as ApprovalRule, au as ApprovalRequest, ax as ApprovalRuleContext, cl as RuleSource, aj as ApprovalCascadePolicy, at as ApprovalRememberScope, am as ApprovalDecision, ak as ApprovalConfig } from '../instance-DtCDz9SL.js';
|
|
2
|
+
export { ag as ApprovalAction, ai as ApprovalCascadeMode, al as ApprovalCorrection, an as ApprovalEvaluation, ap as ApprovalEventContext, aq as ApprovalHandler, ar as ApprovalLifecycleEvent, av as ApprovalResolution, dR as createApprovalHandler } from '../instance-DtCDz9SL.js';
|
|
3
3
|
import '../types-C_LCeYNg.js';
|
|
4
4
|
import 'ai';
|
|
5
5
|
import '../types-RSCv7nQ4.js';
|
package/dist/skill/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { cL as SkillScope, cM as SkillSource, cH as SkillMetadata, cK as SkillResourceType, cJ as SkillResource, cE as SkillContent, cD as SkillConfig, cG as SkillDiscoveryResult, cI as SkillRegistry, T as Tool } from '../instance-DtCDz9SL.js';
|
|
2
|
+
export { ci as RemoteSkillEntry, cj as RemoteSkillIndex, cF as SkillDiscoveryError, cN as SkillSourceType, dU as createSkillRegistry, dW as emptySkillRegistry } from '../instance-DtCDz9SL.js';
|
|
3
3
|
import '../types-C_LCeYNg.js';
|
|
4
4
|
import 'ai';
|
|
5
5
|
import '../types-RSCv7nQ4.js';
|
package/dist/storage/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { bQ as MessageRole, bf as FileEntry, ct as SessionEntry, M as Message, bK as MessageEntry, bS as MetadataEntry, cq as SerializedMessage, cv as SessionInfo, cw as SessionStorage, cu as SessionHeader, S as SessionManager } from '../instance-DtCDz9SL.js';
|
|
2
|
+
export { aA as BranchEntry, aF as CompactionEntry, aH as ConfigChangeEntry, aN as CreateSessionOptions, bc as EntryBase, bA as LocalSessionTurnLock, cg as RecentMessagesOptions, ch as ReleaseSessionTurnLock, cp as STORAGE_VERSION, cs as SessionContext, cx as SessionTurnLock, cy as SessionTurnLockAcquireOptions } from '../instance-DtCDz9SL.js';
|
|
3
3
|
import { L as Logger } from '../types-RSCv7nQ4.js';
|
|
4
4
|
import '../types-C_LCeYNg.js';
|
|
5
5
|
import 'ai';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a_ as DispatchRole, aZ as DispatchResult, bz as LocalDispatchRuntimeOptions, C as Agent, T as Tool, a$ as DispatchRuntime, cb as Profile } from '../instance-DtCDz9SL.js';
|
|
2
2
|
import '../types-C_LCeYNg.js';
|
|
3
3
|
import 'ai';
|
|
4
4
|
import '../types-RSCv7nQ4.js';
|
package/dist/team/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { aI as CoordinatorNotification, d3 as TaskCompletion, du as TokenUsage, A as AgentEvent, e4 as CoordinatorCtx, C as Agent, bF as MemberRuntime, d0 as TaskBoard, bB as Mailbox, d7 as TaskDispatchMode, c2 as PermissionHandler, dh as TeamCoordinatorConfig, d8 as TaskExecutor, di as TeamEvent, dj as TeamMember, cf as QueueTaskInput, dr as TeamTask, dk as TeamMessage, dm as TeamPlan, cY as SynthesisResult, dn as TeamSnapshot, db as TaskListFilter, bO as MessageListFilter, ca as PreparedExternalTask, dc as TaskResult, de as TaskTransition, bG as MemberStats, bH as MemberStatus, N as AgentMiddleware, dv as ToolCallDecision } from '../instance-DtCDz9SL.js';
|
|
2
|
+
export { aJ as CoordinatorNotificationKind, aK as CoordinatorRoundEvent, be as ExternalTaskControl, bg as GuidancePayload, bt as IdleNotificationPayload, bu as InMemoryMailboxStore, bv as InMemoryTaskBoardStore, bC as MailboxStore, bD as MailboxSubscriber, bE as MemberRegisteredEvent, bI as MemberStatusChangedEvent, bM as MessageInput, bN as MessageKind, bP as MessagePayload, bR as MessageSentEvent, bX as NotificationPriority, c1 as PermissionForwardedEvent, c3 as PermissionRequestPayload, c4 as PermissionResolvedEvent, c5 as PermissionResponsePayload, c6 as PlanCreatedEvent, c7 as PlannedTask, cz as ShutdownRequestPayload, cA as ShutdownRequestedEvent, cB as ShutdownResolvedEvent, cC as ShutdownResponsePayload, cX as SynthesisCompleteEvent, c_ as TERMINAL_STATUSES, c$ as TaskAbortedEvent, d1 as TaskBoardStore, d2 as TaskCompletedEvent, d4 as TaskConflictError, d5 as TaskCreateInput, d6 as TaskCreatedEvent, d9 as TaskExecutorInput, da as TaskFailedEvent, dd as TaskStatus, df as TaskTransitionEvent, dg as TaskTransitionReason, dl as TeamNotificationEvent, dp as TeamStartedEvent, dq as TeamStoppedEvent, dJ as WorkerReportPayload, dN as buildCoordinatorNotificationEvent } from '../instance-DtCDz9SL.js';
|
|
3
3
|
import { R as ReasoningLevel } from '../types-CQaXbRsS.js';
|
|
4
4
|
import '../types-C_LCeYNg.js';
|
|
5
5
|
import 'ai';
|
package/dist/tool/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { dD as ToolReplayPolicy, F as FileOperationMeta, bW as NormalizedToolReplayPolicy, T as Tool, H as HumanInputController, a as TurnTrackerContext, b as MiddlewareRunner, A as AgentEvent, dB as ToolMetadata, dx as ToolCapabilities } from '../instance-DtCDz9SL.js';
|
|
2
|
+
export { aG as CompatibleSchema, bw as InferSchemaOutput, bx as InputCheckResult, dY as getRequiredToolHost, e2 as resolveCapability } from '../instance-DtCDz9SL.js';
|
|
3
3
|
import { T as ToolHost } from '../types-C_LCeYNg.js';
|
|
4
4
|
export { D as DirEntry, E as ExecOptions, a as ExecResult, F as FileStat } from '../types-C_LCeYNg.js';
|
|
5
5
|
export { ToolHostProvider, ToolHostProviderSummary, ToolHostRegistry, defaultToolHostRegistry, localHost } from './host/index.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'ai';
|
|
2
|
-
export {
|
|
2
|
+
export { ad as AgentTurnToolContext, t as AgentTurnToolProvider, ae as AgentTurnToolProviderResult } from '../instance-DtCDz9SL.js';
|
|
3
3
|
import '../types-C_LCeYNg.js';
|
|
4
4
|
import '../types-RSCv7nQ4.js';
|
|
5
5
|
import 'zod';
|