Commit Graph

10 Commits

Author SHA1 Message Date
robert
9758c5588d Refresh reviewer runtime visibility
All checks were successful
build / build (push) Successful in 33s
2026-06-08 09:26:02 -03:00
robert
f789a1e3df Bump A2A Pack dependency
Some checks failed
build / build (push) Failing after 2s
2026-06-06 20:25:15 -03:00
robert
42a7665ab1 Bump a2a-pack minimum to 0.1.60
All checks were successful
build / build (push) Successful in 16s
2026-06-04 19:00:37 -03:00
robert
c05a363a2e Bump a2a-pack minimum to 0.1.59
All checks were successful
build / build (push) Successful in 14s
2026-06-04 18:50:15 -03:00
robert
5ce474bb55 Update a2a-pack to 0.1.57 2026-06-03 21:58:38 -03:00
robert
115afed40a Update a2a-pack minimum to 0.1.56 2026-06-03 14:34:00 -03:00
robert
32cab7f29f Require a2a-pack 0.1.53 2026-06-02 15:32:05 -03:00
robert
032df618fe Bump a2a-pack minimum to 0.1.41 2026-05-31 20:53:52 -03:00
robert
6d0880ea0d Bump a2a-pack dependency to 0.1.36 2026-05-28 20:22:56 -03:00
robert
64a601a85a feat: initial agent-reviewer meta-agent
A2A agent that audits another deployed agent's source pre-deploy.
Reads the target Gitea repo via a short-lived read-only token minted
through ctx.mint_gitea_token(), runs an inner DeepAgents graph backed
by GiteaBackend, and emits a typed ReviewReport.

Skill bundles:
- security-anti-patterns (credentials, eval, sandbox bypass, egress)
- a2apack-best-practices (class shape, decorators, types, timeouts)
- grant-scope-evaluation (declared vs actual workspace scope)

Tools:
- sandbox_a2a_card  : round-trips the project through microsandbox
- sandbox_ruff_check: objective static checks
- submit_review_report: typed final report

7 smoke tests pass; agent card loads cleanly via `a2a card`.
2026-05-28 09:59:40 -03:00