Commit Graph

32 Commits

Author SHA1 Message Date
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
87e5443e93 chore: require a2a-pack 0.1.27
All checks were successful
build / build (push) Successful in 22s
2026-05-26 08:56: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
108ce5a644 chore: require a2a-pack 0.1.25
All checks were successful
build / build (push) Successful in 25s
2026-05-25 21:20:15 -03:00
robert
5436aad4ef chore: require a2a-pack 0.1.24
All checks were successful
build / build (push) Successful in 25s
2026-05-25 21:11:26 -03:00
robert
070b96a4a2 chore: require a2a-pack 0.1.23
All checks were successful
build / build (push) Successful in 23s
2026-05-25 20:33:58 -03:00
robert
fb2332555f Bump a2a-pack minimum to 0.1.22
All checks were successful
build / build (push) Successful in 26s
2026-05-25 19:50:36 -03:00
robert
1cc02bb40c Require a2a-pack frontend HTTPS fix
All checks were successful
build / build (push) Successful in 27s
2026-05-23 15:28:10 -04:00
robert
c9440531f6 Require a2a-pack frontend runtime fix
All checks were successful
build / build (push) Successful in 30s
2026-05-23 15:25:43 -04:00
robert
0b9e594bec Teach agent builder packed frontends
All checks were successful
build / build (push) Successful in 25s
2026-05-23 15:01:14 -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
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
27b0cabc55 Avoid batch S3 deletes in builder
All checks were successful
build / build (push) Successful in 2s
2026-05-19 13:33:07 -03:00
robert
b802e54549 Teach builder sandbox rootfs capture
All checks were successful
build / build (push) Successful in 25s
2026-05-19 13:21:32 -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
f6c612a071 Teach builder to author DeepAgents skills
All checks were successful
build / build (push) Successful in 26s
2026-05-19 09:48:24 -03:00
robert
d43533df80 Sync builder workspaces from managed repo
All checks were successful
build / build (push) Successful in 2s
2026-05-19 09:18:57 -03:00
robert
a3466c7a9a Track builder workspace deployment base
All checks were successful
build / build (push) Successful in 27s
2026-05-19 09:10:43 -03:00
robert
68108c895f document render artifact salvage
All checks were successful
build / build (push) Successful in 2s
2026-05-18 19:20:05 -03:00
robert
45386a1f14 harden agent builder render guidance
All checks were successful
build / build (push) Successful in 26s
2026-05-18 19:13:29 -03:00
robert
1f3f8349df fix: allow custom agent scaffolds
All checks were successful
build / build (push) Successful in 27s
2026-05-17 19:13:13 -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
aa5ee5b0fe fix: reject stale agent scaffolds
All checks were successful
build / build (push) Successful in 2s
2026-05-17 18:17:58 -03:00
robert
23cdc1e924 fix: require current a2a init scaffold
All checks were successful
build / build (push) Successful in 26s
2026-05-17 08:08:14 -03:00
robert
1bb6044b15 feat: initialize agents from a2a template
All checks were successful
build / build (push) Successful in 2s
2026-05-16 17:36:17 -03:00
robert
80a5d3bce4 tools: expose a2a_pack source to the inner LLM loop
All checks were successful
build / build (push) Successful in 3s
list_a2a_pack(subdir) / read_a2a_pack(path) let the builder browse the
installed SDK at runtime — the same package the scaffolded agents
import. Path-traversal guarded; reads capped at 64 KiB.

Why: the system prompt only carries an abridged example. When the LLM
needed to recall what RunContext exposes (ctx.workspace API, ctx.ask
vs ctx.collect, runtime.apt_packages…) it would guess. Now it can
read the actual source.

Prompt updated to point at the new tools.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 22:08:56 -03:00
robert
a021239ef6 prompt: tell the inner loop about runtime.apt_packages
All checks were successful
build / build (push) Successful in 37s
So generated agents that need ffmpeg / imagemagick / etc. declare them
in a2a.yaml instead of failing at runtime with a missing binary.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 21:44:25 -03: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
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
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