Metadata-Version: 2.4
Name: intentframe-edge
Version: 0.1.0
Summary: IntentFrame edge ingress — HTTP/TLS front door for runtime 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,edge,intentframe,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: intentframe-proxy==0.1.0
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: uvicorn[standard]
Description-Content-Type: text/markdown

# intentframe-edge

Network-facing HTTP/TLS ingress for an IntentFrame runtime.

The edge is a thin, stateless reverse proxy. It terminates TCP/TLS/auth at the
deployment boundary and forwards approved routes to supervisor-managed services
over Unix domain sockets. Its default backend set exposes the substrate routes
only; the first-party native kit supplies an optional profile that also exposes
`/workspaces` through the resource registry.

```bash
python -m intentframe_edge --host 0.0.0.0 --port 8443
intentframe-edge --config "${KIT}/edge_profile.yaml"
```
