docs: start milestone v1.1 OpenClaude CLI Integration

This commit is contained in:
Variet-Worker
2026-04-07 20:39:36 +09:00
parent c111b3a9b0
commit 7e39c002b6
2 changed files with 22 additions and 12 deletions

View File

@@ -18,6 +18,7 @@ Single developer working on complex coding tasks alongside daily administrative
| 5-Tier Model Strategy | Need balanced speeds depending on the complexity of the task requested. | Fast: Gemma4 26B (~75t/s)<br/>Balanced: Qwen 35B (~62t/s)<br/>Deep-Coder: Gemma4 31B (~16t/s)<br/>Deep-Logic: Qwen 27B (~17t/s)<br/>Ultra: Qwen 122B (~9t/s) |
| GPU 0 PCIe x4 제약 | GPU 0이 PCIe 3.0 x4 슬롯에 물려 대역폭이 1/8. MoE 모델(122B)은 GPU 1 단독 사용 필수. | Dense 모델은 듀얼 GPU, MoE Ultra는 GPU 1 전용 |
| Variet Engine (FastAPI 프록시) | 단일 포트(8000)에서 모든 API 중계 + 핫스왑. 개별 .bat 파일 난립 해소. | `engine/variet_engine.py` + `config/engine_models.json` |
| CLI-First 검증 전략 | VS Code Extension 개발 전 OpenClaude CLI로 먼저 에이전트 루프를 검증. 빠른 피드백 루프 확보. | `openclaude/` 서브모듈 (v0.1.8) → Variet Engine 연결 |
## Requirements
@@ -28,6 +29,9 @@ Single developer working on complex coding tasks alongside daily administrative
### Active
- [ ] Connect OpenClaude CLI to Variet Engine for terminal-based coding agent. *(Phase 03)*
- [ ] Configure 5-Tier model routing (agentRouting) in OpenClaude. *(Phase 03)*
- [ ] Validate end-to-end agent loop: prompt → tool calls → code changes. *(Phase 03)*
- [ ] Develop a VS Code Extension (TypeScript) on Machine B for coding agent loop.
- [ ] Develop a Discord Bot (discord.py) on Machine B for personal assistant tools.
- [ ] Implement MCP tools (SearXNG, Google Calendar, Gmail) securely on Machine B.
@@ -37,8 +41,18 @@ Single developer working on complex coding tasks alongside daily administrative
- [ ] Running inference directly on Machine B (It lacks VRAM/GPU resources in this architecture).
- [ ] Exposing Machine A to the public internet (LAN traffic only).
## Current Milestone: v1.1 OpenClaude CLI Integration
**Goal:** OpenClaude CLI를 Variet Engine에 연결하여 Machine B에서 터미널 기반 코딩 에이전트를 가동하고 검증한다.
**Target features:**
- OpenClaude → Variet Engine (Machine A:8000) 프로바이더 연결
- 5-Tier 모델 라우팅 (agentRouting) 설정
- CLI 빌드 및 동작 검증
- Variet Engine 핫스왑 연동 테스트
---
*Last updated: 2026-04-07 after Phase 02 completion*
*Last updated: 2026-04-07 — Milestone v1.1 started*
## Evolution