docs.rs failed to build omp-app-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
omp-app
omp-app is the production application boundary for OMP inference. It ships the omp binary for serving the gateway, running remote or local inference, managing broker credentials, and importing the model catalog.
Structure
mainowns process startup, telemetry initialization, and error exit status.clidefines and dispatches the public command tree.auth_backendadapts the shared production HTTP egress client to the credential broker.daemoncomposes and supervises the production gateway runtime.
Philosophy
The application crate contains composition, not alternate implementations. Provider traffic uses the shared egress stack, authentication delegates to the broker, local generation uses the local inference facade, and serving delegates to the gateway daemon assembly. Commands reject incomplete configurations rather than simulating success.