monarchic-agent-protocol 0.1.13

Shared protocol types for Monarchic AI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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.