SDK for NEXUS-MM World Model - Robot Safety Decision Engine
Project description
NEXUS-MM SDK
Python SDK for the NEXUS-MM World Model API.
Install
pip install git+https://github.com/AfricaAI348/nexus-mm.git#subdirectory=nexus-sdk
Quick Start
from nexus_sdk import NexusRobot
robot = NexusRobot(base_url="https://backend-morning-overbrook-7785.fly.dev")
# Ask NEXUS what to do
decision = robot.decide(action="move_forward", surface="ice", speed=0.8)
print(f"Action: {decision.action}, Risk: {decision.risk}")
# Predict physics
result = robot.predict_physics(action="drop", object="glass", height=2.0)
# Health check
print(robot.health())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nexus_mm_sdk-0.1.0.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nexus_mm_sdk-0.1.0.tar.gz.
File metadata
- Download URL: nexus_mm_sdk-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fec50419bd7061f65b10fc6d429c1e60e83df19de9e982f4a8361fb3e68e0e51
|
|
| MD5 |
560761258c897e3b4bd2e4792ca4cec7
|
|
| BLAKE2b-256 |
7f9cb489a92076b76fd32fed5d5da728106f65f39b0241404d7b21e593bdad43
|
File details
Details for the file nexus_mm_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nexus_mm_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
829e9b3a2d87da33182df55bfd1282c6596487e164443095e125ff7361e7d3c7
|
|
| MD5 |
9a180b5579108e278752b7e729344d6e
|
|
| BLAKE2b-256 |
b0b7676691b0c78304e725d1ebf344fbad0cb36f745c693b5823aaceeeb4b2e1
|