Commit graph

440 commits

Author SHA1 Message Date
f8d4e12e43 feat: routing status refresh and config validation updates 2026-06-30 09:47:34 +09:00
745cca3ef0 feat: config validation and roadmap updates
- Add validate_test.go for edge validation
- Update config.go and config_test.go with new config handling
- Update roadmap and SDD documents for operational observability provider management
- Update edge node mapper and config tests
- Add inflight accounting recovery task and archive
2026-06-30 08:01:50 +09:00
55987c8e59 feat: node provider milestone and SDD docs add 2026-06-29 15:21:33 +09:00
e30fb2494e feat(edge): node resource model unification - update phase/SDD docs and edge service
- Move node-resource-model-unification milestone and SDD to archive
- Update PHASE.md for operational-observability-provider-management
- Refactor edge node registration and model queue logic
- Add status provider tests for model queue validation
- Update edge config and Go config structs
2026-06-29 14:39:27 +09:00
1204a06960 update operational-observability-provider-management phase and node-resource-model-unification milestone 2026-06-29 14:21:17 +09:00
leedongmyung
1c11339905 chore: update dev-corp skill and smoke tests 2026-06-29 13:21:09 +09:00
7e7c7e989c Archive: move 04+01,02,03 runtime profile files to archive 2026-06-29 06:11:32 +09:00
f4c5ff93c2 docs(review): 04+01,02,03 dev-runtime-profile CODE_REVIEW 작성
TEST-1~4 구현 완료 및 검증 결과를 기록한다.
/v1/chat/completions, /v1/responses 11-concurrent capacity smoke에서
peak in_flight=10, queued=3, recovery 모두 확인.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-29 00:16:25 +09:00
3f2b79d953 docs(dev): dev-runtime 3-node 프로파일 문서와 inventory를 갱신한다
mac-mlx-vllm-node를 별도 node에서 mac-codex-node의 provider resource로
통합한 구현 결과를 dev-runtime 기준 문서에 반영한다.
3 connected nodes + 3 provider candidates 기준으로 일치시킨다.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-28 23:59:40 +09:00
b7801ee0af refactor(edge): unify resource model, update dispatch & status, add tests, clean up review docs 2026-06-28 22:46:49 +09:00
3dafee269c refactor(node): unify resource model and clean up review docs 2026-06-28 16:29:00 +09:00
2dd8bb8a56 chore: sync proto files and clean up review docs 2026-06-28 08:05:46 +09:00
7112edfeef feat: edge runtime bridge contract & validation, automation phase milestone 2026-06-28 07:23:29 +09:00
e66e9fd236 feat(openai): stream 개선 및 테스트 추가 2026-06-28 06:57:20 +09:00
9529af8dfc fix(openai): store 요청 필드를 호환 처리한다 2026-06-27 23:50:23 +09:00
a342d584c5 fix(openai): Cline fallback에 workspace root 실행을 명시 2026-06-27 23:03:22 +09:00
87d2929a56 fix(openai): Cline run_commands는 shell string을 우선한다 2026-06-27 22:53:04 +09:00
4aa0867ca2 fix(openai): text tool fallback system 병합 2026-06-27 22:40:58 +09:00
ea7388cfe9 fix(openai): native tool unsupported fallback 추가 2026-06-27 22:24:06 +09:00
643a3a93ca fix(openai): auto tool choice fallback 보강 2026-06-27 22:14:43 +09:00
a32264e908 fix(openai): native tool 인자를 schema에 맞춘다 2026-06-27 22:06:43 +09:00
7dc0788f88 fix(openai): provider tool call을 그대로 전달한다 2026-06-27 21:44:49 +09:00
8a17e3a057 fix(openai): tool arguments를 schema 기준으로 정규화한다 2026-06-27 21:19:16 +09:00
1c03ee7c3c fix(openai): structured shell 명령을 문자열로 되돌린다 2026-06-27 20:31:18 +09:00
9f4fc6f683 fix(openai): Cline 최신 명령 스키마에 맞춘다 2026-06-27 20:20:48 +09:00
16dadef704 fix(openai): Cline 명령 호출을 shell 문자열로 정규화한다 2026-06-27 20:13:32 +09:00
37ac90299f fix(openai): 단순 명령 툴 인자를 객체로 유지한다 2026-06-27 20:04:05 +09:00
daa49793b3 fix(openai): 명령 툴 인자를 문자열 배열로 정규화한다 2026-06-27 19:23:36 +09:00
4b59b70f14 fix(openai): shell 명령 실행 힌트를 정규화한다 2026-06-27 19:10:03 +09:00
8db69d5cba fix(openai): Cline 명령 툴 인자를 정규화한다 2026-06-27 14:49:22 +09:00
65172918ed fix(openai): Cline 템플릿 툴 호출을 지원한다 2026-06-27 14:10:02 +09:00
135259619e fix(openai): Cline 도구 호출 변환을 지원한다
Cline이 텍스트 XML 블록으로 도구 호출을 내보내는 경우 OpenAI-compatible tool_calls 응답으로 변환해야 클라이언트 실행 루프가 멈추지 않는다.

