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 @@
# [[Inference-Coupled Persistence (추론 결합 지속성)]]
# Inference-Coupled Persistence (추론 결합 지속성)
## 📌 Brief Summary
Inference-Coupled Persistence는 에이전트가 단순히 작업 결과를 저장하는 것을 넘어, 작업이 끝난 후 모델의 추론(Inference) 능력을 활용하여 작업의 성공/실패 요인을 분석하고 향후 재사용 가능한 절차적 지식이나 에피소드 기억으로 요약하여 영구 저장소에 기록하는 기술이다. 이는 에이전트가 경험으로부터 스스로 학습하고 진화하게 만드는 자가 발전(Self-improvement)의 핵심 메커니즘이다.
@@ -18,11 +18,11 @@ Inference-Coupled Persistence는 에이전트가 단순히 작업 결과를 저
## 🔗 Knowledge Connections
### Related Concepts
* [[Agent Memory System]]
* [[Agent Memory System|Agent Memory System]]
* 연결 이유: 추론 결합 지속성이 실질적으로 지식을 공급하는 대상 시스템이다.
* [[S-component (State Store)]]
* [[S-component (State Store)|S-component (State Store)]]
* 연결 이유: 분석된 지식이 물리적으로 저장되는 하네스의 구성 요소이다.
* [[Reflexion]]
* Reflexion
* 연결 이유: 작업 중 혹은 후에 스스로를 돌아보고 개선하는 유사한 추론 패턴이다.
### Deeper Research Questions