Universal Autonomy Gateway SDK for robotics and intelligent systems
Project description
Universal Autonomy Gateway (UAG) SDK
The UAG SDK provides a clean, unified interface for controlling autonomous systems through REST or WebSocket adapters. It enables robots, simulators, and intelligent agents to communicate with the Sovereign Autonomy Engine (SAE) using a simple, stable API.
Features
- REST + WebSocket adapters
- Unified command envelope
- Lightweight integration layer
- Works with any robotics stack
- Zero engine exposure
Installation
Quickstart
from uag.adapters import PythonAdapter
client = PythonAdapter("ws://localhost:8765")
client.send({"goal": "navigate"})
response = client.receive()
print(response)
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
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 uag_sdk-0.1.0.tar.gz.
File metadata
- Download URL: uag_sdk-0.1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ac2b065f9deed014927dc85f48ee09ec6df4b62441db07b660ae3119068582b
|
|
| MD5 |
12f1153d0d8dc87c1b4c9272c286d081
|
|
| BLAKE2b-256 |
114add9f419abec69e640b0c931e3d9e4e4f3fe112204e2598c547e2f33b7c9c
|
File details
Details for the file uag_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: uag_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c4745ff204ca3958d5013db31653d4f7ee53ae4ded7c6045301be414fdb0ad4
|
|
| MD5 |
a55c6c5987158ee9ee6d351b8f59256f
|
|
| BLAKE2b-256 |
e322c077b9255e52f3019e651e4deb8f0c2e69d2580b4ce825d441845ebd20f3
|