mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Add comprehensive support for enterprise API gateways (e.g., Tachyon) including: - Gateway authentication with identity provider token management - Token caching with TTL-based expiration - Custom headers and body parameters for gateway requests - Template variable substitution for dynamic values - CLI configuration UI for gateway settings - Full test coverage for gateway functionality This enables OpenHands to integrate with enterprise environments that require authenticated access through API gateways for LLM providers.