artinet-sdk
by the-artinet-project
TypeScript SDK implementing A2A/MCP primitives for agent-to-agent communication
Overview
Enable agent-to-agent (A2A) communication with a TypeScript SDK that lets you wire up peer agents in a few lines of code. Implements core A2A/MCP primitives and messaging patterns so agents can discover, call, and forward tasks reliably across processes and networks. Includes adapters for common LLM providers and integration points for orchestration libraries to simplify real-world deployments. Agent-to-Agent Protocol (A2A) and Model Context Protocol (MCP) are used to standardize how agents interact.
Why It Matters
Best For
Developers building multi-agent systems who need a programmable A2A protocol and provider adapters in TypeScript. For teams aiming to formalize how agents collaborate and reason about outcomes, consider pairing Artinet with Evaluation-Driven Development (EDDOps) to iterate on trust, evaluation, and governance.
Applications
- Connect LLM-powered agents to communicate and delegate tasks across services
- Capture standardized interaction logs for downstream agent evaluation and reputation scoring
- Prototype multi-agent workflows with provider adapters (openai, anthropic) and langchain integrations