@contractspec/example.agent-console 0.0.0-canary-20260113170453
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$colon$bundle.log +280 -0
- package/.turbo/turbo-build.log +281 -0
- package/CHANGELOG.md +368 -0
- package/LICENSE +21 -0
- package/README.md +86 -0
- package/dist/agent/agent.entity.d.ts +55 -0
- package/dist/agent/agent.entity.d.ts.map +1 -0
- package/dist/agent/agent.entity.js +136 -0
- package/dist/agent/agent.entity.js.map +1 -0
- package/dist/agent/agent.enum.d.ts +18 -0
- package/dist/agent/agent.enum.d.ts.map +1 -0
- package/dist/agent/agent.enum.js +34 -0
- package/dist/agent/agent.enum.js.map +1 -0
- package/dist/agent/agent.event.d.ts +128 -0
- package/dist/agent/agent.event.d.ts.map +1 -0
- package/dist/agent/agent.event.js +210 -0
- package/dist/agent/agent.event.js.map +1 -0
- package/dist/agent/agent.handler.d.ts +100 -0
- package/dist/agent/agent.handler.d.ts.map +1 -0
- package/dist/agent/agent.handler.js +84 -0
- package/dist/agent/agent.handler.js.map +1 -0
- package/dist/agent/agent.operation.d.ts +471 -0
- package/dist/agent/agent.operation.d.ts.map +1 -0
- package/dist/agent/agent.operation.js +486 -0
- package/dist/agent/agent.operation.js.map +1 -0
- package/dist/agent/agent.presentation.d.ts +18 -0
- package/dist/agent/agent.presentation.d.ts.map +1 -0
- package/dist/agent/agent.presentation.js +89 -0
- package/dist/agent/agent.presentation.js.map +1 -0
- package/dist/agent/agent.schema.d.ts +401 -0
- package/dist/agent/agent.schema.d.ts.map +1 -0
- package/dist/agent/agent.schema.js +406 -0
- package/dist/agent/agent.schema.js.map +1 -0
- package/dist/agent/agent.test-spec.d.ts +8 -0
- package/dist/agent/agent.test-spec.d.ts.map +1 -0
- package/dist/agent/agent.test-spec.js +65 -0
- package/dist/agent/agent.test-spec.js.map +1 -0
- package/dist/agent/index.d.ts +8 -0
- package/dist/agent/index.js +9 -0
- package/dist/agent.capability.d.ts +7 -0
- package/dist/agent.capability.d.ts.map +1 -0
- package/dist/agent.capability.js +20 -0
- package/dist/agent.capability.js.map +1 -0
- package/dist/agent.feature.d.ts +12 -0
- package/dist/agent.feature.d.ts.map +1 -0
- package/dist/agent.feature.js +305 -0
- package/dist/agent.feature.js.map +1 -0
- package/dist/docs/agent-console.docblock.d.ts +1 -0
- package/dist/docs/agent-console.docblock.js +113 -0
- package/dist/docs/agent-console.docblock.js.map +1 -0
- package/dist/docs/index.d.ts +1 -0
- package/dist/docs/index.js +1 -0
- package/dist/example.d.ts +7 -0
- package/dist/example.d.ts.map +1 -0
- package/dist/example.js +58 -0
- package/dist/example.js.map +1 -0
- package/dist/handlers/agent.handlers.d.ts +135 -0
- package/dist/handlers/agent.handlers.d.ts.map +1 -0
- package/dist/handlers/agent.handlers.js +263 -0
- package/dist/handlers/agent.handlers.js.map +1 -0
- package/dist/handlers/index.d.ts +5 -0
- package/dist/handlers/index.js +6 -0
- package/dist/index.d.ts +48 -0
- package/dist/index.js +50 -0
- package/dist/presentations/index.d.ts +4 -0
- package/dist/presentations/index.js +5 -0
- package/dist/run/index.d.ts +8 -0
- package/dist/run/index.js +9 -0
- package/dist/run/run.entity.d.ts +82 -0
- package/dist/run/run.entity.d.ts.map +1 -0
- package/dist/run/run.entity.js +205 -0
- package/dist/run/run.entity.js.map +1 -0
- package/dist/run/run.enum.d.ts +22 -0
- package/dist/run/run.enum.d.ts.map +1 -0
- package/dist/run/run.enum.js +45 -0
- package/dist/run/run.enum.js.map +1 -0
- package/dist/run/run.event.d.ts +290 -0
- package/dist/run/run.event.d.ts.map +1 -0
- package/dist/run/run.event.js +434 -0
- package/dist/run/run.event.js.map +1 -0
- package/dist/run/run.handler.d.ts +203 -0
- package/dist/run/run.handler.d.ts.map +1 -0
- package/dist/run/run.handler.js +83 -0
- package/dist/run/run.handler.js.map +1 -0
- package/dist/run/run.operation.d.ts +720 -0
- package/dist/run/run.operation.d.ts.map +1 -0
- package/dist/run/run.operation.js +626 -0
- package/dist/run/run.operation.js.map +1 -0
- package/dist/run/run.presentation.d.ts +14 -0
- package/dist/run/run.presentation.d.ts.map +1 -0
- package/dist/run/run.presentation.js +65 -0
- package/dist/run/run.presentation.js.map +1 -0
- package/dist/run/run.schema.d.ts +416 -0
- package/dist/run/run.schema.d.ts.map +1 -0
- package/dist/run/run.schema.js +338 -0
- package/dist/run/run.schema.js.map +1 -0
- package/dist/run/run.test-spec.d.ts +8 -0
- package/dist/run/run.test-spec.d.ts.map +1 -0
- package/dist/run/run.test-spec.js +65 -0
- package/dist/run/run.test-spec.js.map +1 -0
- package/dist/seeders/index.d.ts +10 -0
- package/dist/seeders/index.d.ts.map +1 -0
- package/dist/seeders/index.js +20 -0
- package/dist/seeders/index.js.map +1 -0
- package/dist/shared/index.d.ts +4 -0
- package/dist/shared/index.js +5 -0
- package/dist/shared/mock-agents.d.ts +88 -0
- package/dist/shared/mock-agents.d.ts.map +1 -0
- package/dist/shared/mock-agents.js +94 -0
- package/dist/shared/mock-agents.js.map +1 -0
- package/dist/shared/mock-runs.d.ts +120 -0
- package/dist/shared/mock-runs.d.ts.map +1 -0
- package/dist/shared/mock-runs.js +118 -0
- package/dist/shared/mock-runs.js.map +1 -0
- package/dist/shared/mock-tools.d.ts +244 -0
- package/dist/shared/mock-tools.d.ts.map +1 -0
- package/dist/shared/mock-tools.js +181 -0
- package/dist/shared/mock-tools.js.map +1 -0
- package/dist/shared/overlay-types.d.ts +34 -0
- package/dist/shared/overlay-types.d.ts.map +1 -0
- package/dist/shared/overlay-types.js +0 -0
- package/dist/tool/index.d.ts +8 -0
- package/dist/tool/index.js +9 -0
- package/dist/tool/tool.entity.d.ts +42 -0
- package/dist/tool/tool.entity.d.ts.map +1 -0
- package/dist/tool/tool.entity.js +105 -0
- package/dist/tool/tool.entity.js.map +1 -0
- package/dist/tool/tool.enum.d.ts +18 -0
- package/dist/tool/tool.enum.d.ts.map +1 -0
- package/dist/tool/tool.enum.js +35 -0
- package/dist/tool/tool.enum.js.map +1 -0
- package/dist/tool/tool.event.d.ts +103 -0
- package/dist/tool/tool.event.d.ts.map +1 -0
- package/dist/tool/tool.event.js +159 -0
- package/dist/tool/tool.event.js.map +1 -0
- package/dist/tool/tool.handler.d.ts +315 -0
- package/dist/tool/tool.handler.d.ts.map +1 -0
- package/dist/tool/tool.handler.js +87 -0
- package/dist/tool/tool.handler.js.map +1 -0
- package/dist/tool/tool.operation.d.ts +411 -0
- package/dist/tool/tool.operation.d.ts.map +1 -0
- package/dist/tool/tool.operation.js +406 -0
- package/dist/tool/tool.operation.js.map +1 -0
- package/dist/tool/tool.presentation.d.ts +14 -0
- package/dist/tool/tool.presentation.d.ts.map +1 -0
- package/dist/tool/tool.presentation.js +65 -0
- package/dist/tool/tool.presentation.js.map +1 -0
- package/dist/tool/tool.schema.d.ts +218 -0
- package/dist/tool/tool.schema.d.ts.map +1 -0
- package/dist/tool/tool.schema.js +236 -0
- package/dist/tool/tool.schema.js.map +1 -0
- package/dist/tool/tool.test-spec.d.ts +8 -0
- package/dist/tool/tool.test-spec.d.ts.map +1 -0
- package/dist/tool/tool.test-spec.js +65 -0
- package/dist/tool/tool.test-spec.js.map +1 -0
- package/dist/ui/AgentDashboard.d.ts +7 -0
- package/dist/ui/AgentDashboard.d.ts.map +1 -0
- package/dist/ui/AgentDashboard.js +420 -0
- package/dist/ui/AgentDashboard.js.map +1 -0
- package/dist/ui/AgentRunList.d.ts +2 -0
- package/dist/ui/AgentRunList.js +5 -0
- package/dist/ui/AgentToolRegistry.d.ts +2 -0
- package/dist/ui/AgentToolRegistry.js +5 -0
- package/dist/ui/hooks/index.d.ts +6 -0
- package/dist/ui/hooks/index.js +8 -0
- package/dist/ui/hooks/useAgentList.d.ts +28 -0
- package/dist/ui/hooks/useAgentList.d.ts.map +1 -0
- package/dist/ui/hooks/useAgentList.js +66 -0
- package/dist/ui/hooks/useAgentList.js.map +1 -0
- package/dist/ui/hooks/useAgentMutations.d.ts +29 -0
- package/dist/ui/hooks/useAgentMutations.d.ts.map +1 -0
- package/dist/ui/hooks/useAgentMutations.js +124 -0
- package/dist/ui/hooks/useAgentMutations.js.map +1 -0
- package/dist/ui/hooks/useRunList.d.ts +24 -0
- package/dist/ui/hooks/useRunList.d.ts.map +1 -0
- package/dist/ui/hooks/useRunList.js +66 -0
- package/dist/ui/hooks/useRunList.js.map +1 -0
- package/dist/ui/hooks/useToolList.d.ts +40 -0
- package/dist/ui/hooks/useToolList.d.ts.map +1 -0
- package/dist/ui/hooks/useToolList.js +96 -0
- package/dist/ui/hooks/useToolList.js.map +1 -0
- package/dist/ui/index.d.ts +24 -0
- package/dist/ui/index.js +24 -0
- package/dist/ui/modals/AgentActionsModal.d.ts +27 -0
- package/dist/ui/modals/AgentActionsModal.d.ts.map +1 -0
- package/dist/ui/modals/AgentActionsModal.js +262 -0
- package/dist/ui/modals/AgentActionsModal.js.map +1 -0
- package/dist/ui/modals/CreateAgentModal.d.ts +25 -0
- package/dist/ui/modals/CreateAgentModal.d.ts.map +1 -0
- package/dist/ui/modals/CreateAgentModal.js +214 -0
- package/dist/ui/modals/CreateAgentModal.js.map +1 -0
- package/dist/ui/modals/index.d.ts +3 -0
- package/dist/ui/modals/index.js +4 -0
- package/dist/ui/overlays/demo-overlays.d.ts +19 -0
- package/dist/ui/overlays/demo-overlays.d.ts.map +1 -0
- package/dist/ui/overlays/demo-overlays.js +73 -0
- package/dist/ui/overlays/demo-overlays.js.map +1 -0
- package/dist/ui/overlays/index.d.ts +2 -0
- package/dist/ui/overlays/index.js +3 -0
- package/dist/ui/renderers/agent-list.markdown.d.ts +15 -0
- package/dist/ui/renderers/agent-list.markdown.d.ts.map +1 -0
- package/dist/ui/renderers/agent-list.markdown.js +51 -0
- package/dist/ui/renderers/agent-list.markdown.js.map +1 -0
- package/dist/ui/renderers/agent-list.renderer.d.ts +11 -0
- package/dist/ui/renderers/agent-list.renderer.d.ts.map +1 -0
- package/dist/ui/renderers/agent-list.renderer.js +19 -0
- package/dist/ui/renderers/agent-list.renderer.js.map +1 -0
- package/dist/ui/renderers/dashboard.markdown.d.ts +15 -0
- package/dist/ui/renderers/dashboard.markdown.d.ts.map +1 -0
- package/dist/ui/renderers/dashboard.markdown.js +100 -0
- package/dist/ui/renderers/dashboard.markdown.js.map +1 -0
- package/dist/ui/renderers/index.d.ts +6 -0
- package/dist/ui/renderers/index.js +7 -0
- package/dist/ui/renderers/run-list.markdown.d.ts +15 -0
- package/dist/ui/renderers/run-list.markdown.d.ts.map +1 -0
- package/dist/ui/renderers/run-list.markdown.js +44 -0
- package/dist/ui/renderers/run-list.markdown.js.map +1 -0
- package/dist/ui/renderers/tool-registry.markdown.d.ts +15 -0
- package/dist/ui/renderers/tool-registry.markdown.d.ts.map +1 -0
- package/dist/ui/renderers/tool-registry.markdown.js +55 -0
- package/dist/ui/renderers/tool-registry.markdown.js.map +1 -0
- package/dist/ui/views/AgentListView.d.ts +7 -0
- package/dist/ui/views/AgentListView.d.ts.map +1 -0
- package/dist/ui/views/AgentListView.js +93 -0
- package/dist/ui/views/AgentListView.js.map +1 -0
- package/dist/ui/views/RunListView.d.ts +14 -0
- package/dist/ui/views/RunListView.d.ts.map +1 -0
- package/dist/ui/views/RunListView.js +165 -0
- package/dist/ui/views/RunListView.js.map +1 -0
- package/dist/ui/views/ToolRegistryView.d.ts +14 -0
- package/dist/ui/views/ToolRegistryView.d.ts.map +1 -0
- package/dist/ui/views/ToolRegistryView.js +97 -0
- package/dist/ui/views/ToolRegistryView.js.map +1 -0
- package/dist/ui/views/index.d.ts +4 -0
- package/dist/ui/views/index.js +5 -0
- package/example.ts +1 -0
- package/package.json +155 -0
- package/src/agent/agent.entity.ts +137 -0
- package/src/agent/agent.enum.ts +31 -0
- package/src/agent/agent.event.ts +142 -0
- package/src/agent/agent.handler.ts +178 -0
- package/src/agent/agent.operation.ts +444 -0
- package/src/agent/agent.presentation.ts +80 -0
- package/src/agent/agent.schema.ts +214 -0
- package/src/agent/agent.test-spec.ts +55 -0
- package/src/agent/index.ts +67 -0
- package/src/agent.capability.ts +13 -0
- package/src/agent.feature.ts +147 -0
- package/src/docs/agent-console.docblock.ts +97 -0
- package/src/docs/index.ts +1 -0
- package/src/example.ts +41 -0
- package/src/handlers/agent.handlers.ts +572 -0
- package/src/handlers/index.ts +30 -0
- package/src/index.ts +32 -0
- package/src/presentations/index.ts +26 -0
- package/src/run/index.ts +68 -0
- package/src/run/run.entity.ts +175 -0
- package/src/run/run.enum.ts +43 -0
- package/src/run/run.event.ts +264 -0
- package/src/run/run.handler.ts +138 -0
- package/src/run/run.operation.ts +524 -0
- package/src/run/run.presentation.ts +54 -0
- package/src/run/run.schema.ts +169 -0
- package/src/run/run.test-spec.ts +55 -0
- package/src/seeders/index.ts +29 -0
- package/src/shared/index.ts +6 -0
- package/src/shared/mock-agents.ts +81 -0
- package/src/shared/mock-runs.ts +107 -0
- package/src/shared/mock-tools.ts +145 -0
- package/src/shared/overlay-types.ts +39 -0
- package/src/tool/index.ts +60 -0
- package/src/tool/tool.entity.ts +99 -0
- package/src/tool/tool.enum.ts +32 -0
- package/src/tool/tool.event.ts +119 -0
- package/src/tool/tool.handler.ts +154 -0
- package/src/tool/tool.operation.ts +366 -0
- package/src/tool/tool.presentation.ts +55 -0
- package/src/tool/tool.schema.ts +133 -0
- package/src/tool/tool.test-spec.ts +55 -0
- package/src/ui/AgentDashboard.tsx +416 -0
- package/src/ui/AgentRunList.tsx +8 -0
- package/src/ui/AgentToolRegistry.tsx +8 -0
- package/src/ui/hooks/index.ts +14 -0
- package/src/ui/hooks/useAgentList.ts +80 -0
- package/src/ui/hooks/useAgentMutations.ts +156 -0
- package/src/ui/hooks/useRunList.ts +81 -0
- package/src/ui/hooks/useToolList.ts +122 -0
- package/src/ui/index.ts +21 -0
- package/src/ui/modals/AgentActionsModal.tsx +306 -0
- package/src/ui/modals/CreateAgentModal.tsx +257 -0
- package/src/ui/modals/index.ts +2 -0
- package/src/ui/overlays/demo-overlays.ts +77 -0
- package/src/ui/overlays/index.ts +1 -0
- package/src/ui/renderers/agent-list.markdown.ts +84 -0
- package/src/ui/renderers/agent-list.renderer.tsx +27 -0
- package/src/ui/renderers/dashboard.markdown.ts +169 -0
- package/src/ui/renderers/index.ts +12 -0
- package/src/ui/renderers/run-list.markdown.ts +75 -0
- package/src/ui/renderers/tool-registry.markdown.ts +91 -0
- package/src/ui/views/AgentListView.tsx +113 -0
- package/src/ui/views/RunListView.tsx +173 -0
- package/src/ui/views/ToolRegistryView.tsx +140 -0
- package/src/ui/views/index.ts +6 -0
- package/tsconfig.json +10 -0
- package/tsconfig.tsbuildinfo +1 -0
- package/tsdown.config.js +7 -0
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import { defineEvent, defineSchemaModel } from '@contractspec/lib.contracts';
|
|
2
|
+
import { ScalarTypeEnum } from '@contractspec/lib.schema';
|
|
3
|
+
|
|
4
|
+
const OWNERS = ['@agent-console-team'] as const;
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Payload for agent created event.
|
|
8
|
+
*/
|
|
9
|
+
const AgentCreatedPayload = defineSchemaModel({
|
|
10
|
+
name: 'AgentCreatedPayload',
|
|
11
|
+
description: 'Payload for agent created event',
|
|
12
|
+
fields: {
|
|
13
|
+
id: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },
|
|
14
|
+
organizationId: {
|
|
15
|
+
type: ScalarTypeEnum.String_unsecure(),
|
|
16
|
+
isOptional: false,
|
|
17
|
+
},
|
|
18
|
+
name: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },
|
|
19
|
+
slug: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },
|
|
20
|
+
modelProvider: {
|
|
21
|
+
type: ScalarTypeEnum.String_unsecure(),
|
|
22
|
+
isOptional: false,
|
|
23
|
+
},
|
|
24
|
+
modelName: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },
|
|
25
|
+
toolCount: { type: ScalarTypeEnum.Int_unsecure(), isOptional: false },
|
|
26
|
+
createdById: { type: ScalarTypeEnum.String_unsecure(), isOptional: true },
|
|
27
|
+
createdAt: { type: ScalarTypeEnum.DateTime(), isOptional: false },
|
|
28
|
+
},
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* AgentCreatedEvent - A new agent was created.
|
|
33
|
+
*/
|
|
34
|
+
export const AgentCreatedEvent = defineEvent({
|
|
35
|
+
meta: {
|
|
36
|
+
key: 'agent-console.agent.created',
|
|
37
|
+
version: '1.0.0',
|
|
38
|
+
description: 'A new AI agent was configured.',
|
|
39
|
+
stability: 'stable',
|
|
40
|
+
owners: [...OWNERS],
|
|
41
|
+
tags: ['agent', 'created'],
|
|
42
|
+
},
|
|
43
|
+
payload: AgentCreatedPayload,
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* Payload for agent updated event.
|
|
48
|
+
*/
|
|
49
|
+
const AgentUpdatedPayload = defineSchemaModel({
|
|
50
|
+
name: 'AgentUpdatedPayload',
|
|
51
|
+
description: 'Payload for agent updated event',
|
|
52
|
+
fields: {
|
|
53
|
+
id: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },
|
|
54
|
+
organizationId: {
|
|
55
|
+
type: ScalarTypeEnum.String_unsecure(),
|
|
56
|
+
isOptional: false,
|
|
57
|
+
},
|
|
58
|
+
name: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },
|
|
59
|
+
status: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },
|
|
60
|
+
updatedFields: {
|
|
61
|
+
type: ScalarTypeEnum.String_unsecure(),
|
|
62
|
+
isArray: true,
|
|
63
|
+
isOptional: false,
|
|
64
|
+
},
|
|
65
|
+
updatedAt: { type: ScalarTypeEnum.DateTime(), isOptional: false },
|
|
66
|
+
},
|
|
67
|
+
});
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* AgentUpdatedEvent - An agent was updated.
|
|
71
|
+
*/
|
|
72
|
+
export const AgentUpdatedEvent = defineEvent({
|
|
73
|
+
meta: {
|
|
74
|
+
key: 'agent-console.agent.updated',
|
|
75
|
+
version: '1.0.0',
|
|
76
|
+
description: 'An AI agent configuration was updated.',
|
|
77
|
+
stability: 'stable',
|
|
78
|
+
owners: [...OWNERS],
|
|
79
|
+
tags: ['agent', 'updated'],
|
|
80
|
+
},
|
|
81
|
+
payload: AgentUpdatedPayload,
|
|
82
|
+
});
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Payload for agent tool assigned event.
|
|
86
|
+
*/
|
|
87
|
+
const AgentToolAssignedPayload = defineSchemaModel({
|
|
88
|
+
name: 'AgentToolAssignedPayload',
|
|
89
|
+
description: 'Payload for agent tool assigned event',
|
|
90
|
+
fields: {
|
|
91
|
+
agentId: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },
|
|
92
|
+
toolId: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },
|
|
93
|
+
agentName: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },
|
|
94
|
+
toolName: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },
|
|
95
|
+
assignedAt: { type: ScalarTypeEnum.DateTime(), isOptional: false },
|
|
96
|
+
},
|
|
97
|
+
});
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* AgentToolAssignedEvent - A tool was assigned to an agent.
|
|
101
|
+
*/
|
|
102
|
+
export const AgentToolAssignedEvent = defineEvent({
|
|
103
|
+
meta: {
|
|
104
|
+
key: 'agent-console.agent.toolAssigned',
|
|
105
|
+
version: '1.0.0',
|
|
106
|
+
description: 'A tool was assigned to an agent.',
|
|
107
|
+
stability: 'stable',
|
|
108
|
+
owners: [...OWNERS],
|
|
109
|
+
tags: ['agent', 'tool', 'assigned'],
|
|
110
|
+
},
|
|
111
|
+
payload: AgentToolAssignedPayload,
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Payload for agent tool removed event.
|
|
116
|
+
*/
|
|
117
|
+
const AgentToolRemovedPayload = defineSchemaModel({
|
|
118
|
+
name: 'AgentToolRemovedPayload',
|
|
119
|
+
description: 'Payload for agent tool removed event',
|
|
120
|
+
fields: {
|
|
121
|
+
agentId: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },
|
|
122
|
+
toolId: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },
|
|
123
|
+
agentName: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },
|
|
124
|
+
toolName: { type: ScalarTypeEnum.String_unsecure(), isOptional: false },
|
|
125
|
+
removedAt: { type: ScalarTypeEnum.DateTime(), isOptional: false },
|
|
126
|
+
},
|
|
127
|
+
});
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* AgentToolRemovedEvent - A tool was removed from an agent.
|
|
131
|
+
*/
|
|
132
|
+
export const AgentToolRemovedEvent = defineEvent({
|
|
133
|
+
meta: {
|
|
134
|
+
key: 'agent-console.agent.toolRemoved',
|
|
135
|
+
version: '1.0.0',
|
|
136
|
+
description: 'A tool was removed from an agent.',
|
|
137
|
+
stability: 'stable',
|
|
138
|
+
owners: [...OWNERS],
|
|
139
|
+
tags: ['agent', 'tool', 'removed'],
|
|
140
|
+
},
|
|
141
|
+
payload: AgentToolRemovedPayload,
|
|
142
|
+
});
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Mock handlers for Agent contracts.
|
|
3
|
+
*/
|
|
4
|
+
import { MOCK_AGENTS } from '../shared/mock-agents';
|
|
5
|
+
import { MOCK_TOOLS } from '../shared/mock-tools';
|
|
6
|
+
|
|
7
|
+
export interface ListAgentsInput {
|
|
8
|
+
organizationId: string;
|
|
9
|
+
status?: 'DRAFT' | 'ACTIVE' | 'PAUSED' | 'ARCHIVED';
|
|
10
|
+
modelProvider?: 'OPENAI' | 'ANTHROPIC' | 'GOOGLE' | 'MISTRAL' | 'CUSTOM';
|
|
11
|
+
search?: string;
|
|
12
|
+
limit?: number;
|
|
13
|
+
offset?: number;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export interface AgentSummary {
|
|
17
|
+
id: string;
|
|
18
|
+
name: string;
|
|
19
|
+
slug: string;
|
|
20
|
+
description?: string;
|
|
21
|
+
status: 'DRAFT' | 'ACTIVE' | 'PAUSED' | 'ARCHIVED';
|
|
22
|
+
modelProvider: 'OPENAI' | 'ANTHROPIC' | 'GOOGLE' | 'MISTRAL' | 'CUSTOM';
|
|
23
|
+
modelName: string;
|
|
24
|
+
version: string;
|
|
25
|
+
createdAt: Date;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export interface ListAgentsOutput {
|
|
29
|
+
items: AgentSummary[];
|
|
30
|
+
total: number;
|
|
31
|
+
hasMore: boolean;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface GetAgentInput {
|
|
35
|
+
agentId: string;
|
|
36
|
+
includeTools?: boolean;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export interface AgentToolRef {
|
|
40
|
+
id: string;
|
|
41
|
+
name: string;
|
|
42
|
+
slug: string;
|
|
43
|
+
description: string;
|
|
44
|
+
category: string;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface AgentWithTools {
|
|
48
|
+
id: string;
|
|
49
|
+
organizationId: string;
|
|
50
|
+
name: string;
|
|
51
|
+
slug: string;
|
|
52
|
+
description?: string;
|
|
53
|
+
status: 'DRAFT' | 'ACTIVE' | 'PAUSED' | 'ARCHIVED';
|
|
54
|
+
modelProvider: 'OPENAI' | 'ANTHROPIC' | 'GOOGLE' | 'MISTRAL' | 'CUSTOM';
|
|
55
|
+
modelName: string;
|
|
56
|
+
modelConfig?: Record<string, unknown>;
|
|
57
|
+
systemPrompt: string;
|
|
58
|
+
userPromptTemplate?: string;
|
|
59
|
+
toolIds?: string[];
|
|
60
|
+
toolChoice: 'auto' | 'required' | 'none';
|
|
61
|
+
maxIterations: number;
|
|
62
|
+
maxTokensPerRun?: number;
|
|
63
|
+
timeoutMs: number;
|
|
64
|
+
version: string;
|
|
65
|
+
tags?: string[];
|
|
66
|
+
createdAt: Date;
|
|
67
|
+
updatedAt: Date;
|
|
68
|
+
tools?: AgentToolRef[];
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Mock handler for ListAgentsQuery.
|
|
73
|
+
*/
|
|
74
|
+
export async function mockListAgentsHandler(
|
|
75
|
+
input: ListAgentsInput
|
|
76
|
+
): Promise<ListAgentsOutput> {
|
|
77
|
+
const {
|
|
78
|
+
organizationId,
|
|
79
|
+
status,
|
|
80
|
+
modelProvider,
|
|
81
|
+
search,
|
|
82
|
+
limit = 20,
|
|
83
|
+
offset = 0,
|
|
84
|
+
} = input;
|
|
85
|
+
|
|
86
|
+
let filtered = MOCK_AGENTS.filter((a) => a.organizationId === organizationId);
|
|
87
|
+
if (status) filtered = filtered.filter((a) => a.status === status);
|
|
88
|
+
if (modelProvider)
|
|
89
|
+
filtered = filtered.filter((a) => a.modelProvider === modelProvider);
|
|
90
|
+
if (search) {
|
|
91
|
+
const q = search.toLowerCase();
|
|
92
|
+
filtered = filtered.filter(
|
|
93
|
+
(a) =>
|
|
94
|
+
a.name.toLowerCase().includes(q) ||
|
|
95
|
+
a.description?.toLowerCase().includes(q) ||
|
|
96
|
+
a.tags?.some((t) => t.toLowerCase().includes(q))
|
|
97
|
+
);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
const total = filtered.length;
|
|
101
|
+
const items = filtered.slice(offset, offset + limit).map((a) => ({
|
|
102
|
+
id: a.id,
|
|
103
|
+
name: a.name,
|
|
104
|
+
slug: a.slug,
|
|
105
|
+
description: a.description,
|
|
106
|
+
status: a.status,
|
|
107
|
+
modelProvider: a.modelProvider,
|
|
108
|
+
modelName: a.modelName,
|
|
109
|
+
version: a.version,
|
|
110
|
+
createdAt: a.createdAt,
|
|
111
|
+
}));
|
|
112
|
+
|
|
113
|
+
return { items, total, hasMore: offset + limit < total };
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Mock handler for GetAgentQuery.
|
|
118
|
+
*/
|
|
119
|
+
export async function mockGetAgentHandler(
|
|
120
|
+
input: GetAgentInput
|
|
121
|
+
): Promise<AgentWithTools> {
|
|
122
|
+
const agent = MOCK_AGENTS.find((a) => a.id === input.agentId);
|
|
123
|
+
if (!agent) throw new Error('AGENT_NOT_FOUND');
|
|
124
|
+
|
|
125
|
+
const result: AgentWithTools = { ...agent, toolIds: ['tool-1', 'tool-2'] };
|
|
126
|
+
if (input.includeTools) {
|
|
127
|
+
result.tools = MOCK_TOOLS.slice(0, 2).map((t) => ({
|
|
128
|
+
id: t.id,
|
|
129
|
+
name: t.name,
|
|
130
|
+
slug: t.slug,
|
|
131
|
+
description: t.description,
|
|
132
|
+
category: t.category,
|
|
133
|
+
}));
|
|
134
|
+
}
|
|
135
|
+
return result;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Mock handler for CreateAgentCommand.
|
|
140
|
+
*/
|
|
141
|
+
export async function mockCreateAgentHandler(input: {
|
|
142
|
+
organizationId: string;
|
|
143
|
+
name: string;
|
|
144
|
+
slug: string;
|
|
145
|
+
description?: string;
|
|
146
|
+
modelProvider: 'OPENAI' | 'ANTHROPIC' | 'GOOGLE' | 'MISTRAL' | 'CUSTOM';
|
|
147
|
+
modelName: string;
|
|
148
|
+
systemPrompt: string;
|
|
149
|
+
}) {
|
|
150
|
+
const exists = MOCK_AGENTS.some(
|
|
151
|
+
(a) => a.organizationId === input.organizationId && a.slug === input.slug
|
|
152
|
+
);
|
|
153
|
+
if (exists) throw new Error('SLUG_EXISTS');
|
|
154
|
+
return {
|
|
155
|
+
id: `agent-${Date.now()}`,
|
|
156
|
+
name: input.name,
|
|
157
|
+
slug: input.slug,
|
|
158
|
+
status: 'DRAFT' as const,
|
|
159
|
+
};
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* Mock handler for UpdateAgentCommand.
|
|
164
|
+
*/
|
|
165
|
+
export async function mockUpdateAgentHandler(input: {
|
|
166
|
+
agentId: string;
|
|
167
|
+
name?: string;
|
|
168
|
+
status?: 'DRAFT' | 'ACTIVE' | 'PAUSED' | 'ARCHIVED';
|
|
169
|
+
}) {
|
|
170
|
+
const agent = MOCK_AGENTS.find((a) => a.id === input.agentId);
|
|
171
|
+
if (!agent) throw new Error('AGENT_NOT_FOUND');
|
|
172
|
+
return {
|
|
173
|
+
id: agent.id,
|
|
174
|
+
name: input.name ?? agent.name,
|
|
175
|
+
status: input.status ?? agent.status,
|
|
176
|
+
updatedAt: new Date(),
|
|
177
|
+
};
|
|
178
|
+
}
|