Commit graph

12 commits

Author SHA1 Message Date
069dbf446d feat: 코드베이스 리팩터링
* `run.py`에서 `main.py` 경로를 명시적으로 지정하고, 명령줄 인자를 보다 사용하기 쉽게 조정했습니다.
* 에이전트, 리소스 정리, 공통 함수, 모델 등을 포함하는 브라우저 유틸리티용 신규 모듈 구조를 만들었습니다.
* `agents.py`에 비동기 에이전트 실행 및 재시도 로직을 구현했습니다.
* `scanner.py`에 OAuth URL 추출 및 로그인 테스트 기능을 추가했습니다.
* 전반적인 코드베이스에 걸쳐 에러 핸들링 및 로깅을 강화했습니다.
* 백엔드 URL과 Google API 키 등의 관리를 위한 환경변수 기반 설정 시스템을 도입했습니다.
* 스캐닝 중 진행 상태 추적 및 시그널 핸들링을 통한 정상 종료 처리를 개선했습니다.
* 텍스트 파일 읽기 및 HTML 콘텐츠 여부 확인을 위한 유틸리티 함수를 추가했습니다.
* LLM과의 상호작용을 위한 구조화된 프롬프트 시스템을 구축했습니다.
2025-06-26 21:44:31 +09:00
3dd86982d7 chore: 환경 설정 및 크로스 플랫폼 실행 파일 2025-06-22 23:13:26 +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
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
03d48880d5 gitignore 2025-06-08 14:31:48 +09:00
81f76259a0 domains.txt 삭제 2025-06-08 13:50:14 +09:00
tv0924@icloud.com
7973559e62 [Add] 2025-06-04 22:14:38 +09:00
imnyang
96837ed01d 이거 하다가 내 돈이 없어진다 2025-05-20 23:33:17 +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