Metadata-Version: 2.4
Name: robot-md-dispatcher
Version: 0.2.1
Summary: DEPRECATED — install robot-md-gateway instead. This package is a tombstone that depends on robot-md-gateway.
Project-URL: Homepage, https://github.com/RobotRegistryFoundation/robot-md-gateway
Project-URL: Issues, https://github.com/RobotRegistryFoundation/robot-md-gateway/issues
Author-email: craigm26 <craigm26@gmail.com>
License: Apache-2.0
Keywords: deprecated,tombstone
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.10
Requires-Dist: robot-md-gateway>=0.3.0a1
Description-Content-Type: text/markdown

# robot-md-dispatcher (deprecated)

> **This package is a tombstone.** Install [`robot-md-gateway`](https://pypi.org/project/robot-md-gateway/) instead.

The `robot-md-dispatcher` PyPI distribution was renamed to `robot-md-gateway` during the OpenCastor stack's Week-3 cutover (2026-05). This 0.2.1 release is the last under the old name; it has no code beyond a deprecation warning and a dependency on `robot-md-gateway`.

## Why the rename?

`robot-md-dispatcher` started as a planner-launcher — its job was to spawn an agent session per request. The OpenCastor ecosystem spec retired that framing: the gateway is the receive-only enforcement layer between agent intent and any actuator. The new name + scope reflects that.

See:
- New repo: <https://github.com/RobotRegistryFoundation/robot-md-gateway>
- New PyPI page: <https://pypi.org/project/robot-md-gateway/>
- Migration notes: in the new repo's CHANGELOG.md.

## Migration

```bash
pip uninstall robot-md-dispatcher
pip install robot-md-gateway
```

Imports and the CLI keep working through v0.4.x via a backward-compat shim shipped inside `robot-md-gateway`. The shim is removed in v0.5.0.
