@inkeep/agents-manage-api 0.0.0-dev-20251114044436 → 0.0.0-dev-20251114192858

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
@@ -2418,7 +2418,7 @@ app11.openapi(
2418
2418
  app11.openapi(
2419
2419
  zodOpenapi.createRoute({
2420
2420
  method: "get",
2421
- path: "/:id",
2421
+ path: "/{id}",
2422
2422
  summary: "Get Function Tool by ID",
2423
2423
  operationId: "get-function-tool",
2424
2424
  tags: ["Function Tools"],
@@ -2517,7 +2517,7 @@ app11.openapi(
2517
2517
  app11.openapi(
2518
2518
  zodOpenapi.createRoute({
2519
2519
  method: "put",
2520
- path: "/:id",
2520
+ path: "/{id}",
2521
2521
  summary: "Update Function Tool",
2522
2522
  operationId: "update-function-tool",
2523
2523
  tags: ["Function Tools"],
@@ -2577,7 +2577,7 @@ app11.openapi(
2577
2577
  app11.openapi(
2578
2578
  zodOpenapi.createRoute({
2579
2579
  method: "delete",
2580
- path: "/:id",
2580
+ path: "/{id}",
2581
2581
  summary: "Delete Function Tool",
2582
2582
  operationId: "delete-function-tool",
2583
2583
  tags: ["Function Tools"],
@@ -2848,7 +2848,7 @@ var app13 = new zodOpenapi.OpenAPIHono();
2848
2848
  app13.openapi(
2849
2849
  zodOpenapi.createRoute({
2850
2850
  method: "get",
2851
- path: "/agent/:subAgentId",
2851
+ path: "/agent/{subAgentId}",
2852
2852
  summary: "Get Artifact Components for Agent",
2853
2853
  operationId: "get-artifact-components-for-agent",
2854
2854
  tags: ["Agent Artifact Component Relations"],
@@ -2880,7 +2880,7 @@ app13.openapi(
2880
2880
  app13.openapi(
2881
2881
  zodOpenapi.createRoute({
2882
2882
  method: "get",
2883
- path: "/component/:artifactComponentId/agents",
2883
+ path: "/component/{artifactComponentId}/agents",
2884
2884
  summary: "Get Agents Using Artifact Component",
2885
2885
  operationId: "get-agents-using-artifact-component",
2886
2886
  tags: ["Agent Artifact Component Relations"],
@@ -2990,7 +2990,7 @@ app13.openapi(
2990
2990
  app13.openapi(
2991
2991
  zodOpenapi.createRoute({
2992
2992
  method: "delete",
2993
- path: "/agent/:subAgentId/component/:artifactComponentId",
2993
+ path: "/agent/{subAgentId}/component/{artifactComponentId}",
2994
2994
  summary: "Remove Artifact Component from Agent",
2995
2995
  operationId: "remove-artifact-component-from-agent",
2996
2996
  tags: ["Agent Artifact Component Relations"],
@@ -3032,7 +3032,7 @@ app13.openapi(
3032
3032
  app13.openapi(
3033
3033
  zodOpenapi.createRoute({
3034
3034
  method: "get",
3035
- path: "/agent/:subAgentId/component/:artifactComponentId/exists",
3035
+ path: "/agent/{subAgentId}/component/{artifactComponentId}/exists",
3036
3036
  summary: "Check if Artifact Component is Associated with Agent",
3037
3037
  operationId: "check-artifact-component-agent-association",
3038
3038
  tags: ["Agent Artifact Component Relations"],
@@ -3067,7 +3067,7 @@ var app14 = new zodOpenapi.OpenAPIHono();
3067
3067
  app14.openapi(
3068
3068
  zodOpenapi.createRoute({
3069
3069
  method: "get",
3070
- path: "/agent/:subAgentId",
3070
+ path: "/agent/{subAgentId}",
3071
3071
  summary: "Get Data Components for Agent",
3072
3072
  operationId: "get-data-components-for-agent",
3073
3073
  tags: ["Agent Data Component Relations"],
@@ -3097,7 +3097,7 @@ app14.openapi(
3097
3097
  app14.openapi(
3098
3098
  zodOpenapi.createRoute({
3099
3099
  method: "get",
3100
- path: "/component/:dataComponentId/agents",
3100
+ path: "/component/{dataComponentId}/agents",
3101
3101
  summary: "Get Agents Using Data Component",
3102
3102
  operationId: "get-agents-using-data-component",
3103
3103
  tags: ["Agent Data Component Relations"],
@@ -3203,7 +3203,7 @@ app14.openapi(
3203
3203
  app14.openapi(
3204
3204
  zodOpenapi.createRoute({
3205
3205
  method: "delete",
3206
- path: "/agent/:subAgentId/component/:dataComponentId",
3206
+ path: "/agent/{subAgentId}/component/{dataComponentId}",
3207
3207
  summary: "Remove Data Component from Agent",
3208
3208
  operationId: "remove-data-component-from-agent",
3209
3209
  tags: ["Agent Data Component Relations"],
@@ -3245,7 +3245,7 @@ app14.openapi(
3245
3245
  app14.openapi(
3246
3246
  zodOpenapi.createRoute({
3247
3247
  method: "get",
3248
- path: "/agent/:subAgentId/component/:dataComponentId/exists",
3248
+ path: "/agent/{subAgentId}/component/{dataComponentId}/exists",
3249
3249
  summary: "Check if Data Component is Associated with Agent",
3250
3250
  operationId: "check-data-component-agent-association",
3251
3251
  tags: ["Agent Data Component Relations"],
package/dist/index.js CHANGED
@@ -2414,7 +2414,7 @@ app11.openapi(
2414
2414
  app11.openapi(
2415
2415
  createRoute({
2416
2416
  method: "get",
2417
- path: "/:id",
2417
+ path: "/{id}",
2418
2418
  summary: "Get Function Tool by ID",
2419
2419
  operationId: "get-function-tool",
2420
2420
  tags: ["Function Tools"],
@@ -2513,7 +2513,7 @@ app11.openapi(
2513
2513
  app11.openapi(
2514
2514
  createRoute({
2515
2515
  method: "put",
2516
- path: "/:id",
2516
+ path: "/{id}",
2517
2517
  summary: "Update Function Tool",
2518
2518
  operationId: "update-function-tool",
2519
2519
  tags: ["Function Tools"],
@@ -2573,7 +2573,7 @@ app11.openapi(
2573
2573
  app11.openapi(
2574
2574
  createRoute({
2575
2575
  method: "delete",
2576
- path: "/:id",
2576
+ path: "/{id}",
2577
2577
  summary: "Delete Function Tool",
2578
2578
  operationId: "delete-function-tool",
2579
2579
  tags: ["Function Tools"],
@@ -2844,7 +2844,7 @@ var app13 = new OpenAPIHono();
2844
2844
  app13.openapi(
2845
2845
  createRoute({
2846
2846
  method: "get",
2847
- path: "/agent/:subAgentId",
2847
+ path: "/agent/{subAgentId}",
2848
2848
  summary: "Get Artifact Components for Agent",
2849
2849
  operationId: "get-artifact-components-for-agent",
2850
2850
  tags: ["Agent Artifact Component Relations"],
@@ -2876,7 +2876,7 @@ app13.openapi(
2876
2876
  app13.openapi(
2877
2877
  createRoute({
2878
2878
  method: "get",
2879
- path: "/component/:artifactComponentId/agents",
2879
+ path: "/component/{artifactComponentId}/agents",
2880
2880
  summary: "Get Agents Using Artifact Component",
2881
2881
  operationId: "get-agents-using-artifact-component",
2882
2882
  tags: ["Agent Artifact Component Relations"],
@@ -2986,7 +2986,7 @@ app13.openapi(
2986
2986
  app13.openapi(
2987
2987
  createRoute({
2988
2988
  method: "delete",
2989
- path: "/agent/:subAgentId/component/:artifactComponentId",
2989
+ path: "/agent/{subAgentId}/component/{artifactComponentId}",
2990
2990
  summary: "Remove Artifact Component from Agent",
2991
2991
  operationId: "remove-artifact-component-from-agent",
2992
2992
  tags: ["Agent Artifact Component Relations"],
@@ -3028,7 +3028,7 @@ app13.openapi(
3028
3028
  app13.openapi(
3029
3029
  createRoute({
3030
3030
  method: "get",
3031
- path: "/agent/:subAgentId/component/:artifactComponentId/exists",
3031
+ path: "/agent/{subAgentId}/component/{artifactComponentId}/exists",
3032
3032
  summary: "Check if Artifact Component is Associated with Agent",
3033
3033
  operationId: "check-artifact-component-agent-association",
3034
3034
  tags: ["Agent Artifact Component Relations"],
@@ -3063,7 +3063,7 @@ var app14 = new OpenAPIHono();
3063
3063
  app14.openapi(
3064
3064
  createRoute({
3065
3065
  method: "get",
3066
- path: "/agent/:subAgentId",
3066
+ path: "/agent/{subAgentId}",
3067
3067
  summary: "Get Data Components for Agent",
3068
3068
  operationId: "get-data-components-for-agent",
3069
3069
  tags: ["Agent Data Component Relations"],
@@ -3093,7 +3093,7 @@ app14.openapi(
3093
3093
  app14.openapi(
3094
3094
  createRoute({
3095
3095
  method: "get",
3096
- path: "/component/:dataComponentId/agents",
3096
+ path: "/component/{dataComponentId}/agents",
3097
3097
  summary: "Get Agents Using Data Component",
3098
3098
  operationId: "get-agents-using-data-component",
3099
3099
  tags: ["Agent Data Component Relations"],
@@ -3199,7 +3199,7 @@ app14.openapi(
3199
3199
  app14.openapi(
3200
3200
  createRoute({
3201
3201
  method: "delete",
3202
- path: "/agent/:subAgentId/component/:dataComponentId",
3202
+ path: "/agent/{subAgentId}/component/{dataComponentId}",
3203
3203
  summary: "Remove Data Component from Agent",
3204
3204
  operationId: "remove-data-component-from-agent",
3205
3205
  tags: ["Agent Data Component Relations"],
@@ -3241,7 +3241,7 @@ app14.openapi(
3241
3241
  app14.openapi(
3242
3242
  createRoute({
3243
3243
  method: "get",
3244
- path: "/agent/:subAgentId/component/:dataComponentId/exists",
3244
+ path: "/agent/{subAgentId}/component/{dataComponentId}/exists",
3245
3245
  summary: "Check if Data Component is Associated with Agent",
3246
3246
  operationId: "check-data-component-agent-association",
3247
3247
  tags: ["Agent Data Component Relations"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-manage-api",
3
- "version": "0.0.0-dev-20251114044436",
3
+ "version": "0.0.0-dev-20251114192858",
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,12 +23,13 @@
23
23
  "openid-client": "^6.6.4",
24
24
  "pino": "^9.7.0",
25
25
  "zod": "^4.1.11",
26
- "@inkeep/agents-core": "^0.0.0-dev-20251114044436"
26
+ "@inkeep/agents-core": "^0.0.0-dev-20251114192858"
27
27
  },
28
28
  "optionalDependencies": {
29
29
  "keytar": "^7.9.0"
30
30
  },
31
31
  "devDependencies": {
32
+ "@electric-sql/pglite": "^0.3.13",
32
33
  "@hono/vite-dev-server": "^0.20.1",
33
34
  "@types/node": "^20.11.24",
34
35
  "@vitest/coverage-v8": "^3.2.4",
@@ -38,8 +39,7 @@
38
39
  "typescript": "^5.3.3",
39
40
  "vite": "^7.1.11",
40
41
  "vite-tsconfig-paths": "^5.1.4",
41
- "vitest": "^3.2.4",
42
- "@electric-sql/pglite": "^0.3.13"
42
+ "vitest": "^3.2.4"
43
43
  },
44
44
  "engines": {
45
45
  "node": ">=22.0.0"