You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
기존 pyproc/gpu에 닫힌 WebGPU provider와 version 1 결과 영수증을 추가했다.
compute와 RGBA8 결과를 hostcall 경계에서 검증하고 오래된 수동 probe를 제거했다.
설치 제품과 headed Edge에서 AMD RDNA 3 nonfallback 결과 및 자원 정리를 확인했다.
음성 시험: expected pixel 변이는 PYPROC_GPU_RESULT_MISMATCH와 오차 3으로 RED였다.
검증: npm test, contracts, types, package, installed, browser, Control, MCP, hardware gate GREEN.
Copy file name to clipboardExpand all lines: mainPlan/9-agentComputerStandardReadiness/README.md
+39-10Lines changed: 39 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Initiative 9: agent computer와 웹 표준 후보 준비도
2
2
3
-
상태: **진행 중, M0과 M1 완료, M2 진행 중**
3
+
상태: **진행 중, M0부터 M2 완료, M3 진행 중**
4
4
5
5
이 문서는 agent가 pyproc에 들어와 보고, 행동하고, 계산하고, 세션을 넘겨 계속 일하는 전 과정을
6
6
제품 기준으로 끌어올리는 실행 원장이다. 기존 능력 점수와 증거의 정본은
@@ -14,10 +14,10 @@
14
14
15
15
| 질문 | 현재 판정 | 실사용 증거 | 완성까지 남은 것 |
16
16
|---|---|---|---|
17
-
| agent 진입점 | 매우 강함, 장기 수명주기 검증은 계속 | exact install 뒤 package engine 자동 선택, effect-free doctor, 네 adapter의 같은 CPython 첫 결과가 공개 계약으로 완결 |hardware GPU 결과 oracle과 이후 몸체 확대|
| 비-agent 컴퓨팅 몸체 | 훌륭한 브라우저 컴퓨터, 로컬 OS 완전 대체는 아님| owned CPython, worker process, OPFS disk, checkpoint, Machine image, Python과 x86 guest gate| 임의 native wheel, shared-memory thread, wasm 도구층, Node guest, quota 축출 계약 |
20
-
| 단독 자립성 | Python 기본 Machine은 높음, 전체 WebComputer는 미완성 | source-built CPython과 stdlib가 npm에 포함되고 기본 부팅의 제3자 요청은 0 | x86 emulator와 firmware의 독립 재현, GPU 실기 CI, 브라우저 범위 확대 |
17
+
| agent 진입점 | 매우 강함, 장기 수명주기 검증은 계속 | exact install 뒤 package engine 자동 선택, effect-free doctor, 네 adapter의 같은 CPython 첫 결과가 공개 계약으로 완결 |M3 컴퓨팅 몸체 확대와 독립 구현 conformance|
18
+
| 눈과 팔 | 매우 강함, 완성 아님, 북극성 9.5| APX Situation, 20회 무잔류 수명주기, bounded action 수렴, 실제 hardware compute와 pixel 결과 영수증 |두 번째 독립 hardware와 browser 구현의 visual conformance|
19
+
| 비-agent 컴퓨팅 몸체 | 훌륭한 브라우저 컴퓨터, 로컬 OS 완전 대체는 아님, 북극성 7.8 | owned CPython, worker process, OPFS disk, checkpoint, Machine image, Python과 x86 guest gate, hardware GPU 결과 gate | 임의 native wheel, 넓은 package reach, shared-memory thread, wasm 도구층, Node guest, quota 축출 계약 |
20
+
| 단독 자립성 | Python 기본 Machine은 높음, 전체 WebComputer는 미완성 | source-built CPython과 stdlib가 npm에 포함되고 기본 부팅의 제3자 요청은 0 | x86 emulator와 firmware의 독립 재현, 외부 hardware runner 등록, 브라우저 범위 확대 |
21
21
| 웹 표준 후보 가능성 | 기반은 있음, 후보라고 부르기에는 이름 | WebAssembly, Worker, cross-origin isolation, bucket file system 같은 표준 기반 위에 제품 계약이 동작 | vendor-neutral specification, 독립 구현, WPT형 conformance, 공개 incubation과 wide review |
22
22
23
23
첫 Pages 진입에서는 COI Service Worker가 문서를 실제 교체했다. 기존 affordance 실행은
@@ -95,7 +95,7 @@ implementation experience는 독립적이고 상호운용 가능한 구현, 저
95
95
96
96
### M2. Eyes와 Arms 장기 수명주기
97
97
98
-
판정: **진행 중**
98
+
판정: **완료**
99
99
100
100
- 완료: legacy 의미 관찰을 같은 document epoch에 고정된 1,000개 이하 page로 순회한다. single-use
101
101
continuation, 5분 TTL, 10,000 node와 16 MiB 전체 상한, page와 prefix 및 전체 digest, screenshot과 event
@@ -106,11 +106,14 @@ implementation experience는 독립적이고 상호운용 가능한 구현, 저
106
106
packed Control 제품 20회와 NativeCdpSpace, FrameSpace, MCP, Python adapter가 0 수렴을 검증한다.
107
107
- 완료: stale, ambiguous, occluded, navigation 교체를 후보 최대 2개, 재관찰 최대 1회, effect retry 0회,
108
108
첫 effect 전 30000 ms로 고정한다. 성공과 안전 거절은 같은 version 1 영수증을 반환한다.
0 commit comments