Node resource model 로드맵과 agent-task 문서는 요청된 전체 변경 범위에 포함한다.
2026-06-27 13:16:49 +09:00
912e900244 feat(runtime): workspace_root 제거와 tool 호환을 반영한다
Node store/workspace 위치를 Edge가 내려주는 runtime payload에서 분리한다. Chat Completions tool 요청은 내부 실행에서 tool_choice=none으로 낮춰 downstream 자동 tool 호출 요구로 실패하지 않게 맞춘다.
2026-06-27 11:32:45 +09:00
94ac2e6e57 sync: to agentic-framework v1.1.158 2026-06-27 07:08:35 +09:00
de78479670 refactor: organize contract files and update agent-ops structure
- Move contract files to inner/outer directory structure
- Add create-contract and update-contract skills
- Update agent-ops rules and domain rules
- Update roadmap and SDD documentation
- Update README files across apps
2026-06-27 07:02:48 +09:00
46bd8563e2 feat: OpenAI compatible API 변경 사항 적용
- agent-contract: OpenAI compatible API 계약 문서 업데이트
- apps/edge: OpenAI API smoke/test 스크립트 및 핸들러 개선
- scripts: e2e 테스트 스크립트 업데이트
2026-06-27 05:16:25 +09:00
6dfbd03fd3 update roadmap: move inference-provider-extension to archive 2026-06-26 21:07:20 +09:00
leedongmyung
0327d11dcc update: dev-corp 환경 추가 2026-06-25 15:15:56 +09:00
91bbd2d798 chore(agent-ui): sync baseline 상태를 기록한다
legacy agent-ui를 현재 동기화 완료 baseline으로 간주하고, 코드 동기화 없이 migration 기준점을 기록한다.
2026-06-25 10:55:04 +09:00
bebd95f909 docs(agent-ui): legacy 상태값을 보정한다
validate-agent-ui 규칙이 요구하는 상태값 스키마에 맞춰 기존 code-first agent-ui 문서의 legacy 상태 표기를 정규화한다.
2026-06-25 10:54:05 +09:00
29a00f5634 feat: operational-observability-provider-phase 업데이트
- PHASE.md 및 usage-token-log-ops-mvp.md 업데이트
- request-execution-log-usage-ledger-foundation.md 마일스톤 추가
- SDD 디렉터리 초기화
2026-06-25 10:22:45 +09:00
53fca716ba sync: agent-ops from agentic-framework v1.1.157 2026-06-25 10:21:48 +09:00
66bd37896d add agent-ui directory 2026-06-25 08:38:09 +09:00
a18cc9065a update test docs and edge local dev guide 2026-06-24 23:59:04 +09:00
5cd28cf9e5 sync: agent-ops from agentic-framework v1.1.156 2026-06-24 23:15:23 +09:00
c341d622ea implement round-robin rotation for equal-ratio candidate selection in model queue
- Replace float64 ratio comparison with integer-only load ratio math
  to avoid floating-point precision issues.
- Collect all equal-ratio candidates and rotate via lastSelectedSlot so
  equally loaded providers do not pin to a single provider.
- Add loadRatioLess and loadRatioEqual helper functions.
- Track lastSelectedSlot in admit and tryDispatchLocked paths.
2026-06-24 22:43:37 +09:00
395c0b4708 update: edge/node config and openapi contract changes 2026-06-24 22:03:09 +09:00
a47331f21d fix(dev-runtime): 배포 검증 실패를 수정한다
원격 macOS에서 빈 prompt 인자가 oneshot CLI에 전달되어 cwd 테스트가 실패했고, app-server cwd 검증은 고정 sleep 레이스에 의존했다.

dev 배포가 같은 기준으로 반복되도록 inventory와 capacity smoke 절차도 함께 정리한다.
2026-06-24 15:39:43 +09:00
36d8393a10 sync: to agentic-framework v1.1.155 2026-06-24 11:04:09 +09:00
0210e20eab refactor: update-plane milestone archive and edge node registry refactor
- Archive runtime-reconnect-config-refresh milestone and SDD documents
- Refactor edge node registry and transport server
- Update PHASE.md for update-plane-self-update-foundation
2026-06-24 07:03:29 +09:00