UNPKG

@probelabs/probe

Version:

Node.js wrapper for the probe code search tool

5 lines 221 B
// ACP (Agent Client Protocol) module exports export { ACPServer } from './server.js'; export { ACPConnection } from './connection.js'; export { ACPToolCall, ACPToolManager } from './tools.js'; export * from './types.js';