Needle Inspector Agent

Injectable Three.js inspector for AI agents

Files

Pinned version

Usage

await page.addScriptTag({ url: 'https://inspector.needle.tools/agent.js' });
await page.waitForFunction(() => window.__NEEDLE_INSPECTOR__?.ready);
const tools = await page.evaluate(() => window.__NEEDLE_INSPECTOR__.getTools());

Looking for a visual inspector instead? Try the Needle Inspector Chrome Extension.