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