Metadata-Version: 2.4
Name: kitefrost-game-narrative
Version: 1.0.0
Summary: Per-pack KiteFrost SDK for the game-narrative pack (clean brand-host URLs; depends on kitefrost-core). PPI-3.
Project-URL: Homepage, https://kitefrost.ai
License: MIT
Keywords: ai,game-narrative,kitefrost,sdk
Requires-Python: >=3.10
Requires-Dist: kitefrost-core<2.0.0,>=1.0.0
Description-Content-Type: text/markdown

# kitefrost-game-narrative

Per-pack KiteFrost SDK for the **game-narrative** pack (PPI-3). Depends on
`kitefrost-core` (lockstep `1.0.0`); only the pack-specific resources are
generated here. GENERATED - regenerate via `tools/sdk-codegen/targets.py`.

```python
from kitefrost_game_narrative import GameNarrativeClient

client = GameNarrativeClient.from_api_key("kf_...")
```
