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

@@ -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