@inkeep/agents-core 0.73.0 → 0.73.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/auth/auth-schema.d.ts +172 -172
- package/dist/auth/auth-schema.js +8 -8
- package/dist/auth/auth-types.d.ts +6 -1
- package/dist/auth/auth-validation-schemas.d.ts +137 -137
- package/dist/auth/auth.d.ts +65 -42
- package/dist/auth/auth.js +18 -4
- package/dist/auth/password-policy.d.ts +7 -3
- package/dist/auth/password-policy.js +6 -4
- package/dist/data-access/manage/agents.d.ts +20 -20
- package/dist/data-access/manage/artifactComponents.d.ts +6 -6
- package/dist/data-access/manage/contextConfigs.d.ts +8 -8
- package/dist/data-access/manage/dataComponents.d.ts +4 -4
- package/dist/data-access/manage/functionTools.d.ts +10 -10
- package/dist/data-access/manage/skills.d.ts +5 -5
- package/dist/data-access/manage/subAgentExternalAgentRelations.d.ts +24 -24
- package/dist/data-access/manage/subAgentRelations.d.ts +28 -28
- package/dist/data-access/manage/subAgentTeamAgentRelations.d.ts +18 -18
- package/dist/data-access/manage/subAgents.d.ts +12 -12
- package/dist/data-access/manage/tools.d.ts +21 -21
- package/dist/data-access/manage/triggers.d.ts +2 -2
- package/dist/data-access/runtime/apiKeys.d.ts +8 -8
- package/dist/data-access/runtime/apps.d.ts +8 -8
- package/dist/data-access/runtime/conversations.d.ts +8 -8
- package/dist/data-access/runtime/events.d.ts +4 -4
- package/dist/data-access/runtime/feedback.d.ts +4 -4
- package/dist/data-access/runtime/messages.d.ts +6 -6
- package/dist/data-access/runtime/scheduledTriggerUsers.d.ts +1 -1
- package/dist/data-access/runtime/tasks.d.ts +2 -2
- package/dist/node_modules/.pnpm/{vitest@3.2.4_@edge-runtime_vm@3.2.0_@types_debug@4.1.12_@types_node@20.19.27_jiti@2.6.1_e422349b438eb7189cab8b1648fc0621 → vitest@3.2.4_@edge-runtime_vm@3.2.0_@types_debug@4.1.12_@types_node@20.19.27_jiti@2.6.1_fc26da61d3f761277fbc021fa297f7ea}/node_modules/vitest/dist/chunks/_commonjsHelpers.BFTU3MAI.js +1 -1
- package/dist/node_modules/.pnpm/{vitest@3.2.4_@edge-runtime_vm@3.2.0_@types_debug@4.1.12_@types_node@20.19.27_jiti@2.6.1_e422349b438eb7189cab8b1648fc0621 → vitest@3.2.4_@edge-runtime_vm@3.2.0_@types_debug@4.1.12_@types_node@20.19.27_jiti@2.6.1_fc26da61d3f761277fbc021fa297f7ea}/node_modules/vitest/dist/chunks/date.Bq6ZW5rf.js +1 -1
- package/dist/node_modules/.pnpm/{vitest@3.2.4_@edge-runtime_vm@3.2.0_@types_debug@4.1.12_@types_node@20.19.27_jiti@2.6.1_e422349b438eb7189cab8b1648fc0621 → vitest@3.2.4_@edge-runtime_vm@3.2.0_@types_debug@4.1.12_@types_node@20.19.27_jiti@2.6.1_fc26da61d3f761277fbc021fa297f7ea}/node_modules/vitest/dist/chunks/utils.XdZDrNZV.js +1 -1
- package/dist/node_modules/.pnpm/{vitest@3.2.4_@edge-runtime_vm@3.2.0_@types_debug@4.1.12_@types_node@20.19.27_jiti@2.6.1_e422349b438eb7189cab8b1648fc0621 → vitest@3.2.4_@edge-runtime_vm@3.2.0_@types_debug@4.1.12_@types_node@20.19.27_jiti@2.6.1_fc26da61d3f761277fbc021fa297f7ea}/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js +1 -1
- package/dist/test-utils/mocks/logger.js +1 -1
- package/dist/validation/drizzle-schema-helpers.d.ts +3 -3
- package/dist/validation/schemas/skills.d.ts +28 -28
- package/dist/validation/schemas.d.ts +1815 -1815
- package/drizzle/runtime/0042_long_magdalene.sql +8 -0
- package/drizzle/runtime/meta/0042_snapshot.json +6298 -0
- package/drizzle/runtime/meta/_journal.json +7 -0
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-core",
|
|
3
|
-
"version": "0.73.
|
|
3
|
+
"version": "0.73.2",
|
|
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",
|
|
@@ -148,9 +148,9 @@
|
|
|
148
148
|
"@ai-sdk/provider": "3.0.2",
|
|
149
149
|
"@authzed/authzed-node": "^1.6.1",
|
|
150
150
|
"@babel/parser": "^7.28.6",
|
|
151
|
-
"@better-auth/sso": "1.
|
|
152
|
-
"@better-auth/infra": "0.
|
|
153
|
-
"@better-auth/oauth-provider": "1.
|
|
151
|
+
"@better-auth/sso": "1.6.9",
|
|
152
|
+
"@better-auth/infra": "0.2.5",
|
|
153
|
+
"@better-auth/oauth-provider": "1.6.9",
|
|
154
154
|
"@composio/core": "^0.2.4",
|
|
155
155
|
"@electric-sql/pglite": "^0.3.13",
|
|
156
156
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"ai": "6.0.14",
|
|
163
163
|
"ajv": "^8.18.0",
|
|
164
164
|
"altcha-lib": "^1.4.1",
|
|
165
|
-
"better-auth": "1.
|
|
165
|
+
"better-auth": "1.6.9",
|
|
166
166
|
"cron-parser": "^5.5.0",
|
|
167
167
|
"destr": "^2.0.3",
|
|
168
168
|
"dotenv": "^17.2.1",
|
|
@@ -190,12 +190,12 @@
|
|
|
190
190
|
},
|
|
191
191
|
"optionalDependencies": {
|
|
192
192
|
"@napi-rs/keyring": "^1.2.0",
|
|
193
|
-
"@opentelemetry/auto-instrumentations-node": "^0.
|
|
193
|
+
"@opentelemetry/auto-instrumentations-node": "^0.75.0",
|
|
194
194
|
"@opentelemetry/baggage-span-processor": "^0.4.0",
|
|
195
195
|
"@opentelemetry/exporter-jaeger": "^2.0.1",
|
|
196
|
-
"@opentelemetry/exporter-trace-otlp-proto": "^0.
|
|
196
|
+
"@opentelemetry/exporter-trace-otlp-proto": "^0.217.0",
|
|
197
197
|
"@opentelemetry/sdk-metrics": "^2.0.1",
|
|
198
|
-
"@opentelemetry/sdk-node": "^0.
|
|
198
|
+
"@opentelemetry/sdk-node": "^0.217.0",
|
|
199
199
|
"@opentelemetry/sdk-trace-node": "^2.0.1",
|
|
200
200
|
"@opentelemetry/semantic-conventions": "^1.34.0"
|
|
201
201
|
},
|