FIX(app): remove Groq dependency

- Remove Groq API references
- Clean up unused imports
This commit is contained in:
2025-12-24 20:28:29 +09:00
parent 59c46fae49
commit 191f68b2e9
2 changed files with 2 additions and 2 deletions

View File

@@ -14,5 +14,5 @@ commonLabels:
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
images:
- name: gitea0213.kro.kr/bluemayne/mas
newTag: main-sha-1b981bf846264d243f773860513e48d66fae14c7
newTag: main-sha-a1213e0d7ffd647b79ecd651f515334760824ab7

View File

@@ -3,7 +3,7 @@ Research Agent (Groq)
정보 수집 및 문서/코드베이스 검색
JSON 기반 명령어 생성 방식으로 재작성
"""
from langchain_openai import ChatOpenAI
from langchain_anthropic import ChatAnthropic
from langchain_core.messages import SystemMessage, HumanMessage
from .state import AgentState
import os