Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bridge A2A Server

Production-oriented Agent2Agent (A2A) protocol server packaged as a standalone OCI image for rootless Podman and systemd/Quadlet deployments behind 1Panel OpenResty.

The service is intentionally stateless at the container boundary. PostgreSQL, Redpanda, S3-compatible object storage, OpenTelemetry, Prometheus, and the agent workers are external services.

Implementation is being delivered in independently reviewed phases on GitHub.

Local protocol server

The current protocol core requires Go 1.25 or newer and uses the official a2a-go/v2/a2asrv HTTP+JSON server:

go run ./cmd/server

The default development configuration serves the Agent Card at /.well-known/agent-card.json and the A2A v1.0 REST operations at the paths listed in the deployment specification. See docs/architecture.md for the SDK boundary and planned production adapters.

.env.example documents variables loaded by the container runtime. When running the binary directly, export overrides in the shell environment.

OIDC and PostgreSQL development wiring

Set OIDC_ISSUER, OIDC_AUDIENCE, and DATABASE_URL to exercise the durable, authenticated path. Credentials are read from mounted files such as DATABASE_PASSWORD_FILE; passwords, passfiles, service files, and password environment variables outside that explicit path are rejected. OIDC policy variables without a complete issuer/audience pair also fail startup. Apply schema migrations separately before starting the server:

go run ./cmd/migrate
go run ./cmd/server

The local in-memory task store remains available only when no database is configured in development or tests. Staging and production require explicit authentication and durable storage. See docs/architecture.md for the token and tenant-isolation contract.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages