Releases: khalidsaidi/relayorb
RelayOrb v0.1.2
RelayOrb is an open-source tool control plane for AI agents: contract-first capability routing with governance, schema validation, idempotency, and ops-grade telemetry. Agents call a single Gateway endpoint, RelayOrb discovers a healthy provider via a Registry, forwards to a Worker, and validates responses against JSON Schemas. There’s an anonymous public demo you can try instantly (no login), but it’s intentionally constrained: read-only, capability allowlisted, strict request limits, and edge rate limits. The Gateway is reachable only through the load balancer (no direct service bypass), while Registry and Worker services stay private behind Cloud Run IAM. Terraform Registry modules are published for both prod and demo, and the repo also keeps in-repo Terraform as a fallback reference path. The demo endpoint may change over time; the canonical URL and tested curl examples live in README.md and docs/DEMO.md on main. If you’re building agents and want your tools layer to behave like production services, RelayOrb is designed to be the boring, reliable foundation.
Links:
- Repo: https://github.com/khalidsaidi/relayorb
- Demo: http://34.8.48.11
- Prod Terraform module: https://registry.terraform.io/modules/khalidsaidi/relayorb/google/latest
- Demo Terraform module: https://registry.terraform.io/modules/khalidsaidi/relayorb-demo/google/latest
RelayOrb v0.1.1
Demo endpoint may change over time. For the current live URL and tested curl examples, use README.md and docs/DEMO.md on main. You can also fetch the latest from Terraform outputs: demo_http_url / demo_https_url in infra/gcp/terraform/envs/demo.
RelayOrb v0.1.0
RelayOrb v0.1.0
RelayOrb v0.1.0 is the first public release of the RelayOrb control plane.
Highlights
- Anonymous public demo environment with layered safety controls (LB + Cloud Armor + app limiter).
- Demo deployment verification gate (
ops/smoke/demo-deploy-verify.sh) wired into CI (deploy-demo.yml). - Private registry/worker posture on Cloud Run IAM with service-to-service ID tokens.
- Gateway idempotency + replay and async jobs support.
- Conformance harness + CI/live validation workflows.
- OSS distribution package (
SECURITY.md,CONTRIBUTING.md,CODE_OF_CONDUCT.md, issue templates, roadmap).
Quickstart
- Try the demo: see
docs/DEMO.md - Run locally:
README.mdquickstart - Deploy on GCP:
README.mddeploy section - Write a capability:
README.mdworker section - Verify conformance:
README.mdconformance section
Terraform / OpenTofu
- Terraform module repo: https://github.com/khalidsaidi/terraform-google-relayorb
- Terraform module tag:
v0.1.0 - OpenTofu registry submission: opentofu/registry#3713
Notes
- The anonymous demo is best-effort and rate-limited; it is a showcase environment, not a hosted SLA product.