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
7d69b9f2a1
feat: runtime reconnect config refresh completed
...
- Update SDD and milestone documentation
- Add node transport client test
- Update edge local dev guide
- Add field docs smoke tests
2026-06-24 04:36:29 +09:00
e3369a2a37
sync: to agentic-framework v1.1.154
2026-06-23 18:46:01 +09:00
695df72eac
feat: runtime reconnect config refresh - node drain config refresh
...
- Add PHASE.md for cli-agent-group-grade-routing milestone
- Add SDD for automation-runtime-bridge
- Update edge configrefresh classify logic and tests
- Update node config_set, node.go, and run_manager for runtime config refresh
- Archive old plan/review docs for 06+05_node_drain_runtime_config
2026-06-23 13:33:21 +09:00
bf6b7de354
feat: runtime reconnect config refresh 구현
...
- edge node의 runtime 재연결 시 config refresh機制 구현
- node adapter에 config set 및 diff 기능 추가
- proto runtime에 config refresh 관련 스키마 추가
- edge transport server에 config refresh 핸들러 추가
- 관련 테스트 코드 및 archive 작업 기록 추가
2026-06-23 01:53:36 +09:00
6706b5e1da
feat(edge): runtime reconnect config refresh 구현 및 테스트 개선
...
- Edge 노드 runtime 재연결 시 설정 리프레시 로직 구현
- configrefresh classify/result 모듈 개선
- bootstrap refresh_admin 및 runtime 관련 코드 refactor
- model_queue 및 edgecmd 테스트 개선
- 관련 test 파일의 assertion 및 mock 구조 개선
2026-06-21 23:19:05 +09:00
445716cc3e
feat(edge): runtime config refresh mechanism implementation
...
- Add configrefresh package for config classification, request handling
- Add bootstrap refresh_admin.go for admin-level config refresh
- Add edgevalidate package for config validation
- Update edge bootstrap runtime with refresh capabilities
- Update edge service layer with config refresh integration
- Update openai layer routes/chat_handler/server for config refresh
- Update edgecmd config handling with refresh support
- Update input manager, transport server, status provider
- Add edge.yaml config updates and go/config package changes
- Add hostsetup templates and test updates
- Update roadmap and phase documentation for runtime-reconnect-config-refresh
2026-06-21 21:35:50 +09:00
ff161b9b12
feat: runtime reconnect config refresh milestone completion
...
- Add runtime-reconnect-config-refresh milestone and SDD
- Archive m-runtime-reconnect-config-refresh task with full logs
- Update edge/node domain rules, bootstrap, transport sessions
- Update config package and node.yaml configuration
- Update documentation and ROADMAP/PHASE files
2026-06-21 16:14:16 +09:00
5dd99fa0e9
sync: to agentic-framework v1.1.153
2026-06-21 11:48:21 +09:00
f59ecea97e
archive: move completed milestones and SDDs to archive
2026-06-21 06:24:48 +09:00
0e6c7ce3c1
update: operational-observability-provider-management PHASE and provider-catalog-device-status milestone
2026-06-21 06:02:35 +09:00
ddd49b7629
update: provider catalog device status client implementation and test fixes
2026-06-21 05:55:58 +09:00
3f8da3354c
feat: provider catalog device status milestone completion and catalog view implementation
...
- Add provider catalog device status milestone tracking
- Implement catalog status HTTP endpoints
- Add client catalog view implementation
- Update control-plane HTTP views and tests
- Update edge cmd nodes and tests
- Update roadmap and phase documentation
2026-06-20 19:51:45 +09:00
06f1d36fa3
feat: provider catalog device status - edge dispatch implementation
...
- Add agent-task archive for 02+01_edge_dispatch
- Remove outdated plan and code review docs
- Update edge bootstrap, input manager, and openai handlers
- Update model queue, run dispatch, and service layer
- Add status provider tests
2026-06-20 16:59:55 +09:00
0066f37b9f
sync: agent-ops from agentic-framework v1.1.152
2026-06-20 16:27:51 +09:00
69efa4ea3f
feat: provider catalog device status implementation
...
- Add provider catalog and device status management for edge nodes
- Update edge config and model queue services
- Add status provider tests
- Update proto definitions for runtime
- Add agent-task for m-provider-catalog-device-status
2026-06-20 08:54:18 +09:00
e636cfef4c
update roadmap and add SDD for provider-catalog-device-status
2026-06-19 19:53:01 +09:00
337ee0d71a
update roadmap: archive sglang-provider-serving-validation milestone and update PHASE.md
2026-06-19 18:18:04 +09:00
0d46b0c873
sync: agent-ops from agentic-framework v1.1.151
2026-06-19 17:03:58 +09:00
747fa27fa7
feat: update inference provider extension phase and edge app changes
...
- Update PHASE.md for inference-provider-extension
- Archive vllm-provider-serving-validation milestone and SDD
- Update edge app OpenAI handlers (chat, responses, stream, run_result)
- Update tests and e2e scripts for vLLM integration
- Update READMEs for edge and node apps
2026-06-18 09:45:38 +09:00
9d791a4694
chore: archive vllm smoke test docs and update task tracking
2026-06-18 08:49:50 +09:00
1dc8d7416a
fix(CODE_REVIEW): fix typo in verification summary (missing space after period)
2026-06-18 07:24:46 +09:00
f15a777402
fix(iop-client): remove short-name parser keys, use canonical full-name only
...
- Remove 'ClientHelloRequest' and 'ClientHelloResponse' short-name keys from clientParserMap
- Update parser_map_test.dart to verify full-name key presence and short-name key absence
- All 27 Flutter tests pass, no whitespace errors
2026-06-18 07:20:09 +09:00