Metadata-Version: 2.4
Name: intentframe-executor-client
Version: 0.1.0
Summary: HTTP client for the IntentFrame executor service (Unix domain socket transport)
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,executor,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: httpx>=0.28.1
Requires-Dist: intentframe-core==0.1.0
Requires-Dist: pydantic>=2.12.5
Description-Content-Type: text/markdown

# intentframe-executor-client

The HTTP client the [IntentFrame](https://github.com/intentframe/intentframe)
runtime uses to talk to the executor service over its Unix domain socket
(`ExecutorHTTPClient`). It implements the `intentframe_core` `Executor` ABC.

```bash
pip install intentframe-executor-client
```
