argentor-gateway 1.4.7

Axum-based HTTP gateway, REST API, and WebSocket server for Argentor
docs.rs failed to build argentor-gateway-1.4.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: argentor-gateway-1.3.0

HTTP/WebSocket gateway with authentication, rate limiting, and webhook support.

This crate provides the public-facing server that accepts HTTP and WebSocket connections, applies authentication and rate-limiting middleware, and routes requests to the agent runner.

Main types

  • [GatewayServer] — Builds and starts the Axum-based HTTP/WS server.
  • [AuthConfig] — API-key authentication configuration.
  • [ConnectionManager] — Tracks active WebSocket connections.
  • [MessageRouter] — Routes inbound messages to the appropriate handler.