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 @@
# [[E-component (Execution Loop)]]
# [[E-component (Execution Loop)|E-component (Execution Loop]]
## 📌 Brief Summary
E-component(Execution Loop)는 에이전트 하네스의 '심장'에 해당하는 구성 요소로, 에이전트가 목표를 달성할 때까지 수행하는 **관찰(Observe) - 사고(Think) - 행동(Act)** 루프를 제어하고 관리한다. 에이전트의 생명 주기를 유지하며, 언제 모델을 호출하고 언제 도구를 실행할지, 그리고 작업이 완료되었는지를 판단하는 결정론적(Deterministic) 흐름 제어 계층이다.
@@ -21,11 +21,11 @@ E-component(Execution Loop)는 에이전트 하네스의 '심장'에 해당하
## 🔗 Knowledge Connections
### Related Concepts
* [[Agent Harness]]
* [[Agent Harness|Agent Harness]]
* 연결 이유: E-component는 하네스의 실행 주체이다.
* [[C-component (Context Manager)]]
* [[C-component (Context Manager)|C-component (Context Manager]]
* 연결 이유: 루프가 한 번 돌 때마다 C-component가 갱신된 컨텍스트를 공급해야 한다.
* [[Self-verification]]
* [[Self-verification|Self-verification]]
* 연결 이유: E-component 내에서 결과의 신뢰성을 검증하는 핵심 기법이다.
### Deeper Research Questions