@contractspec/example.agent-console 3.8.9 → 3.8.10
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 +225 -222
- package/CHANGELOG.md +18 -0
- package/dist/agent/agent.entity.js +1 -127
- package/dist/agent/agent.enum.js +1 -25
- package/dist/agent/agent.event.js +1 -116
- package/dist/agent/agent.handler.js +1 -1030
- package/dist/agent/agent.operation.js +1 -735
- package/dist/agent/agent.presentation.js +1 -282
- package/dist/agent/agent.schema.js +1 -215
- package/dist/agent/agent.test-spec.js +1 -58
- package/dist/agent/index.js +1 -1248
- package/dist/agent.capability.js +1 -19
- package/dist/agent.feature.js +1 -305
- package/dist/browser/agent/agent.entity.js +1 -127
- package/dist/browser/agent/agent.enum.js +1 -25
- package/dist/browser/agent/agent.event.js +1 -116
- package/dist/browser/agent/agent.handler.js +1 -1030
- package/dist/browser/agent/agent.operation.js +1 -735
- package/dist/browser/agent/agent.presentation.js +1 -282
- package/dist/browser/agent/agent.schema.js +1 -215
- package/dist/browser/agent/agent.test-spec.js +1 -58
- package/dist/browser/agent/index.js +1 -1248
- package/dist/browser/agent.capability.js +1 -19
- package/dist/browser/agent.feature.js +1 -305
- package/dist/browser/docs/agent-console.docblock.js +5 -49
- package/dist/browser/docs/index.js +5 -49
- package/dist/browser/example.js +1 -41
- package/dist/browser/handlers/agent.handlers.js +6 -2143
- package/dist/browser/handlers/index.js +6 -2943
- package/dist/browser/index.js +14 -6828
- package/dist/browser/presentations/index.js +1 -693
- package/dist/browser/run/index.js +1 -1363
- package/dist/browser/run/run.entity.js +1 -160
- package/dist/browser/run/run.enum.js +1 -34
- package/dist/browser/run/run.event.js +1 -217
- package/dist/browser/run/run.handler.js +1 -919
- package/dist/browser/run/run.operation.js +1 -667
- package/dist/browser/run/run.presentation.js +1 -223
- package/dist/browser/run/run.schema.js +1 -179
- package/dist/browser/run/run.test-spec.js +1 -58
- package/dist/browser/seeders/index.js +2 -21
- package/dist/browser/shared/index.js +1 -626
- package/dist/browser/shared/mock-agents.js +1 -82
- package/dist/browser/shared/mock-runs.js +1 -113
- package/dist/browser/shared/mock-tools.js +1 -146
- package/dist/browser/tool/index.js +1 -949
- package/dist/browser/tool/tool.entity.js +1 -90
- package/dist/browser/tool/tool.enum.js +1 -26
- package/dist/browser/tool/tool.event.js +1 -99
- package/dist/browser/tool/tool.handler.js +1 -699
- package/dist/browser/tool/tool.operation.js +1 -482
- package/dist/browser/tool/tool.presentation.js +1 -188
- package/dist/browser/tool/tool.schema.js +1 -141
- package/dist/browser/tool/tool.test-spec.js +1 -58
- package/dist/browser/ui/AgentDashboard.js +1 -2527
- package/dist/browser/ui/AgentDashboard.visualizations.js +1 -217
- package/dist/browser/ui/AgentRunList.js +1 -482
- package/dist/browser/ui/AgentToolRegistry.js +1 -212
- package/dist/browser/ui/ExecutionConsoleHost.js +1 -0
- package/dist/browser/ui/hooks/index.js +1 -740
- package/dist/browser/ui/hooks/useAgentList.js +1 -55
- package/dist/browser/ui/hooks/useAgentMutations.js +1 -530
- package/dist/browser/ui/hooks/useRunList.js +1 -70
- package/dist/browser/ui/hooks/useToolList.js +1 -85
- package/dist/browser/ui/index.js +5 -3018
- package/dist/browser/ui/modals/AgentActionsModal.js +1 -304
- package/dist/browser/ui/modals/CreateAgentModal.js +1 -243
- package/dist/browser/ui/modals/index.js +1 -546
- package/dist/browser/ui/overlays/demo-overlays.js +1 -64
- package/dist/browser/ui/overlays/index.js +1 -64
- package/dist/browser/ui/renderers/agent-list.markdown.js +2 -64
- package/dist/browser/ui/renderers/agent-list.renderer.js +1 -180
- package/dist/browser/ui/renderers/dashboard.markdown.js +2 -288
- package/dist/browser/ui/renderers/index.js +5 -642
- package/dist/browser/ui/renderers/run-list.markdown.js +2 -50
- package/dist/browser/ui/renderers/tool-registry.markdown.js +2 -64
- package/dist/browser/ui/views/AgentListView.js +1 -165
- package/dist/browser/ui/views/RunDataTable.js +1 -326
- package/dist/browser/ui/views/RunListView.js +1 -479
- package/dist/browser/ui/views/ToolRegistryView.js +1 -209
- package/dist/browser/ui/views/index.js +1 -851
- package/dist/browser/ui/views/run-data-table.columns.js +1 -271
- package/dist/browser/ui/views/run-list.shared.js +1 -177
- package/dist/browser/visualizations/catalog.js +1 -134
- package/dist/browser/visualizations/index.js +1 -187
- package/dist/browser/visualizations/selectors.js +1 -181
- package/dist/docs/agent-console.docblock.js +5 -49
- package/dist/docs/index.js +5 -49
- package/dist/example.js +1 -41
- package/dist/handlers/agent.handlers.js +6 -2143
- package/dist/handlers/index.js +6 -2943
- package/dist/index.js +14 -6828
- package/dist/node/agent/agent.entity.js +1 -127
- package/dist/node/agent/agent.enum.js +1 -25
- package/dist/node/agent/agent.event.js +1 -116
- package/dist/node/agent/agent.handler.js +1 -1030
- package/dist/node/agent/agent.operation.js +1 -735
- package/dist/node/agent/agent.presentation.js +1 -282
- package/dist/node/agent/agent.schema.js +1 -215
- package/dist/node/agent/agent.test-spec.js +1 -58
- package/dist/node/agent/index.js +1 -1248
- package/dist/node/agent.capability.js +1 -19
- package/dist/node/agent.feature.js +1 -305
- package/dist/node/docs/agent-console.docblock.js +5 -49
- package/dist/node/docs/index.js +5 -49
- package/dist/node/example.js +1 -41
- package/dist/node/handlers/agent.handlers.js +6 -2143
- package/dist/node/handlers/index.js +6 -2943
- package/dist/node/index.js +14 -6828
- package/dist/node/presentations/index.js +1 -693
- package/dist/node/run/index.js +1 -1363
- package/dist/node/run/run.entity.js +1 -160
- package/dist/node/run/run.enum.js +1 -34
- package/dist/node/run/run.event.js +1 -217
- package/dist/node/run/run.handler.js +1 -919
- package/dist/node/run/run.operation.js +1 -667
- package/dist/node/run/run.presentation.js +1 -223
- package/dist/node/run/run.schema.js +1 -179
- package/dist/node/run/run.test-spec.js +1 -58
- package/dist/node/seeders/index.js +2 -21
- package/dist/node/shared/index.js +1 -626
- package/dist/node/shared/mock-agents.js +1 -82
- package/dist/node/shared/mock-runs.js +1 -113
- package/dist/node/shared/mock-tools.js +1 -146
- package/dist/node/tool/index.js +1 -949
- package/dist/node/tool/tool.entity.js +1 -90
- package/dist/node/tool/tool.enum.js +1 -26
- package/dist/node/tool/tool.event.js +1 -99
- package/dist/node/tool/tool.handler.js +1 -699
- package/dist/node/tool/tool.operation.js +1 -482
- package/dist/node/tool/tool.presentation.js +1 -188
- package/dist/node/tool/tool.schema.js +1 -141
- package/dist/node/tool/tool.test-spec.js +1 -58
- package/dist/node/ui/AgentDashboard.js +1 -2527
- package/dist/node/ui/AgentDashboard.visualizations.js +1 -217
- package/dist/node/ui/AgentRunList.js +1 -482
- package/dist/node/ui/AgentToolRegistry.js +1 -212
- package/dist/node/ui/ExecutionConsoleHost.js +1 -0
- package/dist/node/ui/hooks/index.js +1 -740
- package/dist/node/ui/hooks/useAgentList.js +1 -55
- package/dist/node/ui/hooks/useAgentMutations.js +1 -530
- package/dist/node/ui/hooks/useRunList.js +1 -70
- package/dist/node/ui/hooks/useToolList.js +1 -85
- package/dist/node/ui/index.js +5 -3018
- package/dist/node/ui/modals/AgentActionsModal.js +1 -304
- package/dist/node/ui/modals/CreateAgentModal.js +1 -243
- package/dist/node/ui/modals/index.js +1 -546
- package/dist/node/ui/overlays/demo-overlays.js +1 -64
- package/dist/node/ui/overlays/index.js +1 -64
- package/dist/node/ui/renderers/agent-list.markdown.js +2 -64
- package/dist/node/ui/renderers/agent-list.renderer.js +1 -180
- package/dist/node/ui/renderers/dashboard.markdown.js +2 -288
- package/dist/node/ui/renderers/index.js +5 -642
- package/dist/node/ui/renderers/run-list.markdown.js +2 -50
- package/dist/node/ui/renderers/tool-registry.markdown.js +2 -64
- package/dist/node/ui/views/AgentListView.js +1 -165
- package/dist/node/ui/views/RunDataTable.js +1 -326
- package/dist/node/ui/views/RunListView.js +1 -479
- package/dist/node/ui/views/ToolRegistryView.js +1 -209
- package/dist/node/ui/views/index.js +1 -851
- package/dist/node/ui/views/run-data-table.columns.js +1 -271
- package/dist/node/ui/views/run-list.shared.js +1 -177
- package/dist/node/visualizations/catalog.js +1 -134
- package/dist/node/visualizations/index.js +1 -187
- package/dist/node/visualizations/selectors.js +1 -181
- package/dist/presentations/index.js +1 -693
- package/dist/run/index.js +1 -1363
- package/dist/run/run.entity.js +1 -160
- package/dist/run/run.enum.js +1 -34
- package/dist/run/run.event.js +1 -217
- package/dist/run/run.handler.js +1 -919
- package/dist/run/run.operation.js +1 -667
- package/dist/run/run.presentation.js +1 -223
- package/dist/run/run.schema.js +1 -179
- package/dist/run/run.test-spec.js +1 -58
- package/dist/seeders/index.js +2 -21
- package/dist/shared/index.js +1 -626
- package/dist/shared/mock-agents.js +1 -82
- package/dist/shared/mock-runs.js +1 -113
- package/dist/shared/mock-tools.js +1 -146
- package/dist/tool/index.js +1 -949
- package/dist/tool/tool.entity.js +1 -90
- package/dist/tool/tool.enum.js +1 -26
- package/dist/tool/tool.event.js +1 -99
- package/dist/tool/tool.handler.js +1 -699
- package/dist/tool/tool.operation.js +1 -482
- package/dist/tool/tool.presentation.js +1 -188
- package/dist/tool/tool.schema.js +1 -141
- package/dist/tool/tool.test-spec.js +1 -58
- package/dist/ui/AgentDashboard.js +1 -2527
- package/dist/ui/AgentDashboard.visualizations.js +1 -217
- package/dist/ui/AgentRunList.js +1 -482
- package/dist/ui/AgentToolRegistry.js +1 -212
- package/dist/ui/ExecutionConsoleHost.d.ts +1 -0
- package/dist/ui/ExecutionConsoleHost.js +2 -0
- package/dist/ui/ExecutionConsoleHost.test.d.ts +1 -0
- package/dist/ui/hooks/index.js +1 -740
- package/dist/ui/hooks/useAgentList.js +1 -55
- package/dist/ui/hooks/useAgentMutations.js +1 -530
- package/dist/ui/hooks/useRunList.js +1 -70
- package/dist/ui/hooks/useToolList.js +1 -85
- package/dist/ui/index.d.ts +1 -0
- package/dist/ui/index.js +5 -3018
- package/dist/ui/modals/AgentActionsModal.js +1 -304
- package/dist/ui/modals/CreateAgentModal.js +1 -243
- package/dist/ui/modals/index.js +1 -546
- package/dist/ui/overlays/demo-overlays.js +1 -64
- package/dist/ui/overlays/index.js +1 -64
- package/dist/ui/renderers/agent-list.markdown.js +2 -64
- package/dist/ui/renderers/agent-list.renderer.js +1 -180
- package/dist/ui/renderers/dashboard.markdown.js +2 -288
- package/dist/ui/renderers/index.js +5 -642
- package/dist/ui/renderers/run-list.markdown.js +2 -50
- package/dist/ui/renderers/tool-registry.markdown.js +2 -64
- package/dist/ui/views/AgentListView.js +1 -165
- package/dist/ui/views/RunDataTable.js +1 -326
- package/dist/ui/views/RunListView.js +1 -479
- package/dist/ui/views/ToolRegistryView.js +1 -209
- package/dist/ui/views/index.js +1 -851
- package/dist/ui/views/run-data-table.columns.js +1 -271
- package/dist/ui/views/run-list.shared.js +1 -177
- package/dist/visualizations/catalog.js +1 -134
- package/dist/visualizations/index.js +1 -187
- package/dist/visualizations/selectors.js +1 -181
- package/package.json +26 -10
- package/src/ui/ExecutionConsoleHost.test.tsx +110 -0
- package/src/ui/ExecutionConsoleHost.tsx +14 -0
- package/src/ui/index.ts +1 -1
|
@@ -1,740 +1 @@
|
|
|
1
|
-
// src/shared/mock-agents.ts
|
|
2
|
-
var MOCK_AGENTS = [
|
|
3
|
-
{
|
|
4
|
-
id: "agent-1",
|
|
5
|
-
organizationId: "demo-org",
|
|
6
|
-
name: "Customer Support Bot",
|
|
7
|
-
slug: "customer-support-bot",
|
|
8
|
-
description: "Handles tier-1 customer inquiries and routes complex issues.",
|
|
9
|
-
status: "ACTIVE",
|
|
10
|
-
modelProvider: "OPENAI",
|
|
11
|
-
modelName: "gpt-4o-mini",
|
|
12
|
-
modelConfig: { temperature: 0.7 },
|
|
13
|
-
systemPrompt: "You are a helpful customer support assistant.",
|
|
14
|
-
toolChoice: "auto",
|
|
15
|
-
maxIterations: 10,
|
|
16
|
-
timeoutMs: 120000,
|
|
17
|
-
version: "1.0.0",
|
|
18
|
-
tags: ["support", "tier-1"],
|
|
19
|
-
createdAt: new Date("2024-01-15T10:00:00Z"),
|
|
20
|
-
updatedAt: new Date("2024-03-20T14:30:00Z")
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
id: "agent-2",
|
|
24
|
-
organizationId: "demo-org",
|
|
25
|
-
name: "Code Review Assistant",
|
|
26
|
-
slug: "code-review-assistant",
|
|
27
|
-
description: "Reviews pull requests and provides actionable feedback.",
|
|
28
|
-
status: "ACTIVE",
|
|
29
|
-
modelProvider: "ANTHROPIC",
|
|
30
|
-
modelName: "claude-sonnet-4-20250514",
|
|
31
|
-
modelConfig: { temperature: 0.3 },
|
|
32
|
-
systemPrompt: "You are a code review expert.",
|
|
33
|
-
toolChoice: "auto",
|
|
34
|
-
maxIterations: 15,
|
|
35
|
-
timeoutMs: 180000,
|
|
36
|
-
version: "2.1.0",
|
|
37
|
-
tags: ["code", "review", "dev"],
|
|
38
|
-
createdAt: new Date("2024-02-10T09:00:00Z"),
|
|
39
|
-
updatedAt: new Date("2024-04-05T11:15:00Z")
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
id: "agent-3",
|
|
43
|
-
organizationId: "demo-org",
|
|
44
|
-
name: "Data Analyst",
|
|
45
|
-
slug: "data-analyst",
|
|
46
|
-
description: "Queries databases and generates insights from data.",
|
|
47
|
-
status: "PAUSED",
|
|
48
|
-
modelProvider: "OPENAI",
|
|
49
|
-
modelName: "gpt-4o",
|
|
50
|
-
modelConfig: { temperature: 0.5 },
|
|
51
|
-
systemPrompt: "You are a data analyst expert in SQL and analytics.",
|
|
52
|
-
toolChoice: "required",
|
|
53
|
-
maxIterations: 20,
|
|
54
|
-
timeoutMs: 300000,
|
|
55
|
-
version: "1.2.0",
|
|
56
|
-
tags: ["data", "analytics", "sql"],
|
|
57
|
-
createdAt: new Date("2024-03-01T08:00:00Z"),
|
|
58
|
-
updatedAt: new Date("2024-04-10T16:45:00Z")
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
id: "agent-4",
|
|
62
|
-
organizationId: "demo-org",
|
|
63
|
-
name: "Meeting Scheduler",
|
|
64
|
-
slug: "meeting-scheduler",
|
|
65
|
-
description: "Schedules meetings and manages calendar conflicts.",
|
|
66
|
-
status: "DRAFT",
|
|
67
|
-
modelProvider: "GOOGLE",
|
|
68
|
-
modelName: "gemini-2.0-flash",
|
|
69
|
-
modelConfig: { temperature: 0.2 },
|
|
70
|
-
systemPrompt: "You help schedule and organize meetings efficiently.",
|
|
71
|
-
toolChoice: "auto",
|
|
72
|
-
maxIterations: 5,
|
|
73
|
-
timeoutMs: 60000,
|
|
74
|
-
version: "0.1.0",
|
|
75
|
-
tags: ["calendar", "scheduling"],
|
|
76
|
-
createdAt: new Date("2024-04-01T12:00:00Z"),
|
|
77
|
-
updatedAt: new Date("2024-04-01T12:00:00Z")
|
|
78
|
-
}
|
|
79
|
-
];
|
|
80
|
-
|
|
81
|
-
// src/shared/mock-tools.ts
|
|
82
|
-
var MOCK_TOOLS = [
|
|
83
|
-
{
|
|
84
|
-
id: "tool-1",
|
|
85
|
-
organizationId: "demo-org",
|
|
86
|
-
name: "Web Search",
|
|
87
|
-
slug: "web-search",
|
|
88
|
-
description: "Search the web for real-time information using Brave API.",
|
|
89
|
-
category: "RETRIEVAL",
|
|
90
|
-
status: "ACTIVE",
|
|
91
|
-
parametersSchema: {
|
|
92
|
-
type: "object",
|
|
93
|
-
properties: {
|
|
94
|
-
query: { type: "string", description: "Search query" },
|
|
95
|
-
numResults: { type: "number", default: 10 }
|
|
96
|
-
},
|
|
97
|
-
required: ["query"]
|
|
98
|
-
},
|
|
99
|
-
outputSchema: { type: "array", items: { type: "object" } },
|
|
100
|
-
implementationType: "http",
|
|
101
|
-
implementationConfig: {
|
|
102
|
-
url: "https://api.brave.com/search",
|
|
103
|
-
method: "GET"
|
|
104
|
-
},
|
|
105
|
-
maxInvocationsPerMinute: 60,
|
|
106
|
-
timeoutMs: 30000,
|
|
107
|
-
version: "1.0.0",
|
|
108
|
-
tags: ["search", "web"],
|
|
109
|
-
createdAt: new Date("2024-01-01T00:00:00Z"),
|
|
110
|
-
updatedAt: new Date("2024-02-15T10:00:00Z")
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
id: "tool-2",
|
|
114
|
-
organizationId: "demo-org",
|
|
115
|
-
name: "SQL Query",
|
|
116
|
-
slug: "sql-query",
|
|
117
|
-
description: "Execute read-only SQL queries against the data warehouse.",
|
|
118
|
-
category: "RETRIEVAL",
|
|
119
|
-
status: "ACTIVE",
|
|
120
|
-
parametersSchema: {
|
|
121
|
-
type: "object",
|
|
122
|
-
properties: {
|
|
123
|
-
query: { type: "string", description: "SQL query" },
|
|
124
|
-
maxRows: { type: "number", default: 100 }
|
|
125
|
-
},
|
|
126
|
-
required: ["query"]
|
|
127
|
-
},
|
|
128
|
-
outputSchema: { type: "object" },
|
|
129
|
-
implementationType: "function",
|
|
130
|
-
implementationConfig: { handler: "executeSqlQuery" },
|
|
131
|
-
maxInvocationsPerMinute: 30,
|
|
132
|
-
timeoutMs: 60000,
|
|
133
|
-
version: "1.1.0",
|
|
134
|
-
tags: ["sql", "database"],
|
|
135
|
-
createdAt: new Date("2024-01-05T00:00:00Z"),
|
|
136
|
-
updatedAt: new Date("2024-03-10T14:00:00Z")
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
id: "tool-3",
|
|
140
|
-
organizationId: "demo-org",
|
|
141
|
-
name: "Email Sender",
|
|
142
|
-
slug: "email-sender",
|
|
143
|
-
description: "Send emails via SMTP or API.",
|
|
144
|
-
category: "COMMUNICATION",
|
|
145
|
-
status: "ACTIVE",
|
|
146
|
-
parametersSchema: {
|
|
147
|
-
type: "object",
|
|
148
|
-
properties: {
|
|
149
|
-
to: { type: "string" },
|
|
150
|
-
subject: { type: "string" },
|
|
151
|
-
body: { type: "string" }
|
|
152
|
-
},
|
|
153
|
-
required: ["to", "subject", "body"]
|
|
154
|
-
},
|
|
155
|
-
implementationType: "http",
|
|
156
|
-
implementationConfig: { url: "/api/send-email", method: "POST" },
|
|
157
|
-
maxInvocationsPerMinute: 10,
|
|
158
|
-
timeoutMs: 30000,
|
|
159
|
-
version: "1.0.0",
|
|
160
|
-
tags: ["email", "communication"],
|
|
161
|
-
createdAt: new Date("2024-02-01T00:00:00Z"),
|
|
162
|
-
updatedAt: new Date("2024-02-01T00:00:00Z")
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
id: "tool-4",
|
|
166
|
-
organizationId: "demo-org",
|
|
167
|
-
name: "GitHub Integration",
|
|
168
|
-
slug: "github-integration",
|
|
169
|
-
description: "Interact with GitHub repositories, PRs, and issues.",
|
|
170
|
-
category: "INTEGRATION",
|
|
171
|
-
status: "ACTIVE",
|
|
172
|
-
parametersSchema: {
|
|
173
|
-
type: "object",
|
|
174
|
-
properties: {
|
|
175
|
-
action: {
|
|
176
|
-
type: "string",
|
|
177
|
-
enum: ["list_prs", "get_pr", "create_comment"]
|
|
178
|
-
},
|
|
179
|
-
repo: { type: "string" },
|
|
180
|
-
params: { type: "object" }
|
|
181
|
-
},
|
|
182
|
-
required: ["action", "repo"]
|
|
183
|
-
},
|
|
184
|
-
implementationType: "http",
|
|
185
|
-
implementationConfig: { url: "https://api.github.com", auth: "token" },
|
|
186
|
-
maxInvocationsPerMinute: 100,
|
|
187
|
-
timeoutMs: 15000,
|
|
188
|
-
version: "2.0.0",
|
|
189
|
-
tags: ["github", "integration", "code"],
|
|
190
|
-
createdAt: new Date("2024-02-20T00:00:00Z"),
|
|
191
|
-
updatedAt: new Date("2024-04-01T09:00:00Z")
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
id: "tool-5",
|
|
195
|
-
organizationId: "demo-org",
|
|
196
|
-
name: "Calculator",
|
|
197
|
-
slug: "calculator",
|
|
198
|
-
description: "Perform mathematical calculations.",
|
|
199
|
-
category: "COMPUTATION",
|
|
200
|
-
status: "ACTIVE",
|
|
201
|
-
parametersSchema: {
|
|
202
|
-
type: "object",
|
|
203
|
-
properties: {
|
|
204
|
-
expression: {
|
|
205
|
-
type: "string",
|
|
206
|
-
description: "Math expression to evaluate"
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
required: ["expression"]
|
|
210
|
-
},
|
|
211
|
-
outputSchema: {
|
|
212
|
-
type: "object",
|
|
213
|
-
properties: { result: { type: "number" } }
|
|
214
|
-
},
|
|
215
|
-
implementationType: "function",
|
|
216
|
-
implementationConfig: { handler: "evaluateMath" },
|
|
217
|
-
timeoutMs: 5000,
|
|
218
|
-
version: "1.0.0",
|
|
219
|
-
tags: ["math", "utility"],
|
|
220
|
-
createdAt: new Date("2024-01-10T00:00:00Z"),
|
|
221
|
-
updatedAt: new Date("2024-01-10T00:00:00Z")
|
|
222
|
-
}
|
|
223
|
-
];
|
|
224
|
-
|
|
225
|
-
// src/shared/mock-runs.ts
|
|
226
|
-
var MOCK_RUNS = [
|
|
227
|
-
{
|
|
228
|
-
id: "run-1",
|
|
229
|
-
organizationId: "demo-org",
|
|
230
|
-
projectId: "demo-project",
|
|
231
|
-
agentId: "agent-1",
|
|
232
|
-
agentName: "Customer Support Bot",
|
|
233
|
-
userId: "user-1",
|
|
234
|
-
sessionId: "session-1",
|
|
235
|
-
input: { message: "How do I reset my password?", context: {} },
|
|
236
|
-
output: { response: "You can reset your password by clicking..." },
|
|
237
|
-
status: "COMPLETED",
|
|
238
|
-
totalTokens: 1250,
|
|
239
|
-
promptTokens: 800,
|
|
240
|
-
completionTokens: 450,
|
|
241
|
-
totalIterations: 3,
|
|
242
|
-
durationMs: 4500,
|
|
243
|
-
estimatedCostUsd: 0.0025,
|
|
244
|
-
queuedAt: new Date("2024-04-15T10:00:00Z"),
|
|
245
|
-
startedAt: new Date("2024-04-15T10:00:01Z"),
|
|
246
|
-
completedAt: new Date("2024-04-15T10:00:05Z"),
|
|
247
|
-
steps: [],
|
|
248
|
-
logs: []
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
id: "run-2",
|
|
252
|
-
organizationId: "demo-org",
|
|
253
|
-
projectId: "demo-project",
|
|
254
|
-
agentId: "agent-2",
|
|
255
|
-
agentName: "Code Review Assistant",
|
|
256
|
-
userId: "user-2",
|
|
257
|
-
input: { message: "Review PR #123", context: { prNumber: 123 } },
|
|
258
|
-
status: "IN_PROGRESS",
|
|
259
|
-
totalTokens: 3500,
|
|
260
|
-
promptTokens: 3000,
|
|
261
|
-
completionTokens: 500,
|
|
262
|
-
totalIterations: 5,
|
|
263
|
-
queuedAt: new Date("2024-04-15T10:30:00Z"),
|
|
264
|
-
startedAt: new Date("2024-04-15T10:30:02Z"),
|
|
265
|
-
steps: [],
|
|
266
|
-
logs: []
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
id: "run-3",
|
|
270
|
-
organizationId: "demo-org",
|
|
271
|
-
projectId: "demo-project",
|
|
272
|
-
agentId: "agent-1",
|
|
273
|
-
agentName: "Customer Support Bot",
|
|
274
|
-
userId: "user-1",
|
|
275
|
-
input: { message: "What are your business hours?" },
|
|
276
|
-
output: { response: "Our business hours are 9 AM to 5 PM EST..." },
|
|
277
|
-
status: "COMPLETED",
|
|
278
|
-
totalTokens: 800,
|
|
279
|
-
promptTokens: 500,
|
|
280
|
-
completionTokens: 300,
|
|
281
|
-
totalIterations: 2,
|
|
282
|
-
durationMs: 2100,
|
|
283
|
-
estimatedCostUsd: 0.0012,
|
|
284
|
-
queuedAt: new Date("2024-04-15T09:00:00Z"),
|
|
285
|
-
startedAt: new Date("2024-04-15T09:00:01Z"),
|
|
286
|
-
completedAt: new Date("2024-04-15T09:00:03Z"),
|
|
287
|
-
steps: [],
|
|
288
|
-
logs: []
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
id: "run-4",
|
|
292
|
-
organizationId: "demo-org",
|
|
293
|
-
projectId: "demo-project",
|
|
294
|
-
agentId: "agent-3",
|
|
295
|
-
agentName: "Data Analyst",
|
|
296
|
-
userId: "user-3",
|
|
297
|
-
input: { message: "Generate sales report for Q1" },
|
|
298
|
-
status: "FAILED",
|
|
299
|
-
errorMessage: "Database connection timeout",
|
|
300
|
-
errorCode: "DB_TIMEOUT",
|
|
301
|
-
totalTokens: 2000,
|
|
302
|
-
promptTokens: 1500,
|
|
303
|
-
completionTokens: 500,
|
|
304
|
-
totalIterations: 8,
|
|
305
|
-
durationMs: 45000,
|
|
306
|
-
queuedAt: new Date("2024-04-14T15:00:00Z"),
|
|
307
|
-
startedAt: new Date("2024-04-14T15:00:05Z"),
|
|
308
|
-
completedAt: new Date("2024-04-14T15:00:50Z"),
|
|
309
|
-
steps: [],
|
|
310
|
-
logs: []
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
id: "run-5",
|
|
314
|
-
organizationId: "demo-org",
|
|
315
|
-
projectId: "demo-project",
|
|
316
|
-
agentId: "agent-2",
|
|
317
|
-
agentName: "Code Review Assistant",
|
|
318
|
-
userId: "user-2",
|
|
319
|
-
input: { message: "Review PR #120" },
|
|
320
|
-
output: { response: "Code review complete. 3 suggestions..." },
|
|
321
|
-
status: "COMPLETED",
|
|
322
|
-
totalTokens: 5200,
|
|
323
|
-
promptTokens: 4000,
|
|
324
|
-
completionTokens: 1200,
|
|
325
|
-
totalIterations: 7,
|
|
326
|
-
durationMs: 15000,
|
|
327
|
-
estimatedCostUsd: 0.0156,
|
|
328
|
-
queuedAt: new Date("2024-04-14T11:00:00Z"),
|
|
329
|
-
startedAt: new Date("2024-04-14T11:00:03Z"),
|
|
330
|
-
completedAt: new Date("2024-04-14T11:00:18Z"),
|
|
331
|
-
steps: [],
|
|
332
|
-
logs: []
|
|
333
|
-
}
|
|
334
|
-
];
|
|
335
|
-
|
|
336
|
-
// src/ui/hooks/useAgentList.ts
|
|
337
|
-
import { useTemplateRuntime } from "@contractspec/lib.example-shared-ui";
|
|
338
|
-
import { useCallback, useEffect, useMemo, useState } from "react";
|
|
339
|
-
function useAgentList(options = {}) {
|
|
340
|
-
const { handlers, projectId } = useTemplateRuntime();
|
|
341
|
-
const { agent } = handlers;
|
|
342
|
-
const [data, setData] = useState(null);
|
|
343
|
-
const [loading, setLoading] = useState(true);
|
|
344
|
-
const [error, setError] = useState(null);
|
|
345
|
-
const [page, setPage] = useState(1);
|
|
346
|
-
const fetchData = useCallback(async () => {
|
|
347
|
-
setLoading(true);
|
|
348
|
-
setError(null);
|
|
349
|
-
try {
|
|
350
|
-
const result = await agent.listAgents({
|
|
351
|
-
projectId,
|
|
352
|
-
search: options.search,
|
|
353
|
-
status: options.status === "all" ? undefined : options.status,
|
|
354
|
-
limit: options.limit ?? 20,
|
|
355
|
-
offset: (page - 1) * (options.limit ?? 20)
|
|
356
|
-
});
|
|
357
|
-
setData(result);
|
|
358
|
-
} catch (err) {
|
|
359
|
-
setError(err instanceof Error ? err : new Error("Unknown error"));
|
|
360
|
-
} finally {
|
|
361
|
-
setLoading(false);
|
|
362
|
-
}
|
|
363
|
-
}, [agent, projectId, options.search, options.status, options.limit, page]);
|
|
364
|
-
useEffect(() => {
|
|
365
|
-
fetchData();
|
|
366
|
-
}, [fetchData]);
|
|
367
|
-
const stats = useMemo(() => {
|
|
368
|
-
if (!data)
|
|
369
|
-
return null;
|
|
370
|
-
return {
|
|
371
|
-
total: data.total,
|
|
372
|
-
active: data.items.filter((a) => a.status === "ACTIVE").length,
|
|
373
|
-
paused: data.items.filter((a) => a.status === "PAUSED").length,
|
|
374
|
-
draft: data.items.filter((a) => a.status === "DRAFT").length
|
|
375
|
-
};
|
|
376
|
-
}, [data]);
|
|
377
|
-
return {
|
|
378
|
-
data,
|
|
379
|
-
loading,
|
|
380
|
-
error,
|
|
381
|
-
stats,
|
|
382
|
-
page,
|
|
383
|
-
refetch: fetchData,
|
|
384
|
-
nextPage: () => setPage((p) => p + 1),
|
|
385
|
-
prevPage: () => page > 1 && setPage((p) => p - 1)
|
|
386
|
-
};
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
// src/ui/hooks/useAgentMutations.ts
|
|
390
|
-
import { useTemplateRuntime as useTemplateRuntime2 } from "@contractspec/lib.example-shared-ui";
|
|
391
|
-
import { useCallback as useCallback2, useState as useState2 } from "react";
|
|
392
|
-
|
|
393
|
-
// src/shared/demo-runtime-seed.ts
|
|
394
|
-
var AGENT_CONSOLE_DEMO_ORGANIZATION_ID = "demo-org";
|
|
395
|
-
var AGENT_CONSOLE_DEMO_PROJECT_ID = "agent-console-demo";
|
|
396
|
-
function slugify(name) {
|
|
397
|
-
return name.toLowerCase().trim().replace(/[^a-z0-9]+/g, "-").replace(/^-+|-+$/g, "");
|
|
398
|
-
}
|
|
399
|
-
function cloneAgent(agent) {
|
|
400
|
-
return { ...agent };
|
|
401
|
-
}
|
|
402
|
-
function cloneTool(tool) {
|
|
403
|
-
return { ...tool };
|
|
404
|
-
}
|
|
405
|
-
function cloneRun(run) {
|
|
406
|
-
return { ...run };
|
|
407
|
-
}
|
|
408
|
-
function createDefaultNow() {
|
|
409
|
-
let tick = 0;
|
|
410
|
-
const base = Date.parse("2026-03-20T09:00:00.000Z");
|
|
411
|
-
return () => new Date(base + tick++ * 60000);
|
|
412
|
-
}
|
|
413
|
-
function normalizeProvider(provider) {
|
|
414
|
-
return provider.toLowerCase();
|
|
415
|
-
}
|
|
416
|
-
function normalizeRunStatus(status) {
|
|
417
|
-
return status === "IN_PROGRESS" ? "RUNNING" : status;
|
|
418
|
-
}
|
|
419
|
-
function createSeedState(projectId, organizationId) {
|
|
420
|
-
const agents = MOCK_AGENTS.map((agent) => ({
|
|
421
|
-
id: agent.id,
|
|
422
|
-
projectId,
|
|
423
|
-
organizationId,
|
|
424
|
-
name: agent.name,
|
|
425
|
-
slug: agent.slug,
|
|
426
|
-
description: agent.description,
|
|
427
|
-
modelProvider: normalizeProvider(agent.modelProvider),
|
|
428
|
-
modelName: agent.modelName,
|
|
429
|
-
systemPrompt: agent.systemPrompt,
|
|
430
|
-
temperature: typeof agent.modelConfig?.temperature === "number" ? agent.modelConfig.temperature : 0.4,
|
|
431
|
-
maxTokens: 8192,
|
|
432
|
-
status: agent.status,
|
|
433
|
-
createdAt: agent.createdAt,
|
|
434
|
-
updatedAt: agent.updatedAt
|
|
435
|
-
}));
|
|
436
|
-
const tools = MOCK_TOOLS.map((tool) => ({
|
|
437
|
-
id: tool.id,
|
|
438
|
-
projectId,
|
|
439
|
-
organizationId,
|
|
440
|
-
name: tool.name,
|
|
441
|
-
description: tool.description,
|
|
442
|
-
version: tool.version,
|
|
443
|
-
category: tool.category,
|
|
444
|
-
status: tool.status,
|
|
445
|
-
inputSchema: JSON.stringify(tool.parametersSchema),
|
|
446
|
-
outputSchema: tool.outputSchema ? JSON.stringify(tool.outputSchema) : undefined,
|
|
447
|
-
endpoint: typeof tool.implementationConfig?.url === "string" ? tool.implementationConfig.url : undefined,
|
|
448
|
-
createdAt: tool.createdAt,
|
|
449
|
-
updatedAt: tool.updatedAt
|
|
450
|
-
}));
|
|
451
|
-
const agentNames = new Map(agents.map((agent) => [agent.id, agent.name]));
|
|
452
|
-
const runs = MOCK_RUNS.map((run) => ({
|
|
453
|
-
id: run.id,
|
|
454
|
-
projectId,
|
|
455
|
-
agentId: run.agentId,
|
|
456
|
-
agentName: agentNames.get(run.agentId) ?? run.agentName ?? "Unknown agent",
|
|
457
|
-
status: normalizeRunStatus(run.status),
|
|
458
|
-
input: JSON.stringify(run.input),
|
|
459
|
-
output: run.output ? JSON.stringify(run.output) : undefined,
|
|
460
|
-
totalTokens: run.totalTokens,
|
|
461
|
-
promptTokens: run.promptTokens,
|
|
462
|
-
completionTokens: run.completionTokens,
|
|
463
|
-
estimatedCostUsd: run.estimatedCostUsd ?? 0,
|
|
464
|
-
durationMs: run.durationMs,
|
|
465
|
-
errorMessage: run.errorMessage,
|
|
466
|
-
queuedAt: run.queuedAt,
|
|
467
|
-
startedAt: run.startedAt,
|
|
468
|
-
completedAt: run.completedAt
|
|
469
|
-
}));
|
|
470
|
-
return { agents, tools, runs };
|
|
471
|
-
}
|
|
472
|
-
function summarizeRunMetrics(runs) {
|
|
473
|
-
const totalRuns = runs.length;
|
|
474
|
-
const completedRuns = runs.filter((run) => run.status === "COMPLETED").length;
|
|
475
|
-
const completedDurations = runs.map((run) => run.durationMs).filter((duration) => typeof duration === "number");
|
|
476
|
-
return {
|
|
477
|
-
totalRuns,
|
|
478
|
-
successRate: totalRuns === 0 ? 0 : completedRuns / totalRuns,
|
|
479
|
-
averageDurationMs: completedDurations.length === 0 ? 0 : Math.round(completedDurations.reduce((sum, duration) => sum + duration, 0) / completedDurations.length),
|
|
480
|
-
totalTokens: runs.reduce((sum, run) => sum + run.totalTokens, 0),
|
|
481
|
-
totalCostUsd: runs.reduce((sum, run) => sum + run.estimatedCostUsd, 0)
|
|
482
|
-
};
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
// src/ui/hooks/useAgentMutations.ts
|
|
486
|
-
function normalizeMutationError(error, fallbackMessage) {
|
|
487
|
-
return error instanceof Error ? error : new Error(fallbackMessage);
|
|
488
|
-
}
|
|
489
|
-
function useAgentMutations(options = {}) {
|
|
490
|
-
const { handlers, projectId } = useTemplateRuntime2();
|
|
491
|
-
const { agent } = handlers;
|
|
492
|
-
const [createState, setCreateState] = useState2({
|
|
493
|
-
loading: false,
|
|
494
|
-
error: null,
|
|
495
|
-
data: null
|
|
496
|
-
});
|
|
497
|
-
const [updateState, setUpdateState] = useState2({
|
|
498
|
-
loading: false,
|
|
499
|
-
error: null,
|
|
500
|
-
data: null
|
|
501
|
-
});
|
|
502
|
-
const [executeState, setExecuteState] = useState2({
|
|
503
|
-
loading: false,
|
|
504
|
-
error: null,
|
|
505
|
-
data: null
|
|
506
|
-
});
|
|
507
|
-
const createAgent = useCallback2(async (input) => {
|
|
508
|
-
setCreateState({ loading: true, error: null, data: null });
|
|
509
|
-
try {
|
|
510
|
-
const result = await agent.createAgent(input, {
|
|
511
|
-
projectId,
|
|
512
|
-
organizationId: AGENT_CONSOLE_DEMO_ORGANIZATION_ID
|
|
513
|
-
});
|
|
514
|
-
setCreateState({ loading: false, error: null, data: result });
|
|
515
|
-
options.onSuccess?.();
|
|
516
|
-
return result;
|
|
517
|
-
} catch (err) {
|
|
518
|
-
const error = normalizeMutationError(err, "Failed to create agent");
|
|
519
|
-
setCreateState({ loading: false, error, data: null });
|
|
520
|
-
options.onError?.(error);
|
|
521
|
-
throw error;
|
|
522
|
-
}
|
|
523
|
-
}, [agent, projectId, options]);
|
|
524
|
-
const updateAgent = useCallback2(async (input) => {
|
|
525
|
-
setUpdateState({ loading: true, error: null, data: null });
|
|
526
|
-
try {
|
|
527
|
-
const result = await agent.updateAgent(input);
|
|
528
|
-
setUpdateState({ loading: false, error: null, data: result });
|
|
529
|
-
options.onSuccess?.();
|
|
530
|
-
return result;
|
|
531
|
-
} catch (err) {
|
|
532
|
-
const error = normalizeMutationError(err, "Failed to update agent");
|
|
533
|
-
setUpdateState({ loading: false, error, data: null });
|
|
534
|
-
options.onError?.(error);
|
|
535
|
-
throw error;
|
|
536
|
-
}
|
|
537
|
-
}, [agent, options]);
|
|
538
|
-
const activateAgent = useCallback2(async (agentId) => {
|
|
539
|
-
return updateAgent({ id: agentId, status: "ACTIVE" });
|
|
540
|
-
}, [updateAgent]);
|
|
541
|
-
const pauseAgent = useCallback2(async (agentId) => {
|
|
542
|
-
return updateAgent({ id: agentId, status: "PAUSED" });
|
|
543
|
-
}, [updateAgent]);
|
|
544
|
-
const archiveAgent = useCallback2(async (agentId) => {
|
|
545
|
-
return updateAgent({ id: agentId, status: "ARCHIVED" });
|
|
546
|
-
}, [updateAgent]);
|
|
547
|
-
const executeAgent = useCallback2(async (input) => {
|
|
548
|
-
setExecuteState({ loading: true, error: null, data: null });
|
|
549
|
-
try {
|
|
550
|
-
const result = await agent.executeAgent({
|
|
551
|
-
agentId: input.agentId,
|
|
552
|
-
message: input.message,
|
|
553
|
-
context: {
|
|
554
|
-
projectId,
|
|
555
|
-
organizationId: AGENT_CONSOLE_DEMO_ORGANIZATION_ID
|
|
556
|
-
}
|
|
557
|
-
});
|
|
558
|
-
setExecuteState({ loading: false, error: null, data: result });
|
|
559
|
-
options.onSuccess?.();
|
|
560
|
-
return result;
|
|
561
|
-
} catch (err) {
|
|
562
|
-
const error = normalizeMutationError(err, "Failed to execute agent");
|
|
563
|
-
setExecuteState({ loading: false, error, data: null });
|
|
564
|
-
options.onError?.(error);
|
|
565
|
-
throw error;
|
|
566
|
-
}
|
|
567
|
-
}, [agent, projectId, options]);
|
|
568
|
-
return {
|
|
569
|
-
createAgent,
|
|
570
|
-
updateAgent,
|
|
571
|
-
activateAgent,
|
|
572
|
-
pauseAgent,
|
|
573
|
-
archiveAgent,
|
|
574
|
-
executeAgent,
|
|
575
|
-
createState,
|
|
576
|
-
updateState,
|
|
577
|
-
executeState,
|
|
578
|
-
isLoading: createState.loading || updateState.loading || executeState.loading
|
|
579
|
-
};
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
// src/ui/hooks/useRunList.ts
|
|
583
|
-
import { useTemplateRuntime as useTemplateRuntime3 } from "@contractspec/lib.example-shared-ui";
|
|
584
|
-
import { useCallback as useCallback3, useEffect as useEffect2, useState as useState3 } from "react";
|
|
585
|
-
function useRunList(options = {}) {
|
|
586
|
-
const { handlers, projectId } = useTemplateRuntime3();
|
|
587
|
-
const { agent } = handlers;
|
|
588
|
-
const [data, setData] = useState3(null);
|
|
589
|
-
const [metrics, setMetrics] = useState3(null);
|
|
590
|
-
const [loading, setLoading] = useState3(true);
|
|
591
|
-
const [error, setError] = useState3(null);
|
|
592
|
-
const [internalPageIndex, setInternalPageIndex] = useState3(0);
|
|
593
|
-
const pageSize = options.pageSize ?? options.limit ?? 20;
|
|
594
|
-
const pageIndex = options.pageIndex ?? internalPageIndex;
|
|
595
|
-
const [sort] = options.sorting ?? [];
|
|
596
|
-
const fetchData = useCallback3(async () => {
|
|
597
|
-
setLoading(true);
|
|
598
|
-
setError(null);
|
|
599
|
-
try {
|
|
600
|
-
const [runsResult, metricsResult] = await Promise.all([
|
|
601
|
-
agent.listRuns({
|
|
602
|
-
projectId,
|
|
603
|
-
agentId: options.agentId,
|
|
604
|
-
status: options.status === "all" ? undefined : options.status,
|
|
605
|
-
sortBy: sort?.id,
|
|
606
|
-
sortDirection: sort ? sort.desc ? "desc" : "asc" : undefined,
|
|
607
|
-
limit: pageSize,
|
|
608
|
-
offset: pageIndex * pageSize
|
|
609
|
-
}),
|
|
610
|
-
agent.getRunMetrics({
|
|
611
|
-
projectId,
|
|
612
|
-
agentId: options.agentId
|
|
613
|
-
})
|
|
614
|
-
]);
|
|
615
|
-
setData(runsResult);
|
|
616
|
-
setMetrics(metricsResult);
|
|
617
|
-
} catch (err) {
|
|
618
|
-
setError(err instanceof Error ? err : new Error("Unknown error"));
|
|
619
|
-
} finally {
|
|
620
|
-
setLoading(false);
|
|
621
|
-
}
|
|
622
|
-
}, [
|
|
623
|
-
agent,
|
|
624
|
-
pageIndex,
|
|
625
|
-
pageSize,
|
|
626
|
-
projectId,
|
|
627
|
-
options.agentId,
|
|
628
|
-
options.status,
|
|
629
|
-
sort?.desc,
|
|
630
|
-
sort?.id
|
|
631
|
-
]);
|
|
632
|
-
useEffect2(() => {
|
|
633
|
-
fetchData();
|
|
634
|
-
}, [fetchData]);
|
|
635
|
-
const hasControlledPagination = options.pageIndex !== undefined;
|
|
636
|
-
return {
|
|
637
|
-
data,
|
|
638
|
-
metrics,
|
|
639
|
-
loading,
|
|
640
|
-
error,
|
|
641
|
-
page: pageIndex + 1,
|
|
642
|
-
pageIndex,
|
|
643
|
-
pageSize,
|
|
644
|
-
refetch: fetchData,
|
|
645
|
-
nextPage: hasControlledPagination ? undefined : () => setInternalPageIndex((current) => current + 1),
|
|
646
|
-
prevPage: hasControlledPagination ? undefined : () => setInternalPageIndex((current) => Math.max(0, current - 1))
|
|
647
|
-
};
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
// src/ui/hooks/useToolList.ts
|
|
651
|
-
import { useTemplateRuntime as useTemplateRuntime4 } from "@contractspec/lib.example-shared-ui";
|
|
652
|
-
import { useCallback as useCallback4, useEffect as useEffect3, useMemo as useMemo2, useState as useState4 } from "react";
|
|
653
|
-
function useToolList(options = {}) {
|
|
654
|
-
const { handlers, projectId } = useTemplateRuntime4();
|
|
655
|
-
const { agent } = handlers;
|
|
656
|
-
const [data, setData] = useState4(null);
|
|
657
|
-
const [loading, setLoading] = useState4(true);
|
|
658
|
-
const [error, setError] = useState4(null);
|
|
659
|
-
const [page, setPage] = useState4(1);
|
|
660
|
-
const fetchData = useCallback4(async () => {
|
|
661
|
-
setLoading(true);
|
|
662
|
-
setError(null);
|
|
663
|
-
try {
|
|
664
|
-
const result = await agent.listTools({
|
|
665
|
-
projectId,
|
|
666
|
-
search: options.search,
|
|
667
|
-
category: options.category,
|
|
668
|
-
status: options.status === "all" ? undefined : options.status,
|
|
669
|
-
limit: options.limit ?? 50,
|
|
670
|
-
offset: (page - 1) * (options.limit ?? 50)
|
|
671
|
-
});
|
|
672
|
-
setData(result);
|
|
673
|
-
} catch (err) {
|
|
674
|
-
setError(err instanceof Error ? err : new Error("Unknown error"));
|
|
675
|
-
} finally {
|
|
676
|
-
setLoading(false);
|
|
677
|
-
}
|
|
678
|
-
}, [
|
|
679
|
-
agent,
|
|
680
|
-
projectId,
|
|
681
|
-
options.search,
|
|
682
|
-
options.category,
|
|
683
|
-
options.status,
|
|
684
|
-
options.limit,
|
|
685
|
-
page
|
|
686
|
-
]);
|
|
687
|
-
useEffect3(() => {
|
|
688
|
-
fetchData();
|
|
689
|
-
}, [fetchData]);
|
|
690
|
-
const { stats, groupedByCategory, categoryStats } = useMemo2(() => {
|
|
691
|
-
if (!data)
|
|
692
|
-
return { stats: null, groupedByCategory: {}, categoryStats: [] };
|
|
693
|
-
const items = data.items;
|
|
694
|
-
const active = items.filter((t) => t.status === "ACTIVE").length;
|
|
695
|
-
const deprecated = items.filter((t) => t.status === "DEPRECATED").length;
|
|
696
|
-
const disabled = items.filter((t) => t.status === "DISABLED").length;
|
|
697
|
-
const grouped = {};
|
|
698
|
-
const byCategory = {};
|
|
699
|
-
items.forEach((t) => {
|
|
700
|
-
const cat = t.category;
|
|
701
|
-
if (!grouped[cat])
|
|
702
|
-
grouped[cat] = [];
|
|
703
|
-
grouped[cat].push(t);
|
|
704
|
-
byCategory[cat] = (byCategory[cat] || 0) + 1;
|
|
705
|
-
});
|
|
706
|
-
const catStats = Object.entries(byCategory).map(([category, count]) => ({ category, count })).sort((a, b) => b.count - a.count);
|
|
707
|
-
return {
|
|
708
|
-
stats: {
|
|
709
|
-
total: data.total,
|
|
710
|
-
active,
|
|
711
|
-
deprecated,
|
|
712
|
-
disabled,
|
|
713
|
-
topCategories: catStats.slice(0, 5)
|
|
714
|
-
},
|
|
715
|
-
groupedByCategory: grouped,
|
|
716
|
-
categoryStats: catStats
|
|
717
|
-
};
|
|
718
|
-
}, [data]);
|
|
719
|
-
return {
|
|
720
|
-
data,
|
|
721
|
-
loading,
|
|
722
|
-
error,
|
|
723
|
-
stats,
|
|
724
|
-
groupedByCategory,
|
|
725
|
-
categoryStats,
|
|
726
|
-
page,
|
|
727
|
-
refetch: fetchData,
|
|
728
|
-
nextPage: () => setPage((p) => p + 1),
|
|
729
|
-
prevPage: () => page > 1 && setPage((p) => p - 1)
|
|
730
|
-
};
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
// src/ui/hooks/index.ts
|
|
734
|
-
"use client";
|
|
735
|
-
export {
|
|
736
|
-
useToolList,
|
|
737
|
-
useRunList,
|
|
738
|
-
useAgentMutations,
|
|
739
|
-
useAgentList
|
|
740
|
-
};
|
|
1
|
+
var b=[{id:"agent-1",organizationId:"demo-org",name:"Customer Support Bot",slug:"customer-support-bot",description:"Handles tier-1 customer inquiries and routes complex issues.",status:"ACTIVE",modelProvider:"OPENAI",modelName:"gpt-4o-mini",modelConfig:{temperature:0.7},systemPrompt:"You are a helpful customer support assistant.",toolChoice:"auto",maxIterations:10,timeoutMs:120000,version:"1.0.0",tags:["support","tier-1"],createdAt:new Date("2024-01-15T10:00:00Z"),updatedAt:new Date("2024-03-20T14:30:00Z")},{id:"agent-2",organizationId:"demo-org",name:"Code Review Assistant",slug:"code-review-assistant",description:"Reviews pull requests and provides actionable feedback.",status:"ACTIVE",modelProvider:"ANTHROPIC",modelName:"claude-sonnet-4-20250514",modelConfig:{temperature:0.3},systemPrompt:"You are a code review expert.",toolChoice:"auto",maxIterations:15,timeoutMs:180000,version:"2.1.0",tags:["code","review","dev"],createdAt:new Date("2024-02-10T09:00:00Z"),updatedAt:new Date("2024-04-05T11:15:00Z")},{id:"agent-3",organizationId:"demo-org",name:"Data Analyst",slug:"data-analyst",description:"Queries databases and generates insights from data.",status:"PAUSED",modelProvider:"OPENAI",modelName:"gpt-4o",modelConfig:{temperature:0.5},systemPrompt:"You are a data analyst expert in SQL and analytics.",toolChoice:"required",maxIterations:20,timeoutMs:300000,version:"1.2.0",tags:["data","analytics","sql"],createdAt:new Date("2024-03-01T08:00:00Z"),updatedAt:new Date("2024-04-10T16:45:00Z")},{id:"agent-4",organizationId:"demo-org",name:"Meeting Scheduler",slug:"meeting-scheduler",description:"Schedules meetings and manages calendar conflicts.",status:"DRAFT",modelProvider:"GOOGLE",modelName:"gemini-2.0-flash",modelConfig:{temperature:0.2},systemPrompt:"You help schedule and organize meetings efficiently.",toolChoice:"auto",maxIterations:5,timeoutMs:60000,version:"0.1.0",tags:["calendar","scheduling"],createdAt:new Date("2024-04-01T12:00:00Z"),updatedAt:new Date("2024-04-01T12:00:00Z")}];var k=[{id:"tool-1",organizationId:"demo-org",name:"Web Search",slug:"web-search",description:"Search the web for real-time information using Brave API.",category:"RETRIEVAL",status:"ACTIVE",parametersSchema:{type:"object",properties:{query:{type:"string",description:"Search query"},numResults:{type:"number",default:10}},required:["query"]},outputSchema:{type:"array",items:{type:"object"}},implementationType:"http",implementationConfig:{url:"https://api.brave.com/search",method:"GET"},maxInvocationsPerMinute:60,timeoutMs:30000,version:"1.0.0",tags:["search","web"],createdAt:new Date("2024-01-01T00:00:00Z"),updatedAt:new Date("2024-02-15T10:00:00Z")},{id:"tool-2",organizationId:"demo-org",name:"SQL Query",slug:"sql-query",description:"Execute read-only SQL queries against the data warehouse.",category:"RETRIEVAL",status:"ACTIVE",parametersSchema:{type:"object",properties:{query:{type:"string",description:"SQL query"},maxRows:{type:"number",default:100}},required:["query"]},outputSchema:{type:"object"},implementationType:"function",implementationConfig:{handler:"executeSqlQuery"},maxInvocationsPerMinute:30,timeoutMs:60000,version:"1.1.0",tags:["sql","database"],createdAt:new Date("2024-01-05T00:00:00Z"),updatedAt:new Date("2024-03-10T14:00:00Z")},{id:"tool-3",organizationId:"demo-org",name:"Email Sender",slug:"email-sender",description:"Send emails via SMTP or API.",category:"COMMUNICATION",status:"ACTIVE",parametersSchema:{type:"object",properties:{to:{type:"string"},subject:{type:"string"},body:{type:"string"}},required:["to","subject","body"]},implementationType:"http",implementationConfig:{url:"/api/send-email",method:"POST"},maxInvocationsPerMinute:10,timeoutMs:30000,version:"1.0.0",tags:["email","communication"],createdAt:new Date("2024-02-01T00:00:00Z"),updatedAt:new Date("2024-02-01T00:00:00Z")},{id:"tool-4",organizationId:"demo-org",name:"GitHub Integration",slug:"github-integration",description:"Interact with GitHub repositories, PRs, and issues.",category:"INTEGRATION",status:"ACTIVE",parametersSchema:{type:"object",properties:{action:{type:"string",enum:["list_prs","get_pr","create_comment"]},repo:{type:"string"},params:{type:"object"}},required:["action","repo"]},implementationType:"http",implementationConfig:{url:"https://api.github.com",auth:"token"},maxInvocationsPerMinute:100,timeoutMs:15000,version:"2.0.0",tags:["github","integration","code"],createdAt:new Date("2024-02-20T00:00:00Z"),updatedAt:new Date("2024-04-01T09:00:00Z")},{id:"tool-5",organizationId:"demo-org",name:"Calculator",slug:"calculator",description:"Perform mathematical calculations.",category:"COMPUTATION",status:"ACTIVE",parametersSchema:{type:"object",properties:{expression:{type:"string",description:"Math expression to evaluate"}},required:["expression"]},outputSchema:{type:"object",properties:{result:{type:"number"}}},implementationType:"function",implementationConfig:{handler:"evaluateMath"},timeoutMs:5000,version:"1.0.0",tags:["math","utility"],createdAt:new Date("2024-01-10T00:00:00Z"),updatedAt:new Date("2024-01-10T00:00:00Z")}];var E=[{id:"run-1",organizationId:"demo-org",projectId:"demo-project",agentId:"agent-1",agentName:"Customer Support Bot",userId:"user-1",sessionId:"session-1",input:{message:"How do I reset my password?",context:{}},output:{response:"You can reset your password by clicking..."},status:"COMPLETED",totalTokens:1250,promptTokens:800,completionTokens:450,totalIterations:3,durationMs:4500,estimatedCostUsd:0.0025,queuedAt:new Date("2024-04-15T10:00:00Z"),startedAt:new Date("2024-04-15T10:00:01Z"),completedAt:new Date("2024-04-15T10:00:05Z"),steps:[],logs:[]},{id:"run-2",organizationId:"demo-org",projectId:"demo-project",agentId:"agent-2",agentName:"Code Review Assistant",userId:"user-2",input:{message:"Review PR #123",context:{prNumber:123}},status:"IN_PROGRESS",totalTokens:3500,promptTokens:3000,completionTokens:500,totalIterations:5,queuedAt:new Date("2024-04-15T10:30:00Z"),startedAt:new Date("2024-04-15T10:30:02Z"),steps:[],logs:[]},{id:"run-3",organizationId:"demo-org",projectId:"demo-project",agentId:"agent-1",agentName:"Customer Support Bot",userId:"user-1",input:{message:"What are your business hours?"},output:{response:"Our business hours are 9 AM to 5 PM EST..."},status:"COMPLETED",totalTokens:800,promptTokens:500,completionTokens:300,totalIterations:2,durationMs:2100,estimatedCostUsd:0.0012,queuedAt:new Date("2024-04-15T09:00:00Z"),startedAt:new Date("2024-04-15T09:00:01Z"),completedAt:new Date("2024-04-15T09:00:03Z"),steps:[],logs:[]},{id:"run-4",organizationId:"demo-org",projectId:"demo-project",agentId:"agent-3",agentName:"Data Analyst",userId:"user-3",input:{message:"Generate sales report for Q1"},status:"FAILED",errorMessage:"Database connection timeout",errorCode:"DB_TIMEOUT",totalTokens:2000,promptTokens:1500,completionTokens:500,totalIterations:8,durationMs:45000,queuedAt:new Date("2024-04-14T15:00:00Z"),startedAt:new Date("2024-04-14T15:00:05Z"),completedAt:new Date("2024-04-14T15:00:50Z"),steps:[],logs:[]},{id:"run-5",organizationId:"demo-org",projectId:"demo-project",agentId:"agent-2",agentName:"Code Review Assistant",userId:"user-2",input:{message:"Review PR #120"},output:{response:"Code review complete. 3 suggestions..."},status:"COMPLETED",totalTokens:5200,promptTokens:4000,completionTokens:1200,totalIterations:7,durationMs:15000,estimatedCostUsd:0.0156,queuedAt:new Date("2024-04-14T11:00:00Z"),startedAt:new Date("2024-04-14T11:00:03Z"),completedAt:new Date("2024-04-14T11:00:18Z"),steps:[],logs:[]}];import{useTemplateRuntime as x}from"@contractspec/lib.example-shared-ui";import{useCallback as z,useEffect as _,useMemo as U,useState as v}from"react";function G(e={}){let{handlers:i,projectId:m}=x(),{agent:a}=i,[o,d]=v(null),[t,g]=v(!0),[M,T]=v(null),[l,u]=v(1),A=z(async()=>{g(!0),T(null);try{let n=await a.listAgents({projectId:m,search:e.search,status:e.status==="all"?void 0:e.status,limit:e.limit??20,offset:(l-1)*(e.limit??20)});d(n)}catch(n){T(n instanceof Error?n:Error("Unknown error"))}finally{g(!1)}},[a,m,e.search,e.status,e.limit,l]);_(()=>{A()},[A]);let C=U(()=>{if(!o)return null;return{total:o.total,active:o.items.filter((n)=>n.status==="ACTIVE").length,paused:o.items.filter((n)=>n.status==="PAUSED").length,draft:o.items.filter((n)=>n.status==="DRAFT").length}},[o]);return{data:o,loading:t,error:M,stats:C,page:l,refetch:A,nextPage:()=>u((n)=>n+1),prevPage:()=>l>1&&u((n)=>n-1)}}import{useTemplateRuntime as j}from"@contractspec/lib.example-shared-ui";import{useCallback as f,useState as Z}from"react";var O="demo-org",ie="agent-console-demo";function de(e){return e.toLowerCase().trim().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function ue(e){return{...e}}function ce(e){return{...e}}function le(e){return{...e}}function Te(){let e=0,i=Date.parse("2026-03-20T09:00:00.000Z");return()=>new Date(i+e++*60000)}function S(e){return e.toLowerCase()}function V(e){return e==="IN_PROGRESS"?"RUNNING":e}function pe(e,i){let m=b.map((t)=>({id:t.id,projectId:e,organizationId:i,name:t.name,slug:t.slug,description:t.description,modelProvider:S(t.modelProvider),modelName:t.modelName,systemPrompt:t.systemPrompt,temperature:typeof t.modelConfig?.temperature==="number"?t.modelConfig.temperature:0.4,maxTokens:8192,status:t.status,createdAt:t.createdAt,updatedAt:t.updatedAt})),a=k.map((t)=>({id:t.id,projectId:e,organizationId:i,name:t.name,description:t.description,version:t.version,category:t.category,status:t.status,inputSchema:JSON.stringify(t.parametersSchema),outputSchema:t.outputSchema?JSON.stringify(t.outputSchema):void 0,endpoint:typeof t.implementationConfig?.url==="string"?t.implementationConfig.url:void 0,createdAt:t.createdAt,updatedAt:t.updatedAt})),o=new Map(m.map((t)=>[t.id,t.name])),d=E.map((t)=>({id:t.id,projectId:e,agentId:t.agentId,agentName:o.get(t.agentId)??t.agentName??"Unknown agent",status:V(t.status),input:JSON.stringify(t.input),output:t.output?JSON.stringify(t.output):void 0,totalTokens:t.totalTokens,promptTokens:t.promptTokens,completionTokens:t.completionTokens,estimatedCostUsd:t.estimatedCostUsd??0,durationMs:t.durationMs,errorMessage:t.errorMessage,queuedAt:t.queuedAt,startedAt:t.startedAt,completedAt:t.completedAt}));return{agents:m,tools:a,runs:d}}function ge(e){let i=e.length,m=e.filter((o)=>o.status==="COMPLETED").length,a=e.map((o)=>o.durationMs).filter((o)=>typeof o==="number");return{totalRuns:i,successRate:i===0?0:m/i,averageDurationMs:a.length===0?0:Math.round(a.reduce((o,d)=>o+d,0)/a.length),totalTokens:e.reduce((o,d)=>o+d.totalTokens,0),totalCostUsd:e.reduce((o,d)=>o+d.estimatedCostUsd,0)}}function P(e,i){return e instanceof Error?e:Error(i)}function Q(e={}){let{handlers:i,projectId:m}=j(),{agent:a}=i,[o,d]=Z({loading:!1,error:null,data:null}),[t,g]=Z({loading:!1,error:null,data:null}),[M,T]=Z({loading:!1,error:null,data:null}),l=f(async(s)=>{d({loading:!0,error:null,data:null});try{let r=await a.createAgent(s,{projectId:m,organizationId:O});return d({loading:!1,error:null,data:r}),e.onSuccess?.(),r}catch(r){let c=P(r,"Failed to create agent");throw d({loading:!1,error:c,data:null}),e.onError?.(c),c}},[a,m,e]),u=f(async(s)=>{g({loading:!0,error:null,data:null});try{let r=await a.updateAgent(s);return g({loading:!1,error:null,data:r}),e.onSuccess?.(),r}catch(r){let c=P(r,"Failed to update agent");throw g({loading:!1,error:c,data:null}),e.onError?.(c),c}},[a,e]),A=f(async(s)=>{return u({id:s,status:"ACTIVE"})},[u]),C=f(async(s)=>{return u({id:s,status:"PAUSED"})},[u]),n=f(async(s)=>{return u({id:s,status:"ARCHIVED"})},[u]),h=f(async(s)=>{T({loading:!0,error:null,data:null});try{let r=await a.executeAgent({agentId:s.agentId,message:s.message,context:{projectId:m,organizationId:O}});return T({loading:!1,error:null,data:r}),e.onSuccess?.(),r}catch(r){let c=P(r,"Failed to execute agent");throw T({loading:!1,error:c,data:null}),e.onError?.(c),c}},[a,m,e]);return{createAgent:l,updateAgent:u,activateAgent:A,pauseAgent:C,archiveAgent:n,executeAgent:h,createState:o,updateState:t,executeState:M,isLoading:o.loading||t.loading||M.loading}}import{useTemplateRuntime as L}from"@contractspec/lib.example-shared-ui";import{useCallback as K,useEffect as H,useState as D}from"react";function J(e={}){let{handlers:i,projectId:m}=L(),{agent:a}=i,[o,d]=D(null),[t,g]=D(null),[M,T]=D(!0),[l,u]=D(null),[A,C]=D(0),n=e.pageSize??e.limit??20,h=e.pageIndex??A,[s]=e.sorting??[],r=K(async()=>{T(!0),u(null);try{let[y,I]=await Promise.all([a.listRuns({projectId:m,agentId:e.agentId,status:e.status==="all"?void 0:e.status,sortBy:s?.id,sortDirection:s?s.desc?"desc":"asc":void 0,limit:n,offset:h*n}),a.getRunMetrics({projectId:m,agentId:e.agentId})]);d(y),g(I)}catch(y){u(y instanceof Error?y:Error("Unknown error"))}finally{T(!1)}},[a,h,n,m,e.agentId,e.status,s?.desc,s?.id]);H(()=>{r()},[r]);let c=e.pageIndex!==void 0;return{data:o,metrics:t,loading:M,error:l,page:h+1,pageIndex:h,pageSize:n,refetch:r,nextPage:c?void 0:()=>C((y)=>y+1),prevPage:c?void 0:()=>C((y)=>Math.max(0,y-1))}}import{useTemplateRuntime as Y}from"@contractspec/lib.example-shared-ui";import{useCallback as B,useEffect as F,useMemo as W,useState as R}from"react";function $(e={}){let{handlers:i,projectId:m}=Y(),{agent:a}=i,[o,d]=R(null),[t,g]=R(!0),[M,T]=R(null),[l,u]=R(1),A=B(async()=>{g(!0),T(null);try{let s=await a.listTools({projectId:m,search:e.search,category:e.category,status:e.status==="all"?void 0:e.status,limit:e.limit??50,offset:(l-1)*(e.limit??50)});d(s)}catch(s){T(s instanceof Error?s:Error("Unknown error"))}finally{g(!1)}},[a,m,e.search,e.category,e.status,e.limit,l]);F(()=>{A()},[A]);let{stats:C,groupedByCategory:n,categoryStats:h}=W(()=>{if(!o)return{stats:null,groupedByCategory:{},categoryStats:[]};let s=o.items,r=s.filter((p)=>p.status==="ACTIVE").length,c=s.filter((p)=>p.status==="DEPRECATED").length,y=s.filter((p)=>p.status==="DISABLED").length,I={},N={};s.forEach((p)=>{let w=p.category;if(!I[w])I[w]=[];I[w].push(p),N[w]=(N[w]||0)+1});let q=Object.entries(N).map(([p,w])=>({category:p,count:w})).sort((p,w)=>w.count-p.count);return{stats:{total:o.total,active:r,deprecated:c,disabled:y,topCategories:q.slice(0,5)},groupedByCategory:I,categoryStats:q}},[o]);return{data:o,loading:t,error:M,stats:C,groupedByCategory:n,categoryStats:h,page:l,refetch:A,nextPage:()=>u((s)=>s+1),prevPage:()=>l>1&&u((s)=>s-1)}}export{$ as useToolList,J as useRunList,Q as useAgentMutations,G as useAgentList};
|