From d5c5a63802da75122897d26ec04067608ea6b041 Mon Sep 17 00:00:00 2001 From: demo-bot Date: Sun, 9 Aug 2026 15:37:54 +0000 Subject: [PATCH] decomposer: scaffold crucible-agent-build-fastapi-endpoint --- app/agent.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/agent.py b/app/agent.py index cb8b211..cad7901 100644 --- a/app/agent.py +++ b/app/agent.py @@ -1,5 +1 @@ -"""ASGI compatibility entry point for the generated service repository.""" - -from app.main import app - -__all__ = ["app"] +"""crucible-agent-build-fastapi-endpoint: create_agent_app wiring + REST route handlers only."""