mirror of
https://github.com/NousResearch/atropos.git
synced 2026-05-01 17:45:16 +00:00
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:
parent
51b4aa4858
commit
9388a362db
3 changed files with 87 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from .server import app
|
||||
from .shm_buffer import ZeroCopySHMBuffer
|
||||
|
||||
__all__ = ["app"]
|
||||
__all__ = ["app", "ZeroCopySHMBuffer"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue