Metadata-Version: 2.4
Name: intentframe-client
Version: 0.1.0
Summary: Neutral HTTP/UDS transport client for the IntentFrame Core service
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,client,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
Description-Content-Type: text/markdown

# intentframe-client

Low-level HTTP/UDS transport client for the
[IntentFrame](https://github.com/intentframe/intentframe) Core service
(`IntentFrameClient`, `AsyncIntentFrameClient`). Supports local Unix-domain
sockets and remote HTTPS via `INTENTFRAME_CORE_URL`.

Agent developers usually want the higher-level `intentframe-actor` wrapper.

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