Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions crates/mesh-llm-host-runtime/src/api/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! Mesh management API — read-only dashboard on port 3131 (default).
//!
//! Endpoints:
//! GET /health — lightweight liveness plus mesh/serving summary (JSON, always 200 when answering)
//! GET /api/status — live mesh state plus local-only routing metrics (JSON)
//! GET /api/models — mesh model inventory plus local-only routing metrics (JSON)
//! GET /api/search — catalog or Hugging Face model search with the same JSON payload as `mesh-llm models search --json`
Expand Down
Loading
Loading