Commit Graph

37 Commits

Author SHA1 Message Date
robert
96749be014 Reject deploy error URLs in builder
All checks were successful
build / build (push) Successful in 3s
2026-06-07 09:19:59 -03:00
robert
c24676356d Fix builder graph state capture
All checks were successful
build / build (push) Successful in 14s
2026-06-07 09:06:13 -03:00
robert
afdbda91bf Bound builder runs and require a2a-pack 0.1.76
All checks were successful
build / build (push) Successful in 16s
2026-06-06 21:53:09 -03:00
robert
137f84be6a Use sandbox client for builder validation
All checks were successful
build / build (push) Successful in 14s
2026-06-06 20:25:15 -03:00
robert
64fd7c26f2 Require user LLM credentials
All checks were successful
build / build (push) Successful in 17s
2026-06-06 12:21:48 -03:00
robert
47a686bf6b Bump a2a-pack minimum to 0.1.60
All checks were successful
build / build (push) Successful in 17s
2026-06-04 19:00:26 -03:00
robert
b262371e03 Bump a2a-pack minimum to 0.1.59
Some checks failed
build / build (push) Failing after 2s
2026-06-04 18:50:15 -03:00
robert
8ccd5d0283 Update a2a-pack to 0.1.57
All checks were successful
build / build (push) Successful in 14s
2026-06-03 21:58:34 -03:00
robert
bc8de5a7ae Forward sandbox into agent builder backend
All checks were successful
build / build (push) Successful in 4s
2026-06-03 21:51:30 -03:00
robert
819d381efd Update a2a-pack minimum to 0.1.56
All checks were successful
build / build (push) Successful in 14s
2026-06-03 14:34:00 -03:00
robert
08195a46f8 Rebuild agent-builder on a2a-pack 0.1.51
All checks were successful
build / build (push) Successful in 16s
2026-06-02 14:04:34 -03:00
robert
d665563953 Add conversational meta-agent compose tool
All checks were successful
build / build (push) Successful in 15s
2026-06-01 22:48:02 -03:00
robert
8c44be6226 Bump a2a-pack minimum to 0.1.41
All checks were successful
build / build (push) Successful in 15s
2026-05-31 20:56:08 -03:00
robert
15882193f0 fix: require current a2a-pack runtime
All checks were successful
build / build (push) Successful in 23s
2026-05-29 10:59:37 -03:00
robert
64fdd2cb33 fix: cap builder knative scale at one
All checks were successful
build / build (push) Successful in 21s
2026-05-27 19:42:23 -03:00
robert
33d20d3aaa fix: keep builder artifacts inside workspace grant
All checks were successful
build / build (push) Successful in 21s
2026-05-27 19:31:49 -03:00
robert
8b8535ddec chore: require a2a-pack 0.1.32
All checks were successful
build / build (push) Successful in 22s
2026-05-27 19:21:03 -03:00
robert
53ecc9a0cb fix: generate agents with platform LLM grants
All checks were successful
build / build (push) Successful in 21s
2026-05-26 21:42:57 -03:00
robert
cd15dc3aaa require a2a pack write prefix support
All checks were successful
build / build (push) Successful in 20s
2026-05-26 20:35:05 -03:00
robert
7829e5c71e feat: let builder use caller or platform llm
All checks were successful
build / build (push) Successful in 23s
2026-05-26 10:52:09 -03:00
robert
98a8c57c83 fix: use platform llm grants for builder
All checks were successful
build / build (push) Successful in 2s
2026-05-26 09:49:40 -03:00
robert
a20cd5ae3b fix: harden generated agent platform access
All checks were successful
build / build (push) Successful in 21s
2026-05-25 23:32:47 -03:00
robert
9b70bec52e Advertise builder grant needs
All checks were successful
build / build (push) Successful in 27s
2026-05-23 13:50:53 -04:00
robert
091f8eaf06 Use secret-backed agent builder runtime
All checks were successful
build / build (push) Successful in 28s
2026-05-23 13:33:12 -04:00
robert
c35039cf66 Bump agent-builder to a2a-pack 0.1.16
All checks were successful
build / build (push) Successful in 28s
2026-05-23 12:47:42 -04:00
robert
c009b2f081 Pass caller LLM runtime options
All checks were successful
build / build (push) Successful in 27s
2026-05-21 13:58:18 -03:00
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