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"