Commit Graph

119 Commits

Author SHA1 Message Date
ci
90b24e0064 ci: bump image to 146d534add 2026-05-16 00:03:07 +00:00
robert
146d534add rebuild: pull in a2a-pack _meta handler (c73c7fc)
All checks were successful
build / build (push) Successful in 32s
2026-05-15 21:02:30 -03:00
ci
a948cdf840 ci: bump image to e92bbeb3f7 2026-05-15 23:46:49 +00:00
robert
e92bbeb3f7 build: surface clean error when no workspace bound (MCP path)
All checks were successful
build / build (push) Successful in 33s
ctx.workspace is a property that raises PermissionError when the runtime
didn't provision a workspace. The original `getattr(ctx.workspace, …)`
guard didn't catch that — the property call happens before getattr can
fall back. When the agent is invoked over the local MCP gateway
(a2amcp), which has no grant flow, this surfaced as a 500 instead of
the intended "run me through the orchestrator" message.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 20:46:13 -03:00
ci
a81f6f8cf8 ci: bump image to 4cade1f3bb 2026-05-15 22:49:43 +00:00
robert
4cade1f3bb tools: cp_deploy_tarball waits for live card; new cp_refresh_agent
All checks were successful
build / build (push) Successful in 37s
cp_deploy_tarball now blocks after the from-tarball POST, polling the new
agent's /.well-known/agent-card until version matches the deployed version
(180s timeout, exponential backoff capped at 10s). On success it returns
live_skills with each skill's input_schema so the builder LLM can verify
the advertised shape matches the code it wrote — catches the schema/code
skew that caused downstream 400s on call_agent.

cp_refresh_agent(name) is a new tool that forces the CP to re-fetch the
live card via GET /v1/agents/{name}. Use when a pod was redeployed out
of band and the CP cache is stale; cp_deploy_tarball handles the in-band
case automatically.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 19:49:03 -03:00
ci
df499cea51 ci: bump image to 4b5af84446 2026-05-12 16:22:51 +00:00
robert
4b5af84446 build: raise langgraph recursion limit to 80
All checks were successful
build / build (push) Successful in 2s
The default 25 was tripping on iterative builds (list -> write*3 -> test
-> deploy is already 12-18 steps; any retry blew the cap).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 13:22:46 -03:00
ci
aa941be17a ci: bump image to f4bf73fbb0 2026-05-12 13:35:38 +00:00
robert
f4bf73fbb0 ci: force rebuild against new SDK
All checks were successful
build / build (push) Successful in 29s
2026-05-12 10:35:07 -03:00
robert
7013c59438 bump: rebuild against a2a-pack-base 0.1.1 (ctx.cp_jwt property)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-12 09:40:48 -03:00
ci
d2fcb56b5b ci: bump image to 0bc7435f94 2026-05-12 12:33:22 +00:00
robert
0bc7435f94 bump: rebuild against base with logging fix
All checks were successful
build / build (push) Successful in 33s
2026-05-12 09:32:47 -03:00
ci
7df78e7739 ci: bump image to 5c9c942a36 2026-05-12 11:34:35 +00:00
robert
5c9c942a36 bump: rebuild against fresh a2a-pack-base (ctx.cp_jwt is now in the SDK)
All checks were successful
build / build (push) Successful in 33s
2026-05-12 08:33:55 -03:00
ci
2e8086c425 ci: bump image to 640d1b89ca 2026-05-12 00:31:15 +00:00
robert
640d1b89ca tools: form field is 'source' on /v1/agents/from-tarball, not 'tarball'
All checks were successful
build / build (push) Successful in 3s
2026-05-11 21:31:06 -03:00
ci
f5205a017a ci: bump image to 87eedb47a4 2026-05-12 00:27:28 +00:00
robert
87eedb47a4 initial: deepagents-driven agent generator + deployer
All checks were successful
build / build (push) Successful in 31s
2026-05-11 21:26:52 -03:00