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.
This commit is contained in:
RUFFY-369 2026-04-07 03:39:19 +05:30
parent 51b4aa4858
commit 9388a362db
3 changed files with 87 additions and 1 deletions

View file

@ -1,3 +1,4 @@
from .server import app
from .shm_buffer import ZeroCopySHMBuffer
__all__ = ["app"]
__all__ = ["app", "ZeroCopySHMBuffer"]