From 783b6de3fb627cf8c6ab0c87df1bd5ab480e256a Mon Sep 17 00:00:00 2001 From: demo-bot Date: Sun, 9 Aug 2026 15:37:55 +0000 Subject: [PATCH] decomposer: scaffold crucible-agent-build-fastapi-endpoint --- app/card.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/card.py b/app/card.py index 9c54e33..2c40e06 100644 --- a/app/card.py +++ b/app/card.py @@ -1,7 +1 @@ -SERVICE_CARD = { - "name": "endpoint-monitor", - "kind": "fastapi-service", - "entrypoint": "app.main:app", - "authentication": "none", - "storage": "process-local-memory", -} +"""AgentCard + skill list."""