New and improved Inspector: DevTools for AI Agents, now with Automatic Learning CopilotKit launched a new Inspector, developer tools for AI agents that run inside an app and display every event between an agent and its frontend as it happens, enabled by default in every development build across React, Vue, and Angular with no installation required. The Inspector connects to CopilotKit Intelligence, which reads saved threads, extracts patterns from agent-user interactions, and writes each one as a SKILL.md file that developers review, edit, and ship, stored in Learning containers scoped to a single user, a team, or the whole organization. The Inspector never loads in production or during server rendering, and developers can disable it via the enableInspector={false} prop in all three frameworks. New and improved Inspector: DevTools for AI Agents, now with Automatic Learning We're excited to launch the new Inspector - Developer Tools for AI agents Agents broke the debugging model we've relied on for decades. They stream tokens, call tools mid-response, delegate to subagents, are long-running by design and so on. The whole thing is a black box. The Inspector changes thi We're excited to launch the new Inspector - Developer Tools for AI agents Agents broke the debugging model we've relied on for decades. They stream tokens, call tools mid-response, delegate to subagents, are long-running by design and so on. The whole thing is a black box. The Inspector changes this. It runs inside your app and shows every event between your agent and your frontend as it happens, with the failure linked to the event behind it and an isolated Playground to fork any saved conversation and try a different path. If you prefer watching a video, see Tyler's walkthrough. Everything flows through AG-UI Agent-User Interaction Protocol , the standard protocol connecting agents to user-facing apps. The inspector now also has a direct connection to CopilotKit Intelligence, which powers Threads, analytics, and enables self-learning for agents from the insights gained from agent-user interactions. Each Insight becomes a SKILL.md you review, edit, and ship with your project. It's on by default in every development build, so there's nothing to install. Works across React, Vue, and Angular. Scaffolds a new project with CopilotKit npx copilotkit@latest create No setup needed It's already on by default in the CopilotKit provider. import { CopilotKit } from "@copilotkit/react-core/v2";