docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -1,4 +1,4 @@
# [[ACP (Agent Communication Protocol)]]
# [[ACP (Agent Communication Protocol)|ACP (Agent Communication Protocol)]]
## 📌 Brief Summary
ACP(Agent Communication Protocol)는 에이전트 간의 고수준 의도(High-level intent), 목표(Goals), 그리고 복잡한 협업 시퀀스를 정의하기 위해 설계된 통신 규약이다. 2025년 Google의 A2A(Agent-to-Agent Protocol)와 IBM의 기존 에이전트 프레임워크가 통합되면서 다중 에이전트 시스템의 상호운용성을 보장하는 핵심 표준으로 자리 잡았다. 단순한 데이터 전달을 넘어 에이전트 간의 '의도 파악'과 '동적 협상'을 가능하게 한다.
@@ -20,15 +20,15 @@ ACP(Agent Communication Protocol)는 에이전트 간의 고수준 의도(High-l
### Related Concepts
#### [통신 및 상호운용성]
* [[A2A (Agent-to-Agent Protocol)]]
* [[A2A (Agent-to-Agent Protocol)|A2A (Agent-to-Agent Protocol)]]
* 연결 이유: ACP가 고수준의 협업 의도를 다룬다면, A2A는 실제 작업의 실행 위임과 데이터 스트리밍을 담당하는 하위 전송/실행 계층이다.
* [[MCP (Model Context Protocol)]]
* [[MCP (Model Context Protocol)|MCP (Model Context Protocol)]]
* 연결 이유: 에이전트가 ACP를 통해 협업을 결정하고 A2A로 작업을 위임받은 후, 실제 시스템 도구를 호출할 때 사용하는 가장 하위의 도구 접근 표준이다.
#### [실행 및 거버넌스]
* [[Multi-Agent Orchestration]]
* Multi-Agent Orchestration
* 연결 이유: ACP는 다중 에이전트 환경에서 에이전트들이 스스로 역할을 분담하고 목표를 달성하기 위해 소통하는 '언어' 역할을 한다.
* [[Agent Identity Management]]
* [[Agent Identity Management|Agent Identity Management]]
* 연결 이유: 안전한 ACP 통신을 위해서는 메시지를 보내는 에이전트의 신원과 권한을 명확히 검증할 수 있는 신뢰 기반의 인증 시스템이 선행되어야 한다.
### Deeper Research Questions