Metadata-Version: 2.4
Name: monarchic-agent-protocol
Version: 0.1.6
Summary: Monarchic AI protocol protobuf bindings for Python
License: Apache-2.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: protobuf>=4.25.0

# monarchic-agent-protocol (Python)

Generated Python protobuf bindings for Monarchic AI protocol.

## Build locally

```bash
python -m pip install --upgrade build
python -m build
```

The build step expects `monarchic_agent_protocol_pb2.py` to be generated via `protoc` prior to packaging.
