@inkeep/agents-manage-api 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.cjs CHANGED
@@ -4910,7 +4910,7 @@ app20.openapi(
4910
4910
  summary: "Create Full Project",
4911
4911
  operationId: "create-full-project",
4912
4912
  tags: ["Full Project"],
4913
- description: "Create a complete project with all agent, agents, tools, and relationships from JSON definition",
4913
+ description: "Create a complete project with all Agents, Sub Agents, tools, and relationships from JSON definition",
4914
4914
  request: {
4915
4915
  params: TenantParamsSchema2,
4916
4916
  body: {
@@ -4969,7 +4969,7 @@ app20.openapi(
4969
4969
  summary: "Get Full Project",
4970
4970
  operationId: "get-full-project",
4971
4971
  tags: ["Full Project"],
4972
- description: "Retrieve a complete project definition with all agent, agents, tools, and relationships",
4972
+ description: "Retrieve a complete project definition with all Agents, Sub Agents, tools, and relationships",
4973
4973
  request: {
4974
4974
  params: ProjectIdParamsSchema
4975
4975
  },
@@ -5022,7 +5022,7 @@ app20.openapi(
5022
5022
  summary: "Update Full Project",
5023
5023
  operationId: "update-full-project",
5024
5024
  tags: ["Full Project"],
5025
- description: "Update or create a complete project with all agent, agents, tools, and relationships from JSON definition",
5025
+ description: "Update or create a complete project with all Agents, Sub Agents, tools, and relationships from JSON definition",
5026
5026
  request: {
5027
5027
  params: ProjectIdParamsSchema,
5028
5028
  body: {
@@ -5106,7 +5106,7 @@ app20.openapi(
5106
5106
  summary: "Delete Full Project",
5107
5107
  operationId: "delete-full-project",
5108
5108
  tags: ["Full Project"],
5109
- description: "Delete a complete project and cascade to all related entities (agent, agents, tools, relationships)",
5109
+ description: "Delete a complete project and cascade to all related entities (Agents, Sub Agents, tools, relationships)",
5110
5110
  request: {
5111
5111
  params: ProjectIdParamsSchema
5112
5112
  },
package/dist/index.js CHANGED
@@ -4906,7 +4906,7 @@ app20.openapi(
4906
4906
  summary: "Create Full Project",
4907
4907
  operationId: "create-full-project",
4908
4908
  tags: ["Full Project"],
4909
- description: "Create a complete project with all agent, agents, tools, and relationships from JSON definition",
4909
+ description: "Create a complete project with all Agents, Sub Agents, tools, and relationships from JSON definition",
4910
4910
  request: {
4911
4911
  params: TenantParamsSchema2,
4912
4912
  body: {
@@ -4965,7 +4965,7 @@ app20.openapi(
4965
4965
  summary: "Get Full Project",
4966
4966
  operationId: "get-full-project",
4967
4967
  tags: ["Full Project"],
4968
- description: "Retrieve a complete project definition with all agent, agents, tools, and relationships",
4968
+ description: "Retrieve a complete project definition with all Agents, Sub Agents, tools, and relationships",
4969
4969
  request: {
4970
4970
  params: ProjectIdParamsSchema
4971
4971
  },
@@ -5018,7 +5018,7 @@ app20.openapi(
5018
5018
  summary: "Update Full Project",
5019
5019
  operationId: "update-full-project",
5020
5020
  tags: ["Full Project"],
5021
- description: "Update or create a complete project with all agent, agents, tools, and relationships from JSON definition",
5021
+ description: "Update or create a complete project with all Agents, Sub Agents, tools, and relationships from JSON definition",
5022
5022
  request: {
5023
5023
  params: ProjectIdParamsSchema,
5024
5024
  body: {
@@ -5102,7 +5102,7 @@ app20.openapi(
5102
5102
  summary: "Delete Full Project",
5103
5103
  operationId: "delete-full-project",
5104
5104
  tags: ["Full Project"],
5105
- description: "Delete a complete project and cascade to all related entities (agent, agents, tools, relationships)",
5105
+ description: "Delete a complete project and cascade to all related entities (Agents, Sub Agents, tools, relationships)",
5106
5106
  request: {
5107
5107
  params: ProjectIdParamsSchema
5108
5108
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-manage-api",
3
- "version": "0.19.3",
3
+ "version": "0.19.5",
4
4
  "description": "Agents Manage API for Inkeep Agent Framework - handles CRUD operations and OAuth",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "openid-client": "^6.6.4",
24
24
  "pino": "^9.7.0",
25
25
  "zod": "^4.1.11",
26
- "@inkeep/agents-core": "^0.19.3"
26
+ "@inkeep/agents-core": "^0.19.5"
27
27
  },
28
28
  "optionalDependencies": {
29
29
  "keytar": "^7.9.0"