@inkeep/agents-core 0.19.3 → 0.19.5

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/index.d.cts CHANGED
@@ -2478,7 +2478,7 @@ declare const countMessagesByConversation: (db: DatabaseClient) => (params: {
2478
2478
  /**
2479
2479
  * Server-side data access layer for Full Project operations.
2480
2480
  * This module provides functions for creating, retrieving, updating, and deleting
2481
- * complete project definitions with all nested resources (agent, agents, tools, etc.).
2481
+ * complete project definitions with all nested resources (Agents, Sub Agents, tools, etc.).
2482
2482
  */
2483
2483
 
2484
2484
  type ProjectLogger = ReturnType<typeof getLogger>;
package/dist/index.d.ts CHANGED
@@ -2478,7 +2478,7 @@ declare const countMessagesByConversation: (db: DatabaseClient) => (params: {
2478
2478
  /**
2479
2479
  * Server-side data access layer for Full Project operations.
2480
2480
  * This module provides functions for creating, retrieving, updating, and deleting
2481
- * complete project definitions with all nested resources (agent, agents, tools, etc.).
2481
+ * complete project definitions with all nested resources (Agents, Sub Agents, tools, etc.).
2482
2482
  */
2483
2483
 
2484
2484
  type ProjectLogger = ReturnType<typeof getLogger>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-core",
3
- "version": "0.19.3",
3
+ "version": "0.19.5",
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",