lingo-chat / prompt

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

[Feature]: Langgraph agent 구현 및 AI server 연동 #9

Closed LewisVille-flow closed 1 month ago

LewisVille-flow commented 2 months ago

Background

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

Langgraph를 통한 web search agent 와 ChatOpenAI(vllm)의 연동을 통해 답변 생성을 위한 초기 agent graph의 throughput을 계산하기 위함

Details(Todo List)

etc(optional)

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

LewisVille-flow commented 1 month ago

테스트 코드는 기본 client_main.py 에서 변함이 없으므로 완료된 것으로 봅니다.

LewisVille-flow commented 1 month ago

또한 Web search agent 함수는 작성하는 것이 어렵지는 않으나, 현재 높은 우선순위가 아니므로 다음 issue에서 해결할 예정. (기본 llm의 agent 연동을 테스트하고 초기 상태에서 throughput을 계산하는 것이 우선순위라고 판단)

LewisVille-flow commented 1 month ago

10

LewisVille-flow commented 1 month ago

Opened related new issue(#11) for integration of web search agent