@copilotkitnext/angular 1.52.0 → 1.52.1-next.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.
@@ -7,6 +7,7 @@ export interface CopilotKitConfig {
7
7
  licenseKey?: string;
8
8
  properties?: Record<string, unknown>;
9
9
  agents?: Record<string, AbstractAgent>;
10
+ selfManagedAgents?: Record<string, AbstractAgent>;
10
11
  tools?: ClientTool[];
11
12
  renderToolCalls?: RenderToolCallConfig[];
12
13
  frontendTools?: FrontendToolConfig[];
@@ -28,6 +28,7 @@ export declare class CopilotKit {
28
28
  headers?: Record<string, string>;
29
29
  properties?: Record<string, unknown>;
30
30
  agents?: Record<string, AbstractAgent>;
31
+ selfManagedAgents?: Record<string, AbstractAgent>;
31
32
  }): void;
32
33
  static ɵfac: i0.ɵɵFactoryDeclaration<CopilotKit, never>;
33
34
  static ɵprov: i0.ɵɵInjectableDeclaration<CopilotKit>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotkitnext/angular",
3
- "version": "1.52.0",
3
+ "version": "1.52.1-next.1",
4
4
  "description": "Angular library for CopilotKit",
5
5
  "main": "dist/fesm2022/copilotkitnext-angular.mjs",
6
6
  "module": "dist/fesm2022/copilotkitnext-angular.mjs",
@@ -24,8 +24,8 @@
24
24
  "tailwind-merge": "^2.6.0",
25
25
  "zod": "^3.22.4",
26
26
  "tslib": "^2.6.0",
27
- "@copilotkitnext/core": "1.52.0",
28
- "@copilotkitnext/shared": "1.52.0"
27
+ "@copilotkitnext/core": "1.52.1-next.1",
28
+ "@copilotkitnext/shared": "1.52.1-next.1"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@angular/cdk": "^19.0.0",
@@ -68,8 +68,8 @@
68
68
  "vite": "^7.1.4",
69
69
  "vitest": "^3.2.4",
70
70
  "zone.js": "^0.14.0",
71
- "@copilotkitnext/eslint-config": "1.52.0",
72
- "@copilotkitnext/typescript-config": "1.52.0"
71
+ "@copilotkitnext/eslint-config": "1.52.1-next.1",
72
+ "@copilotkitnext/typescript-config": "1.52.1-next.1"
73
73
  },
74
74
  "publishConfig": {
75
75
  "access": "public"