diff --git a/a2a.yaml b/a2a.yaml index bf6c4ae..f2bc529 100644 --- a/a2a.yaml +++ b/a2a.yaml @@ -1,5 +1,5 @@ name: agent-builder -version: 0.1.6 +version: 0.1.7 entrypoint: agent:AgentBuilder description: Generate, test, and deploy new a2a agents from natural language. expose: diff --git a/agent.py b/agent.py index 84ee846..a3c67e3 100644 --- a/agent.py +++ b/agent.py @@ -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.6" + version = "0.1.7" config_model = BuilderConfig auth_model = NoAuth