Metadata-Version: 2.4
Name: lassare
Version: 0.0.1
Summary: Human-in-the-loop API for AI agents. Coming soon.
Project-URL: Homepage, https://lassare.com
Project-URL: Repository, https://github.com/lassare-hq/lassare-python
Author: Lassare
License-Expression: MIT
Keywords: agents,ai,approval,hitl,human-in-the-loop,mcp
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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.8
Description-Content-Type: text/markdown

# Lassare

Human-in-the-loop API for AI agents.

## Coming Soon

Lassare provides async approval workflows for AI agents, enabling human oversight without blocking agent execution.

- 🔄 Async polling for approval status
- 🔐 JWT token-based enforcement
- 🤖 MCP server integration
- ⚡ Built for Claude Code and agentic tools

Visit [lassare.com](https://lassare.com) for updates.

## Installation

```bash
pip install lassare
```

## License

MIT
