Metadata-Version: 2.4
Name: monarchic-agent-protocol
Version: 0.1.15
Summary: Monarchic AI protocol protobuf bindings for Python
License: LGPL-3.0-only
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: protobuf>=4.25.0
Dynamic: license-file

# 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.
