Metadata-Version: 2.4
Name: intentframe-server
Version: 0.1.0
Summary: IntentFrame core runtime — the FastAPI policy pipeline (analysis, guardian, executor)
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: AGPL-3.0-only
License-File: LICENSE
Keywords: agents,ai,intentframe,runtime,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-components==0.1.0
Requires-Dist: intentframe-core==0.1.0
Requires-Dist: intentframe-executor-client==0.1.0
Requires-Dist: intentframe-policy-registry==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-server

The core runtime of [IntentFrame](https://github.com/intentframe/intentframe):
a FastAPI server (on a Unix domain socket) that receives pre-built IntentFrames
and runs them through the policy pipeline — analysis engine, guardian, and the
executor. Served as `intentframe_server.server:app`.

Depends on `intentframe-core`, `intentframe-components`,
`intentframe-policy-registry`, and `intentframe-executor-client`.

```bash
pip install intentframe-server
```
