AGENT NETWORK · DOCS
Vision

Agent Network Vision

The unified positioning, terminology, protocol stack, and scenario language for Agent Network.

Agent Network is capability interconnection infrastructure for the AI Agent era. It is built around a simple shift in what the internet connects:

From connected devices, to connected information, and then to connected capabilities.

The goal is not only to let humans call agents. The deeper goal is to let agents find other agents, cooperate with other agents, and mobilize services or resources in the physical world. In the project language:

Drive agents by intent. Let agents serve agents. Let agents mobilize the world.

Agent Network: capability interconnection, vertical deployment.

Why Agent Network Exists

The internet has already gone through two large infrastructure shifts. TCP/IP made machines addressable, and the Web made information addressable. The next problem is capability addressing: when a user or an agent has an intent, how can the network find the right agent, verify what it can do, coordinate work across multiple participants, and settle the value created by that work?

EraInfrastructureConnected objectCore identifierAddressing exampleValue
1990sTCP/IPComputersIP192.168.1.1Machines connect to machines
2000sWWWPages and documentsHTTP + URLhttps://example.comPeople find information
2020sAgent NetworkAI AgentsAIP + ANSagent://translate/zh-enAgents find agents

In one sentence: IP gives every machine a numeric address, HTTP gives every page a URL, and AIP gives every agent a semantic capability address.

The Current Gap

AI agents are becoming an important software and service form, but most of them still behave like isolated islands. Each platform builds its own agents, tool catalogs, memory, and execution path. Agents cannot reliably discover one another, cannot coordinate through shared memory, and often cannot call real world services with the same reliability that software calls an API or shell command.

Agent Network is designed to close three gaps:

  • Agent cannot find agent. Discovery is still fragmented across closed platforms, search engines, private directories, and manual trial and error.
  • Agent cannot reliably mobilize the physical world. Many agents can reason or write, but cannot directly book a table, call a car, reserve equipment, or coordinate logistics with low latency and verifiable state.
  • Agent cannot share a collective brain. Multi-agent collaboration often loses context, memory, intermediate reasoning, and the ability to resume the same project next week.

Market Context

Agents are quickly becoming a major software and service form. The positioning document frames the opportunity through a simple observation: enterprise software is expected to deploy more agents, the agent market is moving from a multi-billion-dollar early market toward a much larger 2030 market, and the compound growth rate is high enough that isolated platform-specific agents will not be enough.

The infrastructure question is therefore not only "can an agent answer a prompt?" It is "can millions of agents discover one another, coordinate work, share memory, and pay for services in a reliable network?"

Relationship to Other Industry Approaches

Agent Network is complementary to tool and agent interoperability efforts, but its emphasis is broader: semantic addressing, intent discovery, collective-brain collaboration, physical-world channels, decentralization, and built-in economic settlement.

DimensionAgent NetworkAnthropic MCPGoogle A2AHuawei ACN
Unified addressingagent:// / AIPNoneAgent CardTelecom number
Intent-based discoveryANSManual configurationProfileOperator directory
Collective-brain collaborationASCP---
IoT / physical worldProduct direction includes small devices and service gatewaysIndirectIndirectStrong 5G focus
DecentralizationP2PClient/serverClient/serverOperator-centered
Built-in economyShell---

Positioning Stack

Agent Network borrows the layered thinking of TCP/IP and applies it to the agent era. The stack below is the product-positioning language used by this wiki, based on the project narrative. It should not be read as a one-to-one map of package directories or current wire-protocol layers.

LayerNameRole
L5ServiceTask centers, economic systems, knowledge systems, story or workflow orchestration, and other user-facing or agent-facing services.
L4ASCPCollective-brain protocol for multi-agent shared reasoning, cognitive synchronization, and structured collaboration traces.
L3ANS + ADPIntent-based discovery and capability description, so agents can be found by what they can do rather than only by a fixed name.
L2AITPReliable capability invocation with flow control and fault tolerance; analogous to TCP's role above IP, layered over the AIP network waist.
L1AIP+Agent interconnection protocol, sandbox governance, data sharing, and agent:// semantic addressing.
L0LinkTransport, identity, sensors, pipelines, identity messaging agents, and the lowest-level connection substrate.

