aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/config.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2025-11-19 18:38:25 +0100
committerDmitry Vyukov <dvyukov@google.com>2026-01-05 09:14:02 +0000
commit77200b36494dbf8f7aa1500fbf5976585fffdb66 (patch)
treeb3b17c991bf49a7ef78b297166d26427c808e66e /dashboard/app/config.go
parentd65130ca2efd4a9ccb21068e3d9cefaf365e8dc6 (diff)
dashboard/app: add support for AI workflows
Support for: - polling for AI jobs - handling completion of AI jobs - submitting job trajectory logs - basic visualization for AI jobs
Diffstat (limited to 'dashboard/app/config.go')
-rw-r--r--dashboard/app/config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/dashboard/app/config.go b/dashboard/app/config.go
index 1b32d96a8..b0a49f9dd 100644
--- a/dashboard/app/config.go
+++ b/dashboard/app/config.go
@@ -87,6 +87,8 @@ type Config struct {
// If set, this namespace is not actively tested, no notifications are sent, etc.
// It's kept mostly read-only for historical reference.
Decommissioned bool
+ // Enable AI workflows for the namespace.
+ AI bool
// Name used in UI.
DisplayTitle string
// Unique string that allows to show "similar bugs" across different namespaces.