Add explicit source repo deploy tool
All checks were successful
build / build (push) Successful in 50s

This commit is contained in:
robert
2026-06-08 20:39:00 -03:00
parent 03f51fe27b
commit c5fdaba848
4 changed files with 132 additions and 3 deletions

View File

@@ -35,6 +35,9 @@ The single `build(name, prompt)` skill:
- `cp_deploy_tarball(name, version, public)` — POSTs the tarball
to `/v1/agents/from-tarball` on the user's behalf using their
forwarded CP JWT
- `cp_deploy_source_repo(name)` — POSTs the current managed source repo
to `/v1/agents/{name}/source/deploy` when source edits already live in
Gitea
2. Streams the graph's tool calls back to the dashboard as
`agent_progress` events (so the user watches the build happen in
real time, not in silence).