agent-monitor — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsagent-monitor
    Back to Agents
    agent-monitor

    agent-monitor

    robertcprice January 11, 2026
    1 copies 0 downloads

    Background daemon for monitoring AI agent sessions across Claude Code, Cursor, Aider, and custom agents

    Agent Definition
    # Agent Monitor
    
    A background daemon for monitoring AI agent sessions across multiple tools.
    
    ## Features
    
    - **Multi-agent monitoring**: Track Claude Code, Cursor, Aider, and custom agents
    - **Real-time updates**: Claude Code hook integration for instant event streaming
    - **Unified view**: See all sessions in one place with TUI or web dashboard
    - **Token & cost tracking**: Monitor usage and costs across all sessions
    - **Historical data**: SQLite storage for session history and analytics
    
    ## Installation
    
    ```bash
    # Install with pip
    pip install agent-monitor
    
    # Or install from source
    git clone https://github.com/robertcprice/agent-monitor.git
    cd agent-monitor
    pip install -e .
    ```
    
    ## Quick Start
    
    ```bash
    # Start the daemon
    agent-monitor daemon
    
    # Check status
    agent-monitor status
    
    # List sessions
    agent-monitor sessions
    
    # Install Claude Code hooks
    agent-monitor install-hooks
    ```
    
    ## Architecture
    
    ```
    ┌─────────────────────────────────────────────────────────────────┐
    │                    LaunchAgent (plist)                          │
    └────────────────────────────┬────────────────────────────────────┘
                                 │
    ┌────────────────────────────▼────────────────────────────────────┐
    │                 Session Monitor Daemon (Python)                  │
    │  ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐           │
    │  │ Adapters │ │ Storage  │ │Event Bus │ │ IPC/API  │           │
    │  │ Registry │ │ (SQLite) │ │ (asyncio)│ │ (Socket) │           │
    │  └──────────┘ └──────────┘ └──────────┘ └──────────┘           │
    └─────────────────────────────────────────────────────────────────┘
    ```
    
    ## Configuration
    
    Configuration file location: `~/.config/agent-monitor/config.json`
    
    ```bash
    # Create default config
    agent-monitor config --init
    
    # Show current config
    agent-monitor config --show
    ```
    
    ## LaunchAgent (macOS)
    
    To run as a background service:
    
    ```bash
    # Copy the plist file
    cp launchd/com.user.agent-monitor.plist ~/Library/LaunchAgents/
    
    # Load the service
    la

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.