Skip to content
@the-artinet-project

artinet

the artificial intelligence network

main logo-upscaled-cropped

The Artificial Intelligence Network

Building The Communication Layer for the Agentic Web

Website Discord GitHub stars Downloads

WebsiteDocumentationDiscordRedditBluesky


🌐 What is artinet?

artinet is an open-source ecosystem for building, deploying, and orchestrating interoperable AI agents.

We provide the tools and protocols to enable seamless agent-to-agent communication, making it as simple to connect AI agents as it is to make an HTTP request.

Built on the Agent2Agent (A2A) Protocol and integrated with the Model Context Protocol (MCP), artinet empowers developers to create collaborative self-organizing multi-agent systems without vendor lock-in.

Partners

We're proud to Partner with the A2A Protocol & Project NANDA

image image

Core Projects

Express for AI Agents — The foundational TypeScript SDK for building A2A-compliant agents.

npm install @artinet/sdk

npm downloads

Agent Discovery & Communication — Automatically discover and relay messages between local agents.

npm install @artinet/agent-relay

npm downloads

Multi-Agent Orchestration — Create dynamic self-orchestrating agents that can marshal MCP tool servers.

npm install @artinet/router

npm downloads

Interactive Multi-Agent Manager — Command-line interface for managing agent swarms with A2A and MCP.

npm install -g @artinet/symphony

npm downloads

🛠️ MCP Servers

Protocol Integrations — A Collection of Model Context Protocol servers including one for bash execution and agent discovery.

⚡ Quick Start

Create your first agent in under 2 minutes:

npx @artinet/create-agent@latest

Choose from templates for basic agents, code-focused agents, or orchestrators. Each template includes everything you need to get started.

📬 Get in Touch

Pinned Loading

  1. cli cli Public

    An interactive command-line interface that uses the Agent2Agent (A2A) & Model Context Protocols (MCP) to manage multi-agent systems.

    TypeScript 13

  2. artinet-sdk artinet-sdk Public

    Create Agents that work with any framework.

    TypeScript 35 7

Repositories

Showing 10 of 14 repositories
  • cli Public

    An interactive command-line interface that uses the Agent2Agent (A2A) & Model Context Protocols (MCP) to manage multi-agent systems.

    the-artinet-project/cli’s past year of commit activity
    TypeScript 13 Apache-2.0 0 1 0 Updated Nov 23, 2025
  • agent-def Public

    A standardized definition for composable agents

    the-artinet-project/agent-def’s past year of commit activity
    TypeScript 0 Apache-2.0 0 0 0 Updated Nov 23, 2025
  • loader Public

    A library for loading agent definitions from files.

    the-artinet-project/loader’s past year of commit activity
    TypeScript 0 Apache-2.0 0 0 0 Updated Nov 23, 2025
  • agent-relay Public

    A Typescript library for discovering and sending messages between A2A enabled AI agents.

    the-artinet-project/agent-relay’s past year of commit activity
    TypeScript 2 Apache-2.0 0 0 0 Updated Nov 23, 2025
  • router Public

    A typscript library for routing messages between A2A enabled AI agents and marshalling MCP tool servers.

    the-artinet-project/router’s past year of commit activity
    TypeScript 0 Apache-2.0 0 0 0 Updated Nov 23, 2025
  • mcp Public

    A collection of useful MCP tools for the artinet

    the-artinet-project/mcp’s past year of commit activity
    TypeScript 3 Apache-2.0 0 0 0 Updated Nov 23, 2025
  • types Public

    A collection of useful types for the artinet.

    the-artinet-project/types’s past year of commit activity
    TypeScript 0 Apache-2.0 0 0 0 Updated Nov 23, 2025
  • chat Public

    An A2A client wrapped in a light-weight commandline chat app.

    the-artinet-project/chat’s past year of commit activity
    TypeScript 0 Apache-2.0 0 0 0 Updated Nov 23, 2025
  • easy-a2a Public

    Use the Agent2Agent(A2A) protocol with any OpenAI API compatible endpoint.

    the-artinet-project/easy-a2a’s past year of commit activity
    TypeScript 4 2 0 0 Updated Nov 23, 2025
  • artinet-sdk Public

    Create Agents that work with any framework.

    the-artinet-project/artinet-sdk’s past year of commit activity
    TypeScript 35 Apache-2.0 7 0 0 Updated Nov 23, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

TypeScript HTML