@inkeep/agents-core 0.0.0-dev-20251012022558 → 0.0.0-dev-20251012045242

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/README.md +1 -1
  2. package/dist/{chunk-ASA7FU3H.js → chunk-3GZBRBXP.js} +84 -87
  3. package/dist/{chunk-JK3LPVOW.js → chunk-3XUV5Q4D.js} +34 -34
  4. package/dist/{chunk-OEKS3RQI.js → chunk-B6F3RF4T.js} +86 -119
  5. package/dist/{chunk-H6PMWHNV.js → chunk-SLL6V3AE.js} +12 -12
  6. package/dist/client-exports.cjs +189 -225
  7. package/dist/client-exports.d.cts +13 -14
  8. package/dist/client-exports.d.ts +13 -14
  9. package/dist/client-exports.js +10 -10
  10. package/dist/db/schema.cjs +85 -118
  11. package/dist/db/schema.d.cts +2 -3
  12. package/dist/db/schema.d.ts +2 -3
  13. package/dist/db/schema.js +1 -1
  14. package/dist/index.cjs +983 -1038
  15. package/dist/index.d.cts +208 -208
  16. package/dist/index.d.ts +208 -208
  17. package/dist/index.js +744 -762
  18. package/dist/{schema-ULFEZCOL.d.cts → schema-Dp-qgdBT.d.ts} +54 -52
  19. package/dist/{schema-wbZXiVWb.d.ts → schema-DrDaCn6H.d.cts} +54 -52
  20. package/dist/{signoz-queries-BuiipZTk.d.cts → signoz-queries-CuWMQh1H.d.cts} +10 -10
  21. package/dist/{signoz-queries-BuiipZTk.d.ts → signoz-queries-CuWMQh1H.d.ts} +10 -10
  22. package/dist/types/index.d.cts +2 -3
  23. package/dist/types/index.d.ts +2 -3
  24. package/dist/{utility-CyPQ1tC_.d.cts → utility-BxbySenH.d.cts} +152 -301
  25. package/dist/{utility-CyPQ1tC_.d.ts → utility-BxbySenH.d.ts} +152 -301
  26. package/dist/validation/index.cjs +212 -249
  27. package/dist/validation/index.d.cts +12 -13
  28. package/dist/validation/index.d.ts +12 -13
  29. package/dist/validation/index.js +2 -2
  30. package/drizzle/0007_mighty_typhoid_mary.sql +227 -0
  31. package/drizzle/meta/0007_snapshot.json +2766 -0
  32. package/drizzle/meta/_journal.json +7 -0
  33. package/package.json +2 -1
@@ -50,6 +50,13 @@
50
50
  "when": 1760053343084,
51
51
  "tag": "0006_damp_lenny_balinger",
52
52
  "breakpoints": true
53
+ },
54
+ {
55
+ "idx": 7,
56
+ "version": "6",
57
+ "when": 1760126352847,
58
+ "tag": "0007_mighty_typhoid_mary",
59
+ "breakpoints": true
53
60
  }
54
61
  ]
55
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-core",
3
- "version": "0.0.0-dev-20251012022558",
3
+ "version": "0.0.0-dev-20251012045242",
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",
@@ -115,6 +115,7 @@
115
115
  "format": "biome format --write src",
116
116
  "format:check": "biome format src",
117
117
  "typecheck": "tsc --noEmit",
118
+ "typecheck:watch": "tsc --noEmit --watch",
118
119
  "db:generate": "drizzle-kit generate",
119
120
  "db:migrate": "drizzle-kit migrate",
120
121
  "db:drop": "drizzle-kit drop",