
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@agentkit-js/a2a
Advanced tools
A2A (Agent2Agent) adapter for agentkit-js — expose agents as A2A servers and call remote A2A agents
A2A (Agent2Agent) adapter — expose agents as A2A servers and call remote A2A agents.
Part of agentkit-js — a TypeScript + WASM agent runtime.
npm install @agentkit-js/a2a @agentkit-js/core
import { A2AServer, A2ARemoteAgent } from "@agentkit-js/a2a";
import { CodeAgent, AnthropicModel } from "@agentkit-js/core";
// Expose your agent as A2A:
const server = new A2AServer(new CodeAgent({ model: new AnthropicModel(/*...*/) }));
// Or call a remote A2A agent as a tool:
const remote = new A2ARemoteAgent({ url: "https://other-team.example/a2a" });
Aligns with the Agent2Agent protocol so agentkit-js agents interoperate with frameworks that support A2A (Google ADK, CrewAI 1.14+, etc.).
Apache-2.0 — © agentkit-js contributors
FAQs
A2A (Agent2Agent) adapter for agentkit-js — expose agents as A2A servers and call remote A2A agents
We found that @agentkit-js/a2a demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.