@inkeep/agents-core 0.41.0 → 0.41.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-core",
3
- "version": "0.41.0",
3
+ "version": "0.41.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",
@@ -70,6 +70,7 @@
70
70
  "./package.json": "./package.json"
71
71
  },
72
72
  "dependencies": {
73
+ "@ai-sdk/azure": "^3.0.4",
73
74
  "@ai-sdk/anthropic": "3.0.7",
74
75
  "@ai-sdk/gateway": "3.0.9",
75
76
  "@ai-sdk/google": "3.0.4",
@@ -151,6 +152,7 @@
151
152
  "scripts": {
152
153
  "knip": "knip --directory ../.. --workspace packages/agents-core --dependencies",
153
154
  "build": "tsdown",
155
+ "dev": "pnpm build --watch",
154
156
  "test": "vitest --run",
155
157
  "test:unit": "vitest --run src/__tests__ --exclude src/__tests__/integration/**",
156
158
  "test:integration": "vitest --run src/__tests__/integration/",