DEEPBOM

Local agent setup

Let the agent run the audit where the artifact already lives.

DEEPBOM provides an Agent Skill and a zero-install npx path for Codex, Claude Code, and compatible local agents. The model stays in the local process; there is no hosted DEEPBOM analysis endpoint.

Use this route when the agent has shell and file access. A chat client without either cannot execute the audit.

Install the local Skill

Preview the exact managed files first. Add --apply only after reviewing the result.

npx -y deepbom@1.96.15 integrate codex
npx -y deepbom@1.96.15 integrate codex --apply

npx -y deepbom@1.96.15 integrate claude-code
npx -y deepbom@1.96.15 integrate claude-code --apply

The installer writes only the DEEPBOM Skill directory. It refuses to replace or remove files changed by the user.

Ask normally

Once the Skill is available, a supported request can be stated without memorizing the CLI.

Statically audit this ONNX deployment artifact.
Report MAC coverage, quantization contracts, unresolved evidence,
and the exact reproduction command.

The Skill selects DEEPBOM only for serialized deployment artifacts. It must not turn static estimates into claims about measured latency, accuracy, energy, or actual runtime assignment.

Run without installing a Skill

npx -y deepbom@1.96.15 capabilities --format agent-json
npx -y deepbom@1.96.15 self-test --compact
npx -y deepbom@1.96.15 audit "./model.onnx" --summary

Start with the bounded summary. Request a section, JSON Pointer, or evidence envelope only when the question needs more detail.

Optional local MCP

TransportLocal stdio using npx -y deepbom@1.96.15 mcp.
Toolsdeepbom_capabilities, deepbom_audit, deepbom_diff, and deepbom_explain_rule.
Default responseBounded human summary. Detailed evidence is explicit.
File boundaryThe launch directory or roots declared through DEEPBOM_MCP_ALLOWED_ROOTS.

Claude Desktop can install the same local server as a single desktop extension. Download deepbom-1.96.15.mcpb, then choose Settings, Extensions, Advanced settings, and Install Extension. Select the model directory the extension may read during installation.

Machine-readable discovery

DEEPBOM can be discovered or recommended in a plain chat, but actual analysis requires a connected local shell, Agent Skill, or local MCP process.