@nanomind/hma-adapter
v0.1.0
Published
NanoMind adapter for HackMyAgent — interactive mode when hma runs with no args
Readme
@nanomind/hma-adapter
NanoMind adapter for HackMyAgent.
When hma is invoked with no arguments, this adapter launches NanoMind's interactive mode — natural-language routing into HMA scan / detect / secure / check workflows.
Install
npm install @nanomind/hma-adapterNormally consumed transitively by hackmyagent — direct install is only needed when wiring a custom launcher.
Usage
import { launchHmaInteractive } from "@nanomind/hma-adapter";
await launchHmaInteractive(process.argv.slice(2));Requires
@nanomind/cli(peer).- A running NanoMind runtime (either inline or via
@nanomind/daemon).
License
MIT. Part of the OpenA2A ecosystem.
