Metadata-Version: 2.5
Name: llmgrid-loops
Version: 0.1.0a1
Summary: Composition runtime and agent recipes for llmgrid
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
Requires-Dist: llmgrid-interfaces<0.2,>=0.1.0a1
Description-Content-Type: text/markdown

# llmgrid-loops

Composition runtime and agent recipes for llmgrid. Part of [llmgrid](https://github.com/sanketn26/llmgrid).

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

```bash
pip install llmgrid-loops
```

```python
import llmgrid.loops
```
