원격 evidence는 push된 commit이 있어야 만들 수 있으므로 구현 commit을 먼저 올린 뒤 그 commit으로 원격을 검증했다. 검증 대상 commit, 로컬 전체 suite와 race/full/self-test 결과, Darwin/arm64 재빌드 결과를 남긴다. 승인된 operator 설정 파일 두 개가 여전히 없어 live API 검증은 외부 차단 상태이며, 이를 통과로 기록하지 않고 정확한 복구 조건과 열두 개 입력 목록을 함께 남긴다. 직전 루프의 plan/review 로그와 이번 루프 pair도 함께 보존한다. Refs: agent-task/single_request_plan_review_templates/PLAN-cloud-G08.md Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| agent-client | ||
| agent-contract | ||
| agent-ops | ||
| agent-roadmap | ||
| agent-spec | ||
| agent-task | ||
| agent-test | ||
| agent-ui | ||
| apps | ||
| configs | ||
| docs | ||
| packages | ||
| proto | ||
| scripts | ||
| .aiexclude | ||
| .clineignore | ||
| .clinerules | ||
| .codex | ||
| .cursorignore | ||
| .cursorrules | ||
| .env.dev-corp.example | ||
| .env.dev.example | ||
| .env.example | ||
| .geminiignore | ||
| .gitignore | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| docker-compose.yml | ||
| GEMINI.md | ||
| go.mod | ||
| go.sum | ||
| go.work | ||
| go.work.sum | ||
| HANDOFF.md | ||
| Makefile | ||
| opencode.json | ||
| README.md | ||
IOP
IOP is a provider and device execution platform. It exposes OpenAI- and Anthropic-compatible inference APIs, routes work through Edge provider pools, executes against Node-owned adapters, and presents fleet operations through Control Plane and the Flutter Client.
Architecture
Client -> Control Plane -> Edge -> Node -> Provider
| |
| +-- normalized inference and provider tunnels
+-- model routing, queues, leases, API compatibility
- Edge owns model routing, provider-pool admission, leases, external APIs, Node readiness, and reconnect fencing.
- Node owns provider adapter construction and local execution.
- Control Plane owns connected Edge views and operation relay, not Edge runtime state.
- Client consumes Control Plane fleet, Node, provider, and operation views.
packages/go/executioncontains transport-neutral provider primitives.
Internal provider selection uses adapter + target. session_id is opaque correlation only, and cancellation targets a non-empty run_id. Provider commands are limited to capabilities, transport status, and the Ollama API tunnel.
IOP does not own interactive host programs, persistent conversations, terminal emulation, arbitrary host command execution, or local filesystem execution context.
Development
make proto
make proto-dart
go test -count=1 ./...
make client-test
make test-control-plane-edge-wire
make test-e2e
Start with agent-contract/index.md for protocol and runtime contracts, and agent-spec/index.md for living implementation summaries.
Operator and client setup guides: