5 Commits

Author SHA1 Message Date
robert
5da42253fa feat: generate improvement proposals 2026-07-18 13:50:46 -03:00
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
dd489cb083 Require user LLM credentials
All checks were successful
build / build (push) Successful in 17s
2026-06-06 12:21:49 -03:00
robert
f13dd0ac72 Handle missing reviewer LLM credentials 2026-06-03 20:52:07 -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