@llmops/sdk 1.0.0-beta.1 → 1.0.0-beta.2
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/agents.d.cts +1 -1
- package/dist/agents.d.mts +1 -1
- package/dist/agents.mjs +1 -1
- package/dist/express.d.cts +3 -3
- package/dist/express.d.mts +3 -3
- package/dist/express.mjs +1 -1
- package/dist/hono.d.cts +2 -2
- package/dist/hono.d.mts +2 -2
- package/dist/{index-D0LVaLA4.d.mts → index-05byZKeu.d.mts} +1 -1
- package/dist/{index-C7J-9Jvp.d.cts → index-Beb26ZNG.d.cts} +1 -1
- package/dist/{index-1uemrw2P.d.cts → index-DnWGper4.d.cts} +1 -1
- package/dist/{index-BeDbCYjz.d.mts → index-Dvz-L2Hf.d.mts} +1 -1
- package/dist/index.cjs +1 -7
- package/dist/index.d.cts +4 -5
- package/dist/index.d.mts +4 -5
- package/dist/index.mjs +4 -4
- package/dist/nextjs.d.cts +2 -2
- package/dist/nextjs.d.mts +2 -2
- package/dist/store/pg.cjs +8 -0
- package/dist/store/pg.d.cts +2 -0
- package/dist/store/pg.d.mts +2 -0
- package/dist/store/pg.mjs +3 -0
- package/dist/types.cjs +0 -0
- package/dist/types.d.cts +2 -0
- package/dist/types.d.mts +2 -0
- package/dist/types.mjs +1 -0
- package/package.json +23 -3
- /package/dist/{agents-exporter-B-ADoC7t.d.cts → agents-exporter-BZHCcFSd.d.mts} +0 -0
- /package/dist/{agents-exporter-BZjfVkaH.d.mts → agents-exporter-uzN3bkth.d.cts} +0 -0
- /package/dist/{agents-exporter-CxbWY6xN.mjs → agents-exporter-vcpgCF69.mjs} +0 -0
- /package/dist/{express-ClEIbLM9.mjs → express-DMtc0d_Y.mjs} +0 -0
package/dist/agents.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as AgentsTracingExporter, i as AgentsTrace, n as AgentsSpanData, o as LLMOpsAgentsExporterConfig, r as AgentsSpanError, s as createLLMOpsAgentsExporter, t as AgentsSpan } from "./agents-exporter-
|
|
1
|
+
import { a as AgentsTracingExporter, i as AgentsTrace, n as AgentsSpanData, o as LLMOpsAgentsExporterConfig, r as AgentsSpanError, s as createLLMOpsAgentsExporter, t as AgentsSpan } from "./agents-exporter-uzN3bkth.cjs";
|
|
2
2
|
export { AgentsSpan, AgentsSpanData, AgentsSpanError, AgentsTrace, AgentsTracingExporter, LLMOpsAgentsExporterConfig, createLLMOpsAgentsExporter };
|
package/dist/agents.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as AgentsTracingExporter, i as AgentsTrace, n as AgentsSpanData, o as LLMOpsAgentsExporterConfig, r as AgentsSpanError, s as createLLMOpsAgentsExporter, t as AgentsSpan } from "./agents-exporter-
|
|
1
|
+
import { a as AgentsTracingExporter, i as AgentsTrace, n as AgentsSpanData, o as LLMOpsAgentsExporterConfig, r as AgentsSpanError, s as createLLMOpsAgentsExporter, t as AgentsSpan } from "./agents-exporter-BZHCcFSd.mjs";
|
|
2
2
|
export { AgentsSpan, AgentsSpanData, AgentsSpanError, AgentsTrace, AgentsTracingExporter, LLMOpsAgentsExporterConfig, createLLMOpsAgentsExporter };
|
package/dist/agents.mjs
CHANGED
package/dist/express.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./agents-exporter-
|
|
2
|
-
import "./index-
|
|
3
|
-
import { t as createLLMOpsMiddleware } from "./index-
|
|
1
|
+
import "./agents-exporter-uzN3bkth.cjs";
|
|
2
|
+
import "./index-Beb26ZNG.cjs";
|
|
3
|
+
import { t as createLLMOpsMiddleware } from "./index-DnWGper4.cjs";
|
|
4
4
|
export { createLLMOpsMiddleware };
|
package/dist/express.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./agents-exporter-
|
|
2
|
-
import "./index-
|
|
3
|
-
import { t as createLLMOpsMiddleware } from "./index-
|
|
1
|
+
import "./agents-exporter-BZHCcFSd.mjs";
|
|
2
|
+
import "./index-05byZKeu.mjs";
|
|
3
|
+
import { t as createLLMOpsMiddleware } from "./index-Dvz-L2Hf.mjs";
|
|
4
4
|
export { createLLMOpsMiddleware };
|
package/dist/express.mjs
CHANGED
package/dist/hono.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./agents-exporter-
|
|
2
|
-
import { t as LLMOpsClient } from "./index-
|
|
1
|
+
import "./agents-exporter-uzN3bkth.cjs";
|
|
2
|
+
import { t as LLMOpsClient } from "./index-Beb26ZNG.cjs";
|
|
3
3
|
import { MiddlewareHandler } from "hono";
|
|
4
4
|
|
|
5
5
|
//#region src/lib/hono/index.d.ts
|
package/dist/hono.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./agents-exporter-
|
|
2
|
-
import { t as LLMOpsClient } from "./index-
|
|
1
|
+
import "./agents-exporter-BZHCcFSd.mjs";
|
|
2
|
+
import { t as LLMOpsClient } from "./index-05byZKeu.mjs";
|
|
3
3
|
import { MiddlewareHandler } from "hono";
|
|
4
4
|
|
|
5
5
|
//#region src/lib/hono/index.d.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as AgentsTracingExporter } from "./agents-exporter-
|
|
1
|
+
import { a as AgentsTracingExporter } from "./agents-exporter-BZHCcFSd.mjs";
|
|
2
2
|
import { LLMOpsConfig, ValidatedLLMOpsConfig } from "@llmops/core";
|
|
3
3
|
|
|
4
4
|
//#region src/telemetry/langchain-client.d.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as AgentsTracingExporter } from "./agents-exporter-
|
|
1
|
+
import { a as AgentsTracingExporter } from "./agents-exporter-uzN3bkth.cjs";
|
|
2
2
|
import { LLMOpsConfig, ValidatedLLMOpsConfig } from "@llmops/core";
|
|
3
3
|
|
|
4
4
|
//#region src/telemetry/langchain-client.d.ts
|
package/dist/index.cjs
CHANGED
|
@@ -233,10 +233,4 @@ exports.createLLMOpsAgentsExporter = require_agents_exporter.createLLMOpsAgentsE
|
|
|
233
233
|
exports.createLLMOpsLangChainClient = createLLMOpsLangChainClient;
|
|
234
234
|
exports.createLLMOpsMiddleware = require_express.createLLMOpsMiddleware;
|
|
235
235
|
exports.createLLMOpsSpanExporter = createLLMOpsSpanExporter;
|
|
236
|
-
exports.llmops = createLLMOps;
|
|
237
|
-
Object.defineProperty(exports, 'pgStore', {
|
|
238
|
-
enumerable: true,
|
|
239
|
-
get: function () {
|
|
240
|
-
return __llmops_core.createPgStore;
|
|
241
|
-
}
|
|
242
|
-
});
|
|
236
|
+
exports.llmops = createLLMOps;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { a as AgentsTracingExporter, o as LLMOpsAgentsExporterConfig, s as createLLMOpsAgentsExporter } from "./agents-exporter-
|
|
2
|
-
import { a as LLMOpsLangChainClientConfig, i as createLLMOps, n as ProviderOptions, o as LangChainTracingClient, r as TraceContext, s as createLLMOpsLangChainClient, t as LLMOpsClient } from "./index-
|
|
3
|
-
import { t as createLLMOpsMiddleware } from "./index-
|
|
4
|
-
import { TelemetryStore, createPgStore as pgStore } from "@llmops/core";
|
|
1
|
+
import { a as AgentsTracingExporter, o as LLMOpsAgentsExporterConfig, s as createLLMOpsAgentsExporter } from "./agents-exporter-uzN3bkth.cjs";
|
|
2
|
+
import { a as LLMOpsLangChainClientConfig, i as createLLMOps, n as ProviderOptions, o as LangChainTracingClient, r as TraceContext, s as createLLMOpsLangChainClient, t as LLMOpsClient } from "./index-Beb26ZNG.cjs";
|
|
3
|
+
import { t as createLLMOpsMiddleware } from "./index-DnWGper4.cjs";
|
|
5
4
|
|
|
6
5
|
//#region src/telemetry/exporter.d.ts
|
|
7
6
|
|
|
@@ -93,4 +92,4 @@ interface LLMOpsExporterConfig {
|
|
|
93
92
|
*/
|
|
94
93
|
declare function createLLMOpsSpanExporter(config: LLMOpsExporterConfig): SpanExporter;
|
|
95
94
|
//#endregion
|
|
96
|
-
export { type AgentsTracingExporter, type LLMOpsAgentsExporterConfig, type LLMOpsClient, type LLMOpsExporterConfig, type LLMOpsLangChainClientConfig, type LangChainTracingClient, type ProviderOptions, type SpanExporter, type
|
|
95
|
+
export { type AgentsTracingExporter, type LLMOpsAgentsExporterConfig, type LLMOpsClient, type LLMOpsExporterConfig, type LLMOpsLangChainClientConfig, type LangChainTracingClient, type ProviderOptions, type SpanExporter, type TraceContext, createLLMOpsAgentsExporter, createLLMOpsLangChainClient, createLLMOpsMiddleware, createLLMOpsSpanExporter, createLLMOps as llmops };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { a as AgentsTracingExporter, o as LLMOpsAgentsExporterConfig, s as createLLMOpsAgentsExporter } from "./agents-exporter-
|
|
2
|
-
import { a as LLMOpsLangChainClientConfig, i as createLLMOps, n as ProviderOptions, o as LangChainTracingClient, r as TraceContext, s as createLLMOpsLangChainClient, t as LLMOpsClient } from "./index-
|
|
3
|
-
import { t as createLLMOpsMiddleware } from "./index-
|
|
4
|
-
import { TelemetryStore, createPgStore as pgStore } from "@llmops/core";
|
|
1
|
+
import { a as AgentsTracingExporter, o as LLMOpsAgentsExporterConfig, s as createLLMOpsAgentsExporter } from "./agents-exporter-BZHCcFSd.mjs";
|
|
2
|
+
import { a as LLMOpsLangChainClientConfig, i as createLLMOps, n as ProviderOptions, o as LangChainTracingClient, r as TraceContext, s as createLLMOpsLangChainClient, t as LLMOpsClient } from "./index-05byZKeu.mjs";
|
|
3
|
+
import { t as createLLMOpsMiddleware } from "./index-Dvz-L2Hf.mjs";
|
|
5
4
|
|
|
6
5
|
//#region src/telemetry/exporter.d.ts
|
|
7
6
|
|
|
@@ -93,4 +92,4 @@ interface LLMOpsExporterConfig {
|
|
|
93
92
|
*/
|
|
94
93
|
declare function createLLMOpsSpanExporter(config: LLMOpsExporterConfig): SpanExporter;
|
|
95
94
|
//#endregion
|
|
96
|
-
export { type AgentsTracingExporter, type LLMOpsAgentsExporterConfig, type LLMOpsClient, type LLMOpsExporterConfig, type LLMOpsLangChainClientConfig, type LangChainTracingClient, type ProviderOptions, type SpanExporter, type
|
|
95
|
+
export { type AgentsTracingExporter, type LLMOpsAgentsExporterConfig, type LLMOpsClient, type LLMOpsExporterConfig, type LLMOpsLangChainClientConfig, type LangChainTracingClient, type ProviderOptions, type SpanExporter, type TraceContext, createLLMOpsAgentsExporter, createLLMOpsLangChainClient, createLLMOpsMiddleware, createLLMOpsSpanExporter, createLLMOps as llmops };
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as createLLMOpsMiddleware } from "./express-
|
|
2
|
-
import { t as createLLMOpsAgentsExporter } from "./agents-exporter-
|
|
3
|
-
import { LLMOPS_INTERNAL_HEADER, LLMOPS_SPAN_NAME_HEADER, LLMOPS_TRACE_ID_HEADER, LLMOPS_TRACE_NAME_HEADER
|
|
1
|
+
import { t as createLLMOpsMiddleware } from "./express-DMtc0d_Y.mjs";
|
|
2
|
+
import { t as createLLMOpsAgentsExporter } from "./agents-exporter-vcpgCF69.mjs";
|
|
3
|
+
import { LLMOPS_INTERNAL_HEADER, LLMOPS_SPAN_NAME_HEADER, LLMOPS_TRACE_ID_HEADER, LLMOPS_TRACE_NAME_HEADER } from "@llmops/core";
|
|
4
4
|
import { createApp } from "@llmops/app";
|
|
5
5
|
|
|
6
6
|
//#region src/telemetry/langchain-client.ts
|
|
@@ -229,4 +229,4 @@ function createLLMOpsSpanExporter(config) {
|
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
//#endregion
|
|
232
|
-
export { createLLMOpsAgentsExporter, createLLMOpsLangChainClient, createLLMOpsMiddleware, createLLMOpsSpanExporter, createLLMOps as llmops
|
|
232
|
+
export { createLLMOpsAgentsExporter, createLLMOpsLangChainClient, createLLMOpsMiddleware, createLLMOpsSpanExporter, createLLMOps as llmops };
|
package/dist/nextjs.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./agents-exporter-
|
|
2
|
-
import { t as LLMOpsClient } from "./index-
|
|
1
|
+
import "./agents-exporter-uzN3bkth.cjs";
|
|
2
|
+
import { t as LLMOpsClient } from "./index-Beb26ZNG.cjs";
|
|
3
3
|
|
|
4
4
|
//#region src/lib/nextjs/index.d.ts
|
|
5
5
|
declare function toNextJsHandler(client: LLMOpsClient): {
|
package/dist/nextjs.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./agents-exporter-
|
|
2
|
-
import { t as LLMOpsClient } from "./index-
|
|
1
|
+
import "./agents-exporter-BZHCcFSd.mjs";
|
|
2
|
+
import { t as LLMOpsClient } from "./index-05byZKeu.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/lib/nextjs/index.d.ts
|
|
5
5
|
declare function toNextJsHandler(client: LLMOpsClient): {
|
package/dist/types.cjs
ADDED
|
File without changes
|
package/dist/types.d.cts
ADDED
package/dist/types.d.mts
ADDED
package/dist/types.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@llmops/sdk",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
4
|
"description": "An LLMOps toolkit for TypeScript applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -78,14 +78,34 @@
|
|
|
78
78
|
"default": "./dist/nextjs.cjs"
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
|
+
"./store/pg": {
|
|
82
|
+
"import": {
|
|
83
|
+
"types": "./dist/store/pg.d.mts",
|
|
84
|
+
"default": "./dist/store/pg.mjs"
|
|
85
|
+
},
|
|
86
|
+
"require": {
|
|
87
|
+
"types": "./dist/store/pg.d.cts",
|
|
88
|
+
"default": "./dist/store/pg.cjs"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"./types": {
|
|
92
|
+
"import": {
|
|
93
|
+
"types": "./dist/types.d.mts",
|
|
94
|
+
"default": "./dist/types.mjs"
|
|
95
|
+
},
|
|
96
|
+
"require": {
|
|
97
|
+
"types": "./dist/types.d.cts",
|
|
98
|
+
"default": "./dist/types.cjs"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
81
101
|
"./*": "./*"
|
|
82
102
|
},
|
|
83
103
|
"publishConfig": {
|
|
84
104
|
"access": "public"
|
|
85
105
|
},
|
|
86
106
|
"dependencies": {
|
|
87
|
-
"@llmops/app": "^1.0.0-beta.
|
|
88
|
-
"@llmops/core": "^1.0.0-beta.
|
|
107
|
+
"@llmops/app": "^1.0.0-beta.2",
|
|
108
|
+
"@llmops/core": "^1.0.0-beta.2"
|
|
89
109
|
},
|
|
90
110
|
"devDependencies": {
|
|
91
111
|
"@types/express": "^5.0.6",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|