Metadata-Version: 2.4
Name: mindlab-toolkit
Version: 0.0.1
Summary: Mind Lab Toolkit (MinT) - the Open Infrastructure for Experiential Intelligence
Project-URL: Homepage, https://macaron.im/mindlab
Author: Mind Lab
License-Expression: MIT
License-File: LICENSE
Keywords: lora,mindlab,mint,ml,reinforcement-learning,tinker,training
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: tinker
Description-Content-Type: text/markdown

# Mind Lab Toolkit (MinT)

The Open Infrastructure for Experiential Intelligence.

MinT is the reinforcement learning infrastructure for agents and models to learn from real experience. It focuses on the engineering and algorithmic realization of RL across multiple models and tasks, with emphasis on making LoRA RL simple, stable, and efficient.

## Installation

```bash
pip install mindlab-toolkit
```

## Usage

```python
import mint

# Set API key via environment variable MINT_API_KEY
# Default base URL: https://mint-alpha.macaron.im

client = mint.TrainingClient()
```

All tinker APIs are available directly from mint.

## License

MIT

---

A [Mind Lab](https://macaron.im/mindlab) Contribution - A Lab for Experiential Intelligence.
