Commit Graph

17 Commits

Author SHA1 Message Date
robert
3756691e57 Bump a2a-pack minimum to 0.1.59
All checks were successful
build / build (push) Successful in 4s
2026-06-04 18:50:25 -03:00
robert
f5b11d4a6e Update a2a-pack to 0.1.57
All checks were successful
build / build (push) Successful in 5s
2026-06-03 21:58:44 -03:00
robert
0f5651f6e4 Update a2a-pack minimum to 0.1.56
All checks were successful
build / build (push) Successful in 5s
2026-06-03 14:34:12 -03:00
robert
396d5fef29 Require a2a-pack 0.1.53
All checks were successful
build / build (push) Successful in 4s
2026-06-02 15:32:21 -03:00
robert
7b75f2523c Bump a2a-pack minimum to 0.1.41
All checks were successful
build / build (push) Successful in 5s
2026-05-31 20:53:52 -03:00
robert
562eeb8208 Bump a2a-pack dependency to 0.1.36
All checks were successful
build / build (push) Successful in 5s
2026-05-28 20:22:56 -03:00
robert
d9859bf06f chore: require a2a-pack 0.1.30
All checks were successful
build / build (push) Successful in 4s
2026-05-26 21:42:57 -03:00
robert
10204aa323 bump a2a pack runtime requirement
All checks were successful
build / build (push) Successful in 6s
2026-05-26 20:34:08 -03:00
robert
c0e833de1a chore: require a2a-pack 0.1.27
Some checks failed
build / build (push) Failing after 3s
2026-05-26 08:51:52 -03:00
robert
33c2dfbdb3 chore: bump a2a-pack minimum
Some checks failed
build / build (push) Failing after 4s
2026-05-25 23:30:50 -03:00
robert
21ef10d533 Bump A2A pack dependency
Some checks failed
build / build (push) Failing after 3s
2026-05-23 13:50:23 -04:00
robert
a772fca671 Bump A2A runtime dependency
Some checks failed
build / build (push) Failing after 4s
2026-05-23 13:32:25 -04:00
robert
b791da5d29 Bump a2a-pack cancellation errors
All checks were successful
build / build (push) Successful in 4s
2026-05-19 19:00:36 -03:00
robert
721b1f906f Bump a2a-pack runtime errors
All checks were successful
build / build (push) Successful in 4s
2026-05-19 18:44:12 -03:00
robert
6782e46883 Bump a2a-pack sandbox timeout fix
All checks were successful
build / build (push) Successful in 4s
2026-05-19 16:13:34 -03:00
robert
650a8f903e Bump a2a-pack runtime dependency
All checks were successful
build / build (push) Successful in 5s
2026-05-19 13:52:32 -03:00
robert
12c6347643 initial: test-helper agent for e2e platform feature coverage
All checks were successful
build / build (push) Successful in 5s
Two skills:
  - echo(text): trivial sub-second response. Used by approval-mode tests
    that need a fast handoff target.
  - try_scope_expansion(reason, read_patterns, ttl_seconds, mode):
    deliberately calls ctx.request_scope() with caller-supplied args so
    e2e tests can exercise the orchestrator's scope-negotiation flow
    end-to-end without inventing a real workload that happens to need
    extra files.

Standard A2A scaffold: Dockerfile FROM a2a-pack-base, /invoke/{skill} +
/.well-known/agent-card served by the SDK's serve/asgi.py adapter, deploy/
manifests for k8s, Gitea Actions workflow that builds + bumps the image
SHA.

Public, low resources (50m CPU / 128Mi mem). Not exposed via the public
ingress in any meaningful way — only the in-cluster Service is consulted
by the orchestrator's call_agent.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 19:16:49 -03:00