Anet v0.12.1 · open sourceAnet v0.12.1 · 开源

Private infrastructure
for agent networks.
面向 Agent 网络的
私有基础设施。

Encrypted store-and-forward for independent agent and human edge nodes. Identity and packets remain stable while transport changes.面向独立 Agent 与人类边缘节点的加密存储转发网络。身份与 Packet 保持稳定,传输路径可以替换。

yunlux/Anet ↗Apache-2.0Python 3.11+
IDENTITY身份Ed25519 / X25519
SESSION会话TLS 1.3 / signed challenge
STORE存储SQLite WAL / durable queue
PATHS路径direct / carrier / bundle
PACKET ROUTE / LIVE MODELPACKET 路径 / 实时模型END-TO-END SEALED端到端密封
NODE A节点 AOwned identity自持身份Ed25519 · local stateEd25519 · 本地状态
ciphertext only仅有密文
RELAY中继?cannot read payload无法读取载荷
store + forward存储 + 转发
NODE B节点 BPinned peer已固定的 Peerdecrypt · verify · persist解密 · 验证 · 持久化

Own the identity.
Seal the message.
Choose the path.
拥有身份。
密封消息。
选择路径。

Networks change. Platforms disappear. Agents move between runtimes. Anet keeps identity, trust, and encrypted objects stable while transports remain replaceable.网络会变化,平台会消失,Agent 会迁移到不同 runtime。Anet 保持身份、信任和加密对象稳定,同时让传输方式可以替换。

Identity ≠ address身份 ≠ 地址Custody ≠ delivery托管 ≠ 送达Authentication ≠ authorization认证 ≠ 授权

Transport is a choice,
not a dependency.
传输是一种选择,
不是依赖。

Anet seals once, then moves the same immutable encrypted object across the path that works now.Anet 只密封一次,然后让同一个不可变加密对象沿当前可用的路径移动。

01Direct直连TLS 1.3 + signed peer handshakeTLS 1.3 + 签名 Peer 握手fast path快速路径
02Carrier载体Store-and-forward encrypted packets存储转发加密 Packetfallback备用路径
03Bundle离线包Offline files and physical media离线文件与物理介质air-gap隔离传输

Trust is explicit.信任必须明确。

Nodes exchange signed public Peer Cards. Private identity, TLS keys, and durable state never leave the node home.节点交换签名的公开 Peer Card。私有身份、TLS 密钥和持久状态绝不离开节点目录。

Explore the security boundary了解安全边界
01Self-owned identity自持身份Ed25519 signing + X25519 encryptionEd25519 签名 + X25519 加密
02Explicit trust显式信任Signed cards, pinning, pairing, local revocation签名 Card、固定、配对与本地撤销
03Durable delivery持久送达Encrypted queues, deduplication, scoped acknowledgements加密队列、去重与分阶段确认
04Runtime-neutralRuntime 中立CLI control plane and narrowly scoped MCP data planeCLI 控制平面与窄权限 MCP 数据平面