decomposer: scaffold gcp_solution_architecture_agent

This commit is contained in:
2026-09-01 19:47:04 +00:00
parent 8616f1e621
commit 43f0f5bc79
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 @@
"""gcp_solution_architecture_agent: 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