Exclude cache artifacts from builder source packages
Some checks failed
build / build (push) Failing after 2s

This commit is contained in:
robert
2026-06-07 19:54:03 -03:00
parent d7cb4b3f8f
commit aba68aaf2e
5 changed files with 158 additions and 26 deletions

View File

@@ -49,7 +49,7 @@ class AgentBuilder(A2AAgent[BuilderConfig, NoAuth]):
"Writes the project into the user's workspace, validates it in a "
"sandbox, then ships it via the control plane."
)
version = "0.1.2"
version = "0.1.3"
config_model = BuilderConfig
auth_model = NoAuth