@lssm/example.agent-console 0.0.0-canary-20251216035145 → 0.0.0-canary-20251216062412
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/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +6 -6
- package/dist/agent/agent.presentation.js +1 -1
- package/dist/agent.feature.js +1 -1
- package/dist/run/run.presentation.js +1 -1
- package/dist/tool/tool.presentation.js +1 -1
- package/package.json +1 -1
- package/src/agent/agent.presentation.ts +3 -3
- package/src/agent.feature.ts +18 -18
- package/src/run/run.presentation.ts +2 -2
- package/src/tool/tool.presentation.ts +2 -2
- package/tsconfig.tsbuildinfo +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -16,9 +16,9 @@ $ tsdown
|
|
|
16
16
|
[34mℹ[39m [2mdist/[22m[1mrun/run.entity.js[22m [2m3.69 kB[22m [2m│ gzip: 1.16 kB[22m
|
|
17
17
|
[34mℹ[39m [2mdist/[22m[1mdocs/agent-console.docblock.js[22m [2m3.37 kB[22m [2m│ gzip: 1.36 kB[22m
|
|
18
18
|
[34mℹ[39m [2mdist/[22m[1mshared/mock-tools.js[22m [2m3.09 kB[22m [2m│ gzip: 1.00 kB[22m
|
|
19
|
+
[34mℹ[39m [2mdist/[22m[1magent.feature.js[22m [2m2.88 kB[22m [2m│ gzip: 0.62 kB[22m
|
|
19
20
|
[34mℹ[39m [2mdist/[22m[1magent/agent.entity.js[22m [2m2.87 kB[22m [2m│ gzip: 1.12 kB[22m
|
|
20
21
|
[34mℹ[39m [2mdist/[22m[1mtool/tool.schema.js[22m [2m2.85 kB[22m [2m│ gzip: 0.57 kB[22m
|
|
21
|
-
[34mℹ[39m [2mdist/[22m[1magent.feature.js[22m [2m2.75 kB[22m [2m│ gzip: 0.60 kB[22m
|
|
22
22
|
[34mℹ[39m [2mdist/[22m[1mshared/mock-runs.js[22m [2m2.35 kB[22m [2m│ gzip: 0.72 kB[22m
|
|
23
23
|
[34mℹ[39m [2mdist/[22m[1magent/agent.event.js[22m [2m2.25 kB[22m [2m│ gzip: 0.51 kB[22m
|
|
24
24
|
[34mℹ[39m [2mdist/[22m[1mshared/mock-agents.js[22m [2m2.03 kB[22m [2m│ gzip: 0.81 kB[22m
|
|
@@ -41,6 +41,6 @@ $ tsdown
|
|
|
41
41
|
[34mℹ[39m [2mdist/[22m[1magent/agent.enum.js[22m [2m0.30 kB[22m [2m│ gzip: 0.23 kB[22m
|
|
42
42
|
[34mℹ[39m [2mdist/[22m[1mshared/index.js[22m [2m0.19 kB[22m [2m│ gzip: 0.12 kB[22m
|
|
43
43
|
[34mℹ[39m [2mdist/[22m[1mdocs/index.js[22m [2m0.04 kB[22m [2m│ gzip: 0.06 kB[22m
|
|
44
|
-
[34mℹ[39m 35 files, total: 79.
|
|
45
|
-
[32m✔[39m Build complete in [
|
|
44
|
+
[34mℹ[39m 35 files, total: 79.37 kB
|
|
45
|
+
[32m✔[39m Build complete in [32m156ms[39m
|
|
46
46
|
$ tsc --noEmit
|
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# @lssm/example.agent-console
|
|
2
2
|
|
|
3
|
-
## 0.0.0-canary-
|
|
3
|
+
## 0.0.0-canary-20251216062412
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 3086383: refactor: dependencies upgrade
|
|
8
8
|
- Updated dependencies [3086383]
|
|
9
|
-
- @lssm/lib.contracts@0.0.0-canary-
|
|
10
|
-
- @lssm/lib.schema@0.0.0-canary-
|
|
11
|
-
- @lssm/lib.jobs@0.0.0-canary-
|
|
12
|
-
- @lssm/lib.identity-rbac@0.0.0-canary-
|
|
13
|
-
- @lssm/module.audit-trail@0.0.0-canary-
|
|
9
|
+
- @lssm/lib.contracts@0.0.0-canary-20251216062412
|
|
10
|
+
- @lssm/lib.schema@0.0.0-canary-20251216062412
|
|
11
|
+
- @lssm/lib.jobs@0.0.0-canary-20251216062412
|
|
12
|
+
- @lssm/lib.identity-rbac@0.0.0-canary-20251216062412
|
|
13
|
+
- @lssm/module.audit-trail@0.0.0-canary-20251216062412
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{AgentSummaryModel as e}from"./agent.schema.js";const t={meta:{name:`agent-console.agent.list`,version:1,description:`List view of AI agents with status, model provider, and version info`,domain:`agent-console`,owners:[
|
|
1
|
+
import{AgentSummaryModel as e}from"./agent.schema.js";const t={meta:{name:`agent-console.agent.list`,version:1,description:`List view of AI agents with status, model provider, and version info`,domain:`agent-console`,owners:[`@agent-console-team`],tags:[`agent`,`list`,`dashboard`]},source:{type:`component`,framework:`react`,componentKey:`AgentListView`,props:e},targets:[`react`,`markdown`,`application/json`],policy:{flags:[`agent-console.enabled`]}},n={meta:{name:`agent-console.agent.detail`,version:1,description:`Detailed view of an AI agent with configuration, tools, and recent runs`,domain:`agent-console`,owners:[`@agent-console-team`],tags:[`agent`,`detail`]},source:{type:`component`,framework:`react`,componentKey:`AgentDetailView`},targets:[`react`,`markdown`],policy:{flags:[`agent-console.enabled`]}},r={meta:{name:`agent-console.dashboard`,version:1,description:`Dashboard overview of AI agents, runs, and tools`,domain:`agent-console`,owners:[`@agent-console-team`],tags:[`dashboard`,`overview`]},source:{type:`component`,framework:`react`,componentKey:`AgentConsoleDashboard`},targets:[`react`,`markdown`],policy:{flags:[`agent-console.enabled`]}};export{r as AgentConsoleDashboardPresentation,n as AgentDetailPresentation,t as AgentListPresentation};
|
package/dist/agent.feature.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const e={meta:{key:`agent-console`,title:`AI Agent Console`,description:`AI agent orchestration with tools, runs, and logs management`,domain:`ai-ops`,owners:[
|
|
1
|
+
const e={meta:{key:`agent-console`,title:`AI Agent Console`,description:`AI agent orchestration with tools, runs, and logs management`,domain:`ai-ops`,owners:[`@agent-console-team`],tags:[`ai`,`agents`,`orchestration`],stability:`experimental`},operations:[{name:`agent.agent.create`,version:1},{name:`agent.agent.update`,version:1},{name:`agent.agent.get`,version:1},{name:`agent.agent.list`,version:1},{name:`agent.agent.assignTool`,version:1},{name:`agent.agent.removeTool`,version:1},{name:`agent.tool.create`,version:1},{name:`agent.tool.update`,version:1},{name:`agent.tool.get`,version:1},{name:`agent.tool.list`,version:1},{name:`agent.tool.test`,version:1},{name:`agent.run.execute`,version:1},{name:`agent.run.cancel`,version:1},{name:`agent.run.get`,version:1},{name:`agent.run.list`,version:1},{name:`agent.run.getSteps`,version:1},{name:`agent.run.getLogs`,version:1},{name:`agent.run.getMetrics`,version:1}],events:[{name:`agent.agent.created`,version:1},{name:`agent.agent.updated`,version:1},{name:`agent.agent.toolAssigned`,version:1},{name:`agent.agent.toolRemoved`,version:1},{name:`agent.tool.created`,version:1},{name:`agent.tool.updated`,version:1},{name:`agent.tool.statusChanged`,version:1},{name:`agent.run.started`,version:1},{name:`agent.run.completed`,version:1},{name:`agent.run.failed`,version:1},{name:`agent.run.cancelled`,version:1},{name:`agent.run.toolInvoked`,version:1},{name:`agent.run.toolCompleted`,version:1},{name:`agent.run.messageGenerated`,version:1}],presentations:[{name:`agent-console.dashboard`,version:1},{name:`agent-console.agent.list`,version:1},{name:`agent-console.agent.detail`,version:1},{name:`agent-console.run.list`,version:1},{name:`agent-console.run.detail`,version:1},{name:`agent-console.tool.list`,version:1},{name:`agent-console.tool.detail`,version:1}],opToPresentation:[{op:{name:`agent.agent.list`,version:1},pres:{name:`agent-console.agent.list`,version:1}},{op:{name:`agent.agent.get`,version:1},pres:{name:`agent-console.agent.detail`,version:1}},{op:{name:`agent.run.list`,version:1},pres:{name:`agent-console.run.list`,version:1}},{op:{name:`agent.run.get`,version:1},pres:{name:`agent-console.run.detail`,version:1}},{op:{name:`agent.tool.list`,version:1},pres:{name:`agent-console.tool.list`,version:1}},{op:{name:`agent.tool.get`,version:1},pres:{name:`agent-console.tool.detail`,version:1}}],presentationsTargets:[{name:`agent-console.dashboard`,version:1,targets:[`react`,`markdown`]},{name:`agent-console.agent.list`,version:1,targets:[`react`,`markdown`,`application/json`]},{name:`agent-console.run.list`,version:1,targets:[`react`,`markdown`,`application/json`]},{name:`agent-console.tool.list`,version:1,targets:[`react`,`markdown`,`application/json`]}],capabilities:{requires:[{key:`identity`,version:1},{key:`audit-trail`,version:1},{key:`jobs`,version:1}]}};export{e as AgentConsoleFeature};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{RunSummaryModel as e}from"./run.schema.js";const t={meta:{name:`agent-console.run.list`,version:1,description:`List view of agent runs with status, tokens, and duration info`,domain:`agent-console`,owners:[
|
|
1
|
+
import{RunSummaryModel as e}from"./run.schema.js";const t={meta:{name:`agent-console.run.list`,version:1,description:`List view of agent runs with status, tokens, and duration info`,domain:`agent-console`,owners:[`@agent-console-team`],tags:[`run`,`list`,`dashboard`]},source:{type:`component`,framework:`react`,componentKey:`RunListView`,props:e},targets:[`react`,`markdown`,`application/json`],policy:{flags:[`agent-console.enabled`]}},n={meta:{name:`agent-console.run.detail`,version:1,description:`Detailed view of an agent run with steps, logs, and metrics`,domain:`agent-console`,owners:[`@agent-console-team`],tags:[`run`,`detail`]},source:{type:`component`,framework:`react`,componentKey:`RunDetailView`},targets:[`react`,`markdown`],policy:{flags:[`agent-console.enabled`]}};export{n as RunDetailPresentation,t as RunListPresentation};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{ToolSummaryModel as e}from"./tool.schema.js";const t={meta:{name:`agent-console.tool.list`,version:1,description:`List view of AI tools with category, status, and version info`,domain:`agent-console`,owners:[
|
|
1
|
+
import{ToolSummaryModel as e}from"./tool.schema.js";const t={meta:{name:`agent-console.tool.list`,version:1,description:`List view of AI tools with category, status, and version info`,domain:`agent-console`,owners:[`@agent-console-team`],tags:[`tool`,`list`,`dashboard`]},source:{type:`component`,framework:`react`,componentKey:`ToolListView`,props:e},targets:[`react`,`markdown`,`application/json`],policy:{flags:[`agent-console.enabled`]}},n={meta:{name:`agent-console.tool.detail`,version:1,description:`Detailed view of an AI tool with configuration and test panel`,domain:`agent-console`,owners:[`@agent-console-team`],tags:[`tool`,`detail`]},source:{type:`component`,framework:`react`,componentKey:`ToolDetailView`},targets:[`react`,`markdown`],policy:{flags:[`agent-console.enabled`]}};export{n as ToolDetailPresentation,t as ToolListPresentation};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/example.agent-console",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251216062412",
|
|
4
4
|
"description": "Agent Console example - AI agent orchestration with tools, runs, and logs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -11,7 +11,7 @@ export const AgentListPresentation: PresentationDescriptorV2 = {
|
|
|
11
11
|
description:
|
|
12
12
|
'List view of AI agents with status, model provider, and version info',
|
|
13
13
|
domain: 'agent-console',
|
|
14
|
-
owners: ['agent-console-team'],
|
|
14
|
+
owners: ['@agent-console-team'],
|
|
15
15
|
tags: ['agent', 'list', 'dashboard'],
|
|
16
16
|
},
|
|
17
17
|
source: {
|
|
@@ -34,7 +34,7 @@ export const AgentDetailPresentation: PresentationDescriptorV2 = {
|
|
|
34
34
|
description:
|
|
35
35
|
'Detailed view of an AI agent with configuration, tools, and recent runs',
|
|
36
36
|
domain: 'agent-console',
|
|
37
|
-
owners: ['agent-console-team'],
|
|
37
|
+
owners: ['@agent-console-team'],
|
|
38
38
|
tags: ['agent', 'detail'],
|
|
39
39
|
},
|
|
40
40
|
source: {
|
|
@@ -55,7 +55,7 @@ export const AgentConsoleDashboardPresentation: PresentationDescriptorV2 = {
|
|
|
55
55
|
version: 1,
|
|
56
56
|
description: 'Dashboard overview of AI agents, runs, and tools',
|
|
57
57
|
domain: 'agent-console',
|
|
58
|
-
owners: ['agent-console-team'],
|
|
58
|
+
owners: ['@agent-console-team'],
|
|
59
59
|
tags: ['dashboard', 'overview'],
|
|
60
60
|
},
|
|
61
61
|
source: {
|
package/src/agent.feature.ts
CHANGED
|
@@ -15,7 +15,7 @@ export const AgentConsoleFeature: FeatureModuleSpec = {
|
|
|
15
15
|
title: 'AI Agent Console',
|
|
16
16
|
description: 'AI agent orchestration with tools, runs, and logs management',
|
|
17
17
|
domain: 'ai-ops',
|
|
18
|
-
owners: ['agent-console-team'],
|
|
18
|
+
owners: ['@agent-console-team'],
|
|
19
19
|
tags: ['ai', 'agents', 'orchestration'],
|
|
20
20
|
stability: 'experimental',
|
|
21
21
|
},
|
|
@@ -50,19 +50,24 @@ export const AgentConsoleFeature: FeatureModuleSpec = {
|
|
|
50
50
|
// Events emitted by this feature
|
|
51
51
|
events: [
|
|
52
52
|
// Agent events
|
|
53
|
-
{ name: 'agent.created', version: 1 },
|
|
54
|
-
{ name: 'agent.updated', version: 1 },
|
|
55
|
-
{ name: 'agent.
|
|
53
|
+
{ name: 'agent.agent.created', version: 1 },
|
|
54
|
+
{ name: 'agent.agent.updated', version: 1 },
|
|
55
|
+
{ name: 'agent.agent.toolAssigned', version: 1 },
|
|
56
|
+
{ name: 'agent.agent.toolRemoved', version: 1 },
|
|
56
57
|
|
|
57
58
|
// Tool events
|
|
58
|
-
{ name: 'tool.created', version: 1 },
|
|
59
|
-
{ name: 'tool.updated', version: 1 },
|
|
59
|
+
{ name: 'agent.tool.created', version: 1 },
|
|
60
|
+
{ name: 'agent.tool.updated', version: 1 },
|
|
61
|
+
{ name: 'agent.tool.statusChanged', version: 1 },
|
|
60
62
|
|
|
61
63
|
// Run events
|
|
62
|
-
{ name: 'run.started', version: 1 },
|
|
63
|
-
{ name: 'run.completed', version: 1 },
|
|
64
|
-
{ name: 'run.failed', version: 1 },
|
|
65
|
-
{ name: 'run.cancelled', version: 1 },
|
|
64
|
+
{ name: 'agent.run.started', version: 1 },
|
|
65
|
+
{ name: 'agent.run.completed', version: 1 },
|
|
66
|
+
{ name: 'agent.run.failed', version: 1 },
|
|
67
|
+
{ name: 'agent.run.cancelled', version: 1 },
|
|
68
|
+
{ name: 'agent.run.toolInvoked', version: 1 },
|
|
69
|
+
{ name: 'agent.run.toolCompleted', version: 1 },
|
|
70
|
+
{ name: 'agent.run.messageGenerated', version: 1 },
|
|
66
71
|
],
|
|
67
72
|
|
|
68
73
|
// Presentations associated with this feature
|
|
@@ -72,8 +77,7 @@ export const AgentConsoleFeature: FeatureModuleSpec = {
|
|
|
72
77
|
{ name: 'agent-console.agent.detail', version: 1 },
|
|
73
78
|
{ name: 'agent-console.run.list', version: 1 },
|
|
74
79
|
{ name: 'agent-console.run.detail', version: 1 },
|
|
75
|
-
{ name: 'agent-console.
|
|
76
|
-
{ name: 'agent-console.tool.registry', version: 1 },
|
|
80
|
+
{ name: 'agent-console.tool.list', version: 1 },
|
|
77
81
|
{ name: 'agent-console.tool.detail', version: 1 },
|
|
78
82
|
],
|
|
79
83
|
|
|
@@ -95,13 +99,9 @@ export const AgentConsoleFeature: FeatureModuleSpec = {
|
|
|
95
99
|
op: { name: 'agent.run.get', version: 1 },
|
|
96
100
|
pres: { name: 'agent-console.run.detail', version: 1 },
|
|
97
101
|
},
|
|
98
|
-
{
|
|
99
|
-
op: { name: 'agent.run.getMetrics', version: 1 },
|
|
100
|
-
pres: { name: 'agent-console.run.metrics', version: 1 },
|
|
101
|
-
},
|
|
102
102
|
{
|
|
103
103
|
op: { name: 'agent.tool.list', version: 1 },
|
|
104
|
-
pres: { name: 'agent-console.tool.
|
|
104
|
+
pres: { name: 'agent-console.tool.list', version: 1 },
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
op: { name: 'agent.tool.get', version: 1 },
|
|
@@ -127,7 +127,7 @@ export const AgentConsoleFeature: FeatureModuleSpec = {
|
|
|
127
127
|
targets: ['react', 'markdown', 'application/json'],
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
|
-
name: 'agent-console.tool.
|
|
130
|
+
name: 'agent-console.tool.list',
|
|
131
131
|
version: 1,
|
|
132
132
|
targets: ['react', 'markdown', 'application/json'],
|
|
133
133
|
},
|
|
@@ -11,7 +11,7 @@ export const RunListPresentation: PresentationDescriptorV2 = {
|
|
|
11
11
|
description:
|
|
12
12
|
'List view of agent runs with status, tokens, and duration info',
|
|
13
13
|
domain: 'agent-console',
|
|
14
|
-
owners: ['agent-console-team'],
|
|
14
|
+
owners: ['@agent-console-team'],
|
|
15
15
|
tags: ['run', 'list', 'dashboard'],
|
|
16
16
|
},
|
|
17
17
|
source: {
|
|
@@ -33,7 +33,7 @@ export const RunDetailPresentation: PresentationDescriptorV2 = {
|
|
|
33
33
|
version: 1,
|
|
34
34
|
description: 'Detailed view of an agent run with steps, logs, and metrics',
|
|
35
35
|
domain: 'agent-console',
|
|
36
|
-
owners: ['agent-console-team'],
|
|
36
|
+
owners: ['@agent-console-team'],
|
|
37
37
|
tags: ['run', 'detail'],
|
|
38
38
|
},
|
|
39
39
|
source: {
|
|
@@ -11,7 +11,7 @@ export const ToolListPresentation: PresentationDescriptorV2 = {
|
|
|
11
11
|
description:
|
|
12
12
|
'List view of AI tools with category, status, and version info',
|
|
13
13
|
domain: 'agent-console',
|
|
14
|
-
owners: ['agent-console-team'],
|
|
14
|
+
owners: ['@agent-console-team'],
|
|
15
15
|
tags: ['tool', 'list', 'dashboard'],
|
|
16
16
|
},
|
|
17
17
|
source: {
|
|
@@ -34,7 +34,7 @@ export const ToolDetailPresentation: PresentationDescriptorV2 = {
|
|
|
34
34
|
description:
|
|
35
35
|
'Detailed view of an AI tool with configuration and test panel',
|
|
36
36
|
domain: 'agent-console',
|
|
37
|
-
owners: ['agent-console-team'],
|
|
37
|
+
owners: ['@agent-console-team'],
|
|
38
38
|
tags: ['tool', 'detail'],
|
|
39
39
|
},
|
|
40
40
|
source: {
|