From 6c2374593ff3e307224d966f53588b574c38586f Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Tue, 10 Feb 2026 23:38:21 +0100 Subject: [PATCH] add entrypoint to pyproject.toml --- autogpt_platform/backend/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/autogpt_platform/backend/pyproject.toml b/autogpt_platform/backend/pyproject.toml index cfd495b760..267b054e10 100644 --- a/autogpt_platform/backend/pyproject.toml +++ b/autogpt_platform/backend/pyproject.toml @@ -116,6 +116,7 @@ ws = "backend.ws:main" scheduler = "backend.scheduler:main" notification = "backend.notification:main" executor = "backend.exec:main" +copilot-executor = "backend.copilot.executor.__main__:main" cli = "backend.cli:main" format = "linter:format" lint = "linter:lint"