Use Pod marketplace provider agent — connects local inference backends (vLLM, llama.cpp, LM Studio, Ollama) to the Use Pod coordinator and earns USDC for served jobs.
//! Library surface of the Use Pod provider agent.
//!//! The binary (`src/main.rs`) is a thin wrapper around these modules so that
//! integration tests can exercise config parsing, identity, and protocol
//! plumbing directly.
pubmodbackend;pubmodconfig;pubmoddiscovery;pubmodheartbeat;pubmodidentity;pubmodjob_executor;pubmodservice;pubmodsetup;pubmodws_client;