@inkeep/agents-core 0.38.3 → 0.39.1
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/auth/auth-schema.d.ts +178 -1
- package/dist/auth/auth-schema.js +1 -1
- package/dist/auth/auth-validation-schemas.d.ts +347 -1
- package/dist/auth/auth-validation-schemas.js +4 -2
- package/dist/auth/auth.d.ts +383 -20
- package/dist/auth/auth.js +18 -3
- package/dist/auth/permissions.d.ts +9 -9
- package/dist/chunk-4VNS5WPM.js +37 -0
- package/dist/{chunk-DW4DNYUS.js → chunk-BZOLMLKX.js} +2 -2
- package/dist/{chunk-CWAFZVRI.js → chunk-FGS57CQI.js} +1 -1
- package/dist/{chunk-LH6OJIIM.js → chunk-LI7GCYW2.js} +3 -2
- package/dist/{chunk-S4XQEAAF.js → chunk-PKGWDXDS.js} +65 -21
- package/dist/{chunk-UK63CULA.js → chunk-RZN5SMF6.js} +1 -1
- package/dist/{chunk-GENLXHZ4.js → chunk-XL55SHQM.js} +14 -2
- package/dist/{client-DG_xZdlN.d.ts → client-DmOy13ep.d.ts} +1 -1
- package/dist/client-exports.js +2 -2
- package/dist/credential-stores/index.d.ts +15 -1
- package/dist/credential-stores/index.js +1 -1
- package/dist/db/schema.d.ts +2 -2
- package/dist/db/schema.js +2 -2
- package/dist/db/test-client.d.ts +2 -2
- package/dist/db/test-client.js +1 -1
- package/dist/dist-TUQUTLPM.js +15929 -0
- package/dist/index.d.ts +5 -5
- package/dist/index.js +15 -15
- package/dist/{schema-DA6PfmoP.d.ts → schema-Bq_OERAy.d.ts} +3 -2
- package/dist/validation/index.js +2 -2
- package/drizzle/0006_stale_thaddeus_ross.sql +12 -0
- package/drizzle/meta/0006_snapshot.json +3766 -0
- package/drizzle/meta/_journal.json +7 -0
- package/package.json +11 -11
- package/dist/chunk-SIAA4J6H.js +0 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.1",
|
|
4
4
|
"description": "Agents Core contains the database schema, types, and validation schemas for Inkeep Agent Framework, along with core components.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -82,18 +82,8 @@
|
|
|
82
82
|
"@better-auth/sso": "^1.4.0",
|
|
83
83
|
"@hono/node-server": "^1.14.3",
|
|
84
84
|
"@modelcontextprotocol/sdk": "^1.17.2",
|
|
85
|
-
"@nangohq/node": "^0.69.5",
|
|
86
|
-
"@nangohq/types": "^0.69.5",
|
|
87
85
|
"@openrouter/ai-sdk-provider": "^1.2.0",
|
|
88
86
|
"@opentelemetry/api": "^1.9.0",
|
|
89
|
-
"@opentelemetry/auto-instrumentations-node": "^0.62.0",
|
|
90
|
-
"@opentelemetry/baggage-span-processor": "^0.4.0",
|
|
91
|
-
"@opentelemetry/exporter-jaeger": "^2.0.1",
|
|
92
|
-
"@opentelemetry/exporter-trace-otlp-proto": "^0.203.0",
|
|
93
|
-
"@opentelemetry/sdk-metrics": "^2.0.1",
|
|
94
|
-
"@opentelemetry/sdk-node": "^0.203.0",
|
|
95
|
-
"@opentelemetry/sdk-trace-node": "^2.0.1",
|
|
96
|
-
"@opentelemetry/semantic-conventions": "^1.34.0",
|
|
97
87
|
"ai": "6.0.0-beta.124",
|
|
98
88
|
"ajv": "^8.17.1",
|
|
99
89
|
"ajv-formats": "^3.0.1",
|
|
@@ -118,6 +108,16 @@
|
|
|
118
108
|
"zod": "^4.1.11"
|
|
119
109
|
},
|
|
120
110
|
"optionalDependencies": {
|
|
111
|
+
"@nangohq/node": "^0.69.5",
|
|
112
|
+
"@nangohq/types": "^0.69.5",
|
|
113
|
+
"@opentelemetry/auto-instrumentations-node": "^0.62.0",
|
|
114
|
+
"@opentelemetry/baggage-span-processor": "^0.4.0",
|
|
115
|
+
"@opentelemetry/exporter-jaeger": "^2.0.1",
|
|
116
|
+
"@opentelemetry/exporter-trace-otlp-proto": "^0.203.0",
|
|
117
|
+
"@opentelemetry/sdk-metrics": "^2.0.1",
|
|
118
|
+
"@opentelemetry/sdk-node": "^0.203.0",
|
|
119
|
+
"@opentelemetry/sdk-trace-node": "^2.0.1",
|
|
120
|
+
"@opentelemetry/semantic-conventions": "^1.34.0",
|
|
121
121
|
"keytar": "^7.9.0"
|
|
122
122
|
},
|
|
123
123
|
"devDependencies": {
|
package/dist/chunk-SIAA4J6H.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
3
|
-
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
4
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
5
|
-
}) : x)(function(x) {
|
|
6
|
-
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
7
|
-
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
8
|
-
});
|
|
9
|
-
var __commonJS = (cb, mod) => function __require2() {
|
|
10
|
-
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
11
|
-
};
|
|
12
|
-
var __export = (target, all) => {
|
|
13
|
-
for (var name in all)
|
|
14
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export { __commonJS, __export, __require };
|