@linnlabs/linnkit 0.8.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/CHANGELOG.md +84 -0
- package/LICENSE +21 -0
- package/README.md +178 -0
- package/README.zh-CN.md +182 -0
- package/dist/agent-invocation-BHcNfrBV.d.cts +30 -0
- package/dist/agent-invocation-BznDaXDs.d.ts +30 -0
- package/dist/agentEvents-DEB7Fy_J.d.cts +81 -0
- package/dist/agentEvents-DEB7Fy_J.d.ts +81 -0
- package/dist/agentSpec-EkmviZjy.d.cts +2621 -0
- package/dist/agentSpec-EkmviZjy.d.ts +2621 -0
- package/dist/ai-engine.types-BpeU_XQG.d.cts +158 -0
- package/dist/ai-engine.types-vZRnQcJa.d.ts +158 -0
- package/dist/audit-BaRUGaqv.d.cts +307 -0
- package/dist/audit-BaRUGaqv.d.ts +307 -0
- package/dist/audit-CtcfART1.d.ts +33 -0
- package/dist/audit-LeOrm2hX.d.cts +33 -0
- package/dist/checkpointMarker-DAI3wUQu.d.cts +8 -0
- package/dist/checkpointMarker-DAI3wUQu.d.ts +8 -0
- package/dist/cli.cjs +8028 -0
- package/dist/cli.cjs.map +1 -0
- package/dist/cli.d.cts +4 -0
- package/dist/cli.d.ts +4 -0
- package/dist/cli.js +8025 -0
- package/dist/cli.js.map +1 -0
- package/dist/context-manager.cjs +8704 -0
- package/dist/context-manager.cjs.map +1 -0
- package/dist/context-manager.d.cts +2190 -0
- package/dist/context-manager.d.ts +2190 -0
- package/dist/context-manager.js +8650 -0
- package/dist/context-manager.js.map +1 -0
- package/dist/context-trace-DRi5M4lX.d.ts +239 -0
- package/dist/context-trace-HE2qY5Q-.d.cts +239 -0
- package/dist/contracts.cjs +1333 -0
- package/dist/contracts.cjs.map +1 -0
- package/dist/contracts.d.cts +8 -0
- package/dist/contracts.d.ts +8 -0
- package/dist/contracts.js +1214 -0
- package/dist/contracts.js.map +1 -0
- package/dist/defaultGraphExecutor-BBswR8wn.d.ts +624 -0
- package/dist/defaultGraphExecutor-BIjJj7WF.d.cts +624 -0
- package/dist/execution-CAIypb41.d.cts +129 -0
- package/dist/execution-CAIypb41.d.ts +129 -0
- package/dist/index-CHqwkvGp.d.ts +149 -0
- package/dist/index-CJeWHopy.d.ts +584 -0
- package/dist/index-Cm-JbzTH.d.cts +1450 -0
- package/dist/index-Cvr23YCl.d.cts +23 -0
- package/dist/index-DDzuSb0n.d.ts +23 -0
- package/dist/index-DO4dQgf2.d.cts +584 -0
- package/dist/index-DRBWi1fy.d.ts +1450 -0
- package/dist/index-Dl5PLgAv.d.cts +149 -0
- package/dist/index.cjs +9577 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +89 -0
- package/dist/index.d.ts +89 -0
- package/dist/index.js +9563 -0
- package/dist/index.js.map +1 -0
- package/dist/messages-XthmnHZ3.d.cts +8007 -0
- package/dist/messages-XthmnHZ3.d.ts +8007 -0
- package/dist/ports-DaatKJXp.d.cts +90 -0
- package/dist/ports-DnLuKfpE.d.ts +90 -0
- package/dist/ports.cjs +4 -0
- package/dist/ports.cjs.map +1 -0
- package/dist/ports.d.cts +7 -0
- package/dist/ports.d.ts +7 -0
- package/dist/ports.js +3 -0
- package/dist/ports.js.map +1 -0
- package/dist/quickstart.cjs +7697 -0
- package/dist/quickstart.cjs.map +1 -0
- package/dist/quickstart.d.cts +24 -0
- package/dist/quickstart.d.ts +24 -0
- package/dist/quickstart.js +7691 -0
- package/dist/quickstart.js.map +1 -0
- package/dist/runAgent-CPj_9e58.d.ts +88 -0
- package/dist/runAgent-HYKlXbVr.d.cts +88 -0
- package/dist/runHandle-CyXvzgzk.d.ts +239 -0
- package/dist/runHandle-D3gPsD7B.d.cts +239 -0
- package/dist/runtime-kernel/events.cjs +1485 -0
- package/dist/runtime-kernel/events.cjs.map +1 -0
- package/dist/runtime-kernel/events.d.cts +8 -0
- package/dist/runtime-kernel/events.d.ts +8 -0
- package/dist/runtime-kernel/events.js +1475 -0
- package/dist/runtime-kernel/events.js.map +1 -0
- package/dist/runtime-kernel.cjs +8656 -0
- package/dist/runtime-kernel.cjs.map +1 -0
- package/dist/runtime-kernel.d.cts +19 -0
- package/dist/runtime-kernel.d.ts +19 -0
- package/dist/runtime-kernel.js +8568 -0
- package/dist/runtime-kernel.js.map +1 -0
- package/dist/sse-vPyrOPa0.d.cts +1687 -0
- package/dist/sse-vPyrOPa0.d.ts +1687 -0
- package/dist/testkit.cjs +10613 -0
- package/dist/testkit.cjs.map +1 -0
- package/dist/testkit.d.cts +284 -0
- package/dist/testkit.d.ts +284 -0
- package/dist/testkit.js +10593 -0
- package/dist/testkit.js.map +1 -0
- package/dist/todo-B1PmDlp3.d.cts +2253 -0
- package/dist/todo-B1PmDlp3.d.ts +2253 -0
- package/dist/tokenizer-DFL4I7-I.d.ts +28 -0
- package/dist/tokenizer-DH_JXv-H.d.cts +28 -0
- package/dist/toolContracts-Blll0241.d.ts +463 -0
- package/dist/toolContracts-CLkQmhTG.d.cts +463 -0
- package/docs/README.md +76 -0
- package/docs/integration/01-installation.md +94 -0
- package/docs/integration/02-quickstart.md +104 -0
- package/docs/integration/README.md +223 -0
- package/docs/integration/agent-registration-guide.md +330 -0
- package/docs/integration/audit.md +64 -0
- package/docs/integration/child-runs.md +87 -0
- package/docs/integration/constraints-and-pitfalls.md +87 -0
- package/docs/integration/context-engineering.md +650 -0
- package/docs/integration/context-fences.md +289 -0
- package/docs/integration/glossary.md +69 -0
- package/docs/integration/llm-provider.md +76 -0
- package/docs/integration/persistence.md +44 -0
- package/docs/integration/realtime.md +76 -0
- package/docs/integration/run-supervisor.md +69 -0
- package/docs/integration/telemetry.md +48 -0
- package/docs/integration/testing.md +95 -0
- package/docs/integration/tool-development-guide.md +362 -0
- package/docs/integration/tool-history.md +202 -0
- package/docs/integration/tools.md +188 -0
- package/package.json +115 -0
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import { A as AiMessage, a as AssistantMessage, H as HistorySummaryMeta, I as ImageInfoMeta, P as PersistentMetadata, b as ProviderReasoningDetails, S as SystemMessage, T as TaskTrackingMeta, c as ToolCallExtraContent, d as ToolCallWire, e as ToolCallsMeta, f as ToolMessage, g as ToolOutputMeta, U as UserMessage, h as createAssistantMessage, i as createHistorySummaryMessage, j as createSystemMessage, k as createToolMessage, l as createUserMessage, m as hasToolCalls, n as isAssistantMessage, o as isHistorySummaryMessage, p as isSystemMessage, q as isToolMessage, r as isUserMessage, v as validateAiMessage, s as validateHistorySummaryMeta } from './messages-XthmnHZ3.cjs';
|
|
2
|
+
import { A as AgentCapability, a as AgentSpec, b as AgentSpecAuditConfig, c as AgentSpecBudgetPolicy, d as AgentSpecCheckpointPolicy, e as AgentSpecContextPolicy, f as AgentSpecContextPolicyInput, g as AgentSpecContextTracePolicy, h as AgentSpecMessageType, i as AgentSpecModelHints, j as AgentSpecMustKeepPolicy, k as AgentSpecMustKeepTruncationRule, l as AgentSpecProviderReplayPolicy, m as AgentSpecReasoningRetentionPolicy, n as AgentSpecSummarizationPolicy, o as AgentSpecSystemReminderExtraRule, p as AgentSpecSystemReminderPolicy, q as AgentSpecSystemReminderTrigger, r as AgentSpecTokenEstimationPolicy, s as AgentSpecToolHistoryPolicy, t as AgentSpecToolObservationGovernancePolicy, u as AgentSpecToolOutputPolicy, v as AgentSpecWorkingMemoryPolicy, S as SYSTEM_REMINDER_BUILTIN_TRIGGER_KINDS, T as ToolBindingSpec, w as defineContextPolicy } from './agentSpec-EkmviZjy.cjs';
|
|
3
|
+
import { A as AUDIT_ACTIONS, a as AUDIT_DECISION_OUTCOMES, b as AuditActor, c as AuditCostDelta, d as AuditDecision, e as AuditEnvelope, f as AuditEvidence, g as AuditScope } from './audit-BaRUGaqv.cjs';
|
|
4
|
+
import { A as AgentTodoItem, a as AgentTodoSnapshot, b as AgentTodoStatus, c as AuditEnvelopeEvent, B as BaseEvent, C as ControlEvent, E as ErrorEvent, F as FinalAnswerChunkEvent, d as FinalAnswerEvent, H as HistorySummaryEvent, P as ProviderReasoningDetailsPayload, R as RequiresUserInteractionEvent, e as RuntimeEvent, S as Status, f as StreamEndEvent, g as SubRunTraceEvent, T as ThoughtEvent, h as TodoUpdatedEvent, i as ToolCallDecisionEvent, j as ToolCallDecisionPayload, k as ToolCallPhase, l as ToolOutputEvent, m as ToolProcessEvent, U as UserInputEvent, n as createAuditEnvelopeEvent, o as createErrorEvent, p as createFinalAnswerChunkEvent, q as createFinalAnswerEvent, r as createHistorySummaryEvent, s as createStreamEndEvent, t as createSubRunTraceEvent, u as createThoughtEvent, v as createTodoUpdatedEvent, w as createToolCallDecisionEvent, x as createToolOutputEvent, y as createToolProcessEvent, z as createUserInputEvent, D as validateRuntimeEvent, G as validateRuntimeEvents } from './todo-B1PmDlp3.cjs';
|
|
5
|
+
import { E as EventEnvelope, a as ExecutionTraceContext } from './execution-CAIypb41.cjs';
|
|
6
|
+
import { B as BaseSSEEvent, S as SSEErrorEvent, a as SSEEvent, b as SSEFinalAnswerChunkEvent, c as SSEFinalAnswerEvent, d as SSEHistorySummaryEvent, e as SSEMarkdownChunkEvent, f as SSERequiresUserInteractionEvent, g as SSEStreamEndEvent, h as SSESubRunTraceEvent, i as SSESummarizationEndEvent, j as SSESummarizationErrorEvent, k as SSESummarizationStartEvent, l as SSEThoughtEvent, m as SSETodoUpdatedEvent, n as SSEToolCallDecisionEvent, o as SSEToolOutputEvent, p as SSEToolProcessEvent, q as createSSEErrorEvent, r as createSSEFinalAnswerChunkEvent, s as createSSEFinalAnswerEvent, t as createSSEHistorySummaryEvent, u as createSSEMarkdownChunkEvent, v as createSSERequiresUserInteractionEvent, w as createSSEStreamEndEvent, x as createSSESubRunTraceEvent, y as createSSEThoughtEvent, z as createSSETodoUpdatedEvent, A as createSSEToolCallDecisionEvent, C as createSSEToolOutputEvent, D as createSSEToolProcessEvent, E as validateSSEEvent } from './sse-vPyrOPa0.cjs';
|
|
7
|
+
|
|
8
|
+
declare const DEFAULT_MAX_STEPS = 80;
|
|
9
|
+
|
|
10
|
+
declare const index_AUDIT_ACTIONS: typeof AUDIT_ACTIONS;
|
|
11
|
+
declare const index_AUDIT_DECISION_OUTCOMES: typeof AUDIT_DECISION_OUTCOMES;
|
|
12
|
+
declare const index_AgentCapability: typeof AgentCapability;
|
|
13
|
+
declare const index_AgentSpec: typeof AgentSpec;
|
|
14
|
+
declare const index_AgentSpecAuditConfig: typeof AgentSpecAuditConfig;
|
|
15
|
+
declare const index_AgentSpecBudgetPolicy: typeof AgentSpecBudgetPolicy;
|
|
16
|
+
declare const index_AgentSpecCheckpointPolicy: typeof AgentSpecCheckpointPolicy;
|
|
17
|
+
declare const index_AgentSpecContextPolicy: typeof AgentSpecContextPolicy;
|
|
18
|
+
declare const index_AgentSpecContextPolicyInput: typeof AgentSpecContextPolicyInput;
|
|
19
|
+
declare const index_AgentSpecContextTracePolicy: typeof AgentSpecContextTracePolicy;
|
|
20
|
+
declare const index_AgentSpecMessageType: typeof AgentSpecMessageType;
|
|
21
|
+
declare const index_AgentSpecModelHints: typeof AgentSpecModelHints;
|
|
22
|
+
declare const index_AgentSpecMustKeepPolicy: typeof AgentSpecMustKeepPolicy;
|
|
23
|
+
declare const index_AgentSpecMustKeepTruncationRule: typeof AgentSpecMustKeepTruncationRule;
|
|
24
|
+
declare const index_AgentSpecProviderReplayPolicy: typeof AgentSpecProviderReplayPolicy;
|
|
25
|
+
declare const index_AgentSpecReasoningRetentionPolicy: typeof AgentSpecReasoningRetentionPolicy;
|
|
26
|
+
declare const index_AgentSpecSummarizationPolicy: typeof AgentSpecSummarizationPolicy;
|
|
27
|
+
declare const index_AgentSpecSystemReminderExtraRule: typeof AgentSpecSystemReminderExtraRule;
|
|
28
|
+
declare const index_AgentSpecSystemReminderPolicy: typeof AgentSpecSystemReminderPolicy;
|
|
29
|
+
declare const index_AgentSpecSystemReminderTrigger: typeof AgentSpecSystemReminderTrigger;
|
|
30
|
+
declare const index_AgentSpecTokenEstimationPolicy: typeof AgentSpecTokenEstimationPolicy;
|
|
31
|
+
declare const index_AgentSpecToolHistoryPolicy: typeof AgentSpecToolHistoryPolicy;
|
|
32
|
+
declare const index_AgentSpecToolObservationGovernancePolicy: typeof AgentSpecToolObservationGovernancePolicy;
|
|
33
|
+
declare const index_AgentSpecToolOutputPolicy: typeof AgentSpecToolOutputPolicy;
|
|
34
|
+
declare const index_AgentSpecWorkingMemoryPolicy: typeof AgentSpecWorkingMemoryPolicy;
|
|
35
|
+
declare const index_AgentTodoItem: typeof AgentTodoItem;
|
|
36
|
+
declare const index_AgentTodoSnapshot: typeof AgentTodoSnapshot;
|
|
37
|
+
declare const index_AgentTodoStatus: typeof AgentTodoStatus;
|
|
38
|
+
declare const index_AiMessage: typeof AiMessage;
|
|
39
|
+
declare const index_AssistantMessage: typeof AssistantMessage;
|
|
40
|
+
declare const index_AuditActor: typeof AuditActor;
|
|
41
|
+
declare const index_AuditCostDelta: typeof AuditCostDelta;
|
|
42
|
+
declare const index_AuditDecision: typeof AuditDecision;
|
|
43
|
+
declare const index_AuditEnvelope: typeof AuditEnvelope;
|
|
44
|
+
declare const index_AuditEnvelopeEvent: typeof AuditEnvelopeEvent;
|
|
45
|
+
declare const index_AuditEvidence: typeof AuditEvidence;
|
|
46
|
+
declare const index_AuditScope: typeof AuditScope;
|
|
47
|
+
declare const index_BaseEvent: typeof BaseEvent;
|
|
48
|
+
declare const index_BaseSSEEvent: typeof BaseSSEEvent;
|
|
49
|
+
declare const index_ControlEvent: typeof ControlEvent;
|
|
50
|
+
declare const index_DEFAULT_MAX_STEPS: typeof DEFAULT_MAX_STEPS;
|
|
51
|
+
declare const index_ErrorEvent: typeof ErrorEvent;
|
|
52
|
+
declare const index_EventEnvelope: typeof EventEnvelope;
|
|
53
|
+
declare const index_ExecutionTraceContext: typeof ExecutionTraceContext;
|
|
54
|
+
declare const index_FinalAnswerChunkEvent: typeof FinalAnswerChunkEvent;
|
|
55
|
+
declare const index_FinalAnswerEvent: typeof FinalAnswerEvent;
|
|
56
|
+
declare const index_HistorySummaryEvent: typeof HistorySummaryEvent;
|
|
57
|
+
declare const index_HistorySummaryMeta: typeof HistorySummaryMeta;
|
|
58
|
+
declare const index_ImageInfoMeta: typeof ImageInfoMeta;
|
|
59
|
+
declare const index_PersistentMetadata: typeof PersistentMetadata;
|
|
60
|
+
declare const index_ProviderReasoningDetails: typeof ProviderReasoningDetails;
|
|
61
|
+
declare const index_ProviderReasoningDetailsPayload: typeof ProviderReasoningDetailsPayload;
|
|
62
|
+
declare const index_RequiresUserInteractionEvent: typeof RequiresUserInteractionEvent;
|
|
63
|
+
declare const index_RuntimeEvent: typeof RuntimeEvent;
|
|
64
|
+
declare const index_SSEErrorEvent: typeof SSEErrorEvent;
|
|
65
|
+
declare const index_SSEEvent: typeof SSEEvent;
|
|
66
|
+
declare const index_SSEFinalAnswerChunkEvent: typeof SSEFinalAnswerChunkEvent;
|
|
67
|
+
declare const index_SSEFinalAnswerEvent: typeof SSEFinalAnswerEvent;
|
|
68
|
+
declare const index_SSEHistorySummaryEvent: typeof SSEHistorySummaryEvent;
|
|
69
|
+
declare const index_SSEMarkdownChunkEvent: typeof SSEMarkdownChunkEvent;
|
|
70
|
+
declare const index_SSERequiresUserInteractionEvent: typeof SSERequiresUserInteractionEvent;
|
|
71
|
+
declare const index_SSEStreamEndEvent: typeof SSEStreamEndEvent;
|
|
72
|
+
declare const index_SSESubRunTraceEvent: typeof SSESubRunTraceEvent;
|
|
73
|
+
declare const index_SSESummarizationEndEvent: typeof SSESummarizationEndEvent;
|
|
74
|
+
declare const index_SSESummarizationErrorEvent: typeof SSESummarizationErrorEvent;
|
|
75
|
+
declare const index_SSESummarizationStartEvent: typeof SSESummarizationStartEvent;
|
|
76
|
+
declare const index_SSEThoughtEvent: typeof SSEThoughtEvent;
|
|
77
|
+
declare const index_SSETodoUpdatedEvent: typeof SSETodoUpdatedEvent;
|
|
78
|
+
declare const index_SSEToolCallDecisionEvent: typeof SSEToolCallDecisionEvent;
|
|
79
|
+
declare const index_SSEToolOutputEvent: typeof SSEToolOutputEvent;
|
|
80
|
+
declare const index_SSEToolProcessEvent: typeof SSEToolProcessEvent;
|
|
81
|
+
declare const index_SYSTEM_REMINDER_BUILTIN_TRIGGER_KINDS: typeof SYSTEM_REMINDER_BUILTIN_TRIGGER_KINDS;
|
|
82
|
+
declare const index_Status: typeof Status;
|
|
83
|
+
declare const index_StreamEndEvent: typeof StreamEndEvent;
|
|
84
|
+
declare const index_SubRunTraceEvent: typeof SubRunTraceEvent;
|
|
85
|
+
declare const index_SystemMessage: typeof SystemMessage;
|
|
86
|
+
declare const index_TaskTrackingMeta: typeof TaskTrackingMeta;
|
|
87
|
+
declare const index_ThoughtEvent: typeof ThoughtEvent;
|
|
88
|
+
declare const index_TodoUpdatedEvent: typeof TodoUpdatedEvent;
|
|
89
|
+
declare const index_ToolBindingSpec: typeof ToolBindingSpec;
|
|
90
|
+
declare const index_ToolCallDecisionEvent: typeof ToolCallDecisionEvent;
|
|
91
|
+
declare const index_ToolCallDecisionPayload: typeof ToolCallDecisionPayload;
|
|
92
|
+
declare const index_ToolCallExtraContent: typeof ToolCallExtraContent;
|
|
93
|
+
declare const index_ToolCallPhase: typeof ToolCallPhase;
|
|
94
|
+
declare const index_ToolCallWire: typeof ToolCallWire;
|
|
95
|
+
declare const index_ToolCallsMeta: typeof ToolCallsMeta;
|
|
96
|
+
declare const index_ToolMessage: typeof ToolMessage;
|
|
97
|
+
declare const index_ToolOutputEvent: typeof ToolOutputEvent;
|
|
98
|
+
declare const index_ToolOutputMeta: typeof ToolOutputMeta;
|
|
99
|
+
declare const index_ToolProcessEvent: typeof ToolProcessEvent;
|
|
100
|
+
declare const index_UserInputEvent: typeof UserInputEvent;
|
|
101
|
+
declare const index_UserMessage: typeof UserMessage;
|
|
102
|
+
declare const index_createAssistantMessage: typeof createAssistantMessage;
|
|
103
|
+
declare const index_createAuditEnvelopeEvent: typeof createAuditEnvelopeEvent;
|
|
104
|
+
declare const index_createErrorEvent: typeof createErrorEvent;
|
|
105
|
+
declare const index_createFinalAnswerChunkEvent: typeof createFinalAnswerChunkEvent;
|
|
106
|
+
declare const index_createFinalAnswerEvent: typeof createFinalAnswerEvent;
|
|
107
|
+
declare const index_createHistorySummaryEvent: typeof createHistorySummaryEvent;
|
|
108
|
+
declare const index_createHistorySummaryMessage: typeof createHistorySummaryMessage;
|
|
109
|
+
declare const index_createSSEErrorEvent: typeof createSSEErrorEvent;
|
|
110
|
+
declare const index_createSSEFinalAnswerChunkEvent: typeof createSSEFinalAnswerChunkEvent;
|
|
111
|
+
declare const index_createSSEFinalAnswerEvent: typeof createSSEFinalAnswerEvent;
|
|
112
|
+
declare const index_createSSEHistorySummaryEvent: typeof createSSEHistorySummaryEvent;
|
|
113
|
+
declare const index_createSSEMarkdownChunkEvent: typeof createSSEMarkdownChunkEvent;
|
|
114
|
+
declare const index_createSSERequiresUserInteractionEvent: typeof createSSERequiresUserInteractionEvent;
|
|
115
|
+
declare const index_createSSEStreamEndEvent: typeof createSSEStreamEndEvent;
|
|
116
|
+
declare const index_createSSESubRunTraceEvent: typeof createSSESubRunTraceEvent;
|
|
117
|
+
declare const index_createSSEThoughtEvent: typeof createSSEThoughtEvent;
|
|
118
|
+
declare const index_createSSETodoUpdatedEvent: typeof createSSETodoUpdatedEvent;
|
|
119
|
+
declare const index_createSSEToolCallDecisionEvent: typeof createSSEToolCallDecisionEvent;
|
|
120
|
+
declare const index_createSSEToolOutputEvent: typeof createSSEToolOutputEvent;
|
|
121
|
+
declare const index_createSSEToolProcessEvent: typeof createSSEToolProcessEvent;
|
|
122
|
+
declare const index_createStreamEndEvent: typeof createStreamEndEvent;
|
|
123
|
+
declare const index_createSubRunTraceEvent: typeof createSubRunTraceEvent;
|
|
124
|
+
declare const index_createSystemMessage: typeof createSystemMessage;
|
|
125
|
+
declare const index_createThoughtEvent: typeof createThoughtEvent;
|
|
126
|
+
declare const index_createTodoUpdatedEvent: typeof createTodoUpdatedEvent;
|
|
127
|
+
declare const index_createToolCallDecisionEvent: typeof createToolCallDecisionEvent;
|
|
128
|
+
declare const index_createToolMessage: typeof createToolMessage;
|
|
129
|
+
declare const index_createToolOutputEvent: typeof createToolOutputEvent;
|
|
130
|
+
declare const index_createToolProcessEvent: typeof createToolProcessEvent;
|
|
131
|
+
declare const index_createUserInputEvent: typeof createUserInputEvent;
|
|
132
|
+
declare const index_createUserMessage: typeof createUserMessage;
|
|
133
|
+
declare const index_defineContextPolicy: typeof defineContextPolicy;
|
|
134
|
+
declare const index_hasToolCalls: typeof hasToolCalls;
|
|
135
|
+
declare const index_isAssistantMessage: typeof isAssistantMessage;
|
|
136
|
+
declare const index_isHistorySummaryMessage: typeof isHistorySummaryMessage;
|
|
137
|
+
declare const index_isSystemMessage: typeof isSystemMessage;
|
|
138
|
+
declare const index_isToolMessage: typeof isToolMessage;
|
|
139
|
+
declare const index_isUserMessage: typeof isUserMessage;
|
|
140
|
+
declare const index_validateAiMessage: typeof validateAiMessage;
|
|
141
|
+
declare const index_validateHistorySummaryMeta: typeof validateHistorySummaryMeta;
|
|
142
|
+
declare const index_validateRuntimeEvent: typeof validateRuntimeEvent;
|
|
143
|
+
declare const index_validateRuntimeEvents: typeof validateRuntimeEvents;
|
|
144
|
+
declare const index_validateSSEEvent: typeof validateSSEEvent;
|
|
145
|
+
declare namespace index {
|
|
146
|
+
export { index_AUDIT_ACTIONS as AUDIT_ACTIONS, index_AUDIT_DECISION_OUTCOMES as AUDIT_DECISION_OUTCOMES, index_AgentCapability as AgentCapability, index_AgentSpec as AgentSpec, index_AgentSpecAuditConfig as AgentSpecAuditConfig, index_AgentSpecBudgetPolicy as AgentSpecBudgetPolicy, index_AgentSpecCheckpointPolicy as AgentSpecCheckpointPolicy, index_AgentSpecContextPolicy as AgentSpecContextPolicy, index_AgentSpecContextPolicyInput as AgentSpecContextPolicyInput, index_AgentSpecContextTracePolicy as AgentSpecContextTracePolicy, index_AgentSpecMessageType as AgentSpecMessageType, index_AgentSpecModelHints as AgentSpecModelHints, index_AgentSpecMustKeepPolicy as AgentSpecMustKeepPolicy, index_AgentSpecMustKeepTruncationRule as AgentSpecMustKeepTruncationRule, index_AgentSpecProviderReplayPolicy as AgentSpecProviderReplayPolicy, index_AgentSpecReasoningRetentionPolicy as AgentSpecReasoningRetentionPolicy, index_AgentSpecSummarizationPolicy as AgentSpecSummarizationPolicy, index_AgentSpecSystemReminderExtraRule as AgentSpecSystemReminderExtraRule, index_AgentSpecSystemReminderPolicy as AgentSpecSystemReminderPolicy, index_AgentSpecSystemReminderTrigger as AgentSpecSystemReminderTrigger, index_AgentSpecTokenEstimationPolicy as AgentSpecTokenEstimationPolicy, index_AgentSpecToolHistoryPolicy as AgentSpecToolHistoryPolicy, index_AgentSpecToolObservationGovernancePolicy as AgentSpecToolObservationGovernancePolicy, index_AgentSpecToolOutputPolicy as AgentSpecToolOutputPolicy, index_AgentSpecWorkingMemoryPolicy as AgentSpecWorkingMemoryPolicy, index_AgentTodoItem as AgentTodoItem, index_AgentTodoSnapshot as AgentTodoSnapshot, index_AgentTodoStatus as AgentTodoStatus, index_AiMessage as AiMessage, index_AssistantMessage as AssistantMessage, index_AuditActor as AuditActor, index_AuditCostDelta as AuditCostDelta, index_AuditDecision as AuditDecision, index_AuditEnvelope as AuditEnvelope, index_AuditEnvelopeEvent as AuditEnvelopeEvent, index_AuditEvidence as AuditEvidence, index_AuditScope as AuditScope, index_BaseEvent as BaseEvent, index_BaseSSEEvent as BaseSSEEvent, index_ControlEvent as ControlEvent, index_DEFAULT_MAX_STEPS as DEFAULT_MAX_STEPS, index_ErrorEvent as ErrorEvent, index_EventEnvelope as EventEnvelope, index_ExecutionTraceContext as ExecutionTraceContext, index_FinalAnswerChunkEvent as FinalAnswerChunkEvent, index_FinalAnswerEvent as FinalAnswerEvent, index_HistorySummaryEvent as HistorySummaryEvent, index_HistorySummaryMeta as HistorySummaryMeta, index_ImageInfoMeta as ImageInfoMeta, index_PersistentMetadata as PersistentMetadata, index_ProviderReasoningDetails as ProviderReasoningDetails, index_ProviderReasoningDetailsPayload as ProviderReasoningDetailsPayload, index_RequiresUserInteractionEvent as RequiresUserInteractionEvent, index_RuntimeEvent as RuntimeEvent, index_SSEErrorEvent as SSEErrorEvent, index_SSEEvent as SSEEvent, index_SSEFinalAnswerChunkEvent as SSEFinalAnswerChunkEvent, index_SSEFinalAnswerEvent as SSEFinalAnswerEvent, index_SSEHistorySummaryEvent as SSEHistorySummaryEvent, index_SSEMarkdownChunkEvent as SSEMarkdownChunkEvent, index_SSERequiresUserInteractionEvent as SSERequiresUserInteractionEvent, index_SSEStreamEndEvent as SSEStreamEndEvent, index_SSESubRunTraceEvent as SSESubRunTraceEvent, index_SSESummarizationEndEvent as SSESummarizationEndEvent, index_SSESummarizationErrorEvent as SSESummarizationErrorEvent, index_SSESummarizationStartEvent as SSESummarizationStartEvent, index_SSEThoughtEvent as SSEThoughtEvent, index_SSETodoUpdatedEvent as SSETodoUpdatedEvent, index_SSEToolCallDecisionEvent as SSEToolCallDecisionEvent, index_SSEToolOutputEvent as SSEToolOutputEvent, index_SSEToolProcessEvent as SSEToolProcessEvent, index_SYSTEM_REMINDER_BUILTIN_TRIGGER_KINDS as SYSTEM_REMINDER_BUILTIN_TRIGGER_KINDS, index_Status as Status, index_StreamEndEvent as StreamEndEvent, index_SubRunTraceEvent as SubRunTraceEvent, index_SystemMessage as SystemMessage, index_TaskTrackingMeta as TaskTrackingMeta, index_ThoughtEvent as ThoughtEvent, index_TodoUpdatedEvent as TodoUpdatedEvent, index_ToolBindingSpec as ToolBindingSpec, index_ToolCallDecisionEvent as ToolCallDecisionEvent, index_ToolCallDecisionPayload as ToolCallDecisionPayload, index_ToolCallExtraContent as ToolCallExtraContent, index_ToolCallPhase as ToolCallPhase, index_ToolCallWire as ToolCallWire, index_ToolCallsMeta as ToolCallsMeta, index_ToolMessage as ToolMessage, index_ToolOutputEvent as ToolOutputEvent, index_ToolOutputMeta as ToolOutputMeta, index_ToolProcessEvent as ToolProcessEvent, index_UserInputEvent as UserInputEvent, index_UserMessage as UserMessage, index_createAssistantMessage as createAssistantMessage, index_createAuditEnvelopeEvent as createAuditEnvelopeEvent, index_createErrorEvent as createErrorEvent, index_createFinalAnswerChunkEvent as createFinalAnswerChunkEvent, index_createFinalAnswerEvent as createFinalAnswerEvent, index_createHistorySummaryEvent as createHistorySummaryEvent, index_createHistorySummaryMessage as createHistorySummaryMessage, index_createSSEErrorEvent as createSSEErrorEvent, index_createSSEFinalAnswerChunkEvent as createSSEFinalAnswerChunkEvent, index_createSSEFinalAnswerEvent as createSSEFinalAnswerEvent, index_createSSEHistorySummaryEvent as createSSEHistorySummaryEvent, index_createSSEMarkdownChunkEvent as createSSEMarkdownChunkEvent, index_createSSERequiresUserInteractionEvent as createSSERequiresUserInteractionEvent, index_createSSEStreamEndEvent as createSSEStreamEndEvent, index_createSSESubRunTraceEvent as createSSESubRunTraceEvent, index_createSSEThoughtEvent as createSSEThoughtEvent, index_createSSETodoUpdatedEvent as createSSETodoUpdatedEvent, index_createSSEToolCallDecisionEvent as createSSEToolCallDecisionEvent, index_createSSEToolOutputEvent as createSSEToolOutputEvent, index_createSSEToolProcessEvent as createSSEToolProcessEvent, index_createStreamEndEvent as createStreamEndEvent, index_createSubRunTraceEvent as createSubRunTraceEvent, index_createSystemMessage as createSystemMessage, index_createThoughtEvent as createThoughtEvent, index_createTodoUpdatedEvent as createTodoUpdatedEvent, index_createToolCallDecisionEvent as createToolCallDecisionEvent, index_createToolMessage as createToolMessage, index_createToolOutputEvent as createToolOutputEvent, index_createToolProcessEvent as createToolProcessEvent, index_createUserInputEvent as createUserInputEvent, index_createUserMessage as createUserMessage, index_defineContextPolicy as defineContextPolicy, index_hasToolCalls as hasToolCalls, index_isAssistantMessage as isAssistantMessage, index_isHistorySummaryMessage as isHistorySummaryMessage, index_isSystemMessage as isSystemMessage, index_isToolMessage as isToolMessage, index_isUserMessage as isUserMessage, index_validateAiMessage as validateAiMessage, index_validateHistorySummaryMeta as validateHistorySummaryMeta, index_validateRuntimeEvent as validateRuntimeEvent, index_validateRuntimeEvents as validateRuntimeEvents, index_validateSSEEvent as validateSSEEvent };
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
export { DEFAULT_MAX_STEPS as D, index as i };
|