Metadata-Version: 2.4
Name: pacomind-hostworker
Version: 0.3.0
Summary: Stateless, stdlib-only core for governed PacoMind host workers
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Dynamic: license-file

# PacoMind host worker

The stdlib-only action contract, capability catalog, execution ledger and
conformance checks used by PacoMind host adapters. This package has no sidecar or
web-server dependency.

Install `pacomind-hostworker` in a fresh environment and import
`pacomind_hostworker`. Its canonical action names and serialized contract
identifiers must match the configured PacoMind endpoint.

Run `python -m pacomind_hostworker.conformance` to check a host implementation.
