This is a pure Python implementation of code necessary to decode the Bluesky Firehose's low-level binary data format.
It does not depend on any third-party libraries for decoding; we implement DAG_CBOR and CARv1 decoding ourselves.
To run this, install Astral's UV.
Then: