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"""