Metadata-Version: 2.4
Name: intentframe-proxy
Version: 0.1.0
Summary: Shared HTTP and WebSocket proxy primitives for IntentFrame Unix domain socket services
Project-URL: Homepage, https://github.com/intentframe/intentframe
Project-URL: Repository, https://github.com/intentframe/intentframe
Project-URL: Issues, https://github.com/intentframe/intentframe/issues
Author: IntentFrame Contributors
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: agents,ai,intentframe,proxy,security
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.14
Requires-Dist: fastapi
Requires-Dist: httpx>=0.28.1
Requires-Dist: websockets>=14.0
Description-Content-Type: text/markdown

# intentframe-proxy

Shared HTTP and WebSocket proxy primitives for IntentFrame services that expose
HTTP APIs over Unix domain sockets.

The package provides `UDSProxy` and `proxy_websocket`, used by the product
gateway and the network edge so both paths share the same forwarding behavior.

```python
from intentframe_proxy import UDSProxy, proxy_websocket
```
