@a-company/probe-core
v3.5.0
Published
Visual discovery layer for AI agents
Downloads
177
Maintainers
Readme
@a-company/probe-core
Visual discovery layer for AI agents
Enables AI agents to understand UI by mapping visual elements to code through the paradigm probe command.
Installation
npm install @a-company/probe-coreUsage
import {
getProbeProtocol,
buildProbeIndex
} from '@a-company/probe-core';
// Get the probe protocol for AI agents
const protocol = getProbeProtocol();
// Build a probe index from project
const index = await buildProbeIndex('./src');Probe Protocol
The probe protocol allows AI agents to:
- Analyze screenshots of running applications
- Map visual elements to source code locations
- Understand component hierarchy from UI
- Identify gaps between designs and implementation
CLI Usage
# Probe a running app screenshot
paradigm probe ui screenshot.png
# Probe a design mockup
paradigm probe design mockup.png
# Probe an error screenshot
paradigm probe error error.pngDocumentation
See the main repository for full documentation.
License
MIT
