@tangle-network/agent-runtime 0.33.0 → 0.35.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/README.md +1 -1
- package/dist/{chunk-GLTUUKTN.js → chunk-7JBDJQLO.js} +70 -14
- package/dist/chunk-7JBDJQLO.js.map +1 -0
- package/dist/{chunk-RO7K6JNF.js → chunk-7ZECSZ3C.js} +169 -2
- package/dist/chunk-7ZECSZ3C.js.map +1 -0
- package/dist/{chunk-AAJVQRPL.js → chunk-TT3IHIQT.js} +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/loops.d.ts +37 -37
- package/dist/loops.js +1 -1
- package/dist/mcp/bin.js +2 -2
- package/dist/mcp/index.d.ts +3 -3
- package/dist/mcp/index.js +15 -6
- package/dist/mcp/index.js.map +1 -1
- package/dist/{otel-export-CsgwKFq8.d.ts → otel-export-xgf4J6bo.d.ts} +23 -1
- package/dist/profiles.d.ts +1 -1
- package/dist/{types-CpCX1pfx.d.ts → types-DrXVR2Fu.d.ts} +67 -1
- package/package.json +3 -2
- package/skills/agent-runtime-adoption/SKILL.md +170 -0
- package/dist/chunk-GLTUUKTN.js.map +0 -1
- package/dist/chunk-RO7K6JNF.js.map +0 -1
- /package/dist/{chunk-AAJVQRPL.js.map → chunk-TT3IHIQT.js.map} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { AgentEvalError, KnowledgeReadinessReport, RunRecord, ControlEvalResult,
|
|
|
2
2
|
export { AgentEvalError, AgentEvalErrorCode, ConfigError, ControlBudget, ControlDecision, ControlEvalResult, ControlRunResult, ControlStep, DataAcquisitionPlan, JudgeError, KnowledgeReadinessReport, KnowledgeRequirement, NotFoundError, RunRecord, ValidationError } from '@tangle-network/agent-eval';
|
|
3
3
|
import { a as AgentBackendInput, b as AgentExecutionBackend, O as OpenAIChatTool, c as OpenAIChatToolChoice, d as AgentBackendContext, R as RuntimeStreamEvent, K as KnowledgeReadinessDecision, e as RunAgentTaskOptions, f as AgentTaskRunResult, g as RunAgentTaskStreamOptions, h as AgentRuntimeEvent, i as AgentTaskStatus, j as RuntimeSessionStore, k as RuntimeSession } from './types-CsCCryln.js';
|
|
4
4
|
export { l as AgentAdapter, m as AgentKnowledgeProvider, n as AgentRuntimeEventSink, o as AgentTaskContext, A as AgentTaskSpec, B as BackendErrorDetail } from './types-CsCCryln.js';
|
|
5
|
-
export { E as EvalRunEvent, b as EvalRunGeneration, c as EvalRunsExportConfig, d as EvalRunsExportResult, I as INTELLIGENCE_WIRE_VERSION, e as OtelAttribute, f as OtelExportConfig, O as OtelExporter, g as OtelSpan, h as
|
|
5
|
+
export { E as EvalRunEvent, b as EvalRunGeneration, c as EvalRunsExportConfig, d as EvalRunsExportResult, I as INTELLIGENCE_WIRE_VERSION, e as OtelAttribute, f as OtelExportConfig, O as OtelExporter, g as OtelSpan, h as buildLoopOtelSpans, i as createOtelExporter, j as exportEvalRuns, l as loopEventToOtelSpan, m as mcpToolsForRuntimeMcp, a as mcpToolsForRuntimeMcpSubset } from './otel-export-xgf4J6bo.js';
|
|
6
6
|
export { R as RuntimeRunHandle, a as RuntimeRunPersistenceAdapter, b as RuntimeRunRow, s as startRuntimeRun } from './runtime-run-B8VIiOhI.js';
|
|
7
7
|
|
|
8
8
|
/**
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
INTELLIGENCE_WIRE_VERSION,
|
|
3
|
+
buildLoopOtelSpans,
|
|
3
4
|
createOtelExporter,
|
|
4
5
|
exportEvalRuns,
|
|
5
6
|
loopEventToOtelSpan,
|
|
6
7
|
mcpToolsForRuntimeMcp,
|
|
7
8
|
mcpToolsForRuntimeMcpSubset
|
|
8
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-7ZECSZ3C.js";
|
|
9
10
|
import "./chunk-HSX6PFZR.js";
|
|
10
11
|
import {
|
|
11
12
|
AgentEvalError,
|
|
@@ -2729,6 +2730,7 @@ export {
|
|
|
2729
2730
|
ValidationError,
|
|
2730
2731
|
applyRunRecordDefaults,
|
|
2731
2732
|
buildForwardHeaders,
|
|
2733
|
+
buildLoopOtelSpans,
|
|
2732
2734
|
cleanModelId,
|
|
2733
2735
|
computeBackoff,
|
|
2734
2736
|
createConversationBackend,
|