a3s-gateway 0.2.5

A3S Gateway - AI-native API gateway with reverse proxy, routing, and agent orchestration
Documentation
{
  "target": {
    "linux-amd64": {
      "context": "bin/linux-amd64",
      "dockerfile": "crates/gateway/Dockerfile",
      "platforms": ["linux/amd64"],
      "args": {
        "BINARY_NAME": "a3s-gateway-amd64"
      }
    },
    "linux-arm64": {
      "context": "bin/linux-arm64",
      "dockerfile": "crates/gateway/Dockerfile",
      "platforms": ["linux/arm64"],
      "args": {
        "BINARY_NAME": "a3s-gateway-arm64"
      }
    }
  }
}