# Browser-Use - LLM을 이용한 웹 오토메이션 오픈소스

> Clean Markdown view of GeekNews topic #17665. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=17665](https://news.hada.io/topic?id=17665)
- GeekNews Markdown: [https://news.hada.io/topic/17665.md](https://news.hada.io/topic/17665.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2024-11-09T10:31:01+09:00
- Updated: 2024-11-09T10:31:01+09:00
- Original source: [github.com/browser-use](https://github.com/browser-use/browser-use)
- Points: 20
- Comments: 0

## Summary

웹사이트와의 상호작용을 간단하게 만들어 주며, LangChain이 지원하는 모든 언어 모델과 호환됩니다. 이 라이브러리는 페이지에서 대화형 요소를 자동으로 탐지하고, XPath를 통해 스크래핑을 쉽게 할 수 있도록 도와줍니다. 또한, 사용자 정의 가능한 액션과 동적 콘텐츠 처리 기능을 제공하며, LLM이 실수할 경우 에이전트가 스스로 행동을 수정할 수 있는 기능도 포함되어 있습니다.

## Topic Body

- LLM들이 간단한 인터페이스를 통해 웹사이트와 인터랙션하게 도와주는 라이브러리   
- 유니버설 LLM 지원 - LangChain이 지원하는 모든 언어 모델과 작동함  
- 대화형 요소 탐지 - 자동으로 페이지에서 인터랙티브 요소를 찾아냄  
- 스크래핑을 위한 XPath 추출 - 더 이상 수작업으로 DevTools 검사할 필요 없음  
- 비전 모델 지원 - 시각적 페이지 정보 처리함  
- 사용자 정의 가능한 액션 - 자신만의 브라우저 상호작용 추가 가능함(예: LLM이 사용할 수 있는 데이터베이스에 데이터 추가)  
- 동적 컨텐츠 처리 - 쿠키나 컨텐츠 변경에 대해 걱정 없음  
- 메모리를 사용한 연쇄적 사고 - Long-Term Task 해결 가능  
- 자기 수정 - LLM이 실수하면, 에이전트는 스스로 행동을 수정함  
- 사용법 예시  
  - "Go to hackernews on show hn and give me top 10 post titles, their points and hours. Calculate for each the ratio of points per hour"  
  - "Search the top 3 AI companies 2024 and find what out what concrete hardware each is using for their model."  
  - "Go to kayak.com and find a one-way flight from Zürich to San Francisco on 12 January 2025"

## Comments



_No public comments on this page._
