Metadata-Version: 2.4
Name: intentframe-prompt-library
Version: 0.1.0
Summary: Default system instructions (analysis engine, guardian) for the IntentFrame policy pipeline
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,prompts,security
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# intentframe-prompt-library

Default LLM system instructions for the [IntentFrame](https://github.com/intentframe/intentframe)
policy pipeline — the baseline analysis-engine and guardian prompts
(`DEFAULT_AE_SYSTEM_INSTRUCTIONS`, `DEFAULT_GUARDIAN_SYSTEM_INSTRUCTIONS`).

Bundle and adapter authors can extend this library as new common adapters
ship. It has no first-party dependencies and is consumed by
`intentframe-components`.

```bash
pip install intentframe-prompt-library
```
