docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# [[S-component (State Store)]]
|
||||
# [[S-component (State Store)|S-component (State Store)]]
|
||||
|
||||
## 📌 Brief Summary
|
||||
S-component(State Store)는 에이전트 하네스의 '기억'을 담당하는 물리적/논리적 저장소 계층이다. 에이전트의 현재 작업 상태, 과거 대화 이력, 추출된 지식, 그리고 영구적으로 보존해야 할 사용자 선호도를 저장하고 관리한다. 단순한 데이터베이스를 넘어, 에이전트가 시간이 지남에 따라 학습하고 진화할 수 있는 토대를 제공한다.
|
||||
@@ -21,11 +21,11 @@ S-component(State Store)는 에이전트 하네스의 '기억'을 담당하는
|
||||
## 🔗 Knowledge Connections
|
||||
|
||||
### Related Concepts
|
||||
* [[Agent Memory System]]
|
||||
* [[Agent Memory System|Agent Memory System]]
|
||||
* 연결 이유: S-component가 실질적으로 구현하는 논리적 시스템이다.
|
||||
* [[Inference-Coupled Persistence]]
|
||||
* [[Inference-Coupled Persistence|Inference-Coupled Persistence]]
|
||||
* 연결 이유: 추론을 통해 S-component에 지식을 공급하는 기술적 방법이다.
|
||||
* [[C-component (Context Manager)]]
|
||||
* [[C-component (Context Manager)|C-component (Context Manager)]]
|
||||
* 연결 이유: S-component에서 저장된 정보를 꺼내어 실제 모델 입력으로 변환하는 파트너이다.
|
||||
|
||||
### Deeper Research Questions
|
||||
|
||||
Reference in New Issue
Block a user