From c095e830c79ffbba5bedebf6af3ea617f74a0e2f Mon Sep 17 00:00:00 2001 From: youhuanghe <1051233107@qq.com> Date: Sun, 22 Mar 2026 05:50:29 +0000 Subject: [PATCH] fix: ruff --- src/langbot/pkg/provider/runners/localagent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/langbot/pkg/provider/runners/localagent.py b/src/langbot/pkg/provider/runners/localagent.py index 7c3a28d7..a033efd7 100644 --- a/src/langbot/pkg/provider/runners/localagent.py +++ b/src/langbot/pkg/provider/runners/localagent.py @@ -25,6 +25,7 @@ Respond in the same language as the user's input. """ + @runner.runner_class('local-agent') class LocalAgentRunner(runner.RequestRunner): """Local agent request runner"""