mirror of
https://github.com/NousResearch/atropos.git
synced 2026-05-01 17:45:16 +00:00
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.
4 lines
106 B
Python
4 lines
106 B
Python
from .server import app
|
|
from .shm_buffer import ZeroCopySHMBuffer
|
|
|
|
__all__ = ["app", "ZeroCopySHMBuffer"]
|