robonix_api.atlas

Thin Python wrapper over the generated Atlas protobuf stubs.

from robonix_api import ATLAS exposes the following groups:

  • registration, unregistration, and heartbeat operations;

  • capability declaration, discovery, and channel connection;

  • contract queries; and

  • runtime inspection.

Privileged operations such as SetLifecycleState remain framework-internal in _lifecycle_internal.py. Public methods return dataclasses from robonix_api.atlas_types; raw protobuf messages do not leave this module.