@theokit/agents 0.47.0 → 1.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/{bridge-entry-BQ6UUSLZ.d.ts → bridge-entry-F9kHGaIn.d.ts} +378 -106
- package/dist/bridge.d.ts +1 -2
- package/dist/bridge.js +3 -12
- package/dist/{chunk-FEH7JFH7.js → chunk-7KRJJX7W.js} +139 -358
- package/dist/chunk-7KRJJX7W.js.map +1 -0
- package/dist/index.d.ts +173 -15
- package/dist/index.js +225 -15
- package/dist/index.js.map +1 -1
- package/package.json +3 -5
- package/dist/chunk-FEH7JFH7.js.map +0 -1
- package/dist/chunk-NERDIS45.js +0 -329
- package/dist/chunk-NERDIS45.js.map +0 -1
- package/dist/decorators.d.ts +0 -176
- package/dist/decorators.js +0 -308
- package/dist/decorators.js.map +0 -1
- package/dist/types-DVA4LQsA.d.ts +0 -313
package/dist/bridge.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { j as AGENT_BRAND, k as AfterToolCallContext, l as AgentBuilder, m as AgentDefinition, n as AgentDefinitionError, o as AgentExecutionContext, p as AgentManifest, i as AgentManifestEntry, q as AgentManifestSource, r as AgentManifestTool, t as AgentRoute, u as AgentRouteContext, v as AgentRunInfo, w as AgentStreamEvent, x as AgentTurnMetadata, y as AgentsPluginOptions, z as ApiErrorContext, B as ApiErrorDecision, E as ApiErrorPolicy, F as ApprovalRequiredEvent, I as ArtifactChunkEvent, J as ArtifactStartEvent, K as BackgroundDelegation, N as BeforeToolCallContext, O as BudgetExceededError, U as CheckpointSavedEvent, C as CompiledAgentOptions, V as CompiledContextWindow, a as CompiledTool, W as ContextualTool, Z as DefineAgentConfig, _ as DelegateFn, $ as DelegateOptions, a0 as DelegationError, D as DelegationResult, a1 as DoneEvent, a2 as ErrorEvent, a3 as FileEditEvent, a9 as InferAgentInput, aa as InferAgentToolNames, ab as IterationEvent, ac as LLMCallContext, ah as McpApprovalSpec, ai as McpRegistryConfig, aj as McpRequestContext, ak as McpSelection, al as PartialToolCallEvent, an as ProcessInputContext, ar as RunStartedEvent, as as ScoreVerdict, at as ScoredDelegation, au as Scorer, av as SdkAgentHandle, aw as SdkMessage, ax as Segment, az as StateUpdateEvent, S as StreamEvent, aA as TextDeltaEvent, aB as ThinkingEvent, aD as ToolCallEvent, aE as ToolCallVeto, aF as ToolHooks, aG as ToolHooksPlugin, aH as ToolResultEvent, aI as ToolWalkResult, aK as ToolboxWalkResult, aL as agent, aM as agentsPlugin, aN as buildModelSelection, aO as compileAgentDefinition, aP as compileAgentModule, aQ as compileContextWindow, aR as compileProjectContext, aS as compileSkills, aT as compileTools, aU as contextualTool, aV as createAgentExecutionContext, aW as createApiErrorHandler, aX as createSdkAgentStream, aY as createThinkTagExtractor, aZ as createToolHooksPlugin, a_ as delegate, a$ as delegateBackground, b0 as delegateWithScoring, b1 as extractThinkTagStream, b2 as generateAgentManifest, b3 as generateAgentRoutes, b4 as isAgentContext, b5 as isAgentDefinition, b6 as isApprovalRequired, b7 as isDone, b8 as isError, b9 as isPartialToolCall, ba as isTextDelta, bb as isToolCall, bc as isToolResult, bf as mcpRegistry, bg as mcpToolApprovals, bi as presentUIMessageStream, bj as projectContextMetadataOnlyKnobs, bn as resolveMcpServers, bo as runWithApiErrorHandling, bp as streamAgentResponse, bq as streamAgentUIMessages, br as toAgentFactory, bs as translateSdkEvent } from './bridge-entry-F9kHGaIn.js';
|
|
2
2
|
import '@theokit/http';
|
|
3
|
-
import './types-DVA4LQsA.js';
|
|
4
3
|
import '@theokit/sdk';
|
|
5
4
|
import 'zod';
|
|
6
5
|
import 'ai';
|
package/dist/bridge.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AGENT_BRAND,
|
|
3
3
|
AgentDefinitionError,
|
|
4
|
-
AgentWarningCode,
|
|
5
4
|
BudgetExceededError,
|
|
6
5
|
DelegationError,
|
|
7
6
|
agent,
|
|
8
7
|
agentsPlugin,
|
|
9
8
|
buildModelSelection,
|
|
10
|
-
compileAgent,
|
|
11
9
|
compileAgentDefinition,
|
|
12
10
|
compileAgentModule,
|
|
13
11
|
compileContextWindow,
|
|
@@ -44,22 +42,17 @@ import {
|
|
|
44
42
|
streamAgentResponse,
|
|
45
43
|
streamAgentUIMessages,
|
|
46
44
|
toAgentFactory,
|
|
47
|
-
translateSdkEvent
|
|
48
|
-
|
|
49
|
-
walkAgentMetadata
|
|
50
|
-
} from "./chunk-FEH7JFH7.js";
|
|
51
|
-
import "./chunk-NERDIS45.js";
|
|
45
|
+
translateSdkEvent
|
|
46
|
+
} from "./chunk-7KRJJX7W.js";
|
|
52
47
|
import "./chunk-7QVYU63E.js";
|
|
53
48
|
export {
|
|
54
49
|
AGENT_BRAND,
|
|
55
50
|
AgentDefinitionError,
|
|
56
|
-
AgentWarningCode,
|
|
57
51
|
BudgetExceededError,
|
|
58
52
|
DelegationError,
|
|
59
53
|
agent,
|
|
60
54
|
agentsPlugin,
|
|
61
55
|
buildModelSelection,
|
|
62
|
-
compileAgent,
|
|
63
56
|
compileAgentDefinition,
|
|
64
57
|
compileAgentModule,
|
|
65
58
|
compileContextWindow,
|
|
@@ -96,8 +89,6 @@ export {
|
|
|
96
89
|
streamAgentResponse,
|
|
97
90
|
streamAgentUIMessages,
|
|
98
91
|
toAgentFactory,
|
|
99
|
-
translateSdkEvent
|
|
100
|
-
validateUniqueRoutes,
|
|
101
|
-
walkAgentMetadata
|
|
92
|
+
translateSdkEvent
|
|
102
93
|
};
|
|
103
94
|
//# sourceMappingURL=bridge.js.map
|