@inkeep/agents-core 0.34.0 → 0.35.0

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.
Files changed (33) hide show
  1. package/dist/{chunk-UMFCT6A6.js → chunk-DYGTCLJO.js} +1 -1
  2. package/dist/{chunk-4VUM4EJL.js → chunk-J5AHY6M2.js} +1 -1
  3. package/dist/{chunk-E6R6PML7.js → chunk-SIAA4J6H.js} +1 -3
  4. package/dist/{chunk-YECQCT5N.js → chunk-W3L4M7FO.js} +6 -8
  5. package/dist/{chunk-EKV6C5GS.js → chunk-YZ5ZBVHJ.js} +104 -5
  6. package/dist/client-exports.cjs +92 -1
  7. package/dist/client-exports.d.cts +5 -5
  8. package/dist/client-exports.d.ts +5 -5
  9. package/dist/client-exports.js +2 -2
  10. package/dist/db/schema.cjs +100 -1
  11. package/dist/db/schema.d.cts +2 -2
  12. package/dist/db/schema.d.ts +2 -2
  13. package/dist/db/schema.js +1 -1
  14. package/dist/index.cjs +1541 -1317
  15. package/dist/index.d.cts +462 -252
  16. package/dist/index.d.ts +462 -252
  17. package/dist/index.js +589 -478
  18. package/dist/{schema-CaEvIRdT.d.cts → schema-DQBYINXB.d.cts} +1105 -3
  19. package/dist/{schema-DvYv9PQ1.d.ts → schema-DlcSfZRM.d.ts} +1105 -3
  20. package/dist/types/index.d.cts +2 -2
  21. package/dist/types/index.d.ts +2 -2
  22. package/dist/{utility-htaewQEL.d.cts → utility-Ct1UMzr_.d.cts} +305 -305
  23. package/dist/{utility-htaewQEL.d.ts → utility-Ct1UMzr_.d.ts} +305 -305
  24. package/dist/utils/schema-conversion.cjs +6 -10
  25. package/dist/utils/schema-conversion.js +1 -1
  26. package/dist/validation/index.cjs +92 -1
  27. package/dist/validation/index.d.cts +2 -2
  28. package/dist/validation/index.d.ts +2 -2
  29. package/dist/validation/index.js +2 -2
  30. package/drizzle/0001_fair_malice.sql +115 -0
  31. package/drizzle/meta/0001_snapshot.json +3520 -0
  32. package/drizzle/meta/_journal.json +8 -1
  33. package/package.json +3 -1
@@ -8,6 +8,13 @@
8
8
  "when": 1762892536683,
9
9
  "tag": "0000_exotic_mysterio",
10
10
  "breakpoints": true
11
+ },
12
+ {
13
+ "idx": 1,
14
+ "version": "7",
15
+ "when": 1763651358903,
16
+ "tag": "0001_fair_malice",
17
+ "breakpoints": true
11
18
  }
12
19
  ]
13
- }
20
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-core",
3
- "version": "0.34.0",
3
+ "version": "0.35.0",
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",
@@ -41,6 +41,7 @@
41
41
  "clean-package": "./clean-package.config.json",
42
42
  "dependencies": {
43
43
  "@electric-sql/pglite": "^0.3.13",
44
+ "@better-auth/sso": "^1.3.34",
44
45
  "@hono/node-server": "^1.14.3",
45
46
  "@hono/zod-openapi": "^1.0.2",
46
47
  "@modelcontextprotocol/sdk": "^1.17.2",
@@ -58,6 +59,7 @@
58
59
  "ai": "5.0.11",
59
60
  "ajv": "^8.17.1",
60
61
  "ajv-formats": "^3.0.1",
62
+ "better-auth": "^1.3.34",
61
63
  "dotenv": "^17.2.1",
62
64
  "dotenv-expand": "^12.0.3",
63
65
  "drizzle-orm": "^0.44.4",