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 @@
# [[C-component (Context Manager)]]
# [[C-component (Context Manager)|C-component (Context Manager]]
## 📌 Brief Summary
C-component(Context Manager)는 에이전트 하네스(Harness)의 6대 구성 요소 중 하나로, 모델의 제한된 컨텍스트 윈도우(Context Window)를 관리하고 최적화하는 책임을 진다. 사용자의 요청, 대화 이력, 외부 도구의 출력, 그리고 메모리 시스템(S-component)에서 가져온 지식을 조합하여 모델이 현재 작업을 수행하는 데 가장 적합한 '최적의 입력(Optimal Prompt)'을 구성한다.
@@ -18,11 +18,11 @@ C-component(Context Manager)는 에이전트 하네스(Harness)의 6대 구성
## 🔗 Knowledge Connections
### Related Concepts
* [[Context Engineering]]
* [[Context Engineering|Context Engineering]]
* 연결 이유: C-component가 수행하는 전략적 활동의 총칭이다.
* [[E-component (Execution Loop)]]
* [[E-component (Execution Loop)|E-component (Execution Loop]]
* 연결 이유: 실행 루프가 한 번 돌 때마다 C-component가 새로운 컨텍스트를 생성하여 모델에게 전달한다.
* [[S-component (State Store)]]
* [[S-component (State Store)|S-component (State Store]]
* 연결 이유: 컨텍스트에 주입할 장기적인 상태 정보를 제공받는 소스이다.
### Deeper Research Questions