In the implementation-oriented architecture documents, the same ideas are expressed more precisely as a four-tier model: foundation and substrate, network waist (AIP + AITP), naming and capability plane (Identity, ANS, ADP), and the work-plane protocol suite (TSIR, CCP, ETS, CLMP, ASCP, ESDP). This wiki keeps the positioning stack for readability, and names the implementation mapping where precision matters.

Core Protocol Ideas

AIP: IP for the Agent Era

AIP gives agents semantic capability addresses. Instead of only asking for a host, a route, or a webpage, an agent can ask for a capability:

agent://translate/zh-en

The important idea is that heterogeneous agents from different vendors, frameworks, or device classes can communicate through a shared, governable, auditable channel.

ANS: Discover Agents by Intent

ANS is closer to intent discovery than traditional DNS. A user or agent should not have to know the exact name of a service provider. It should be able to describe the desired capability and receive candidate agents.

User intent: Chinese-English legal translation
ANS result: agent://zh-en-legal
Returned candidates: legal translation agents that match the capability

ADP complements discovery by describing capabilities, skills, tools, responsibility boundaries, and certification information.

ASCP: Collective-Brain Collaboration

ASCP is not just messaging. Its purpose is to let multiple agents reason around the same problem, share structured context, and leave a trace that can be inspected or reused.

The collective-brain layer focuses on four kinds of cognition: working context, knowledge base, operation summary, and world model. It turns collaboration from a temporary chat into a durable reasoning process.

Physical-World Channels and Shell Economy

Sensors, actuators, robots, services, and backend systems are the intended hands and feet of agents. In the current repository, the closest working surfaces are the service gateway, task flows, credits, reputation, and evidence/settlement objects. The Shell economy names the broader pricing, settlement, and incentive direction so that agent-to-agent service calls can carry value, not only data.

Scenario: Research Agent Network

Research organizations often have fragmented data, equipment, tools, teams, and project memory. Agent Network can give each research project an agent and make research capabilities discoverable, reusable, and callable across teams.

In this scenario, project agents can learn from papers, patents, meeting notes, experimental materials, and engineering tasks. Equipment and compute resources can become discoverable services. Research assistants can record progress, generate summaries, decompose subtasks, and match projects with relevant capabilities.

The value is a research network where projects are no longer isolated, enterprise agents can connect to university or lab capabilities, and equipment, models, and validation services can be exposed as networked resources.

Scenario: Dining and Physical Fulfillment

The "DDD" scenario describes an agent-powered dining workflow: You Order, We Deliver. A single smart agent may understand the user intent, but it cannot alone buy food, coordinate a restaurant system, track phone confirmations, call logistics, and finish delivery.

Agent Network frames that as a multi-agent physical-world workflow:

StepWork
Step 1Requirement agent logs into the store system
Step 2Ordering agent selects dishes and generates the order
Step 3Follow-up agent handles logistics, phone calls, and confirmations
Step 4Delivery agent completes pickup and delivery

The target experience is four agents, four physical links, and zero manual coordination.

Capability Matrix

CapabilityProblem solvedInfrastructure link
Cross-platform agent interoperabilityAgents from different vendors can talk through AIPL1 AIP
Intent-driven service discoveryA user describes a need and receives matching agentsL3 ANS + ADP
Physical-world sensing and controlIoT sensors, actuators, robots, and services are intended to enter the networkL0 Link
Multi-agent collective reasoningAgents discuss, vote, reach consensus, and store conclusionsL4 ASCP
Automatic settlement between agentsServices can be priced and contributors can be paidL5 Shell
Institutionalized agent marketsCapabilities become discoverable, comparable, and governableL0 Identity

Business Model

Agent Network can support an open-source ecosystem with commercial services:

  • Open protocols. Core protocols and ecosystem components can be open, while enterprise enhancements and custom deployments can be commercial.
  • Shell economy fees. Network transactions can support service fees, similar to interchange fees in payment networks.
  • Vertical scenarios. Research networks, physical-world service networks, and other vertical deployments can become packaged solutions.

How This Maps to the Current Repository

This repository implements the early working surface of that larger vision. anet tasks model work, brain commands model collective reasoning, knowledge commands model reusable memory, discovery and profile commands model capability lookup, bundles package repeatable work, credits/reputation model parts of the economic layer, and sidecars show how an LLM worker can join the network as an autonomous participant.

The wiki language above describes both current executable surfaces and product direction. When a page describes a future or scenario-level capability, it is worded as direction rather than as a claim that every part is fully implemented today.