kcg-ai-monitoring/frontend/src/features/ai-operations/index.ts
Nan Kyung Lee 1244f07de6 feat: LGCNS MLOps + AI 보안(SER-10) + AI Agent 보안(SER-11) 메뉴 추가
- V025 마이그레이션: admin 그룹 하위 3개 메뉴 등록
  - LGCNS MLOps (AI 플랫폼, nav_sort=350)
  - AI 보안 (감사·보안, nav_sort=1800)
  - AI Agent 보안 (감사·보안, nav_sort=1900)
- 페이지 컴포넌트 3개 신규 생성
- componentRegistry, i18n(ko/en) 반영

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 10:51:05 +09:00

6 lines
237 B
TypeScript

export { AIModelManagement } from './AIModelManagement';
export { MLOpsPage } from './MLOpsPage';
export { LGCNSMLOpsPage } from './LGCNSMLOpsPage';
export { AIAssistant } from './AIAssistant';
export { LLMOpsPage } from './LLMOpsPage';