Metadata-Version: 2.1
Name: kiss-ai-stack-types
Version: 0.1.0a4
Summary: KISS AI Stack's common object types
Author: KISS AI Stack, Lahiru Pathirage
License: MIT
Project-URL: Homepage, https://github.com/kiss-ai-stack
Project-URL: Repository, https://github.com/kiss-ai-stack
Project-URL: Documentation, https://github.com/kiss-ai-stack/kiss-ai-stack-types/main/README.md
Keywords: ai,agent,machine-learning,llm,document-processing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic~=2.10.3

<div style="text-align: left; margin-bottom: 20px;">
  <img src="https://kiss-ai-stack.github.io/kissaistack.svg" alt="KISS AI Stack Banner" style="max-width: auto; height: 250px">
</div>

# kiss-ai-stack - types

Common types for kiss-ai-stack's Python components.

To install,

```python
pip install kiss-ai-stack-types
```

### License

This library is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
