@inkeep/agents-core 0.0.0-dev-20260116220526 → 0.0.0-dev-20260117074655
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 +104 -104
- package/dist/auth/auth-validation-schemas.d.ts +129 -129
- package/dist/auth/auth.d.ts +18 -18
- package/dist/auth/permissions.d.ts +9 -9
- package/dist/data-access/manage/functionTools.d.ts +2 -2
- package/dist/data-access/manage/subAgentRelations.d.ts +6 -6
- package/dist/data-access/runtime/conversations.d.ts +4 -4
- package/dist/data-access/runtime/messages.d.ts +12 -12
- package/dist/data-access/runtime/tasks.d.ts +2 -2
- package/dist/db/manage/manage-schema.d.ts +360 -360
- package/dist/db/runtime/runtime-schema.d.ts +163 -163
- package/dist/validation/schemas.d.ts +1008 -1008
- package/package.json +2 -4
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-20260117074655",
|
|
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",
|
|
@@ -100,7 +100,6 @@
|
|
|
100
100
|
"@nangohq/types": "^0.69.5",
|
|
101
101
|
"@openrouter/ai-sdk-provider": "^1.2.0",
|
|
102
102
|
"@opentelemetry/api": "^1.9.0",
|
|
103
|
-
"@workflow/world-postgres": "4.1.0-beta.18",
|
|
104
103
|
"ai": "6.0.14",
|
|
105
104
|
"ajv": "^8.17.1",
|
|
106
105
|
"better-auth": "~1.4.10",
|
|
@@ -121,8 +120,7 @@
|
|
|
121
120
|
"pino-pretty": "^13.1.1",
|
|
122
121
|
"postgres": "^3.4.8",
|
|
123
122
|
"traverse": "^0.6.10",
|
|
124
|
-
"ts-pattern": "^5.7.1"
|
|
125
|
-
"workflow": "4.0.1-beta.29"
|
|
123
|
+
"ts-pattern": "^5.7.1"
|
|
126
124
|
},
|
|
127
125
|
"peerDependencies": {
|
|
128
126
|
"@hono/zod-openapi": "^1.1.5",
|