Commit graph

9 commits

Author SHA1 Message Date
27192dab3a feat: LLM 및 유틸리티 모듈 구조 개선 및 불필요한 코드 제거 2025-06-24 22:25:28 +09:00
b0a4727e13 fix: get_prompt 함수에서 type 비교 시 대소문자 구분 없애기 2025-06-23 20:44:54 +09:00
4b3637b762 feat: OAuth 리스트 추출 및 로그인 기능 개선
- README.md: uv 실행 명령어 수정
- lib/llm/prompt: OAuth 리스트 추출 및 fallback 프롬프트 추가
- lib/utils/browser_use: 프로필 생성 시 스토리지 상태 파일 처리 개선
- lib/utils/browser_use/func: 안전한 JSON 읽기 및 쓰기 함수 추가
- main.py: OAuth 리스트 추출 및 개별 로그인 시도 통합
- model.py: OAuth 모델 수정
2025-06-23 00:15:03 +09:00
tv0924@icloud.com
1ca98bc067 [Update] prompt 2025-06-21 16:06:35 +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
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
Renamed from lib/prompt/__init__.py (Browse further)