API for interfacing with the core acquisition process via platform and language agnostic message queues.
Project description
Autotrainer API: Python Integration
The python auto-trainer-api module is intended to provide an efficient means to emit information that
is needed for local or remote management of applications running locally on the device and to receive commands from
those sources.
The exposed API is intended to be agnostic to the underlying transport layer. The current implementation uses ZeroMQ. The reasons for this decision include:
- Relatively low overhead for the acquisition application
- Does not require either side to manage connections and know when the other side is available or changes availability
- Does not require an additional process or service to maintain a persistent message queue (e.g., RabbitMQ)
- Persistent data is managed elsewhere
Client Integration
There are two points of integration available for clients to support the remote interface. The first allows publishing "events" for state and property changes that occur in the client. The second is a "command" interface for the client to receive command requests from remote sources.
Both interfaces are provided through an instance of the RpcService class. An instance can be obtained via
create_api_service(...) which constructs the specific concrete implementation. After creation, the service must
be explicitly started (start(...)) and can be stopped (stop(...)). Once stopped, an instance can not be
restarted. If a connection should be reestablished after stopping an instance, a new instance should be created and
started.
Events
Events are published through the send_event_dict(message) or send_event(message) methods on the RpcService
instance.
send_event_dict accepts a dictionary with the following entries:
kind- anApiEventKindvaluewhen- a wall-clock value of timeindex- monotonically increasing timestamp w/units of nanoseconds (typicallytime.perf_counter_ns())context- an object whose contents depend on theApiEventKind; may be None for some event kinds
send_event accepts an ApiEvent dataclass instance with the same fields.
Emergency events (ApiEventKind.emergencyStop, ApiEventKind.emergencyResume) are automatically published on both
the standard event channel and a dedicated emergency channel for subscribers that only monitor critical events.
Commands
Commands from external sources are supported by registering a CommandRequestDelegate with the RpcService instance
via the command_request_delegate property. The delegate receives an instance of ApiCommandRequest and must return
an instance of ApiCommandRequestResponse.
The primary property of the ApiCommandRequest is command which is an ApiCommand value. Depending on the command,
there may also be a dictionary in the data property with arguments or other information relevant to the command.
The nonce property can be ignored if the command is handled synchronously. For commands that send an asynchronous
result after completion (see below), the nonce must be stored to associate with the result (along with the command
value).
The returned ApiCommandRequestResponse object contains one required field:
result- a value ofApiCommandRequestResult
And three optional fields:
data- an optional object with results from the command beyond success/failure (often will be None)error_code- an integer error code value if the command is not successful or can't be initiatederror_message- an optional string message if the command is not successful or can't be initiated
The expected contents of the data property are defined by the command, but is typically None.
The error_code property should be a non-zero value if there is an error code to report.
There are two fields on the ApiCommandRequestResponse object that are ignored as part of the returned object from
the command delegate: command and nonce. See Asynchronous Commands for when these fields are required.
Asynchronous Commands
The command delegate is expected to return "immediately" (low millisecond type of time frame). If the command is not
deterministically fast, it is expected to immediately return an ApiCommandRequestResponse with a result value of
ApiCommandRequestResult.PENDING_WITH_NOTIFICATION.
Once the action associated with the command is complete, the client should call send_command_result(response) on the
RpcService instance. The response argument is an ApiCommandRequestResponse instance with the command and
nonce properties set to the values received in the original ApiCommandRequest (the client is responsible for
storing these values until needed). Note that those two properties are ignored for synchronous command handling, but
required for asynchronous responses.
Bridge
The autotrainer.api.bridge module provides a Socket.IO bridge that allows web-based clients to interact with the
RPC service without a direct ZeroMQ connection. It exposes a FastAPI/Socket.IO application that:
- Forwards command requests from the RPC service to connected Socket.IO clients
- Accepts command results from Socket.IO clients and relays them back to the RPC service
- Allows Socket.IO clients to publish events via the
sendApiEventmessage
The bridge can be started as a standalone process:
python -m autotrainer.api.bridge --host 0.0.0.0 --port 8000
Or created programmatically via create_bridge_app(options, command_timeout, cors_allowed_origins) for embedding
into a larger application. Requires the bridge optional dependency group (pip install auto-trainer-api[bridge]).
Tools
Client Application
scripts/client_application.py starts an interactive process that enables the RpcService as a "real" autotrainer
application would. It generates heartbeat events, periodically publishes system status events, and responds to
commands (GET_CONFIGURATION, GET_STATUS). Run with:
python scripts/client_application.py
The following interactive commands are available:
app_launch- publish anapplicationLaunchedevente_stop- publish anemergencyStopevente_resume- publish anemergencyResumeeventdetector/d<detector_id> <is_active>- update a detector's status and publish adetectorChangedeventalarm/a<alarm_id> <is_active> <is_enabled>- update an alarm's status and publish analarmChangedeventmagnet<intensity>- set the tunnel device magnet intensity (0.0-100.0)baseline<intensity>- set the baseline magnet intensity (0.0-100.0) and publish aheadfixBaselineChangedeventq/quit- stop the service and exit
Detector and alarm IDs can be specified by numeric value, exact enum name, or a unique prefix of the name (case-insensitive).
This is primarily useful for testing remote applications/services without running the main autotrainer acquisition application.
Remote Console
scripts/remote_console.py starts an interactive process that connects to an RpcService instance in the same manner
full remote management services would. Run with:
python scripts/remote_console.py [-H <host>]
It supports the -H/--host argument to specify a remote host address (defaults to 127.0.0.1).
Available commands: start, stop, configuration, status, quit.
Publishing
Publishing is handled automatically via GitHub Actions. Pushing a version tag (e.g., v0.9.18) triggers the
CI workflow which runs the test suite, builds the package, and publishes to PyPI using trusted publishing (OIDC).
Pushes to the workflows-edit branch publish to TestPyPI for verification.
Installation
The package is published to the PyPi package index and can be installed with standard pip commands.
pip install auto-trainer-api
Optional dependency groups:
pip install auto-trainer-api[bridge] # Socket.IO bridge dependencies
pip install auto-trainer-api[telemetry] # OpenTelemetry support
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 auto_trainer_api-0.9.18.tar.gz.
File metadata
- Download URL: auto_trainer_api-0.9.18.tar.gz
- Upload date:
- Size: 29.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ffa13f7989d12c6233dfe0ca9e150adc15f0295a84d8c6899eedefe4578d225
|
|
| MD5 |
fa33c3276d37f1184b433131dc800629
|
|
| BLAKE2b-256 |
1771e9c463c9d10ef1c4a652787e5a3459cf3df94ae3e22883b6d414004bba41
|
Provenance
The following attestation bundles were made for auto_trainer_api-0.9.18.tar.gz:
Publisher:
publish.yml on Mouse-GYM/auto-trainer-api
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
auto_trainer_api-0.9.18.tar.gz -
Subject digest:
8ffa13f7989d12c6233dfe0ca9e150adc15f0295a84d8c6899eedefe4578d225 - Sigstore transparency entry: 1438294975
- Sigstore integration time:
-
Permalink:
Mouse-GYM/auto-trainer-api@1c8069c97960fcf73d1ed666451d3f35f80337e0 -
Branch / Tag:
refs/tags/v0.9.18 - Owner: https://github.com/Mouse-GYM
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@1c8069c97960fcf73d1ed666451d3f35f80337e0 -
Trigger Event:
push
-
Statement type:
File details
Details for the file auto_trainer_api-0.9.18-py3-none-any.whl.
File metadata
- Download URL: auto_trainer_api-0.9.18-py3-none-any.whl
- Upload date:
- Size: 28.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50c7074dfefc6e7d57bde5dd85f02c1ff066d749b417868bffbca239fa478173
|
|
| MD5 |
77cf7cb02f9e66f68b41fb6291828dae
|
|
| BLAKE2b-256 |
fe60654ed36148895b3fb24dd2de41b76bf9655298a87b664249498483d8cd29
|
Provenance
The following attestation bundles were made for auto_trainer_api-0.9.18-py3-none-any.whl:
Publisher:
publish.yml on Mouse-GYM/auto-trainer-api
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
auto_trainer_api-0.9.18-py3-none-any.whl -
Subject digest:
50c7074dfefc6e7d57bde5dd85f02c1ff066d749b417868bffbca239fa478173 - Sigstore transparency entry: 1438295078
- Sigstore integration time:
-
Permalink:
Mouse-GYM/auto-trainer-api@1c8069c97960fcf73d1ed666451d3f35f80337e0 -
Branch / Tag:
refs/tags/v0.9.18 - Owner: https://github.com/Mouse-GYM
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@1c8069c97960fcf73d1ed666451d3f35f80337e0 -
Trigger Event:
push
-
Statement type: