project // agent communication protocol
AGN: Agentic Network_
A local-first multi-agent coding network that coordinates Coordinator, Executor, and Reviewer roles with protocol-bound contracts, pointer-based lazy loading, and auditable SSOT state.
一个本地优先的多 Agent 编程网络,通过协议化消息契约、基于引用的按需读取(pointer lazy loading) 与可审计 SSOT 状态,稳定协调 Coordinator / Executor / Reviewer 协作。
Coordinator
OpenClaw
Pointer Protocol
SSOT + Audit
Role
System Architect & Builder
End-to-End Orchestration
Scope
Agent Orchestration / Protocol
Runtime
Local Multi-Agent Network
What I Built
lifecycle // planning → implementation → deployment
- • Designed a protocol-first AGN architecture so Coordinator dispatches short instructions + artifact pointers instead of large pass-by-value context blobs.
- • Implemented pointer-based lazy loading and structured task artifacts to reduce context pressure and avoid executor/reviewer timeout deadlocks.
- • Added acceptance-driven self-checks, provider-aware execution routes, and multi-instance sync rules for stable cross-machine AGN operation.
- • 设计了协议优先的 AGN 架构,让 Coordinator 只分发短指令 + 文件指针,避免把大段上下文直接塞进 Prompt。
- • 落地了 pointer-based lazy loading 与结构化任务产物,显著降低上下文窗口压力并规避执行超时/死锁。
- • 增加基于验收标准的自检流程、Provider 路由能力与双机同步策略,保证 AGN 在多实例环境下稳定运行。
Tech Stack
core tools
OpenClaw + AGN Coordinator
dispatch / orchestration
Pointer Protocol (pointer_v1)
lazy loading / artifact refs
Validation + Sync Tooling
self-check / memory merge
Primary Link
project documentation