You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Organization-level LLM credential과 runtime permission은 nodease/mbased#58에서 구현되었다. 이 이슈는 더 이상 credential 소유권 전환을 다루지 않고 중앙 LLM Gateway의 실제 도입 여부와 전환 계약만 관리한다.
nodease/mbased#22는 Done 상태지만 현재 origin/dev의 Gateway/Workflow Engine은 provider adapter와 provider base URL을 통해 직접 호출하는 경로를 유지한다. 따라서 nodease/mbased#22의 완료 산출물, 배포 환경 또는 실제 source 반영 여부를 먼저 대조해야 한다.
목표
중앙 LLM Gateway가 필요한지 architecture decision으로 확정하고, 도입한다면 기존 direct provider adapter를 중단 없이 단계적으로 이관한다.
결정할 사항
중앙 proxy 도입과 현재 provider adapter 유지의 비용·복잡도 비교
LiteLLM 등 구현체의 운영 책임, 라이선스, 업그레이드와 장애 영향
Organization BYOK credential의 보관 주체와 proxy 전달 방식
Chat completion, embedding, streaming, tool call 지원 범위
현재 상태
Organization-level LLM credential과 runtime permission은 nodease/mbased#58에서 구현되었다. 이 이슈는 더 이상 credential 소유권 전환을 다루지 않고 중앙 LLM Gateway의 실제 도입 여부와 전환 계약만 관리한다.
nodease/mbased#22는 Done 상태지만 현재
origin/dev의 Gateway/Workflow Engine은 provider adapter와 provider base URL을 통해 직접 호출하는 경로를 유지한다. 따라서 nodease/mbased#22의 완료 산출물, 배포 환경 또는 실제 source 반영 여부를 먼저 대조해야 한다.목표
중앙 LLM Gateway가 필요한지 architecture decision으로 확정하고, 도입한다면 기존 direct provider adapter를 중단 없이 단계적으로 이관한다.
결정할 사항
구현 범위
dev/Helm/Compose/runtime 경로를 검증한다.완료 조건
비범위