Metadata-Version: 2.4
Name: khimaira-types
Version: 0.1.0
Summary: Shared Pydantic schemas for khimaira — TaskClassification, FileContext, UsageRecord, RoutingDecision
Project-URL: Homepage, https://github.com/fsocietydisobey/khimaira
Project-URL: Repository, https://github.com/fsocietydisobey/khimaira
Project-URL: Issues, https://github.com/fsocietydisobey/khimaira/issues
Author: fsocietydisobey
License: MIT
Keywords: ai-orchestration,khimaira,schemas
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.12
Requires-Dist: pydantic>=2.7
Description-Content-Type: text/markdown

# khimaira-types

Shared Pydantic schemas used across the khimaira workspace —
`TaskClassification`, `FileContext`, `UsageRecord`, `RoutingDecision`,
`RuntimeStatus`. Pure data shapes, no behavior.

This package is internal infrastructure. **Most users should install
`khimaira` directly** (`pip install khimaira` or `uvx --from
git+https://github.com/fsocietydisobey/khimaira khimaira bootstrap`),
which pulls this in transitively.

See [github.com/fsocietydisobey/khimaira](https://github.com/fsocietydisobey/khimaira)
for the parent project.

## License

MIT.
