agent-vitals

anirudhprashant/agent-vitals
★ 1 stars Python AI/LLM Updated 3d ago
Solo-dev observability for AI agent stacks. Two CLI commands: `shadow` enumerates everything scheduled/configured to act on your behalf (cron, systemd, MCP servers, agent skills). `burnout` reports task completion/abandonment metrics from your local agent logs. MIT. <600 LOC.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-vitals": {
      "command": "uvx",
      "args": [
        "agent-vitals"
      ]
    }
  }
}

Or install with pip: pip install agent-vitals

README Excerpt

<div align="center"> <p> <a href="https://github.com/anirudhprashant/agent-vitals/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-00d992?style=flat-square" alt="License"></a> &nbsp;<a href="https://github.com/anirudhprashant/agent-vitals/releases"><img src="https://img.shields.io/badge/version-v0.5.0-3d3a39?style=flat-square" alt="Version"></a>

Tools (3)

burnout_summaryshadow_stalevitals_summary

Topics

agent-infrastructureai-agentsclidevtoolsmcpobservabilitypython