Integration guide
Documentation
Wire edge inference workloads into Yasmo Systems using the Teleneura native SDK (Kotlin Multiplatform shared) and platform bridges — or integrate directly against the REST API.
HTTP
Telemetry REST API
Contract for POST /api/telemetry: keyed ingestion, batched aggregates from client SDKs, and dashboard tenancy.
Open guidepip
Python
pip install teleneura — init, report_inference, track_inference context manager, flush. PyTorch / ONNX friendly.
Open guidenpm
React Native (Android)
Install teleneura-react-native. Thin bridge to com.teleneura.sdk:shared — init, reportInference, flush.
Open guidepub
Flutter (Android)
MethodChannel plugin: path dependency, Maven Local shared artifact, wrap TFLite / LiteRT runs with reportInference.
Open guideRequirements: Native Android artifacts expect
com.teleneura.sdk:shared:1.0.0-local via Maven Local and a Kotlin toolchain aligned with your published SDK (typically 2.3.x). See each SDK page for Gradle and host-app notes.