hermes-agent/agent/proxy_sources/__init__.py
2026-07-24 09:49:00 -07:00

8 lines
292 B
Python

"""Egress proxy integrations.
Currently ships an iron-proxy (ironsh/iron-proxy) wrapper that intercepts
outbound traffic from remote terminal sandboxes and swaps proxy tokens
for real upstream credentials at the network edge.
Design notes live in :mod:`agent.proxy_sources.iron_proxy`.
"""