Edge-optimized Cocapn fleet packages for ARM64 devices with limited resources
Project description
⚡ Plato Edge
Fleet modules for constrained edge devices — zero dependencies, offline-capable
Run PLATO operations on Jetson Orin, Raspberry Pi, and other edge hardware. No network required — queue tiles offline and sync when connected.
Install
pip install plato-edge
Quick Start
from plato_edge import EdgeClient, OfflineQueue
# Queue tiles offline
queue = OfflineQueue()
queue.add({"room": "edge-ops", "question": "Sensor reading?", "answer": "Temp: 72F", "confidence": 0.9})
# Sync when connected
client = EdgeClient(server_url="http://keeper:8847")
client.sync_queue(queue)
Part of Cocapn · Agent Infrastructure
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
plato_edge-0.1.1.tar.gz
(15.2 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 plato_edge-0.1.1.tar.gz.
File metadata
- Download URL: plato_edge-0.1.1.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
215c50a61e4c1a70fbd45aa6a1f490bb48bb4e05bd0d9aa6ea8f0a706acf3197
|
|
| MD5 |
95b12cc94ed14e9fbce3d7e78d60f6f4
|
|
| BLAKE2b-256 |
856bd8779e9d4f3c5dc37164053775dd5c77bf4332a385210bd65526a3a7b1ed
|
File details
Details for the file plato_edge-0.1.1-py3-none-any.whl.
File metadata
- Download URL: plato_edge-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4e48c25ad84ccf65fd4f8e424fe064fe5d33c383c8c7b15abe3b54a34623e74
|
|
| MD5 |
8f37a9a02ea762cc92081983edfa1db6
|
|
| BLAKE2b-256 |
2316f2cff2f2dc81918e3e8b8827b3ff32e0639b1dcbb5163dd31bd6b1c40517
|