Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

GNAP: git-native task board for XAgent's inner/outer loop multi-agent coordination

Đang mở
#421 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức phù hợp với người mới
25/100
Loại issue
Tính năng
Độ rõ ràng
Cần làm rõ
Mức độ hoạt động
Đình trệ
Công nghệ
docker, git, python
Lĩnh vực
ai, distributed-systems

Hướng nghiên cứu

Bắt đầu bằng việc đọc kiến trúc PlanAgent và ToolAgent của XAgent, sau đó xem lại đặc tả GNAP được liên kết cùng quy trình board/todo, board/doing và board/done của nó. Xác định ranh giới tích hợp và các tiêu chí nghiệm thu cho việc điều phối bền vững giữa nhiều agent trước khi xác định các tệp triển khai hoặc bài kiểm thử.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

Proposal: GNAP as a coordination layer for XAgent's PlanAgent + ToolAgent architecture

XAgent's dual-loop architecture (PlanAgent for task decomposition + ToolAgent for execution) is a solid foundation for autonomous task solving. When scaling to multiple XAgent instances working in parallel on decomposed subtasks, you need a coordination protocol.

GNAP (Git-Native Agent Protocol) provides this: a git repo as a shared task board with board/todo/ → board/doing/ → board/done/. XAgent's PlanAgent can write subtasks to board/todo/, and multiple ToolAgent instances can claim and execute them in parallel.

Applied to XAgent's task decomposition:

XAgent already breaks complex tasks into subtasks. GNAP makes this coordination explicit and persistent:

board/todo/subtask-1-search-papers.md      ← PlanAgent decomposes
board/todo/subtask-2-analyze-results.md
board/doing/subtask-1-search-papers.md     ← ToolAgent instance 1 claims
board/done/subtask-1-search-papers.md      ← Results + tool logs committed

board/doing/subtask-2-analyze-results.md   ← ToolAgent 2 picks up after subtask 1

XAgent runs in Docker containers — which already have git available. GNAP adds zero infrastructure and the coordination board persists across container restarts. The git history also provides an auditable record of the entire task decomposition and execution trace.

GNAP's simplicity aligns with XAgent's design goal of being general-purpose and extensible — any new tool or agent type can participate in GNAP without SDK changes.

Spec: https://github.com/farol-team/gnap

Ngôn ngữ chính
Python
Star
8.5k
Fork
905
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Chuẩn bị môi trường

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của OpenBMB/XAgent

Tất cả issue của OpenBMB/XAgent

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.