decomposer: scaffold crucible-agent-build-phase-2

This commit is contained in:
2026-08-31 14:42:04 +00:00
parent 4e71eeff3c
commit 14a36dc002
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-phase-2: 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