Metadata-Version: 2.5
Name: llmgrid-interfaces
Version: 0.1.0a1
Summary: Typed contracts for llmgrid composable agent capabilities
Project-URL: Homepage, https://github.com/sanketn26/llmgrid
Project-URL: Source, https://github.com/sanketn26/llmgrid
Project-URL: Issues, https://github.com/sanketn26/llmgrid/issues
Author-email: Sanket Naik <sanketn@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# llmgrid-interfaces

Typed contracts for llmgrid composable agent capabilities. Part of [llmgrid](https://github.com/sanketn26/llmgrid).

**Status:** alpha. APIs will change between `0.x` releases. 

```bash
pip install llmgrid-interfaces
```

```python
import llmgrid.interfaces
```
