New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

create-a2a-mesh

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

create-a2a-mesh

Bootstrap a new A2A agent project with a2a-mesh templates and adapter presets

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

create-a2a-mesh

create-a2a-mesh bootstraps a new a2a-mesh project with the same scaffold engine used by the a2a CLI.

Usage

npx create-a2a-mesh my-research-agent

The wrapper forwards all arguments to:

npx a2a scaffold my-research-agent

Supported flags

npx create-a2a-mesh my-agent --adapter openai --auth --rate-limit --docker
  • --adapter <custom|openai|anthropic|langchain>
  • --auth
  • --rate-limit
  • --docker
  • --package-manager <npm|pnpm|yarn>

Output

The generated project includes:

  • src/agent.ts
  • src/index.ts
  • package.json
  • tsconfig.json
  • .env.example
  • README.md
  • optional Dockerfile

Keywords

a2a

FAQs

Package last updated on 25 Apr 2026

Related posts