@contractspec/example.agent-console 1.44.0

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.
Files changed (168) hide show
  1. package/.turbo/turbo-build$colon$bundle.log +133 -0
  2. package/.turbo/turbo-build.log +134 -0
  3. package/CHANGELOG.md +212 -0
  4. package/LICENSE +21 -0
  5. package/README.md +86 -0
  6. package/dist/agent/agent.entity.d.ts +55 -0
  7. package/dist/agent/agent.entity.d.ts.map +1 -0
  8. package/dist/agent/agent.entity.js +136 -0
  9. package/dist/agent/agent.entity.js.map +1 -0
  10. package/dist/agent/agent.enum.d.ts +18 -0
  11. package/dist/agent/agent.enum.d.ts.map +1 -0
  12. package/dist/agent/agent.enum.js +34 -0
  13. package/dist/agent/agent.enum.js.map +1 -0
  14. package/dist/agent/agent.event.d.ts +128 -0
  15. package/dist/agent/agent.event.d.ts.map +1 -0
  16. package/dist/agent/agent.event.js +210 -0
  17. package/dist/agent/agent.event.js.map +1 -0
  18. package/dist/agent/agent.handler.d.ts +100 -0
  19. package/dist/agent/agent.handler.d.ts.map +1 -0
  20. package/dist/agent/agent.handler.js +84 -0
  21. package/dist/agent/agent.handler.js.map +1 -0
  22. package/dist/agent/agent.operation.d.ts +471 -0
  23. package/dist/agent/agent.operation.d.ts.map +1 -0
  24. package/dist/agent/agent.operation.js +486 -0
  25. package/dist/agent/agent.operation.js.map +1 -0
  26. package/dist/agent/agent.presentation.d.ts +19 -0
  27. package/dist/agent/agent.presentation.d.ts.map +1 -0
  28. package/dist/agent/agent.presentation.js +89 -0
  29. package/dist/agent/agent.presentation.js.map +1 -0
  30. package/dist/agent/agent.schema.d.ts +401 -0
  31. package/dist/agent/agent.schema.d.ts.map +1 -0
  32. package/dist/agent/agent.schema.js +406 -0
  33. package/dist/agent/agent.schema.js.map +1 -0
  34. package/dist/agent/index.d.ts +8 -0
  35. package/dist/agent/index.js +9 -0
  36. package/dist/agent.feature.d.ts +12 -0
  37. package/dist/agent.feature.d.ts.map +1 -0
  38. package/dist/agent.feature.js +303 -0
  39. package/dist/agent.feature.js.map +1 -0
  40. package/dist/docs/agent-console.docblock.d.ts +1 -0
  41. package/dist/docs/agent-console.docblock.js +113 -0
  42. package/dist/docs/agent-console.docblock.js.map +1 -0
  43. package/dist/docs/index.d.ts +1 -0
  44. package/dist/docs/index.js +1 -0
  45. package/dist/example.d.ts +40 -0
  46. package/dist/example.d.ts.map +1 -0
  47. package/dist/example.js +51 -0
  48. package/dist/example.js.map +1 -0
  49. package/dist/handlers/index.d.ts +4 -0
  50. package/dist/handlers/index.js +5 -0
  51. package/dist/index.d.ts +30 -0
  52. package/dist/index.js +32 -0
  53. package/dist/presentations/index.d.ts +4 -0
  54. package/dist/presentations/index.js +5 -0
  55. package/dist/run/index.d.ts +8 -0
  56. package/dist/run/index.js +9 -0
  57. package/dist/run/run.entity.d.ts +82 -0
  58. package/dist/run/run.entity.d.ts.map +1 -0
  59. package/dist/run/run.entity.js +205 -0
  60. package/dist/run/run.entity.js.map +1 -0
  61. package/dist/run/run.enum.d.ts +22 -0
  62. package/dist/run/run.enum.d.ts.map +1 -0
  63. package/dist/run/run.enum.js +45 -0
  64. package/dist/run/run.enum.js.map +1 -0
  65. package/dist/run/run.event.d.ts +290 -0
  66. package/dist/run/run.event.d.ts.map +1 -0
  67. package/dist/run/run.event.js +434 -0
  68. package/dist/run/run.event.js.map +1 -0
  69. package/dist/run/run.handler.d.ts +203 -0
  70. package/dist/run/run.handler.d.ts.map +1 -0
  71. package/dist/run/run.handler.js +83 -0
  72. package/dist/run/run.handler.js.map +1 -0
  73. package/dist/run/run.operation.d.ts +720 -0
  74. package/dist/run/run.operation.d.ts.map +1 -0
  75. package/dist/run/run.operation.js +626 -0
  76. package/dist/run/run.operation.js.map +1 -0
  77. package/dist/run/run.presentation.d.ts +15 -0
  78. package/dist/run/run.presentation.d.ts.map +1 -0
  79. package/dist/run/run.presentation.js +65 -0
  80. package/dist/run/run.presentation.js.map +1 -0
  81. package/dist/run/run.schema.d.ts +416 -0
  82. package/dist/run/run.schema.d.ts.map +1 -0
  83. package/dist/run/run.schema.js +338 -0
  84. package/dist/run/run.schema.js.map +1 -0
  85. package/dist/shared/index.d.ts +4 -0
  86. package/dist/shared/index.js +5 -0
  87. package/dist/shared/mock-agents.d.ts +88 -0
  88. package/dist/shared/mock-agents.d.ts.map +1 -0
  89. package/dist/shared/mock-agents.js +94 -0
  90. package/dist/shared/mock-agents.js.map +1 -0
  91. package/dist/shared/mock-runs.d.ts +120 -0
  92. package/dist/shared/mock-runs.d.ts.map +1 -0
  93. package/dist/shared/mock-runs.js +118 -0
  94. package/dist/shared/mock-runs.js.map +1 -0
  95. package/dist/shared/mock-tools.d.ts +244 -0
  96. package/dist/shared/mock-tools.d.ts.map +1 -0
  97. package/dist/shared/mock-tools.js +181 -0
  98. package/dist/shared/mock-tools.js.map +1 -0
  99. package/dist/tool/index.d.ts +8 -0
  100. package/dist/tool/index.js +9 -0
  101. package/dist/tool/tool.entity.d.ts +42 -0
  102. package/dist/tool/tool.entity.d.ts.map +1 -0
  103. package/dist/tool/tool.entity.js +105 -0
  104. package/dist/tool/tool.entity.js.map +1 -0
  105. package/dist/tool/tool.enum.d.ts +18 -0
  106. package/dist/tool/tool.enum.d.ts.map +1 -0
  107. package/dist/tool/tool.enum.js +35 -0
  108. package/dist/tool/tool.enum.js.map +1 -0
  109. package/dist/tool/tool.event.d.ts +103 -0
  110. package/dist/tool/tool.event.d.ts.map +1 -0
  111. package/dist/tool/tool.event.js +159 -0
  112. package/dist/tool/tool.event.js.map +1 -0
  113. package/dist/tool/tool.handler.d.ts +315 -0
  114. package/dist/tool/tool.handler.d.ts.map +1 -0
  115. package/dist/tool/tool.handler.js +87 -0
  116. package/dist/tool/tool.handler.js.map +1 -0
  117. package/dist/tool/tool.operation.d.ts +411 -0
  118. package/dist/tool/tool.operation.d.ts.map +1 -0
  119. package/dist/tool/tool.operation.js +406 -0
  120. package/dist/tool/tool.operation.js.map +1 -0
  121. package/dist/tool/tool.presentation.d.ts +15 -0
  122. package/dist/tool/tool.presentation.d.ts.map +1 -0
  123. package/dist/tool/tool.presentation.js +65 -0
  124. package/dist/tool/tool.presentation.js.map +1 -0
  125. package/dist/tool/tool.schema.d.ts +218 -0
  126. package/dist/tool/tool.schema.d.ts.map +1 -0
  127. package/dist/tool/tool.schema.js +236 -0
  128. package/dist/tool/tool.schema.js.map +1 -0
  129. package/example.ts +1 -0
  130. package/package.json +123 -0
  131. package/src/agent/agent.entity.ts +137 -0
  132. package/src/agent/agent.enum.ts +31 -0
  133. package/src/agent/agent.event.ts +142 -0
  134. package/src/agent/agent.handler.ts +178 -0
  135. package/src/agent/agent.operation.ts +444 -0
  136. package/src/agent/agent.presentation.ts +81 -0
  137. package/src/agent/agent.schema.ts +214 -0
  138. package/src/agent/index.ts +67 -0
  139. package/src/agent.feature.ts +146 -0
  140. package/src/docs/agent-console.docblock.ts +97 -0
  141. package/src/docs/index.ts +1 -0
  142. package/src/example.ts +34 -0
  143. package/src/handlers/index.ts +27 -0
  144. package/src/index.ts +27 -0
  145. package/src/presentations/index.ts +26 -0
  146. package/src/run/index.ts +68 -0
  147. package/src/run/run.entity.ts +175 -0
  148. package/src/run/run.enum.ts +43 -0
  149. package/src/run/run.event.ts +264 -0
  150. package/src/run/run.handler.ts +138 -0
  151. package/src/run/run.operation.ts +524 -0
  152. package/src/run/run.presentation.ts +55 -0
  153. package/src/run/run.schema.ts +169 -0
  154. package/src/shared/index.ts +6 -0
  155. package/src/shared/mock-agents.ts +81 -0
  156. package/src/shared/mock-runs.ts +107 -0
  157. package/src/shared/mock-tools.ts +145 -0
  158. package/src/tool/index.ts +60 -0
  159. package/src/tool/tool.entity.ts +99 -0
  160. package/src/tool/tool.enum.ts +32 -0
  161. package/src/tool/tool.event.ts +119 -0
  162. package/src/tool/tool.handler.ts +154 -0
  163. package/src/tool/tool.operation.ts +366 -0
  164. package/src/tool/tool.presentation.ts +56 -0
  165. package/src/tool/tool.schema.ts +133 -0
  166. package/tsconfig.json +10 -0
  167. package/tsconfig.tsbuildinfo +1 -0
  168. package/tsdown.config.js +7 -0
@@ -0,0 +1,137 @@
1
+ import {
2
+ defineEntity,
3
+ defineEntityEnum,
4
+ field,
5
+ index,
6
+ } from '@contractspec/lib.schema';
7
+
8
+ /**
9
+ * Agent status for lifecycle management.
10
+ */
11
+ export const AgentStatusEntityEnum = defineEntityEnum({
12
+ name: 'AgentStatus',
13
+ values: ['DRAFT', 'ACTIVE', 'PAUSED', 'ARCHIVED'],
14
+ description: 'Lifecycle status of the agent',
15
+ });
16
+
17
+ /**
18
+ * Agent model provider.
19
+ */
20
+ export const ModelProviderEntityEnum = defineEntityEnum({
21
+ name: 'ModelProvider',
22
+ values: ['OPENAI', 'ANTHROPIC', 'GOOGLE', 'MISTRAL', 'CUSTOM'],
23
+ description: 'AI model provider',
24
+ });
25
+
26
+ /**
27
+ * Agent entity - Represents an AI agent configuration.
28
+ */
29
+ export const AgentEntity = defineEntity({
30
+ name: 'Agent',
31
+ schema: 'agent_console',
32
+ description:
33
+ 'Represents an AI agent configuration with assigned tools and parameters.',
34
+ fields: {
35
+ id: field.id(),
36
+ organizationId: field.string({
37
+ description: 'Organization that owns this agent',
38
+ }),
39
+ name: field.string({ description: 'Agent name (1-100 chars)' }),
40
+ slug: field.string({
41
+ description: 'URL-safe identifier (lowercase, numbers, hyphens)',
42
+ }),
43
+ description: field.string({
44
+ isOptional: true,
45
+ description: 'Agent description (max 1000 chars)',
46
+ }),
47
+ status: field.enum('AgentStatus', { default: 'DRAFT' }),
48
+ modelProvider: field.enum('ModelProvider', { default: 'OPENAI' }),
49
+ modelName: field.string({
50
+ description: "Model identifier: 'gpt-4', 'claude-3-opus', etc.",
51
+ }),
52
+ modelConfig: field.json({
53
+ isOptional: true,
54
+ description: 'Model parameters: temperature, max_tokens, etc.',
55
+ }),
56
+ systemPrompt: field.string({ description: 'System prompt for the agent' }),
57
+ userPromptTemplate: field.string({
58
+ isOptional: true,
59
+ description: 'Template for user prompts',
60
+ }),
61
+ toolIds: field.string({
62
+ isArray: true,
63
+ isOptional: true,
64
+ description: 'IDs of assigned tools',
65
+ }),
66
+ toolChoice: field.string({
67
+ default: 'auto',
68
+ description: "Tool selection mode: 'auto', 'required', 'none'",
69
+ }),
70
+ maxIterations: field.int({
71
+ default: 10,
72
+ description: 'Maximum iterations per run',
73
+ }),
74
+ maxTokensPerRun: field.int({
75
+ isOptional: true,
76
+ description: 'Maximum tokens per run',
77
+ }),
78
+ timeoutMs: field.int({
79
+ default: 120000,
80
+ description: 'Execution timeout in milliseconds',
81
+ }),
82
+ version: field.string({ default: '1.0.0', description: 'Agent version' }),
83
+ tags: field.string({
84
+ isArray: true,
85
+ isOptional: true,
86
+ description: 'Tags for categorization',
87
+ }),
88
+ createdAt: field.createdAt(),
89
+ updatedAt: field.updatedAt(),
90
+ createdById: field.string({
91
+ isOptional: true,
92
+ description: 'User who created this agent',
93
+ }),
94
+ tools: field.hasMany('Tool', {
95
+ description: 'Tools assigned to this agent',
96
+ }),
97
+ },
98
+ indexes: [
99
+ index.unique(['organizationId', 'slug']),
100
+ index.on(['organizationId', 'status']),
101
+ index.on(['modelProvider', 'modelName']),
102
+ ],
103
+ enums: [AgentStatusEntityEnum, ModelProviderEntityEnum],
104
+ });
105
+
106
+ /**
107
+ * AgentTool join entity - Links agents to their assigned tools.
108
+ */
109
+ export const AgentToolEntity = defineEntity({
110
+ name: 'AgentTool',
111
+ schema: 'agent_console',
112
+ description: 'Links an agent to its assigned tools with configuration.',
113
+ fields: {
114
+ id: field.id(),
115
+ agentId: field.foreignKey({ description: 'Agent ID' }),
116
+ toolId: field.foreignKey({ description: 'Tool ID' }),
117
+ config: field.json({
118
+ isOptional: true,
119
+ description: 'Tool-specific configuration for this agent',
120
+ }),
121
+ order: field.int({
122
+ default: 0,
123
+ description: 'Order of tool in agent tool list',
124
+ }),
125
+ isEnabled: field.boolean({
126
+ default: true,
127
+ description: 'Whether tool is enabled for this agent',
128
+ }),
129
+ createdAt: field.createdAt(),
130
+ agent: field.belongsTo('Agent', ['agentId'], ['id']),
131
+ tool: field.belongsTo('Tool', ['toolId'], ['id']),
132
+ },
133
+ indexes: [
134
+ index.unique(['agentId', 'toolId']),
135
+ index.on(['agentId', 'order']),
136
+ ],
137
+ });
@@ -0,0 +1,31 @@
1
+ import { defineEnum } from '@contractspec/lib.schema';
2
+
3
+ /**
4
+ * Agent status enum.
5
+ */
6
+ export const AgentStatusEnum = defineEnum('AgentStatus', [
7
+ 'DRAFT',
8
+ 'ACTIVE',
9
+ 'PAUSED',
10
+ 'ARCHIVED',
11
+ ]);
12
+
13
+ /**
14
+ * Model provider enum.
15
+ */
16
+ export const ModelProviderEnum = defineEnum('ModelProvider', [
17
+ 'OPENAI',
18
+ 'ANTHROPIC',
19
+ 'GOOGLE',
20
+ 'MISTRAL',
21
+ 'CUSTOM',
22
+ ]);
23
+
24
+ /**
25
+ * Tool choice mode enum.
26
+ */
27
+ export const ToolChoiceEnum = defineEnum('ToolChoice', [
28
+ 'auto',
29
+ 'required',
30
+ 'none',
31
+ ]);
@@ -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,
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,
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,
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,
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
+ }