Metadata-Version: 2.4
Name: intentframe-core
Version: 0.1.0
Summary: IntentFrame foundation: neutral DTOs, enums, paths, policy contracts, and the Executor ABC
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,security
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.14
Requires-Dist: pydantic>=2.12.5
Description-Content-Type: text/markdown

# intentframe-core

Foundation layer for [IntentFrame](https://github.com/intentframe/intentframe):
neutral data types (`IntentFrame`, `ExecutionResult`, `RuntimeContext`),
enums, virtual-path helpers, policy contract models, and the `Executor` ABC.

This is an internal base package. Most users install a higher-level
distribution (`intentframe-actor`, `intentframe-bundle-sdk`,
`intentframe-executor-sdk`, or the `intentframe` runtime) which depends on
this package transitively.

```bash
pip install intentframe-core
```
