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 @@
# [[T-component (Tool Registry)]]
# [[T-component (Tool Registry)|T-component (Tool Registry]]
## 📌 Brief Summary
T-component(Tool Registry)는 에이전트 하네스의 '손과 발'에 해당하는 구성 요소로, 에이전트가 외부 세계와 상호작용하기 위해 사용할 수 있는 모든 도구(함수, API, 스크립트)를 등록, 관리, 실행하는 책임을 진다. 모델이 도구의 기능을 이해할 수 있도록 명세를 제공하고, 모델의 실행 요청을 실제 코드 호출로 변환하는 가교 역할을 한다.
@@ -18,11 +18,11 @@ T-component(Tool Registry)는 에이전트 하네스의 '손과 발'에 해당
## 🔗 Knowledge Connections
### Related Concepts
* [[MCP (Model Context Protocol)]]
* [[MCP (Model Context Protocol)|MCP (Model Context Protocol]]
* 연결 이유: T-component가 도구를 등록하고 실행하는 실질적인 기술 표준이다.
* [[Agent Harness]]
* [[Agent Harness|Agent Harness]]
* 연결 이유: T-component는 하네스의 외부 세계 인터페이스이다.
* [[L-component (Lifecycle Hooks)]]
* [[L-component (Lifecycle Hooks)|L-component (Lifecycle Hooks]]
* 연결 이유: 도구 실행 전후에 권한을 검사하고 결과를 필터링하는 파트너이다.
### Deeper Research Questions