mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-24 16:54:43 +00:00
8 lines
292 B
Python
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`.
|
|
"""
|