🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@nanomind/opena2a-adapter

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nanomind/opena2a-adapter

NanoMind adapter for OpenA2A CLI — cross-product interactive router

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
2
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

@nanomind/opena2a-adapter

NanoMind adapter for the opena2a umbrella CLI — the cross-product interactive router.

Users can ask natural-language questions about HackMyAgent, AIM, Secretless, OASB, and ATC from a single prompt. The adapter classifies intent and hands off to the appropriate subcommand.

Install

npm install @nanomind/opena2a-adapter

Normally consumed transitively by opena2a-cli — direct install is only needed when embedding the router in a custom surface.

Usage

import { launchOpena2aInteractive } from "@nanomind/opena2a-adapter";

await launchOpena2aInteractive(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.

FAQs

Package last updated on 22 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts