Mingjing— AI Agent Health Center

Offline, zero-dependency health monitoring for LLM agents with multi-framework support and a web dashboard for real-time diagnostics and grading.

Audits

Pass

Install

openclaw skills install mngjing

Mingjing — AI Agent Health Center

Paste this into ClawHub publish page. Replace screenshot URLs with actual images.


One-liner

Zero-dependency, offline-first LLM Agent health monitoring. pip install, zero LLM calls, ~40MB RSS.

Screenshots

<!-- Replace with your screenshot URLs -->
  • Health dashboard: [screenshot-url]
  • Diagnosis report: [screenshot-url]

Install

Step 1 — Install backend:

pip install mingjing

Step 2 — Enable probe in OpenClaw:

openclaw plugins install mingjing-probe
openclaw config set plugins.entries.mingjing-probe.enabled true
openclaw gateway

Step 3 — Start web panel:

python3 -m src.ming start --daemon
python3 -m src.ming web start --port 18088

Visit http://localhost:18088 to see live data.

Features

FeatureDescription
Zero dependenciesPure Python stdlib, no third-party packages
Offline-firstNo outbound traffic, data stored locally
Zero LLM cost157 rules, pure rule engine, no model calls
7 framework adaptersLangChain / LlamaIndex / CrewAI / OpenHands / Semantic Kernel / AgentScope / Hermes
4-level health gradingHealthy / Sub-healthy / Attention / Critical, per instance
Web dashboardLive event stream, triage coverage, i18n (EN/中文), dark theme

Diagnostic capabilities (157 rules)

LayerCountCovers
System20+Memory, IO, CPU, disk, file descriptors
Probe8+Self-check, emit rate, buffer health
Agent20+Orchestration, steps, decisions, roles
Model15+Tokens, latency, output, frequency
Tool15+Duration, errors, output, execution
Network6+Connection, DNS, status codes
Security5+Injection, sensitive data leaks
Memory5+Retrieval, storage, windowing
Plugin10+Lifecycle, loading, errors

More