What problem does it solve? AI agents and developers lack programmatic access to a running React application's internals, making it hard to debug component state, props, and rendering performance without opening a browser DevTools panel manually. ## Core Features & Use Cases - Component Tree Inspection: Browse the live component hierarchy, search components by name, and view props, state, and hooks for any component via stable IDs like @c5. - Performance Profiling: Record profiling sessions, find the slowest components, detect excessive re-renders, inspect commit timelines, and export or diff profiling results. - Automation-Friendly Daemon: A persistent background daemon with wait commands and exit codes enables CI checks and scripted monitoring of React apps. - Use Case: While an AI agent drives your app with a browser automation tool, run a profiling session to identify which components re-render most during a search interaction, then inspect the offending component's props and hooks directly from the terminal. ## Quick Start Start the agent-react-devtools daemon, connect my running React app, and show me the component tree with the slowest rendering components.