NVIDIA AI-Q 및 LangChain을 활용한 기업용 검색 딥 에이전트 구축 가이드
… 2단계: 설정 파일 내 도구 참조 functions 섹션에 새 도구를 선언한 뒤, 각 에이전트의 tools 목록에 이를 추가하세요. functions: internal kb tool: type: internal kb api url: "https://kb.internal.company.com/api/v1" api key: ${INTERNAL KB API KEY} max results: 10 shallow research agent: type: shallow research agent llm: nemotron llm tools: - … …