Commit graph

146 commits

Author SHA1 Message Date
638a3d47ce Add comprehensive documentation for Browser Use features
- Introduced custom output format instructions with example code.
- Detailed connection methods for launching and connecting to browsers, including local and remote options.
- Provided guidelines for handling sensitive data securely, including best practices and examples.
- Documented supported LangChain chat models with setup instructions and environment variable requirements.
- Added instructions for customizing the system prompt to control agent behavior.
2025-06-21 16:18:16 +09:00
34ee66b4e8
Merge pull request #16 from j93es/feat/fix-prompt
[Update] prompt
2025-06-21 16:08:12 +09:00
tv0924@icloud.com
1ca98bc067 [Update] prompt 2025-06-21 16:06:35 +09:00
James
03acba17f9
Merge pull request #15 from j93es/feat/login
feat: implement OAuth login functionality
2025-06-21 15:58:29 +09:00
d47ebe0960 aa 2025-06-21 15:57:37 +09:00
3f801ab4f7 fix: 쿠키 삭제 방법 추가 및 planner_llm 주석 처리 2025-06-21 15:57:22 +09:00
f157039351 fix: 쿠키 삭제 및 페이지 새로 고침 관련 문서 수정, 의존성 버전 하향 조정 2025-06-21 15:49:48 +09:00
8ad30460ce feat: 개선된 쿠키 삭제 및 페이지 새로 고침 기능 추가
- 'clear_cookies' 액션을 'Clear all cookies and reload page'로 변경
- 현재 페이지가 없거나 잘못된 타입일 경우 오류 처리 추가
- 쿠키 삭제 후 페이지 새로 고침 성공 메시지 및 오류 메시지 추가
- extend_planner_system_message에 OAuth 관련 조건 추가
2025-06-21 15:32:17 +09:00
c9f146baef feat: implement OAuth login functionality
- Update environment configuration and gitignore
- Replace sensitive example with actual config file
- Refactor LLM prompt structure by removing login/session modules
- Update main application entry point for OAuth integration
2025-06-21 15:23:47 +09:00
김민곤
c20bfda3af
Merge pull request #14 from j93es/chore/browser-use-update
Browser Use v0.3.1
2025-06-21 12:10:40 +09:00
c43535c20e [Update] pyproject.toml 및 uv.lock 파일에서 browser-use 및 authlib 버전 업데이트 2025-06-21 12:06:56 +09:00
4f0097049c
Merge pull request #13 from j93es/feat/sensitive-data
Docs 수정 및 Sensitive Data 기능 추가
2025-06-20 22:03:49 +09:00
753afa6656
Update README.md 2025-06-18 22:27:01 +09:00
871659cc00 [Enhancement] Browser Use에게 직접 로그인 요청 섹션에 선택 사항 추가 2025-06-18 21:50:14 +09:00
3521125b5a Merge branch 'feat/sensitive-data' of https://github.com/j93es/browser-use-oauth into feat/sensitive-data 2025-06-18 21:49:03 +09:00
34a98773ab [Fix] GetSensitiveData 함수에서 파일이 없을 경우 예외 대신 None 반환 2025-06-18 21:45:14 +09:00
8444abc242 [Fix] GetSensitiveData 함수에서 파일이 없을 경우 예외 대신 None 반환 2025-06-18 21:43:35 +09:00
1b65693ba5 Add function to read sensitive data from .sensitive.json file
- Implemented GetSensitiveData function to load sensitive data from a JSON file.
- Added error handling for missing file scenario.
2025-06-18 21:42:06 +09:00
29d91bac56 [Enhancement] 도메인 파일 경로를 './data/domains.txt'로 변경 2025-06-18 21:18:01 +09:00
9f6d172c23 [Enhancement] .vscode/settings.json 파일 추가: rust-analyzer 설정 포함 2025-06-18 21:15:14 +09:00
c5ff066c65
Merge pull request #12 from j93es/feat/storage-state
Browser Use Latest && 쿠키 로컬스토리지 추가 등
2025-06-16 08:22:14 +09:00
imnyang
7ae5834d82 [Enhancement] setup_storage_state 및 GetProfile 함수를 비동기 처리로 변경 2025-06-15 22:37:35 +09:00
imnyang
adec1f5e49 [Enhancement] GetProfile 함수 추가 및 브라우저 프로필 생성 로직 통합 2025-06-15 22:36:20 +09:00
imnyang
b49fe8b49e Merge branch 'feat/storage-state' of https://github.com/j93es/browser-use-oauth into feat/storage-state 2025-06-15 22:09:00 +09:00
imnyang
1f3b2f5c8a [Enhancement] 스토리지 상태 경로 설정 로직 개선: 스크립트 디렉토리 기반으로 수정 2025-06-15 22:08:57 +09:00
c64c33516e [Enhancement] setup_storage_state 함수 호출 추가: URL 스캔 시작 시 저장 상태 설정 2025-06-15 15:21:16 +09:00
imnyang
1d5e470f4e [Enhancement] 진행 상황 저장 및 로드 기능 추가, 스캔 중단 시 처리 상태 출력 2025-06-15 13:15:41 +09:00
imnyang
b68425f523 Refactor authentication and session management
- Removed old llm_login and session scripts, replacing them with a new structure for handling SSO login and session management.
- Introduced a new prompt system for collecting SSO redirect URLs, ensuring compliance with security protocols.
- Implemented a robust backend notification system for tracking scan initiation.
- Enhanced browser profile configuration and resource management for improved session handling.
- Added utility functions for environment variable checks and logging.
- Updated the overall architecture to improve maintainability and readability.
2025-06-15 12:24:01 +09:00
imnyang
2d8a7d5cfb [Enhancement] LMNR 초기화 로직 간소화: BASEURL 및 포트 설정 제거 2025-06-15 03:14:51 +09:00
imnyang
cbc621aa52 [Enhancement] LMNR 관련 환경변수 정리 및 기본 URL 수정 2025-06-15 03:11:14 +09:00
imnyang
05bd499e86 [Enhancement] .env.example 파일에 LLM 및 Monitoring 섹션 추가 2025-06-15 03:07:53 +09:00
imnyang
6e74377028 [Enhancement] LMNR 초기화 로직 개선: HTTP 및 gRPC 포트 설정 추가 2025-06-15 03:04:36 +09:00
imnyang
546d9c061a [Enhancement] LMNR 초기화 시 BASEURL 환경변수 추가 2025-06-15 02:58:57 +09:00
imnyang
ed120f7a69 [Enhancement] BrowserProfile 설정 수정 및 창 크기 조정 2025-06-15 02:53:48 +09:00
imnyang
2d3d3dfe88 Refactor code structure for improved readability and maintainability 2025-06-15 01:53:52 +09:00
imnyang
25be609dae [Enhancement] Browser Use 패키지 버전 업데이트 및 subprocess를 통한 패키지 정보 출력 추가 2025-06-14 22:11:41 +09:00
imnyang
6dc388421c v0.2.7 2025-06-14 21:44:14 +09:00
f6368d12a3 [Enhancement] README 및 코드에서 Playwright 의존성 및 SSO 로그인 흐름 개선 2025-06-14 18:08:39 +09:00
9b797a8d21 [Enhancement] async_playwright 추가 및 OAuth 로그인 흐름 개선, Planner 제외 (오히려 문제가 일어남) 2025-06-14 18:08:33 +09:00
imnyang
1474399f5c [Enhancement] SSO 로그인 리디렉션 URL 수집을 위한 프롬프트 개선 및 명확한 지침 추가 2025-06-13 22:40:07 +09:00
imnyang
a52bf2907c [Enhancement] 환경 변수 추가 및 SSO 로그인 리디렉션 URL 수집을 위한 확장된 프롬프트 구현 2025-06-11 23:16:19 +09:00
imnyang
ad4354e126 [Enhancement] 초기 URL 내에서 확인되지 않은 URL로의 이동 금지 및 로그인 시도 우선화 로직 추가 2025-06-11 21:33:45 +09:00
imnyang
45b64a9bc9 [Enhancement] SSO 버튼 클릭 및 로그인 시도 로직 추가 및 리디렉션 URL 캡처 방식 개선 2025-06-11 21:09:12 +09:00
imnyang
863828f802 [Enhancement] 임시 스토리지 상태 파일 삭제 및 복사 로직 추가 2025-06-11 20:45:33 +09:00
imnyang
8df6811cd0 [Refactor] 환경 설정 및 API 재시도 로직 개선, 불필요한 파일 삭제 2025-06-11 20:39:17 +09:00
imnyang
00558603a7 세션 복구 삭제 2025-06-11 19:51:02 +09:00
imnyang
2ee917408f Browser Use 최신버전 업데이트 및 프로필 기능 유지 2025-06-11 19:50:10 +09:00
imnyang
e1ae2dc94f 지금 일단 업데이트만 해뒀어요 2025-06-10 22:38:44 +09:00
James
09a91f9c7c
Merge pull request #9 from j93es/j93es2
에러 발생 관련 로직 개선
2025-06-09 13:10:50 +09:00
tv0924@icloud.com
94ca383b82 [Fix] 에러 발생 시, 재시도 후 return 되지 않는 문제 해결 2025-06-09 10:33:08 +09:00