a3s-gateway 0.2.1

A3S Gateway - AI-native API gateway with reverse proxy, routing, and agent orchestration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Scaling module — Knative-style serverless serving
//!
//! Provides autoscaling decisions, request buffering during cold starts,
//! concurrency limiting, revision-based traffic splitting, gradual rollouts,
//! and pluggable scale executors.

pub mod autoscaler;
pub mod buffer;
pub mod concurrency;
pub mod executor;
pub mod revision;
pub mod rollout;