docs.rs failed to build mesh-llm-embedded-runtime-0.76.1
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.
mesh-llm-embedded-runtime
mesh-llm-embedded-runtime exposes the in-process full Mesh LLM node API for
applications that want a local OpenAI-compatible /v1 endpoint without
spawning the mesh-llm CLI as a sidecar.
This crate is intentionally separate from the default mesh-llm-sdk facade so
client-only consumers do not pull in the full host runtime graph.
Example
use ;
async