atropos/atroposlib/api/__init__.py
RUFFY-369 9388a362db feat(integrations): Hardening Atropos-side SkyRL integration
Properly exported SHM primitives in atroposlib.api. Added technical documentation for the SkyRL bridge and a dedicated local test runner (test_shm.sh). Verified with library tests.
2026-04-07 03:39:19 +05:30

4 lines
106 B
Python

from .server import app
from .shm_buffer import ZeroCopySHMBuffer
__all__ = ["app", "ZeroCopySHMBuffer"]