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 @@
|
||||
# [[Execution Environment (Sandbox)]]
|
||||
# [[Execution Environment (Sandbox)|Execution Environment (Sandbox)]]
|
||||
|
||||
## 📌 Brief Summary
|
||||
Execution Environment(또는 Sandbox)는 에이전트가 생성한 코드를 실행하거나, 파일을 조작하고, 네트워크에 접근할 때 호스트 시스템으로부터 격리된 안전한 물리적/논리적 공간이다. 에이전트의 오작동이나 악의적인 공격(프롬프트 인젝션)으로 인한 호스트 시스템 오염, 데이터 유출, 자원 남용을 방지하기 위한 보안 방어선의 핵심이다.
|
||||
@@ -22,11 +22,11 @@ Execution Environment(또는 Sandbox)는 에이전트가 생성한 코드를 실
|
||||
## 🔗 Knowledge Connections
|
||||
|
||||
### Related Concepts
|
||||
* [[Agent Harness]]
|
||||
* [[Agent Harness|Agent Harness]]
|
||||
* 연결 이유: 샌드박스는 하네스가 명령을 내리는 물리적 실행 대상이다.
|
||||
* [[Safety & Reliability]]
|
||||
* [[Safety & Reliability|Safety & Reliability]]
|
||||
* 연결 이유: 샌드박스는 시스템의 안정성을 보장하는 최후의 물리적 보루이다.
|
||||
* [[E-component (Execution Loop)]]
|
||||
* [[E-component (Execution Loop)|E-component (Execution Loop)]]
|
||||
* 연결 이유: 실행 루프에서 코드가 실행되는 실제 공간이다.
|
||||
|
||||
### Deeper Research Questions
|
||||
|
||||
Reference in New Issue
Block a user