decomposer: scaffold crucible-agent-build-lightweight-rest

This commit is contained in:
2026-08-19 11:37:08 +00:00
parent ccb08fa05b
commit 878957c05a
20 changed files with 13 additions and 0 deletions

0
app/__init__.py Normal file
View File

1
app/agent.py Normal file
View File

@@ -0,0 +1 @@
"""crucible-agent-build-lightweight-rest: create_agent_app wiring + REST route handlers only."""

1
app/card.py Normal file
View File

@@ -0,0 +1 @@
"""AgentCard + skill list."""

1
app/config.py Normal file
View File

@@ -0,0 +1 @@
"""Typed settings."""

0
app/nodes/__init__.py Normal file
View File

0
app/states/__init__.py Normal file
View File

0
app/tools/__init__.py Normal file
View File

View File