Browser Use + Jev 초고속 브라우저 에이전트
Gregor Zunic이 Browser Use와 Jev를 결합한 오픈소스 브라우저 에이전트를 공개했습니다. 항공편 검색에 7초, 비용 0.0039달러가 들며, 단계별 새 액션 공간, DOM 상태 공간, 소형 LLM 폴백을 사용합니다.
작성자는 TypeSafe의 Jev를 사용해 도구 호출에서의 역할을 이해하고, LLM 대신 Jev로 의사결정을 대체했다. 사용자가 말을 끝내기 전에 에이전트가 행동할 수 있을 것으로 본다.
Played around with @typesafeai Jev today, mostly to understand what it does for tool calling. Instead of an LLM deciding what to do, I substituted that part with Jev. My learning is that we will be able to make the agent act before the user finishes the sentence. So far,