57 lines
3.9 KiB
Markdown
57 lines
3.9 KiB
Markdown
# Phase: Automation Runtime과 Bridge 확장
|
|
|
|
## 상태
|
|
|
|
[진행중]
|
|
|
|
## 목표
|
|
|
|
Runtime과 Automation 실행 흐름을 공통화하고, agent 설치형 대상과 비설치형 대상의 제어 경로를 분리해 확장한다.
|
|
CLI 실행, specialized agent 등록, bootstrap/enrollment, 원격 터미널 브리지를 서로 충돌하지 않는 운영 경로로 정리한다.
|
|
|
|
## Milestone 흐름
|
|
|
|
완료된 Milestone은 archive 경로를 가리키고, 검토중, 진행중, 계획 또는 보류 Milestone은 이 Phase 하위 `milestones/` 경로를 가리킨다.
|
|
완료, 검토중, 진행중, 계획 순서로 두어 아래로 갈수록 미래 작업에 가까워지게 정렬한다.
|
|
|
|
- [완료] CLI Automation Runtime 안정화
|
|
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/cli-automation-runtime-stabilization.md`
|
|
- 요약: one-shot, persistent terminal, opencode SSE, codex exec 계열 CLI 실행 모드와 운영 command 응답을 같은 adapter execution 모델 안에서 안정화했다.
|
|
|
|
- [완료] Agent Bootstrap과 OTO 등록
|
|
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/agent-bootstrap-oto-enrollment.md`
|
|
- 요약: OTO를 Edge 직접 연결 specialized domain agent로 등록하기 위한 MVP enrollment 계약과 후속 구현 Milestone 경계를 확정했다.
|
|
|
|
- [완료] OTO Agent Registry 구현
|
|
- 경로: `agent-roadmap/archive/phase/automation-runtime-bridge/milestones/oto-agent-registry-implementation.md`
|
|
- 요약: Edge-side `generic-node`/`oto-agent` 구분을 config/store, registry/transport, service snapshot에 반영하고 검증을 완료했다.
|
|
|
|
- [검토중] Specialized Agent proto-socket 연결 기반
|
|
- 경로: `agent-roadmap/phase/automation-runtime-bridge/milestones/specialized-agent-proto-socket-foundation.md`
|
|
- 요약: OTO의 node-compatible proto-socket registration smoke를 바탕으로 Edge의 specialized agent kind, registry/config, message boundary, reconnect 정책과 runtime 경로 구분을 완료 후보로 정리했다.
|
|
|
|
- [계획] OTO Bootstrap Command 발급
|
|
- 경로: `agent-roadmap/phase/automation-runtime-bridge/milestones/oto-bootstrap-command-issue.md`
|
|
- 요약: `iop-edge`가 OTO agent record를 만들고 OTO Linux bootstrap script가 소비할 one-line command를 발급하는 CLI/config 표면을 구현한다.
|
|
|
|
- [계획] OTO Registration Online Smoke
|
|
- 경로: `agent-roadmap/phase/automation-runtime-bridge/milestones/oto-registration-online-smoke.md`
|
|
- 요약: OTO Dart `proto_socket` client와 iop Edge를 함께 띄워 registration accepted, 최초 heartbeat, online/failed 상태 구분을 검증한다.
|
|
|
|
- [진행중] OTO Registration Unlock Handoff
|
|
- 경로: `agent-roadmap/phase/automation-runtime-bridge/milestones/oto-registration-unlock-handoff.md`
|
|
- 요약: iop2oto의 OTO registry, bootstrap command, online smoke 결과를 OTO `oto-agent` 등록 흐름 잠금 해제 evidence로 묶어 넘긴다.
|
|
|
|
- [계획] OTO Agent Message Boundary
|
|
- 경로: `agent-roadmap/phase/automation-runtime-bridge/milestones/oto-agent-message-boundary.md`
|
|
- 요약: registration 이후 build run, cancel, status, capability, artifact, log event를 Node adapter stream과 분리된 OTO domain payload 후보로 정리한다.
|
|
|
|
- [계획] 원격 터미널 브리지 POC
|
|
- 경로: `agent-roadmap/phase/automation-runtime-bridge/milestones/remote-terminal-bridge-poc.md`
|
|
- 요약: Agent를 설치하기 어려운 host/device를 위해 Edge broker와 Node terminal transport 기반 원격 터미널 브리지 POC를 만든다.
|
|
|
|
## Phase 경계
|
|
|
|
- OpenAI-compatible API와 A2A API에 terminal 제어 기능을 억지로 싣지 않는다.
|
|
- Edge는 실행 요청의 broker 역할을 하고, Node는 대상 transport 실행자 역할을 유지한다.
|
|
- 설치 가능한 대상은 bootstrap/enrollment 경로로, 설치가 어렵거나 일회성 유지보수 대상은 remote terminal bridge 경로로 구분한다.
|