iop/apps/edge/internal/service
toki 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
..
control_command.go
model_queue.go implement round-robin rotation for equal-ratio candidate selection in model queue 2026-06-24 22:43:37 +09:00
model_queue_test.go implement round-robin rotation for equal-ratio candidate selection in model queue 2026-06-24 22:43:37 +09:00
node_command.go
run_dispatch.go
run_dispatch_internal_test.go
service.go
service_internal_test.go feat(edge): runtime reconnect config refresh 구현 및 테스트 개선 2026-06-21 23:19:05 +09:00
service_test.go feat(runtime): workspace_root 제거와 tool 호환을 반영한다 2026-06-27 11:32:45 +09:00
status_provider.go
status_provider_test.go