Metadata-Version: 2.4
Name: automas-maafw-runner
Version: 0.1.1
Summary: Isolated MaaFW runner service plugin for AUTO-MAS
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: automas-maafw-agent-env>=0.1.0
Requires-Dist: automas-maafw-interface>=0.1.1
Requires-Dist: json5>=0.9
Requires-Dist: pydantic>=2

# automas-maafw-runner

Isolated MaaFW runner service for AUTO-MAS.

It provides `maafw.runner.v1`. The service builds run plans in the host process
and runs MaaFW through a worker subprocess so importing the service does not load
`maa` into the AUTO-MAS main process.

The wheel includes the MaaFW runtime worker code. `maa` is imported only by the
worker subprocess entrypoint, not by `MaaFWRunnerService`.
