@lssm/example.agent-console 0.0.0-canary-20251207012602 → 0.0.0-canary-20251207013726

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.
@@ -92,7 +92,7 @@ declare function mockUpdateAgentHandler(input: {
92
92
  }): Promise<{
93
93
  id: string;
94
94
  name: string;
95
- status: "ACTIVE" | "PAUSED" | "DRAFT" | "ARCHIVED";
95
+ status: "DRAFT" | "ACTIVE" | "PAUSED" | "ARCHIVED";
96
96
  updatedAt: Date;
97
97
  }>;
98
98
  //#endregion
@@ -2,10 +2,10 @@ import { AgentDetailPresentation, AgentListPresentation } from "./agent-list.js"
2
2
  import { RunDetailPresentation, RunListPresentation, RunMetricsPresentation } from "./run-list.js";
3
3
  import { ToolDetailPresentation, ToolRegistryPresentation } from "./tool-registry.js";
4
4
  import { AgentConsoleDashboardPresentation } from "./dashboard.js";
5
- import * as _lssm_lib_contracts13 from "@lssm/lib.contracts";
5
+ import * as _lssm_lib_contracts25 from "@lssm/lib.contracts";
6
6
 
7
7
  //#region src/presentations/index.d.ts
8
8
 
9
- declare const AgentConsolePresentations: _lssm_lib_contracts13.PresentationDescriptorV2[];
9
+ declare const AgentConsolePresentations: _lssm_lib_contracts25.PresentationDescriptorV2[];
10
10
  //#endregion
11
11
  export { AgentConsoleDashboardPresentation, AgentConsolePresentations, AgentDetailPresentation, AgentListPresentation, RunDetailPresentation, RunListPresentation, RunMetricsPresentation, ToolDetailPresentation, ToolRegistryPresentation };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.agent-console",
3
- "version": "0.0.0-canary-20251207012602",
3
+ "version": "0.0.0-canary-20251207013726",
4
4
  "description": "Agent Console example - AI agent orchestration with tools, runs, and logs",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",