lingo-chat / prompt

lingo-chat AI server (w/ 프롬프트엔지니어링, RAG, Agenting, Dataset generation)
0 stars 3 forks source link

[Feature]: Langgraph Web search agent 함수 추가 #11

Closed LewisVille-flow closed 1 month ago

LewisVille-flow commented 1 month ago

Background

추가하려는 기능에 대해 간결하게 설명해주세요.

기존 Langgraph initial agent graph에 web search agent를 추가합니다. Local llama-3 model의 경우 function_call 을 수행하도록 학습되지 않았으므로, llm.bind_tool()이 가능하지 않습니다. 따라서, function call을 위한 proprietary model api를 호출하여 사용하도록 추가합니다(ex. OpenAI gpt3.5 / Google gemini)

Details(Todo List)

etc(optional)

기타 자세한 Description, 관련된 Link 등이 있다면 작성해 주세요.