Commit graph

45 commits

Author SHA1 Message Date
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
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
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
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
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
9b797a8d21 [Enhancement] async_playwright 추가 및 OAuth 로그인 흐름 개선, Planner 제외 (오히려 문제가 일어남) 2025-06-14 18:08:33 +09:00
imnyang
a52bf2907c [Enhancement] 환경 변수 추가 및 SSO 로그인 리디렉션 URL 수집을 위한 확장된 프롬프트 구현 2025-06-11 23:16:19 +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
tv0924@icloud.com
94ca383b82 [Fix] 에러 발생 시, 재시도 후 return 되지 않는 문제 해결 2025-06-09 10:33:08 +09:00
tv0924@icloud.com
cb7dbccb04 [Update] sleep time 2025-06-08 22:05:23 +09:00
tv0924@icloud.com
267fb40fa4 [Update] logger 2025-06-08 22:04:54 +09:00
tv0924@icloud.com
a655697b0f [Refactor] 프롬프트를 다른 파일로 분리 2025-06-08 21:09:05 +09:00
tv0924@icloud.com
61b6b8b356 [Update] 레이트 리밋 등의 에러 발생 시 1분 간 멈추고 실행 2025-06-08 14:18:39 +09:00
83cefc2c04 부서진 레이트리밋과 전해지지 않는 LLM의 응답 2025-06-08 13:43:58 +09:00
imnyang
6436f3cf4f Hotfix #2 2025-06-07 22:07:06 +09:00
imnyang
97184c03d7 이거도 대충했어요 2025-06-07 15:12:25 +09:00
imnyang
351af7ba78 Implement HTML domain checker in Rust and add PowerShell script for chunked execution
- Added a Rust program that reads a list of domains from "domains.txt", checks if they return HTML content, and writes valid domains to "domains-filtered.txt".
- Introduced a PowerShell script to execute a Python script in chunks, allowing for processing of specified line ranges from the domain list.
2025-06-06 23:47:59 +09:00
tv0924@icloud.com
197fa6a033 [Update] 메모리 관리 및 프롬프트 수정 2025-06-05 22:19:26 +09:00
tv0924@icloud.com
9818dafce4 [Update] prompt 2025-06-05 16:10:30 +09:00
tv0924@icloud.com
7973559e62 [Add] 2025-06-04 22:14:38 +09:00
tv0924@icloud.com
802b8311a7 [Update] 여러 url을 연속으로 돌릴 수 있음 2025-06-02 20:24:00 +09:00
tv0924@icloud.com
a2c88daa74 여러 url을 연속적으로 실행 2025-06-02 15:09:43 +09:00
imnyang
ba02e8ea21 Gemini로 바꾸고 오류 발생률이 심각하게 줄었어요. 이건 OpenAI의 문제! 2025-05-21 23:00:22 +09:00
imnyang
96837ed01d 이거 하다가 내 돈이 없어진다 2025-05-20 23:33:17 +09:00
imnyang
1081160859 Meta가 Python에 TypeScript같은 걸 만들어서 타입을 존중하기로 했습니다. 2025-05-20 12:27:17 +09:00
imnyang
44cdab2b40 깃헙 모델 탑재 완료 : 사용시 0$ 소모 2025-05-18 23:58:16 +09:00
imnyang
ce5135717c 아 env 2025-05-18 21:36:43 +09:00
imnyang
2b20e263eb first commit 2025-05-18 20:12:55 +09:00