@tangle-network/agent-runtime 0.22.0 → 0.23.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 +27 -0
- package/dist/chunk-7HN72MF3.js +200 -0
- package/dist/chunk-7HN72MF3.js.map +1 -0
- package/dist/chunk-IQHYOJU3.js +427 -0
- package/dist/chunk-IQHYOJU3.js.map +1 -0
- package/dist/{chunk-724Y4KHY.js → chunk-TZ53F7M7.js} +3 -2
- package/dist/chunk-TZ53F7M7.js.map +1 -0
- package/dist/{chunk-FTWTA6YE.js → chunk-UNQM6XQO.js} +33 -432
- package/dist/chunk-UNQM6XQO.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -1
- package/dist/loops.d.ts +2 -2
- package/dist/loops.js +1 -1
- package/dist/mcp/bin.js +3 -2
- package/dist/mcp/bin.js.map +1 -1
- package/dist/mcp/index.d.ts +52 -2
- package/dist/mcp/index.js +57 -8
- package/dist/mcp/index.js.map +1 -1
- package/dist/otel-export-B33Cy_60.d.ts +114 -0
- package/dist/profiles.d.ts +1 -1
- package/dist/{types-Ps7-2gJC.d.ts → types-DmkRGTBn.d.ts} +17 -0
- package/package.json +1 -1
- package/dist/chunk-724Y4KHY.js.map +0 -1
- package/dist/chunk-FTWTA6YE.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createOtelExporter,
|
|
3
|
+
loopEventToOtelSpan,
|
|
4
|
+
mcpToolsForRuntimeMcp,
|
|
5
|
+
mcpToolsForRuntimeMcpSubset
|
|
6
|
+
} from "./chunk-7HN72MF3.js";
|
|
7
|
+
import "./chunk-UNQM6XQO.js";
|
|
1
8
|
import {
|
|
2
9
|
AgentEvalError,
|
|
3
10
|
BackendTransportError,
|
|
@@ -1678,6 +1685,7 @@ export {
|
|
|
1678
1685
|
cleanModelId,
|
|
1679
1686
|
createIterableBackend,
|
|
1680
1687
|
createOpenAICompatibleBackend,
|
|
1688
|
+
createOtelExporter,
|
|
1681
1689
|
createRuntimeEventCollector,
|
|
1682
1690
|
createRuntimeStreamEventCollector,
|
|
1683
1691
|
createSandboxPromptBackend,
|
|
@@ -1685,6 +1693,9 @@ export {
|
|
|
1685
1693
|
deriveExecutionId,
|
|
1686
1694
|
getModels,
|
|
1687
1695
|
handleChatTurn,
|
|
1696
|
+
loopEventToOtelSpan,
|
|
1697
|
+
mcpToolsForRuntimeMcp,
|
|
1698
|
+
mcpToolsForRuntimeMcpSubset,
|
|
1688
1699
|
readinessServerSentEvent,
|
|
1689
1700
|
resolveChatModel,
|
|
1690
1701
|
resolveRouterBaseUrl,
|