Commit Graph

11 Commits

Author SHA1 Message Date
robert
1411a445e1 fix: align agent-builder with longer pack timeouts
All checks were successful
build / build (push) Successful in 27s
2026-05-20 19:41:22 -03:00
robert
d0fa3f3f5f builder: require durable workspace execution
Some checks failed
build / build (push) Failing after 2s
2026-05-19 11:29:01 -03:00
robert
de2887ff6f fix: persist builder deepagent files
All checks were successful
build / build (push) Successful in 31s
2026-05-17 18:57:29 -03:00
robert
7d2be163ef chore: rebuild against latest a2a-pack base
All checks were successful
build / build (push) Successful in 26s
2026-05-16 17:29:30 -03:00
robert
82b5bd202f rebuild: pull in a2a-pack 0.1.2 (auth + progress + apt)
All checks were successful
build / build (push) Successful in 33s
2026-05-15 21:58:01 -03: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
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
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
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
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
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