@inkeep/agents-core 0.0.0-dev-20260215212959 → 0.0.0-dev-20260216002643
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 +83 -83
- package/dist/auth/auth-validation-schemas.d.ts +148 -148
- package/dist/auth/auth.d.ts +57 -57
- package/dist/auth/permissions.d.ts +13 -13
- package/dist/data-access/manage/triggers.d.ts +2 -2
- package/dist/data-access/runtime/apiKeys.d.ts +4 -4
- package/dist/data-access/runtime/conversations.d.ts +7 -7
- package/dist/data-access/runtime/messages.d.ts +9 -9
- package/dist/data-access/runtime/tasks.d.ts +3 -3
- package/dist/db/manage/manage-schema.d.ts +4 -4
- package/dist/db/runtime/runtime-schema.d.ts +8 -8
- package/dist/validation/dolt-schemas.d.ts +1 -1
- package/dist/validation/drizzle-schema-helpers.d.ts +3 -3
- package/dist/validation/schemas.d.ts +1608 -1608
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-core",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20260216002643",
|
|
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",
|
|
@@ -112,8 +112,10 @@
|
|
|
112
112
|
"@modelcontextprotocol/sdk": "^1.17.2",
|
|
113
113
|
"@nangohq/node": "^0.69.5",
|
|
114
114
|
"@nangohq/types": "^0.69.5",
|
|
115
|
+
"@napi-rs/keyring": "^1.2.0",
|
|
115
116
|
"@openrouter/ai-sdk-provider": "^1.2.0",
|
|
116
117
|
"@opentelemetry/api": "^1.9.0",
|
|
118
|
+
"@vercel/functions": "^1.6.0",
|
|
117
119
|
"ai": "6.0.14",
|
|
118
120
|
"ajv": "^8.17.1",
|
|
119
121
|
"better-auth": "~1.4.10",
|
|
@@ -134,8 +136,7 @@
|
|
|
134
136
|
"pino-pretty": "^13.1.1",
|
|
135
137
|
"postgres": "^3.4.8",
|
|
136
138
|
"traverse": "^0.6.10",
|
|
137
|
-
"ts-pattern": "^5.7.1"
|
|
138
|
-
"@napi-rs/keyring": "^1.2.0"
|
|
139
|
+
"ts-pattern": "^5.7.1"
|
|
139
140
|
},
|
|
140
141
|
"peerDependencies": {
|
|
141
142
|
"@hono/zod-openapi": "^1.1.5",
|