Metadata-Version: 2.4
Name: imbue-mngr-lima
Version: 0.1.0
Summary: Lima VM provider backend plugin for mngr
Requires-Python: >=3.12
Requires-Dist: imbue-mngr==0.2.7
Requires-Dist: pyyaml>=6.0
Description-Content-Type: text/markdown

# mngr Lima Provider

Lima VM provider backend plugin for mngr. Runs agents in Lima VMs (QEMU/VZ) with SSH access.

## Prerequisites

- [Lima](https://lima-vm.io/docs/installation/) (`limactl` on PATH)

## Usage

```bash
# Install the plugin
uv tool install imbue-mngr-lima

# Create a VM host
mngr create @.lima

# Create with a custom Lima YAML config
mngr create @.lima -b "--file path/to/config.yaml"

# Pass flags to limactl start
mngr create @.lima -- --cpus=8 --memory=16GiB
```
