@agentmark-ai/cli 0.8.1 → 0.9.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.
- package/dist/.next/BUILD_ID +1 -1
- package/dist/.next/build-manifest.json +2 -2
- package/dist/.next/cache/.previewinfo +1 -1
- package/dist/.next/cache/.rscinfo +1 -1
- package/dist/.next/cache/.tsbuildinfo +1 -1
- package/dist/.next/cache/config.json +3 -3
- package/dist/.next/cache/webpack/client-production/0.pack +0 -0
- package/dist/.next/cache/webpack/client-production/index.pack +0 -0
- package/dist/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/dist/.next/cache/webpack/server-production/0.pack +0 -0
- package/dist/.next/cache/webpack/server-production/index.pack +0 -0
- package/dist/.next/prerender-manifest.json +16 -16
- package/dist/.next/server/app/_not-found.html +1 -1
- package/dist/.next/server/app/_not-found.rsc +1 -1
- package/dist/.next/server/app/index.html +1 -1
- package/dist/.next/server/app/index.rsc +1 -1
- package/dist/.next/server/app/requests.html +1 -1
- package/dist/.next/server/app/requests.rsc +1 -1
- package/dist/.next/server/app/sessions.html +1 -1
- package/dist/.next/server/app/sessions.rsc +1 -1
- package/dist/.next/server/app/traces.html +1 -1
- package/dist/.next/server/app/traces.rsc +1 -1
- package/dist/.next/server/pages/404.html +1 -1
- package/dist/.next/server/pages/500.html +1 -1
- package/dist/.next/server/server-reference-manifest.json +1 -1
- package/dist/.next/trace +54 -54
- package/dist/auth/auto-link.js +3 -1
- package/dist/auth/auto-link.js.map +1 -1
- package/dist/auth/types.d.ts +1 -0
- package/dist/commands/dev.js +1 -1
- package/dist/commands/dev.js.map +1 -1
- package/dist/commands/generate-schema.d.ts +5 -0
- package/dist/commands/generate-schema.js +219 -0
- package/dist/commands/generate-schema.js.map +1 -0
- package/dist/commands/generate-types.js +11 -0
- package/dist/commands/generate-types.js.map +1 -1
- package/dist/commands/link.js +3 -1
- package/dist/commands/link.js.map +1 -1
- package/dist/commands/login.js +1 -1
- package/dist/commands/login.js.map +1 -1
- package/dist/commands/logout.js +1 -1
- package/dist/commands/logout.js.map +1 -1
- package/dist/commands/pull-models.js +30 -1
- package/dist/commands/pull-models.js.map +1 -1
- package/dist/commands/run-prompt.js +25 -2
- package/dist/commands/run-prompt.js.map +1 -1
- package/dist/config.d.ts +6 -0
- package/dist/config.js +22 -3
- package/dist/config.js.map +1 -1
- package/dist/forwarding/forwarder.js +1 -1
- package/dist/forwarding/forwarder.js.map +1 -1
- package/dist/index.js +13 -0
- package/dist/index.js.map +1 -1
- package/dist/utils/providers.js +4 -3
- package/dist/utils/providers.js.map +1 -1
- package/package.json +2 -2
- /package/dist/.next/static/{WSLcfmCh7VwiFiCq08KUc → _uH98Yva4C-QS08PL-_0P}/_buildManifest.js +0 -0
- /package/dist/.next/static/{WSLcfmCh7VwiFiCq08KUc → _uH98Yva4C-QS08PL-_0P}/_ssgManifest.js +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"telemetry": {
|
|
3
|
-
"notifiedAt": "
|
|
4
|
-
"anonymousId": "
|
|
5
|
-
"salt": "
|
|
3
|
+
"notifiedAt": "1771533380938",
|
|
4
|
+
"anonymousId": "0568ce7a5faaa3710ebeb2ccc363d2206db1d61779f8c392bd719e05d193cf87",
|
|
5
|
+
"salt": "df9e58f1af36c1d6c5e12af5f9bf974c"
|
|
6
6
|
}
|
|
7
7
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 4,
|
|
3
3
|
"routes": {
|
|
4
|
-
"/
|
|
5
|
-
"initialStatus": 404,
|
|
4
|
+
"/": {
|
|
6
5
|
"experimentalBypassFor": [
|
|
7
6
|
{
|
|
8
7
|
"type": "header",
|
|
@@ -15,8 +14,8 @@
|
|
|
15
14
|
}
|
|
16
15
|
],
|
|
17
16
|
"initialRevalidateSeconds": false,
|
|
18
|
-
"srcRoute": "/
|
|
19
|
-
"dataRoute": "/
|
|
17
|
+
"srcRoute": "/",
|
|
18
|
+
"dataRoute": "/index.rsc",
|
|
20
19
|
"allowHeader": [
|
|
21
20
|
"host",
|
|
22
21
|
"x-matched-path",
|
|
@@ -26,7 +25,8 @@
|
|
|
26
25
|
"x-next-revalidate-tag-token"
|
|
27
26
|
]
|
|
28
27
|
},
|
|
29
|
-
"/": {
|
|
28
|
+
"/_not-found": {
|
|
29
|
+
"initialStatus": 404,
|
|
30
30
|
"experimentalBypassFor": [
|
|
31
31
|
{
|
|
32
32
|
"type": "header",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
}
|
|
40
40
|
],
|
|
41
41
|
"initialRevalidateSeconds": false,
|
|
42
|
-
"srcRoute": "/",
|
|
43
|
-
"dataRoute": "/
|
|
42
|
+
"srcRoute": "/_not-found",
|
|
43
|
+
"dataRoute": "/_not-found.rsc",
|
|
44
44
|
"allowHeader": [
|
|
45
45
|
"host",
|
|
46
46
|
"x-matched-path",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"x-next-revalidate-tag-token"
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
|
-
"/
|
|
53
|
+
"/sessions": {
|
|
54
54
|
"experimentalBypassFor": [
|
|
55
55
|
{
|
|
56
56
|
"type": "header",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
}
|
|
64
64
|
],
|
|
65
65
|
"initialRevalidateSeconds": false,
|
|
66
|
-
"srcRoute": "/
|
|
67
|
-
"dataRoute": "/
|
|
66
|
+
"srcRoute": "/sessions",
|
|
67
|
+
"dataRoute": "/sessions.rsc",
|
|
68
68
|
"allowHeader": [
|
|
69
69
|
"host",
|
|
70
70
|
"x-matched-path",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"x-next-revalidate-tag-token"
|
|
75
75
|
]
|
|
76
76
|
},
|
|
77
|
-
"/
|
|
77
|
+
"/requests": {
|
|
78
78
|
"experimentalBypassFor": [
|
|
79
79
|
{
|
|
80
80
|
"type": "header",
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
}
|
|
88
88
|
],
|
|
89
89
|
"initialRevalidateSeconds": false,
|
|
90
|
-
"srcRoute": "/
|
|
91
|
-
"dataRoute": "/
|
|
90
|
+
"srcRoute": "/requests",
|
|
91
|
+
"dataRoute": "/requests.rsc",
|
|
92
92
|
"allowHeader": [
|
|
93
93
|
"host",
|
|
94
94
|
"x-matched-path",
|
|
@@ -126,8 +126,8 @@
|
|
|
126
126
|
"dynamicRoutes": {},
|
|
127
127
|
"notFoundRoutes": [],
|
|
128
128
|
"preview": {
|
|
129
|
-
"previewModeId": "
|
|
130
|
-
"previewModeSigningKey": "
|
|
131
|
-
"previewModeEncryptionKey": "
|
|
129
|
+
"previewModeId": "0265d9bac88f8f6ab3c8829fc5b41b3d",
|
|
130
|
+
"previewModeSigningKey": "1b94d4ca5cd0226ac9b678f2d555dd18320d6b02934b175b11c0481dfe9d9701",
|
|
131
|
+
"previewModeEncryptionKey": "e3aa292891db53e66185dc67f41f42e49d4fe1462b2c6ce2eea6f7bbb12cf584"
|
|
132
132
|
}
|
|
133
133
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--WSLcfmCh7VwiFiCq08KUc--><html lang="en" style="height:100%"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-f10b0ea54196b48e.js"/><script src="/_next/static/chunks/87c73c54-09e1ba5c70e60a51.js" async=""></script><script src="/_next/static/chunks/18-175d23c8e99dd60b.js" async=""></script><script src="/_next/static/chunks/main-app-0b5725cb98f081b4.js" async=""></script><script src="/_next/static/chunks/902-8d8c521535a2c32f.js" async=""></script><script src="/_next/static/chunks/602-1f23cff16de7187a.js" async=""></script><script src="/_next/static/chunks/app/layout-eaddb6da201ab019.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script><style data-emotion="mui fm8y6g 1rod9u0 1ja2yci mh5795 slt4eh y3z2zg mdxzat awgou1 1r2yh9t jdubn1 csffzd 1rl0qlz 1wduhak 1lvf6xj 28aa2t 1r8o4oq cgobgq 1br1vyr 6w6j6 1t9pz9x 1g0hb2n bxmwoh 627mv6">.mui-fm8y6g{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;box-sizing:border-box;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;position:fixed;z-index:1100;top:0;left:auto;right:0;--AppBar-background:#1976d2;--AppBar-color:#fff;background-color:var(--AppBar-background);color:var(--AppBar-color);}@media print{.mui-fm8y6g{position:absolute;}}.mui-1rod9u0{background-color:#fff;color:rgba(0, 0, 0, 0.87);-webkit-transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;box-shadow:var(--Paper-shadow);background-image:var(--Paper-overlay);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;box-sizing:border-box;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;position:fixed;z-index:1100;top:0;left:auto;right:0;--AppBar-background:#1976d2;--AppBar-color:#fff;background-color:var(--AppBar-background);color:var(--AppBar-color);}@media print{.mui-1rod9u0{position:absolute;}}.mui-1ja2yci{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;padding-right:16px;min-height:56px;height:100%;}@media (min-width:600px){.mui-1ja2yci{padding-left:24px;padding-right:24px;}}@media (min-width:0px){@media (orientation: landscape){.mui-1ja2yci{min-height:48px;}}}@media (min-width:600px){.mui-1ja2yci{min-height:64px;}}.mui-mh5795{width:240px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;}.mui-mh5795 .MuiDrawer-paper{width:240px;box-sizing:border-box;}.mui-slt4eh{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:240px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;}.mui-slt4eh .MuiDrawer-paper{width:240px;box-sizing:border-box;}.mui-y3z2zg{overflow-y:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;z-index:1200;-webkit-overflow-scrolling:touch;position:fixed;top:0;outline:0;left:0;border-right:1px solid rgba(0, 0, 0, 0.12);}.mui-mdxzat{background-color:#fff;color:rgba(0, 0, 0, 0.87);-webkit-transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;box-shadow:var(--Paper-shadow);background-image:var(--Paper-overlay);overflow-y:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;z-index:1200;-webkit-overflow-scrolling:touch;position:fixed;top:0;outline:0;left:0;border-right:1px solid rgba(0, 0, 0, 0.12);}.mui-awgou1{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;padding-right:16px;min-height:56px;}@media (min-width:600px){.mui-awgou1{padding-left:24px;padding-right:24px;}}@media (min-width:0px){@media (orientation: landscape){.mui-awgou1{min-height:48px;}}}@media (min-width:600px){.mui-awgou1{min-height:64px;}}.mui-1r2yh9t{-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);}.mui-1r2yh9t:hover{text-decoration-color:inherit;}.mui-jdubn1{margin:0;font:inherit;line-height:inherit;letter-spacing:inherit;color:#1976d2;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);}.mui-jdubn1:hover{text-decoration-color:inherit;}.mui-csffzd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.mui-csffzd>:not(style):not(style){margin:0;}.mui-csffzd>:not(style)~:not(style){margin-left:8px;}.mui-1rl0qlz{margin:0;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:500;font-size:1.25rem;line-height:1.6;letter-spacing:0.0075em;}.mui-1wduhak{list-style:none;margin:0;padding:0;position:relative;padding-top:8px;padding-bottom:8px;}.mui-1lvf6xj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;width:100%;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;padding-top:4px;padding-bottom:4px;padding-left:16px;padding-right:16px;}.mui-28aa2t{-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;width:100%;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;padding-top:4px;padding-bottom:4px;padding-left:16px;padding-right:16px;}.mui-28aa2t:hover{text-decoration-color:inherit;}.mui-1r8o4oq{margin:0;font:inherit;line-height:inherit;letter-spacing:inherit;color:#1976d2;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;width:100%;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;padding-top:4px;padding-bottom:4px;padding-left:16px;padding-right:16px;}.mui-1r8o4oq:hover{text-decoration-color:inherit;}.mui-cgobgq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;min-width:0;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;-webkit-transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;padding-left:16px;padding-right:16px;padding-top:4px;padding-bottom:4px;}.mui-cgobgq:hover{-webkit-text-decoration:none;text-decoration:none;background-color:rgba(0, 0, 0, 0.04);}@media (hover: none){.mui-cgobgq:hover{background-color:transparent;}}.mui-cgobgq.Mui-selected{background-color:rgba(25, 118, 210, 0.08);}.mui-cgobgq.Mui-selected.Mui-focusVisible{background-color:rgba(25, 118, 210, 0.2);}.mui-cgobgq.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.12);}@media (hover: none){.mui-cgobgq.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.08);}}.mui-cgobgq.Mui-focusVisible{background-color:rgba(0, 0, 0, 0.12);}.mui-cgobgq.Mui-disabled{opacity:0.38;}.mui-1br1vyr{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-moz-appearance:none;-webkit-appearance:none;-webkit-text-decoration:none;text-decoration:none;color:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;min-width:0;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;-webkit-transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;padding-left:16px;padding-right:16px;padding-top:4px;padding-bottom:4px;}.mui-1br1vyr::-moz-focus-inner{border-style:none;}.mui-1br1vyr.Mui-disabled{pointer-events:none;cursor:default;}@media print{.mui-1br1vyr{-webkit-print-color-adjust:exact;color-adjust:exact;}}.mui-1br1vyr:hover{-webkit-text-decoration:none;text-decoration:none;background-color:rgba(0, 0, 0, 0.04);}@media (hover: none){.mui-1br1vyr:hover{background-color:transparent;}}.mui-1br1vyr.Mui-selected{background-color:rgba(25, 118, 210, 0.08);}.mui-1br1vyr.Mui-selected.Mui-focusVisible{background-color:rgba(25, 118, 210, 0.2);}.mui-1br1vyr.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.12);}@media (hover: none){.mui-1br1vyr.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.08);}}.mui-1br1vyr.Mui-focusVisible{background-color:rgba(0, 0, 0, 0.12);}.mui-1br1vyr.Mui-disabled{opacity:0.38;}.mui-6w6j6{min-width:56px;color:rgba(0, 0, 0, 0.54);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:rgba(0, 0, 0, 0.6);}.mui-1t9pz9x{width:20px;height:20px;}.mui-1g0hb2n{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;margin-top:4px;margin-bottom:4px;color:rgba(0, 0, 0, 0.6);}.MuiTypography-root:where(.mui-1g0hb2n .MuiListItemText-primary){display:block;}.MuiTypography-root:where(.mui-1g0hb2n .MuiListItemText-secondary){display:block;}.mui-bxmwoh{margin:0;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400;font-size:0.875rem;line-height:1.43;letter-spacing:0.01071em;}.mui-627mv6{width:100%;margin-left:auto;box-sizing:border-box;margin-right:auto;padding-left:16px;padding-right:16px;margin-left:240px;height:100%;padding-top:90px;width:calc(100% - 240px);}@media (min-width:600px){.mui-627mv6{padding-left:24px;padding-right:24px;}}@media (min-width:1536px){.mui-627mv6{max-width:1536px;}}</style></head><body style="height:100%;margin:0"><div hidden=""><!--$--><!--/$--></div><header class="MuiPaper-root MuiPaper-elevation MuiPaper-elevation4 MuiAppBar-root MuiAppBar-colorPrimary MuiAppBar-positionFixed mui-fixed mui-1rod9u0" style="--Paper-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)"><div class="MuiToolbar-root MuiToolbar-gutters MuiToolbar-regular mui-1ja2yci">Header</div></header><div class="MuiDrawer-root MuiDrawer-anchorLeft MuiDrawer-docked mui-slt4eh"><div class="MuiPaper-root MuiPaper-elevation MuiPaper-elevation0 MuiDrawer-paper MuiDrawer-paperAnchorLeft MuiDrawer-paperAnchorDockedLeft mui-mdxzat" style="--Paper-shadow:none"><div class="MuiToolbar-root MuiToolbar-gutters MuiToolbar-regular mui-awgou1"><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways mui-jdubn1" href="/"><div class="MuiStack-root mui-csffzd"><img alt="Agentmark" loading="lazy" width="24" height="24" decoding="async" data-nimg="1" style="color:transparent" src="/logo.svg"/><h6 class="MuiTypography-root MuiTypography-h6 mui-1rl0qlz">Agentmark</h6></div></a></div><ul class="MuiList-root MuiList-padding MuiList-dense mui-1wduhak"><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways MuiListItem-root MuiListItem-dense MuiListItem-gutters MuiListItem-padding mui-1r8o4oq" href="/requests"><div class="MuiButtonBase-root MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters mui-1br1vyr" tabindex="0" role="button"><div class="MuiListItemIcon-root mui-6w6j6"><span></span></div><div class="MuiListItemText-root MuiListItemText-dense mui-1g0hb2n"><span class="MuiTypography-root MuiTypography-body2 MuiListItemText-primary mui-bxmwoh">Requests</span></div></div></a><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways MuiListItem-root MuiListItem-dense MuiListItem-gutters MuiListItem-padding mui-1r8o4oq" href="/traces"><div class="MuiButtonBase-root MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters mui-1br1vyr" tabindex="0" role="button"><div class="MuiListItemIcon-root mui-6w6j6"><span></span></div><div class="MuiListItemText-root MuiListItemText-dense mui-1g0hb2n"><span class="MuiTypography-root MuiTypography-body2 MuiListItemText-primary mui-bxmwoh">Traces</span></div></div></a><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways MuiListItem-root MuiListItem-dense MuiListItem-gutters MuiListItem-padding mui-1r8o4oq" href="/sessions"><div class="MuiButtonBase-root MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters mui-1br1vyr" tabindex="0" role="button"><div class="MuiListItemIcon-root mui-6w6j6"><span></span></div><div class="MuiListItemText-root MuiListItemText-dense mui-1g0hb2n"><span class="MuiTypography-root MuiTypography-body2 MuiListItemText-primary mui-bxmwoh">Sessions</span></div></div></a></ul></div></div><div class="MuiContainer-root MuiContainer-maxWidthXl mui-627mv6"><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--></div><script src="/_next/static/chunks/webpack-f10b0ea54196b48e.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[85341,[],\"\"]\n4:I[90025,[],\"\"]\n5:I[15104,[],\"OutletBoundary\"]\n7:I[94777,[],\"AsyncMetadataOutlet\"]\n9:I[15104,[],\"ViewportBoundary\"]\nb:I[15104,[],\"MetadataBoundary\"]\nc:\"$Sreact.suspense\"\ne:I[34431,[],\"\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"WSLcfmCh7VwiFiCq08KUc\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"html\",null,{\"lang\":\"en\",\"style\":{\"height\":\"100%\"},\"children\":[\"$\",\"body\",null,{\"style\":{\"height\":\"100%\",\"margin\":0},\"children\":\"$L2\"}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L5\",null,{\"children\":[\"$L6\",[\"$\",\"$L7\",null,{\"promise\":\"$@8\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$L9\",null,{\"children\":\"$La\"}],null],[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$c\",null,{\"fallback\":null,\"children\":\"$Ld\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"f:I[60174,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"default\"]\n10:I[79990,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"default\"]\n11:I[21425,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"ThemeProvider\"]\n12:I[89980,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"Layout\"]\n"])</script><script>self.__next_f.push([1,"2:[\"$\",\"$Lf\",null,{\"formats\":\"$undefined\",\"locale\":\"en\",\"messages\":{\"requests\":{\"title\":\"Requests\",\"columnHeader\":{\"cost\":\"Cost\",\"promptTokens\":\"Prompt Tokens\",\"promptName\":\"Prompt Name\",\"traceId\":\"Trace ID\",\"variables\":\"Props\",\"completionTokens\":\"Completion Tokens\",\"user\":\"User\",\"latency\":\"Latency\",\"modelUsed\":\"Model Used\",\"status\":\"Status\",\"input\":\"Input\",\"output\":\"Output\",\"date\":\"Date\",\"id\":\"ID\"},\"user\":\"User\",\"loadInEditor\":\"Load in Editor\",\"assistant\":\"Assistant\",\"system\":\"System\",\"noResults\":\"No Requests\",\"success\":\"Success\",\"fail\":\"Fail\"},\"traces\":{\"title\":\"Traces\",\"tokens\":\"Tokens\",\"system\":\"System\",\"user\":\"User\",\"assistant\":\"Assistant\",\"tool\":\"Tool\",\"metadata\":\"Metadata\",\"model\":\"Model\",\"noSpanSelected\":\"Select a span to view its details\",\"inputOutput\":\"Input/Output\",\"attributes\":\"Attributes\",\"evaluation\":\"Evaluation\",\"evaluations\":\"Evaluations\",\"evaluationName\":\"Name\",\"evaluationScore\":\"Score\",\"evaluationLabel\":\"Label\",\"evaluationReason\":\"Reason\",\"noEvaluationData\":\"No evaluation data available for this span\",\"noLLMData\":\"No LLM data available for this span\",\"noOutput\":\"No output available\",\"addAnnotation\":\"Add annotation\",\"addAnnotationTitle\":\"Add annotation\",\"annotationName\":\"Name\",\"annotationNamePlaceholder\":\"Short title for this annotation\",\"annotationLabel\":\"Label\",\"annotationLabelPlaceholder\":\"e.g., correctness, regression\",\"annotationScore\":\"Score\",\"annotationReason\":\"Reason\",\"annotationReasonPlaceholder\":\"Describe why you assigned this label/score\",\"annotationSaving\":\"Saving...\",\"annotationSave\":\"Save\",\"annotationCancel\":\"Cancel\",\"annotationSuccess\":\"Annotation added successfully. It will appear in the list shortly.\",\"annotationValidationError\":\"Name, label, score and reason are required\",\"spanId\":\"ID\",\"modelName\":\"Model\",\"addToDataset\":\"Add to dataset\",\"addToPrompt\":\"Add to prompt\",\"testPrompt\":\"Test prompt\",\"addToDatasetTitle\":\"Add to Dataset\",\"selectDataset\":\"Select Dataset\",\"selectDatasetDescription\":\"Choose a dataset to add this data to:\",\"dataToAdd\":\"Data to add\",\"noDatasets\":\"No datasets available. Create a dataset first.\",\"cancel\":\"Cancel\",\"add\":\"Add\",\"noDatasetProps\":\"No dataset properties available for this span\",\"noPromptMetadata\":\"No prompt properties available for this span\",\"traceDetails\":\"Trace Details\",\"traceId\":\"Trace ID\",\"startTime\":\"Start Time\",\"endTime\":\"End Time\",\"duration\":\"Duration\",\"status\":\"Status\",\"completed\":\"Completed\",\"inProgress\":\"In Progress\",\"error\":\"Error\",\"noTraces\":\"No Traces\",\"waitingOnTraces\":\"Waiting on traces...\",\"promptName\":\"Prompt Name\",\"modelUsed\":\"Model Used\",\"promptTokens\":\"Prompt Tokens\",\"completionTokens\":\"Completion Tokens\",\"cost\":\"Cost\",\"latency\":\"Latency\",\"tracesTab\":\"Traces\",\"sessionsTab\":\"Sessions\",\"noSessions\":\"No Sessions\",\"noDataAvailable\":\"No data available\",\"name\":\"Name\",\"timestamp\":\"Timestamp\",\"loading\":\"Loading traces...\",\"sessionDetails\":\"Session Details\"},\"sessions\":{\"title\":\"Sessions\",\"sessionId\":\"Session ID\",\"name\":\"Name\",\"startTime\":\"Start Time\",\"endTime\":\"End Time\",\"noSessions\":\"No Sessions\",\"loading\":\"Loading sessions...\",\"sessionDetails\":\"Session Details\"}},\"now\":\"$undefined\",\"timeZone\":\"UTC\",\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$L12\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]}]\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\n"])</script><script>self.__next_f.push([1,"8:{\"metadata\":[],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"d:\"$8:metadata\"\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><!--_uH98Yva4C_QS08PL__0P--><html lang="en" style="height:100%"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-f10b0ea54196b48e.js"/><script src="/_next/static/chunks/87c73c54-09e1ba5c70e60a51.js" async=""></script><script src="/_next/static/chunks/18-175d23c8e99dd60b.js" async=""></script><script src="/_next/static/chunks/main-app-0b5725cb98f081b4.js" async=""></script><script src="/_next/static/chunks/902-8d8c521535a2c32f.js" async=""></script><script src="/_next/static/chunks/602-1f23cff16de7187a.js" async=""></script><script src="/_next/static/chunks/app/layout-eaddb6da201ab019.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script><style data-emotion="mui fm8y6g 1rod9u0 1ja2yci mh5795 slt4eh y3z2zg mdxzat awgou1 1r2yh9t jdubn1 csffzd 1rl0qlz 1wduhak 1lvf6xj 28aa2t 1r8o4oq cgobgq 1br1vyr 6w6j6 1t9pz9x 1g0hb2n bxmwoh 627mv6">.mui-fm8y6g{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;box-sizing:border-box;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;position:fixed;z-index:1100;top:0;left:auto;right:0;--AppBar-background:#1976d2;--AppBar-color:#fff;background-color:var(--AppBar-background);color:var(--AppBar-color);}@media print{.mui-fm8y6g{position:absolute;}}.mui-1rod9u0{background-color:#fff;color:rgba(0, 0, 0, 0.87);-webkit-transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;box-shadow:var(--Paper-shadow);background-image:var(--Paper-overlay);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;box-sizing:border-box;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;position:fixed;z-index:1100;top:0;left:auto;right:0;--AppBar-background:#1976d2;--AppBar-color:#fff;background-color:var(--AppBar-background);color:var(--AppBar-color);}@media print{.mui-1rod9u0{position:absolute;}}.mui-1ja2yci{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;padding-right:16px;min-height:56px;height:100%;}@media (min-width:600px){.mui-1ja2yci{padding-left:24px;padding-right:24px;}}@media (min-width:0px){@media (orientation: landscape){.mui-1ja2yci{min-height:48px;}}}@media (min-width:600px){.mui-1ja2yci{min-height:64px;}}.mui-mh5795{width:240px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;}.mui-mh5795 .MuiDrawer-paper{width:240px;box-sizing:border-box;}.mui-slt4eh{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:240px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;}.mui-slt4eh .MuiDrawer-paper{width:240px;box-sizing:border-box;}.mui-y3z2zg{overflow-y:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;z-index:1200;-webkit-overflow-scrolling:touch;position:fixed;top:0;outline:0;left:0;border-right:1px solid rgba(0, 0, 0, 0.12);}.mui-mdxzat{background-color:#fff;color:rgba(0, 0, 0, 0.87);-webkit-transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;box-shadow:var(--Paper-shadow);background-image:var(--Paper-overlay);overflow-y:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;z-index:1200;-webkit-overflow-scrolling:touch;position:fixed;top:0;outline:0;left:0;border-right:1px solid rgba(0, 0, 0, 0.12);}.mui-awgou1{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;padding-right:16px;min-height:56px;}@media (min-width:600px){.mui-awgou1{padding-left:24px;padding-right:24px;}}@media (min-width:0px){@media (orientation: landscape){.mui-awgou1{min-height:48px;}}}@media (min-width:600px){.mui-awgou1{min-height:64px;}}.mui-1r2yh9t{-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);}.mui-1r2yh9t:hover{text-decoration-color:inherit;}.mui-jdubn1{margin:0;font:inherit;line-height:inherit;letter-spacing:inherit;color:#1976d2;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);}.mui-jdubn1:hover{text-decoration-color:inherit;}.mui-csffzd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.mui-csffzd>:not(style):not(style){margin:0;}.mui-csffzd>:not(style)~:not(style){margin-left:8px;}.mui-1rl0qlz{margin:0;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:500;font-size:1.25rem;line-height:1.6;letter-spacing:0.0075em;}.mui-1wduhak{list-style:none;margin:0;padding:0;position:relative;padding-top:8px;padding-bottom:8px;}.mui-1lvf6xj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;width:100%;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;padding-top:4px;padding-bottom:4px;padding-left:16px;padding-right:16px;}.mui-28aa2t{-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;width:100%;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;padding-top:4px;padding-bottom:4px;padding-left:16px;padding-right:16px;}.mui-28aa2t:hover{text-decoration-color:inherit;}.mui-1r8o4oq{margin:0;font:inherit;line-height:inherit;letter-spacing:inherit;color:#1976d2;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;width:100%;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;padding-top:4px;padding-bottom:4px;padding-left:16px;padding-right:16px;}.mui-1r8o4oq:hover{text-decoration-color:inherit;}.mui-cgobgq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;min-width:0;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;-webkit-transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;padding-left:16px;padding-right:16px;padding-top:4px;padding-bottom:4px;}.mui-cgobgq:hover{-webkit-text-decoration:none;text-decoration:none;background-color:rgba(0, 0, 0, 0.04);}@media (hover: none){.mui-cgobgq:hover{background-color:transparent;}}.mui-cgobgq.Mui-selected{background-color:rgba(25, 118, 210, 0.08);}.mui-cgobgq.Mui-selected.Mui-focusVisible{background-color:rgba(25, 118, 210, 0.2);}.mui-cgobgq.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.12);}@media (hover: none){.mui-cgobgq.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.08);}}.mui-cgobgq.Mui-focusVisible{background-color:rgba(0, 0, 0, 0.12);}.mui-cgobgq.Mui-disabled{opacity:0.38;}.mui-1br1vyr{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-moz-appearance:none;-webkit-appearance:none;-webkit-text-decoration:none;text-decoration:none;color:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;min-width:0;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;-webkit-transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;padding-left:16px;padding-right:16px;padding-top:4px;padding-bottom:4px;}.mui-1br1vyr::-moz-focus-inner{border-style:none;}.mui-1br1vyr.Mui-disabled{pointer-events:none;cursor:default;}@media print{.mui-1br1vyr{-webkit-print-color-adjust:exact;color-adjust:exact;}}.mui-1br1vyr:hover{-webkit-text-decoration:none;text-decoration:none;background-color:rgba(0, 0, 0, 0.04);}@media (hover: none){.mui-1br1vyr:hover{background-color:transparent;}}.mui-1br1vyr.Mui-selected{background-color:rgba(25, 118, 210, 0.08);}.mui-1br1vyr.Mui-selected.Mui-focusVisible{background-color:rgba(25, 118, 210, 0.2);}.mui-1br1vyr.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.12);}@media (hover: none){.mui-1br1vyr.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.08);}}.mui-1br1vyr.Mui-focusVisible{background-color:rgba(0, 0, 0, 0.12);}.mui-1br1vyr.Mui-disabled{opacity:0.38;}.mui-6w6j6{min-width:56px;color:rgba(0, 0, 0, 0.54);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:rgba(0, 0, 0, 0.6);}.mui-1t9pz9x{width:20px;height:20px;}.mui-1g0hb2n{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;margin-top:4px;margin-bottom:4px;color:rgba(0, 0, 0, 0.6);}.MuiTypography-root:where(.mui-1g0hb2n .MuiListItemText-primary){display:block;}.MuiTypography-root:where(.mui-1g0hb2n .MuiListItemText-secondary){display:block;}.mui-bxmwoh{margin:0;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400;font-size:0.875rem;line-height:1.43;letter-spacing:0.01071em;}.mui-627mv6{width:100%;margin-left:auto;box-sizing:border-box;margin-right:auto;padding-left:16px;padding-right:16px;margin-left:240px;height:100%;padding-top:90px;width:calc(100% - 240px);}@media (min-width:600px){.mui-627mv6{padding-left:24px;padding-right:24px;}}@media (min-width:1536px){.mui-627mv6{max-width:1536px;}}</style></head><body style="height:100%;margin:0"><div hidden=""><!--$--><!--/$--></div><header class="MuiPaper-root MuiPaper-elevation MuiPaper-elevation4 MuiAppBar-root MuiAppBar-colorPrimary MuiAppBar-positionFixed mui-fixed mui-1rod9u0" style="--Paper-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)"><div class="MuiToolbar-root MuiToolbar-gutters MuiToolbar-regular mui-1ja2yci">Header</div></header><div class="MuiDrawer-root MuiDrawer-anchorLeft MuiDrawer-docked mui-slt4eh"><div class="MuiPaper-root MuiPaper-elevation MuiPaper-elevation0 MuiDrawer-paper MuiDrawer-paperAnchorLeft MuiDrawer-paperAnchorDockedLeft mui-mdxzat" style="--Paper-shadow:none"><div class="MuiToolbar-root MuiToolbar-gutters MuiToolbar-regular mui-awgou1"><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways mui-jdubn1" href="/"><div class="MuiStack-root mui-csffzd"><img alt="Agentmark" loading="lazy" width="24" height="24" decoding="async" data-nimg="1" style="color:transparent" src="/logo.svg"/><h6 class="MuiTypography-root MuiTypography-h6 mui-1rl0qlz">Agentmark</h6></div></a></div><ul class="MuiList-root MuiList-padding MuiList-dense mui-1wduhak"><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways MuiListItem-root MuiListItem-dense MuiListItem-gutters MuiListItem-padding mui-1r8o4oq" href="/requests"><div class="MuiButtonBase-root MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters mui-1br1vyr" tabindex="0" role="button"><div class="MuiListItemIcon-root mui-6w6j6"><span></span></div><div class="MuiListItemText-root MuiListItemText-dense mui-1g0hb2n"><span class="MuiTypography-root MuiTypography-body2 MuiListItemText-primary mui-bxmwoh">Requests</span></div></div></a><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways MuiListItem-root MuiListItem-dense MuiListItem-gutters MuiListItem-padding mui-1r8o4oq" href="/traces"><div class="MuiButtonBase-root MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters mui-1br1vyr" tabindex="0" role="button"><div class="MuiListItemIcon-root mui-6w6j6"><span></span></div><div class="MuiListItemText-root MuiListItemText-dense mui-1g0hb2n"><span class="MuiTypography-root MuiTypography-body2 MuiListItemText-primary mui-bxmwoh">Traces</span></div></div></a><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways MuiListItem-root MuiListItem-dense MuiListItem-gutters MuiListItem-padding mui-1r8o4oq" href="/sessions"><div class="MuiButtonBase-root MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters mui-1br1vyr" tabindex="0" role="button"><div class="MuiListItemIcon-root mui-6w6j6"><span></span></div><div class="MuiListItemText-root MuiListItemText-dense mui-1g0hb2n"><span class="MuiTypography-root MuiTypography-body2 MuiListItemText-primary mui-bxmwoh">Sessions</span></div></div></a></ul></div></div><div class="MuiContainer-root MuiContainer-maxWidthXl mui-627mv6"><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--></div><script src="/_next/static/chunks/webpack-f10b0ea54196b48e.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[85341,[],\"\"]\n4:I[90025,[],\"\"]\n5:I[15104,[],\"OutletBoundary\"]\n7:I[94777,[],\"AsyncMetadataOutlet\"]\n9:I[15104,[],\"ViewportBoundary\"]\nb:I[15104,[],\"MetadataBoundary\"]\nc:\"$Sreact.suspense\"\ne:I[34431,[],\"\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"_uH98Yva4C-QS08PL-_0P\",\"p\":\"\",\"c\":[\"\",\"_not-found\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"html\",null,{\"lang\":\"en\",\"style\":{\"height\":\"100%\"},\"children\":[\"$\",\"body\",null,{\"style\":{\"height\":\"100%\",\"margin\":0},\"children\":\"$L2\"}]}]]}],{\"children\":[\"/_not-found\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L5\",null,{\"children\":[\"$L6\",[\"$\",\"$L7\",null,{\"promise\":\"$@8\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[[\"$\",\"$L9\",null,{\"children\":\"$La\"}],null],[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$c\",null,{\"fallback\":null,\"children\":\"$Ld\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"f:I[60174,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"default\"]\n10:I[79990,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"default\"]\n11:I[21425,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"ThemeProvider\"]\n12:I[89980,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"Layout\"]\n"])</script><script>self.__next_f.push([1,"2:[\"$\",\"$Lf\",null,{\"formats\":\"$undefined\",\"locale\":\"en\",\"messages\":{\"requests\":{\"title\":\"Requests\",\"columnHeader\":{\"cost\":\"Cost\",\"promptTokens\":\"Prompt Tokens\",\"promptName\":\"Prompt Name\",\"traceId\":\"Trace ID\",\"variables\":\"Props\",\"completionTokens\":\"Completion Tokens\",\"user\":\"User\",\"latency\":\"Latency\",\"modelUsed\":\"Model Used\",\"status\":\"Status\",\"input\":\"Input\",\"output\":\"Output\",\"date\":\"Date\",\"id\":\"ID\"},\"user\":\"User\",\"loadInEditor\":\"Load in Editor\",\"assistant\":\"Assistant\",\"system\":\"System\",\"noResults\":\"No Requests\",\"success\":\"Success\",\"fail\":\"Fail\"},\"traces\":{\"title\":\"Traces\",\"tokens\":\"Tokens\",\"system\":\"System\",\"user\":\"User\",\"assistant\":\"Assistant\",\"tool\":\"Tool\",\"metadata\":\"Metadata\",\"model\":\"Model\",\"noSpanSelected\":\"Select a span to view its details\",\"inputOutput\":\"Input/Output\",\"attributes\":\"Attributes\",\"evaluation\":\"Evaluation\",\"evaluations\":\"Evaluations\",\"evaluationName\":\"Name\",\"evaluationScore\":\"Score\",\"evaluationLabel\":\"Label\",\"evaluationReason\":\"Reason\",\"noEvaluationData\":\"No evaluation data available for this span\",\"noLLMData\":\"No LLM data available for this span\",\"noOutput\":\"No output available\",\"addAnnotation\":\"Add annotation\",\"addAnnotationTitle\":\"Add annotation\",\"annotationName\":\"Name\",\"annotationNamePlaceholder\":\"Short title for this annotation\",\"annotationLabel\":\"Label\",\"annotationLabelPlaceholder\":\"e.g., correctness, regression\",\"annotationScore\":\"Score\",\"annotationReason\":\"Reason\",\"annotationReasonPlaceholder\":\"Describe why you assigned this label/score\",\"annotationSaving\":\"Saving...\",\"annotationSave\":\"Save\",\"annotationCancel\":\"Cancel\",\"annotationSuccess\":\"Annotation added successfully. It will appear in the list shortly.\",\"annotationValidationError\":\"Name, label, score and reason are required\",\"spanId\":\"ID\",\"modelName\":\"Model\",\"addToDataset\":\"Add to dataset\",\"addToPrompt\":\"Add to prompt\",\"testPrompt\":\"Test prompt\",\"addToDatasetTitle\":\"Add to Dataset\",\"selectDataset\":\"Select Dataset\",\"selectDatasetDescription\":\"Choose a dataset to add this data to:\",\"dataToAdd\":\"Data to add\",\"noDatasets\":\"No datasets available. Create a dataset first.\",\"cancel\":\"Cancel\",\"add\":\"Add\",\"noDatasetProps\":\"No dataset properties available for this span\",\"noPromptMetadata\":\"No prompt properties available for this span\",\"traceDetails\":\"Trace Details\",\"traceId\":\"Trace ID\",\"startTime\":\"Start Time\",\"endTime\":\"End Time\",\"duration\":\"Duration\",\"status\":\"Status\",\"completed\":\"Completed\",\"inProgress\":\"In Progress\",\"error\":\"Error\",\"noTraces\":\"No Traces\",\"waitingOnTraces\":\"Waiting on traces...\",\"promptName\":\"Prompt Name\",\"modelUsed\":\"Model Used\",\"promptTokens\":\"Prompt Tokens\",\"completionTokens\":\"Completion Tokens\",\"cost\":\"Cost\",\"latency\":\"Latency\",\"tracesTab\":\"Traces\",\"sessionsTab\":\"Sessions\",\"noSessions\":\"No Sessions\",\"noDataAvailable\":\"No data available\",\"name\":\"Name\",\"timestamp\":\"Timestamp\",\"loading\":\"Loading traces...\",\"sessionDetails\":\"Session Details\"},\"sessions\":{\"title\":\"Sessions\",\"sessionId\":\"Session ID\",\"name\":\"Name\",\"startTime\":\"Start Time\",\"endTime\":\"End Time\",\"noSessions\":\"No Sessions\",\"loading\":\"Loading sessions...\",\"sessionDetails\":\"Session Details\"}},\"now\":\"$undefined\",\"timeZone\":\"UTC\",\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$L12\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]}]\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\n"])</script><script>self.__next_f.push([1,"8:{\"metadata\":[],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"d:\"$8:metadata\"\n"])</script></body></html>
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
b:I[15104,[],"MetadataBoundary"]
|
|
8
8
|
c:"$Sreact.suspense"
|
|
9
9
|
e:I[34431,[],""]
|
|
10
|
-
0:{"P":null,"b":"
|
|
10
|
+
0:{"P":null,"b":"_uH98Yva4C-QS08PL-_0P","p":"","c":["","_not-found"],"i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[null,["$","html",null,{"lang":"en","style":{"height":"100%"},"children":["$","body",null,{"style":{"height":"100%","margin":0},"children":"$L2"}]}]]}],{"children":["/_not-found",["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L5",null,{"children":["$L6",["$","$L7",null,{"promise":"$@8"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],[["$","$L9",null,{"children":"$La"}],null],["$","$Lb",null,{"children":["$","div",null,{"hidden":true,"children":["$","$c",null,{"fallback":null,"children":"$Ld"}]}]}]]}],false]],"m":"$undefined","G":["$e",[]],"s":false,"S":true}
|
|
11
11
|
f:I[60174,["902","static/chunks/902-8d8c521535a2c32f.js","602","static/chunks/602-1f23cff16de7187a.js","177","static/chunks/app/layout-eaddb6da201ab019.js"],"default"]
|
|
12
12
|
10:I[79990,["902","static/chunks/902-8d8c521535a2c32f.js","602","static/chunks/602-1f23cff16de7187a.js","177","static/chunks/app/layout-eaddb6da201ab019.js"],"default"]
|
|
13
13
|
11:I[21425,["902","static/chunks/902-8d8c521535a2c32f.js","602","static/chunks/602-1f23cff16de7187a.js","177","static/chunks/app/layout-eaddb6da201ab019.js"],"ThemeProvider"]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--WSLcfmCh7VwiFiCq08KUc--><html lang="en" style="height:100%"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-f10b0ea54196b48e.js"/><script src="/_next/static/chunks/87c73c54-09e1ba5c70e60a51.js" async=""></script><script src="/_next/static/chunks/18-175d23c8e99dd60b.js" async=""></script><script src="/_next/static/chunks/main-app-0b5725cb98f081b4.js" async=""></script><script src="/_next/static/chunks/902-8d8c521535a2c32f.js" async=""></script><script src="/_next/static/chunks/602-1f23cff16de7187a.js" async=""></script><script src="/_next/static/chunks/app/layout-eaddb6da201ab019.js" async=""></script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script><style data-emotion="mui fm8y6g 1rod9u0 1ja2yci mh5795 slt4eh y3z2zg mdxzat awgou1 1r2yh9t jdubn1 csffzd 1rl0qlz 1wduhak 1lvf6xj 28aa2t 1r8o4oq cgobgq 1br1vyr 6w6j6 1t9pz9x 1g0hb2n bxmwoh 627mv6">.mui-fm8y6g{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;box-sizing:border-box;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;position:fixed;z-index:1100;top:0;left:auto;right:0;--AppBar-background:#1976d2;--AppBar-color:#fff;background-color:var(--AppBar-background);color:var(--AppBar-color);}@media print{.mui-fm8y6g{position:absolute;}}.mui-1rod9u0{background-color:#fff;color:rgba(0, 0, 0, 0.87);-webkit-transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;box-shadow:var(--Paper-shadow);background-image:var(--Paper-overlay);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;box-sizing:border-box;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;position:fixed;z-index:1100;top:0;left:auto;right:0;--AppBar-background:#1976d2;--AppBar-color:#fff;background-color:var(--AppBar-background);color:var(--AppBar-color);}@media print{.mui-1rod9u0{position:absolute;}}.mui-1ja2yci{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;padding-right:16px;min-height:56px;height:100%;}@media (min-width:600px){.mui-1ja2yci{padding-left:24px;padding-right:24px;}}@media (min-width:0px){@media (orientation: landscape){.mui-1ja2yci{min-height:48px;}}}@media (min-width:600px){.mui-1ja2yci{min-height:64px;}}.mui-mh5795{width:240px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;}.mui-mh5795 .MuiDrawer-paper{width:240px;box-sizing:border-box;}.mui-slt4eh{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:240px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;}.mui-slt4eh .MuiDrawer-paper{width:240px;box-sizing:border-box;}.mui-y3z2zg{overflow-y:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;z-index:1200;-webkit-overflow-scrolling:touch;position:fixed;top:0;outline:0;left:0;border-right:1px solid rgba(0, 0, 0, 0.12);}.mui-mdxzat{background-color:#fff;color:rgba(0, 0, 0, 0.87);-webkit-transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;box-shadow:var(--Paper-shadow);background-image:var(--Paper-overlay);overflow-y:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;z-index:1200;-webkit-overflow-scrolling:touch;position:fixed;top:0;outline:0;left:0;border-right:1px solid rgba(0, 0, 0, 0.12);}.mui-awgou1{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;padding-right:16px;min-height:56px;}@media (min-width:600px){.mui-awgou1{padding-left:24px;padding-right:24px;}}@media (min-width:0px){@media (orientation: landscape){.mui-awgou1{min-height:48px;}}}@media (min-width:600px){.mui-awgou1{min-height:64px;}}.mui-1r2yh9t{-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);}.mui-1r2yh9t:hover{text-decoration-color:inherit;}.mui-jdubn1{margin:0;font:inherit;line-height:inherit;letter-spacing:inherit;color:#1976d2;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);}.mui-jdubn1:hover{text-decoration-color:inherit;}.mui-csffzd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.mui-csffzd>:not(style):not(style){margin:0;}.mui-csffzd>:not(style)~:not(style){margin-left:8px;}.mui-1rl0qlz{margin:0;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:500;font-size:1.25rem;line-height:1.6;letter-spacing:0.0075em;}.mui-1wduhak{list-style:none;margin:0;padding:0;position:relative;padding-top:8px;padding-bottom:8px;}.mui-1lvf6xj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;width:100%;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;padding-top:4px;padding-bottom:4px;padding-left:16px;padding-right:16px;}.mui-28aa2t{-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;width:100%;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;padding-top:4px;padding-bottom:4px;padding-left:16px;padding-right:16px;}.mui-28aa2t:hover{text-decoration-color:inherit;}.mui-1r8o4oq{margin:0;font:inherit;line-height:inherit;letter-spacing:inherit;color:#1976d2;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;width:100%;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;padding-top:4px;padding-bottom:4px;padding-left:16px;padding-right:16px;}.mui-1r8o4oq:hover{text-decoration-color:inherit;}.mui-cgobgq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;min-width:0;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;-webkit-transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;padding-left:16px;padding-right:16px;padding-top:4px;padding-bottom:4px;}.mui-cgobgq:hover{-webkit-text-decoration:none;text-decoration:none;background-color:rgba(0, 0, 0, 0.04);}@media (hover: none){.mui-cgobgq:hover{background-color:transparent;}}.mui-cgobgq.Mui-selected{background-color:rgba(25, 118, 210, 0.08);}.mui-cgobgq.Mui-selected.Mui-focusVisible{background-color:rgba(25, 118, 210, 0.2);}.mui-cgobgq.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.12);}@media (hover: none){.mui-cgobgq.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.08);}}.mui-cgobgq.Mui-focusVisible{background-color:rgba(0, 0, 0, 0.12);}.mui-cgobgq.Mui-disabled{opacity:0.38;}.mui-1br1vyr{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-moz-appearance:none;-webkit-appearance:none;-webkit-text-decoration:none;text-decoration:none;color:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;min-width:0;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;-webkit-transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;padding-left:16px;padding-right:16px;padding-top:4px;padding-bottom:4px;}.mui-1br1vyr::-moz-focus-inner{border-style:none;}.mui-1br1vyr.Mui-disabled{pointer-events:none;cursor:default;}@media print{.mui-1br1vyr{-webkit-print-color-adjust:exact;color-adjust:exact;}}.mui-1br1vyr:hover{-webkit-text-decoration:none;text-decoration:none;background-color:rgba(0, 0, 0, 0.04);}@media (hover: none){.mui-1br1vyr:hover{background-color:transparent;}}.mui-1br1vyr.Mui-selected{background-color:rgba(25, 118, 210, 0.08);}.mui-1br1vyr.Mui-selected.Mui-focusVisible{background-color:rgba(25, 118, 210, 0.2);}.mui-1br1vyr.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.12);}@media (hover: none){.mui-1br1vyr.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.08);}}.mui-1br1vyr.Mui-focusVisible{background-color:rgba(0, 0, 0, 0.12);}.mui-1br1vyr.Mui-disabled{opacity:0.38;}.mui-6w6j6{min-width:56px;color:rgba(0, 0, 0, 0.54);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:rgba(0, 0, 0, 0.6);}.mui-1t9pz9x{width:20px;height:20px;}.mui-1g0hb2n{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;margin-top:4px;margin-bottom:4px;color:rgba(0, 0, 0, 0.6);}.MuiTypography-root:where(.mui-1g0hb2n .MuiListItemText-primary){display:block;}.MuiTypography-root:where(.mui-1g0hb2n .MuiListItemText-secondary){display:block;}.mui-bxmwoh{margin:0;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400;font-size:0.875rem;line-height:1.43;letter-spacing:0.01071em;}.mui-627mv6{width:100%;margin-left:auto;box-sizing:border-box;margin-right:auto;padding-left:16px;padding-right:16px;margin-left:240px;height:100%;padding-top:90px;width:calc(100% - 240px);}@media (min-width:600px){.mui-627mv6{padding-left:24px;padding-right:24px;}}@media (min-width:1536px){.mui-627mv6{max-width:1536px;}}</style></head><body style="height:100%;margin:0"><div hidden=""><!--$--><!--/$--></div><header class="MuiPaper-root MuiPaper-elevation MuiPaper-elevation4 MuiAppBar-root MuiAppBar-colorPrimary MuiAppBar-positionFixed mui-fixed mui-1rod9u0" style="--Paper-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)"><div class="MuiToolbar-root MuiToolbar-gutters MuiToolbar-regular mui-1ja2yci">Header</div></header><div class="MuiDrawer-root MuiDrawer-anchorLeft MuiDrawer-docked mui-slt4eh"><div class="MuiPaper-root MuiPaper-elevation MuiPaper-elevation0 MuiDrawer-paper MuiDrawer-paperAnchorLeft MuiDrawer-paperAnchorDockedLeft mui-mdxzat" style="--Paper-shadow:none"><div class="MuiToolbar-root MuiToolbar-gutters MuiToolbar-regular mui-awgou1"><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways mui-jdubn1" href="/"><div class="MuiStack-root mui-csffzd"><img alt="Agentmark" loading="lazy" width="24" height="24" decoding="async" data-nimg="1" style="color:transparent" src="/logo.svg"/><h6 class="MuiTypography-root MuiTypography-h6 mui-1rl0qlz">Agentmark</h6></div></a></div><ul class="MuiList-root MuiList-padding MuiList-dense mui-1wduhak"><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways MuiListItem-root MuiListItem-dense MuiListItem-gutters MuiListItem-padding mui-1r8o4oq" href="/requests"><div class="MuiButtonBase-root MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters mui-1br1vyr" tabindex="0" role="button"><div class="MuiListItemIcon-root mui-6w6j6"><span></span></div><div class="MuiListItemText-root MuiListItemText-dense mui-1g0hb2n"><span class="MuiTypography-root MuiTypography-body2 MuiListItemText-primary mui-bxmwoh">Requests</span></div></div></a><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways MuiListItem-root MuiListItem-dense MuiListItem-gutters MuiListItem-padding mui-1r8o4oq" href="/traces"><div class="MuiButtonBase-root MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters mui-1br1vyr" tabindex="0" role="button"><div class="MuiListItemIcon-root mui-6w6j6"><span></span></div><div class="MuiListItemText-root MuiListItemText-dense mui-1g0hb2n"><span class="MuiTypography-root MuiTypography-body2 MuiListItemText-primary mui-bxmwoh">Traces</span></div></div></a><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways MuiListItem-root MuiListItem-dense MuiListItem-gutters MuiListItem-padding mui-1r8o4oq" href="/sessions"><div class="MuiButtonBase-root MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters mui-1br1vyr" tabindex="0" role="button"><div class="MuiListItemIcon-root mui-6w6j6"><span></span></div><div class="MuiListItemText-root MuiListItemText-dense mui-1g0hb2n"><span class="MuiTypography-root MuiTypography-body2 MuiListItemText-primary mui-bxmwoh">Sessions</span></div></div></a></ul></div></div><div class="MuiContainer-root MuiContainer-maxWidthXl mui-627mv6"><div>Hello World</div><!--$--><!--/$--></div><script src="/_next/static/chunks/webpack-f10b0ea54196b48e.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[15104,[],\"OutletBoundary\"]\n5:I[94777,[],\"AsyncMetadataOutlet\"]\n7:I[15104,[],\"ViewportBoundary\"]\n9:I[15104,[],\"MetadataBoundary\"]\na:\"$Sreact.suspense\"\nc:I[34431,[],\"\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"WSLcfmCh7VwiFiCq08KUc\",\"p\":\"\",\"c\":[\"\",\"\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"html\",null,{\"lang\":\"en\",\"style\":{\"height\":\"100%\"},\"children\":[\"$\",\"body\",null,{\"style\":{\"height\":\"100%\",\"margin\":0},\"children\":\"$L2\"}]}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"div\",null,{\"children\":\"Hello World\"}],null,[\"$\",\"$L3\",null,{\"children\":[\"$L4\",[\"$\",\"$L5\",null,{\"promise\":\"$@6\"}]]}]]}],{},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],null],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$a\",null,{\"fallback\":null,\"children\":\"$Lb\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"d:I[60174,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"default\"]\ne:I[79990,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"default\"]\nf:I[21425,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"ThemeProvider\"]\n10:I[89980,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"Layout\"]\n11:I[85341,[],\"\"]\n12:I[90025,[],\"\"]\n8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"2:[\"$\",\"$Ld\",null,{\"formats\":\"$undefined\",\"locale\":\"en\",\"messages\":{\"requests\":{\"title\":\"Requests\",\"columnHeader\":{\"cost\":\"Cost\",\"promptTokens\":\"Prompt Tokens\",\"promptName\":\"Prompt Name\",\"traceId\":\"Trace ID\",\"variables\":\"Props\",\"completionTokens\":\"Completion Tokens\",\"user\":\"User\",\"latency\":\"Latency\",\"modelUsed\":\"Model Used\",\"status\":\"Status\",\"input\":\"Input\",\"output\":\"Output\",\"date\":\"Date\",\"id\":\"ID\"},\"user\":\"User\",\"loadInEditor\":\"Load in Editor\",\"assistant\":\"Assistant\",\"system\":\"System\",\"noResults\":\"No Requests\",\"success\":\"Success\",\"fail\":\"Fail\"},\"traces\":{\"title\":\"Traces\",\"tokens\":\"Tokens\",\"system\":\"System\",\"user\":\"User\",\"assistant\":\"Assistant\",\"tool\":\"Tool\",\"metadata\":\"Metadata\",\"model\":\"Model\",\"noSpanSelected\":\"Select a span to view its details\",\"inputOutput\":\"Input/Output\",\"attributes\":\"Attributes\",\"evaluation\":\"Evaluation\",\"evaluations\":\"Evaluations\",\"evaluationName\":\"Name\",\"evaluationScore\":\"Score\",\"evaluationLabel\":\"Label\",\"evaluationReason\":\"Reason\",\"noEvaluationData\":\"No evaluation data available for this span\",\"noLLMData\":\"No LLM data available for this span\",\"noOutput\":\"No output available\",\"addAnnotation\":\"Add annotation\",\"addAnnotationTitle\":\"Add annotation\",\"annotationName\":\"Name\",\"annotationNamePlaceholder\":\"Short title for this annotation\",\"annotationLabel\":\"Label\",\"annotationLabelPlaceholder\":\"e.g., correctness, regression\",\"annotationScore\":\"Score\",\"annotationReason\":\"Reason\",\"annotationReasonPlaceholder\":\"Describe why you assigned this label/score\",\"annotationSaving\":\"Saving...\",\"annotationSave\":\"Save\",\"annotationCancel\":\"Cancel\",\"annotationSuccess\":\"Annotation added successfully. It will appear in the list shortly.\",\"annotationValidationError\":\"Name, label, score and reason are required\",\"spanId\":\"ID\",\"modelName\":\"Model\",\"addToDataset\":\"Add to dataset\",\"addToPrompt\":\"Add to prompt\",\"testPrompt\":\"Test prompt\",\"addToDatasetTitle\":\"Add to Dataset\",\"selectDataset\":\"Select Dataset\",\"selectDatasetDescription\":\"Choose a dataset to add this data to:\",\"dataToAdd\":\"Data to add\",\"noDatasets\":\"No datasets available. Create a dataset first.\",\"cancel\":\"Cancel\",\"add\":\"Add\",\"noDatasetProps\":\"No dataset properties available for this span\",\"noPromptMetadata\":\"No prompt properties available for this span\",\"traceDetails\":\"Trace Details\",\"traceId\":\"Trace ID\",\"startTime\":\"Start Time\",\"endTime\":\"End Time\",\"duration\":\"Duration\",\"status\":\"Status\",\"completed\":\"Completed\",\"inProgress\":\"In Progress\",\"error\":\"Error\",\"noTraces\":\"No Traces\",\"waitingOnTraces\":\"Waiting on traces...\",\"promptName\":\"Prompt Name\",\"modelUsed\":\"Model Used\",\"promptTokens\":\"Prompt Tokens\",\"completionTokens\":\"Completion Tokens\",\"cost\":\"Cost\",\"latency\":\"Latency\",\"tracesTab\":\"Traces\",\"sessionsTab\":\"Sessions\",\"noSessions\":\"No Sessions\",\"noDataAvailable\":\"No data available\",\"name\":\"Name\",\"timestamp\":\"Timestamp\",\"loading\":\"Loading traces...\",\"sessionDetails\":\"Session Details\"},\"sessions\":{\"title\":\"Sessions\",\"sessionId\":\"Session ID\",\"name\":\"Name\",\"startTime\":\"Start Time\",\"endTime\":\"End Time\",\"noSessions\":\"No Sessions\",\"loading\":\"Loading sessions...\",\"sessionDetails\":\"Session Details\"}},\"now\":\"$undefined\",\"timeZone\":\"UTC\",\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$L11\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L12\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],\"$L13\"]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]}]\n"])</script><script>self.__next_f.push([1,"4:null\n"])</script><script>self.__next_f.push([1,"13:[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]\n"])</script><script>self.__next_f.push([1,"6:{\"metadata\":[],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"b:\"$6:metadata\"\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><!--_uH98Yva4C_QS08PL__0P--><html lang="en" style="height:100%"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-f10b0ea54196b48e.js"/><script src="/_next/static/chunks/87c73c54-09e1ba5c70e60a51.js" async=""></script><script src="/_next/static/chunks/18-175d23c8e99dd60b.js" async=""></script><script src="/_next/static/chunks/main-app-0b5725cb98f081b4.js" async=""></script><script src="/_next/static/chunks/902-8d8c521535a2c32f.js" async=""></script><script src="/_next/static/chunks/602-1f23cff16de7187a.js" async=""></script><script src="/_next/static/chunks/app/layout-eaddb6da201ab019.js" async=""></script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script><style data-emotion="mui fm8y6g 1rod9u0 1ja2yci mh5795 slt4eh y3z2zg mdxzat awgou1 1r2yh9t jdubn1 csffzd 1rl0qlz 1wduhak 1lvf6xj 28aa2t 1r8o4oq cgobgq 1br1vyr 6w6j6 1t9pz9x 1g0hb2n bxmwoh 627mv6">.mui-fm8y6g{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;box-sizing:border-box;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;position:fixed;z-index:1100;top:0;left:auto;right:0;--AppBar-background:#1976d2;--AppBar-color:#fff;background-color:var(--AppBar-background);color:var(--AppBar-color);}@media print{.mui-fm8y6g{position:absolute;}}.mui-1rod9u0{background-color:#fff;color:rgba(0, 0, 0, 0.87);-webkit-transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;box-shadow:var(--Paper-shadow);background-image:var(--Paper-overlay);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;box-sizing:border-box;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;position:fixed;z-index:1100;top:0;left:auto;right:0;--AppBar-background:#1976d2;--AppBar-color:#fff;background-color:var(--AppBar-background);color:var(--AppBar-color);}@media print{.mui-1rod9u0{position:absolute;}}.mui-1ja2yci{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;padding-right:16px;min-height:56px;height:100%;}@media (min-width:600px){.mui-1ja2yci{padding-left:24px;padding-right:24px;}}@media (min-width:0px){@media (orientation: landscape){.mui-1ja2yci{min-height:48px;}}}@media (min-width:600px){.mui-1ja2yci{min-height:64px;}}.mui-mh5795{width:240px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;}.mui-mh5795 .MuiDrawer-paper{width:240px;box-sizing:border-box;}.mui-slt4eh{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:240px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;box-sizing:border-box;}.mui-slt4eh .MuiDrawer-paper{width:240px;box-sizing:border-box;}.mui-y3z2zg{overflow-y:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;z-index:1200;-webkit-overflow-scrolling:touch;position:fixed;top:0;outline:0;left:0;border-right:1px solid rgba(0, 0, 0, 0.12);}.mui-mdxzat{background-color:#fff;color:rgba(0, 0, 0, 0.87);-webkit-transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;box-shadow:var(--Paper-shadow);background-image:var(--Paper-overlay);overflow-y:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;z-index:1200;-webkit-overflow-scrolling:touch;position:fixed;top:0;outline:0;left:0;border-right:1px solid rgba(0, 0, 0, 0.12);}.mui-awgou1{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;padding-right:16px;min-height:56px;}@media (min-width:600px){.mui-awgou1{padding-left:24px;padding-right:24px;}}@media (min-width:0px){@media (orientation: landscape){.mui-awgou1{min-height:48px;}}}@media (min-width:600px){.mui-awgou1{min-height:64px;}}.mui-1r2yh9t{-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);}.mui-1r2yh9t:hover{text-decoration-color:inherit;}.mui-jdubn1{margin:0;font:inherit;line-height:inherit;letter-spacing:inherit;color:#1976d2;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);}.mui-jdubn1:hover{text-decoration-color:inherit;}.mui-csffzd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.mui-csffzd>:not(style):not(style){margin:0;}.mui-csffzd>:not(style)~:not(style){margin-left:8px;}.mui-1rl0qlz{margin:0;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:500;font-size:1.25rem;line-height:1.6;letter-spacing:0.0075em;}.mui-1wduhak{list-style:none;margin:0;padding:0;position:relative;padding-top:8px;padding-bottom:8px;}.mui-1lvf6xj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;width:100%;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;padding-top:4px;padding-bottom:4px;padding-left:16px;padding-right:16px;}.mui-28aa2t{-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;width:100%;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;padding-top:4px;padding-bottom:4px;padding-left:16px;padding-right:16px;}.mui-28aa2t:hover{text-decoration-color:inherit;}.mui-1r8o4oq{margin:0;font:inherit;line-height:inherit;letter-spacing:inherit;color:#1976d2;-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:var(--Link-underlineColor);--Link-underlineColor:rgba(25, 118, 210, 0.4);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;width:100%;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;padding-top:4px;padding-bottom:4px;padding-left:16px;padding-right:16px;}.mui-1r8o4oq:hover{text-decoration-color:inherit;}.mui-cgobgq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;min-width:0;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;-webkit-transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;padding-left:16px;padding-right:16px;padding-top:4px;padding-bottom:4px;}.mui-cgobgq:hover{-webkit-text-decoration:none;text-decoration:none;background-color:rgba(0, 0, 0, 0.04);}@media (hover: none){.mui-cgobgq:hover{background-color:transparent;}}.mui-cgobgq.Mui-selected{background-color:rgba(25, 118, 210, 0.08);}.mui-cgobgq.Mui-selected.Mui-focusVisible{background-color:rgba(25, 118, 210, 0.2);}.mui-cgobgq.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.12);}@media (hover: none){.mui-cgobgq.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.08);}}.mui-cgobgq.Mui-focusVisible{background-color:rgba(0, 0, 0, 0.12);}.mui-cgobgq.Mui-disabled{opacity:0.38;}.mui-1br1vyr{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background-color:transparent;outline:0;border:0;margin:0;border-radius:0;padding:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;-moz-appearance:none;-webkit-appearance:none;-webkit-text-decoration:none;text-decoration:none;color:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-text-decoration:none;text-decoration:none;min-width:0;box-sizing:border-box;text-align:left;padding-top:8px;padding-bottom:8px;-webkit-transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;transition:background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;padding-left:16px;padding-right:16px;padding-top:4px;padding-bottom:4px;}.mui-1br1vyr::-moz-focus-inner{border-style:none;}.mui-1br1vyr.Mui-disabled{pointer-events:none;cursor:default;}@media print{.mui-1br1vyr{-webkit-print-color-adjust:exact;color-adjust:exact;}}.mui-1br1vyr:hover{-webkit-text-decoration:none;text-decoration:none;background-color:rgba(0, 0, 0, 0.04);}@media (hover: none){.mui-1br1vyr:hover{background-color:transparent;}}.mui-1br1vyr.Mui-selected{background-color:rgba(25, 118, 210, 0.08);}.mui-1br1vyr.Mui-selected.Mui-focusVisible{background-color:rgba(25, 118, 210, 0.2);}.mui-1br1vyr.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.12);}@media (hover: none){.mui-1br1vyr.Mui-selected:hover{background-color:rgba(25, 118, 210, 0.08);}}.mui-1br1vyr.Mui-focusVisible{background-color:rgba(0, 0, 0, 0.12);}.mui-1br1vyr.Mui-disabled{opacity:0.38;}.mui-6w6j6{min-width:56px;color:rgba(0, 0, 0, 0.54);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:rgba(0, 0, 0, 0.6);}.mui-1t9pz9x{width:20px;height:20px;}.mui-1g0hb2n{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;margin-top:4px;margin-bottom:4px;color:rgba(0, 0, 0, 0.6);}.MuiTypography-root:where(.mui-1g0hb2n .MuiListItemText-primary){display:block;}.MuiTypography-root:where(.mui-1g0hb2n .MuiListItemText-secondary){display:block;}.mui-bxmwoh{margin:0;font-family:"Roboto","Helvetica","Arial",sans-serif;font-weight:400;font-size:0.875rem;line-height:1.43;letter-spacing:0.01071em;}.mui-627mv6{width:100%;margin-left:auto;box-sizing:border-box;margin-right:auto;padding-left:16px;padding-right:16px;margin-left:240px;height:100%;padding-top:90px;width:calc(100% - 240px);}@media (min-width:600px){.mui-627mv6{padding-left:24px;padding-right:24px;}}@media (min-width:1536px){.mui-627mv6{max-width:1536px;}}</style></head><body style="height:100%;margin:0"><div hidden=""><!--$--><!--/$--></div><header class="MuiPaper-root MuiPaper-elevation MuiPaper-elevation4 MuiAppBar-root MuiAppBar-colorPrimary MuiAppBar-positionFixed mui-fixed mui-1rod9u0" style="--Paper-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)"><div class="MuiToolbar-root MuiToolbar-gutters MuiToolbar-regular mui-1ja2yci">Header</div></header><div class="MuiDrawer-root MuiDrawer-anchorLeft MuiDrawer-docked mui-slt4eh"><div class="MuiPaper-root MuiPaper-elevation MuiPaper-elevation0 MuiDrawer-paper MuiDrawer-paperAnchorLeft MuiDrawer-paperAnchorDockedLeft mui-mdxzat" style="--Paper-shadow:none"><div class="MuiToolbar-root MuiToolbar-gutters MuiToolbar-regular mui-awgou1"><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways mui-jdubn1" href="/"><div class="MuiStack-root mui-csffzd"><img alt="Agentmark" loading="lazy" width="24" height="24" decoding="async" data-nimg="1" style="color:transparent" src="/logo.svg"/><h6 class="MuiTypography-root MuiTypography-h6 mui-1rl0qlz">Agentmark</h6></div></a></div><ul class="MuiList-root MuiList-padding MuiList-dense mui-1wduhak"><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways MuiListItem-root MuiListItem-dense MuiListItem-gutters MuiListItem-padding mui-1r8o4oq" href="/requests"><div class="MuiButtonBase-root MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters mui-1br1vyr" tabindex="0" role="button"><div class="MuiListItemIcon-root mui-6w6j6"><span></span></div><div class="MuiListItemText-root MuiListItemText-dense mui-1g0hb2n"><span class="MuiTypography-root MuiTypography-body2 MuiListItemText-primary mui-bxmwoh">Requests</span></div></div></a><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways MuiListItem-root MuiListItem-dense MuiListItem-gutters MuiListItem-padding mui-1r8o4oq" href="/traces"><div class="MuiButtonBase-root MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters mui-1br1vyr" tabindex="0" role="button"><div class="MuiListItemIcon-root mui-6w6j6"><span></span></div><div class="MuiListItemText-root MuiListItemText-dense mui-1g0hb2n"><span class="MuiTypography-root MuiTypography-body2 MuiListItemText-primary mui-bxmwoh">Traces</span></div></div></a><a class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways MuiListItem-root MuiListItem-dense MuiListItem-gutters MuiListItem-padding mui-1r8o4oq" href="/sessions"><div class="MuiButtonBase-root MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters MuiListItemButton-root MuiListItemButton-dense MuiListItemButton-gutters mui-1br1vyr" tabindex="0" role="button"><div class="MuiListItemIcon-root mui-6w6j6"><span></span></div><div class="MuiListItemText-root MuiListItemText-dense mui-1g0hb2n"><span class="MuiTypography-root MuiTypography-body2 MuiListItemText-primary mui-bxmwoh">Sessions</span></div></div></a></ul></div></div><div class="MuiContainer-root MuiContainer-maxWidthXl mui-627mv6"><div>Hello World</div><!--$--><!--/$--></div><script src="/_next/static/chunks/webpack-f10b0ea54196b48e.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[15104,[],\"OutletBoundary\"]\n5:I[94777,[],\"AsyncMetadataOutlet\"]\n7:I[15104,[],\"ViewportBoundary\"]\n9:I[15104,[],\"MetadataBoundary\"]\na:\"$Sreact.suspense\"\nc:I[34431,[],\"\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"_uH98Yva4C-QS08PL-_0P\",\"p\":\"\",\"c\":[\"\",\"\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"html\",null,{\"lang\":\"en\",\"style\":{\"height\":\"100%\"},\"children\":[\"$\",\"body\",null,{\"style\":{\"height\":\"100%\",\"margin\":0},\"children\":\"$L2\"}]}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"div\",null,{\"children\":\"Hello World\"}],null,[\"$\",\"$L3\",null,{\"children\":[\"$L4\",[\"$\",\"$L5\",null,{\"promise\":\"$@6\"}]]}]]}],{},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],null],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$a\",null,{\"fallback\":null,\"children\":\"$Lb\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"d:I[60174,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"default\"]\ne:I[79990,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"default\"]\nf:I[21425,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"ThemeProvider\"]\n10:I[89980,[\"902\",\"static/chunks/902-8d8c521535a2c32f.js\",\"602\",\"static/chunks/602-1f23cff16de7187a.js\",\"177\",\"static/chunks/app/layout-eaddb6da201ab019.js\"],\"Layout\"]\n11:I[85341,[],\"\"]\n12:I[90025,[],\"\"]\n8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"2:[\"$\",\"$Ld\",null,{\"formats\":\"$undefined\",\"locale\":\"en\",\"messages\":{\"requests\":{\"title\":\"Requests\",\"columnHeader\":{\"cost\":\"Cost\",\"promptTokens\":\"Prompt Tokens\",\"promptName\":\"Prompt Name\",\"traceId\":\"Trace ID\",\"variables\":\"Props\",\"completionTokens\":\"Completion Tokens\",\"user\":\"User\",\"latency\":\"Latency\",\"modelUsed\":\"Model Used\",\"status\":\"Status\",\"input\":\"Input\",\"output\":\"Output\",\"date\":\"Date\",\"id\":\"ID\"},\"user\":\"User\",\"loadInEditor\":\"Load in Editor\",\"assistant\":\"Assistant\",\"system\":\"System\",\"noResults\":\"No Requests\",\"success\":\"Success\",\"fail\":\"Fail\"},\"traces\":{\"title\":\"Traces\",\"tokens\":\"Tokens\",\"system\":\"System\",\"user\":\"User\",\"assistant\":\"Assistant\",\"tool\":\"Tool\",\"metadata\":\"Metadata\",\"model\":\"Model\",\"noSpanSelected\":\"Select a span to view its details\",\"inputOutput\":\"Input/Output\",\"attributes\":\"Attributes\",\"evaluation\":\"Evaluation\",\"evaluations\":\"Evaluations\",\"evaluationName\":\"Name\",\"evaluationScore\":\"Score\",\"evaluationLabel\":\"Label\",\"evaluationReason\":\"Reason\",\"noEvaluationData\":\"No evaluation data available for this span\",\"noLLMData\":\"No LLM data available for this span\",\"noOutput\":\"No output available\",\"addAnnotation\":\"Add annotation\",\"addAnnotationTitle\":\"Add annotation\",\"annotationName\":\"Name\",\"annotationNamePlaceholder\":\"Short title for this annotation\",\"annotationLabel\":\"Label\",\"annotationLabelPlaceholder\":\"e.g., correctness, regression\",\"annotationScore\":\"Score\",\"annotationReason\":\"Reason\",\"annotationReasonPlaceholder\":\"Describe why you assigned this label/score\",\"annotationSaving\":\"Saving...\",\"annotationSave\":\"Save\",\"annotationCancel\":\"Cancel\",\"annotationSuccess\":\"Annotation added successfully. It will appear in the list shortly.\",\"annotationValidationError\":\"Name, label, score and reason are required\",\"spanId\":\"ID\",\"modelName\":\"Model\",\"addToDataset\":\"Add to dataset\",\"addToPrompt\":\"Add to prompt\",\"testPrompt\":\"Test prompt\",\"addToDatasetTitle\":\"Add to Dataset\",\"selectDataset\":\"Select Dataset\",\"selectDatasetDescription\":\"Choose a dataset to add this data to:\",\"dataToAdd\":\"Data to add\",\"noDatasets\":\"No datasets available. Create a dataset first.\",\"cancel\":\"Cancel\",\"add\":\"Add\",\"noDatasetProps\":\"No dataset properties available for this span\",\"noPromptMetadata\":\"No prompt properties available for this span\",\"traceDetails\":\"Trace Details\",\"traceId\":\"Trace ID\",\"startTime\":\"Start Time\",\"endTime\":\"End Time\",\"duration\":\"Duration\",\"status\":\"Status\",\"completed\":\"Completed\",\"inProgress\":\"In Progress\",\"error\":\"Error\",\"noTraces\":\"No Traces\",\"waitingOnTraces\":\"Waiting on traces...\",\"promptName\":\"Prompt Name\",\"modelUsed\":\"Model Used\",\"promptTokens\":\"Prompt Tokens\",\"completionTokens\":\"Completion Tokens\",\"cost\":\"Cost\",\"latency\":\"Latency\",\"tracesTab\":\"Traces\",\"sessionsTab\":\"Sessions\",\"noSessions\":\"No Sessions\",\"noDataAvailable\":\"No data available\",\"name\":\"Name\",\"timestamp\":\"Timestamp\",\"loading\":\"Loading traces...\",\"sessionDetails\":\"Session Details\"},\"sessions\":{\"title\":\"Sessions\",\"sessionId\":\"Session ID\",\"name\":\"Name\",\"startTime\":\"Start Time\",\"endTime\":\"End Time\",\"noSessions\":\"No Sessions\",\"loading\":\"Loading sessions...\",\"sessionDetails\":\"Session Details\"}},\"now\":\"$undefined\",\"timeZone\":\"UTC\",\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$L11\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L12\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],\"$L13\"]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]}]\n"])</script><script>self.__next_f.push([1,"4:null\n"])</script><script>self.__next_f.push([1,"13:[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]\n"])</script><script>self.__next_f.push([1,"6:{\"metadata\":[],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"b:\"$6:metadata\"\n"])</script></body></html>
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
9:I[15104,[],"MetadataBoundary"]
|
|
6
6
|
a:"$Sreact.suspense"
|
|
7
7
|
c:I[34431,[],""]
|
|
8
|
-
0:{"P":null,"b":"
|
|
8
|
+
0:{"P":null,"b":"_uH98Yva4C-QS08PL-_0P","p":"","c":["",""],"i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[null,["$","html",null,{"lang":"en","style":{"height":"100%"},"children":["$","body",null,{"style":{"height":"100%","margin":0},"children":"$L2"}]}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","div",null,{"children":"Hello World"}],null,["$","$L3",null,{"children":["$L4",["$","$L5",null,{"promise":"$@6"}]]}]]}],{},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$L7",null,{"children":"$L8"}],null],["$","$L9",null,{"children":["$","div",null,{"hidden":true,"children":["$","$a",null,{"fallback":null,"children":"$Lb"}]}]}]]}],false]],"m":"$undefined","G":["$c",[]],"s":false,"S":true}
|
|
9
9
|
d:I[60174,["902","static/chunks/902-8d8c521535a2c32f.js","602","static/chunks/602-1f23cff16de7187a.js","177","static/chunks/app/layout-eaddb6da201ab019.js"],"default"]
|
|
10
10
|
e:I[79990,["902","static/chunks/902-8d8c521535a2c32f.js","602","static/chunks/602-1f23cff16de7187a.js","177","static/chunks/app/layout-eaddb6da201ab019.js"],"default"]
|
|
11
11
|
f:I[21425,["902","static/chunks/902-8d8c521535a2c32f.js","602","static/chunks/602-1f23cff16de7187a.js","177","static/chunks/app/layout-eaddb6da201ab019.js"],"ThemeProvider"]
|