From b475d349f9dbc598b634a92d063477222bb31f30 Mon Sep 17 00:00:00 2001 From: Casey Brooks Date: Tue, 7 Jul 2026 21:14:34 +0000 Subject: [PATCH] feat(runners): add agent runtime failure reason --- proto/agynio/api/runners/v1/runners.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/agynio/api/runners/v1/runners.proto b/proto/agynio/api/runners/v1/runners.proto index bf4c683..1cdba00 100644 --- a/proto/agynio/api/runners/v1/runners.proto +++ b/proto/agynio/api/runners/v1/runners.proto @@ -183,6 +183,7 @@ enum WorkloadFailureReason { WORKLOAD_FAILURE_REASON_CONFIG_INVALID = 3; WORKLOAD_FAILURE_REASON_CRASHLOOP = 4; WORKLOAD_FAILURE_REASON_RUNTIME_LOST = 5; + WORKLOAD_FAILURE_REASON_AGENT_RUNTIME_FAILURE = 6; } enum ContainerRole {