@inkeep/agents-core 0.10.2 → 0.11.1

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/README.md CHANGED
@@ -134,10 +134,7 @@ pnpm db:check
134
134
  ### Apply Migrations
135
135
 
136
136
  ```bash
137
- # Push schema changes directly (development)
138
- pnpm db:push
139
-
140
- # Run migrations (production)
137
+ # Run migrations
141
138
  pnpm db:migrate
142
139
  ```
143
140
 
@@ -413,9 +410,6 @@ export * from './workflows';
413
410
  pnpm db:generate
414
411
 
415
412
  # Apply migration to database
416
- pnpm db:push
417
-
418
- # Or for production, run migrations
419
413
  pnpm db:migrate
420
414
  ```
421
415
 
@@ -1,4 +1,4 @@
1
- import { FullGraphDefinitionSchema, resourceIdSchema, MAX_ID_LENGTH } from './chunk-JXAL2ALG.js';
1
+ import { FullGraphDefinitionSchema, resourceIdSchema, MAX_ID_LENGTH } from './chunk-R5V3UTGB.js';
2
2
 
3
3
  // src/validation/graphFull.ts
4
4
  function isInternalAgent(agent) {