597 Commits

Author SHA1 Message Date
111463f2ca Add: 로빙 검색 API 통합 전략 문서
- 다층 검색 프로바이더 아키텍처 설계
- Tavily 기본, Brave/Serper/DuckDuckGo 보조
- 쿼리 타입별 라우팅 규칙 정의
- 캐싱 전략 및 비용 최적화 (월 /bin/bash.05)
- 4단계 구현 로드맵
2025-09-09 21:50:48 +09:00
743481cce5 docs: 제로샷 의도 분류 방식으로 전환 (3.4.3)
- Snips 학습 기반 → 제로샷 의도 설명 기반 전환
- Hong et al.(SIGDIAL 2024) 연구 반영
- 다국어 임베딩(mpnet) + 후보 축소 방식 적용
- 의도 설명만 수정하면 즉시 반영되는 유연한 구조
- LLM 호출 90% 절감 예상

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 20:58:51 +09:00
happybell80
651004edfc docs: 시간 인식 및 요일 추가 구현 트러블슈팅 문서 2025-09-09 20:49:31 +09:00
c528b965cb docs: 시간 인식 의도 처리 섹션 추가 (3.4)
- 실제 대화 로그 분석 결과 반영 (2025-09-09)
- 시간 인식 실패 사례 ("오늘은 2024년" 오류)
- 3가지 시급 시나리오: 시간 질문, 맥락 참조, 감정 피드백
- Snips + Self-Attentive Gate 통합 코드 예시
- TimeAwareIntentClassifier 구현 방안

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 20:46:41 +09:00
062e79985c docs: 자연어 기반 근태관리 시스템 아이디어 문서 추가
- 플렉스 대체 슬랙 네이티브 근태관리
- 자연어 처리로 "출근했어", "내일 반차" 같은 대화 인식
- 구글 워크스페이스 (Calendar, Gmail) 자동 연동
- AI 패턴 분석 및 스마트 알림 기능
- 월 26만원 비용 절감 효과 (30명 기준)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 16:00:59 +09:00
b8656540c1 docs: 전자계약 자동화 기능 아이디어 문서 추가
- 슬랙 네이티브 전자계약 시스템 설계
- 법적 요구사항 및 전자서명법 준수 방안
- skill-contract 서비스 아키텍처
- 카카오/PASS 인증 연동 및 블록체인 옵션
- ROI 분석 및 차별화 전략

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 14:20:29 +09:00
46c0db6321 docs: RAG 시스템 파일 처리 아키텍처 아이디어 추가
- 파일 저장 구조 설계 (HDD 활용, 해시 기반 중복 제거)
- 처리 파이프라인 (텍스트 추출 → 청킹 → 임베딩)
- 사용자 피드백 UI (실시간 진행 표시, 파일 카드)
- 데이터베이스 스키마 및 보안 고려사항

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 14:12:14 +09:00
f68e9fae3b docs: 9시 슬랙 브리핑 실패 트러블슈팅 문서 추가
- 봇 토큰 혼용 문제 (Company-X 토큰으로 로빙팀 접근 시도)
- Gmail 토큰 만료 문제
- APScheduler 메서드명 불일치 문제
- 환경변수 분리 방안: ROBEING_SLACK_BOT_TOKEN / COMPANYX_SLACK_BOT_TOKEN

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-09 13:51:23 +09:00
happybell80
7bf037aa86 docs: Add 2025-01-09 skill-publish troubleshooting updates
- Slack empty ephemeral response fix
- Response_url 30-second expiration solution
- Company_name field addition with mapping
- Progress messages throughout publishing flow
- Squarespace edit URL correction
- Fixed news URL instead of news_id
- Gemini summary length retry logic
2025-09-09 02:04:13 +09:00
happybell80
b689d940c4 Docs: skill-publish 거짓 성공 메시지 문제 문서화
- 문제: 큐 추가를 게시 성공으로 오해
- 해결: 30초마다 상태 체크, response_url 업데이트
2025-09-08 21:35:07 +09:00
happybell80
94ab0a943b docs: Complete Company-X news implementation troubleshooting
- Added all 2025-09-08 issues and solutions
- Documented Slack message replacement problem and solution
- Added specific line numbers and file paths
- No speculation, only facts from actual debugging
- Total 194 lines with comprehensive problem/solution pairs
2025-09-08 21:04:46 +09:00
happybell80
b0fd3e65ad docs: Update CompanyX news implementation with 2025-09-08 fixes
- Documented all actual fixes and implementations
- No speculation, only facts from actual code changes
- Added specific selectors and field names
2025-09-08 18:45:35 +09:00
happybell80
75315b3671 docs: Add published/skipped fields to companyx_news_posting.json structure 2025-09-08 17:29:34 +09:00
happybell80
8ec4fd1456 docs: Update CompanyX news API design - use status field and RESTful endpoints 2025-09-08 17:16:07 +09:00
happybell80
18cb4e733c docs: Update with final solution - header lowercase and signing secret 2025-09-08 16:29:12 +09:00
happybell80
6811277d10 docs: Update Slack interactive proxy - header lowercase issue 2025-09-08 16:17:28 +09:00
happybell80
d73c3f9fc9 docs: Update status for resolved issues 2025-09-08 13:02:10 +09:00
happybell80
676f86de50 docs: Mark CompanyX news issue as fully resolved 2025-09-08 13:00:27 +09:00
happybell80
9e7883431e docs: Add HDD sync status to rb8001 logging doc 2025-09-08 12:58:30 +09:00
happybell80
891ed14e1e Update: Schedule separation to 09:10 resolved OOM issue - memory limits optional 2025-09-08 12:46:13 +09:00
happybell80
965cb19db7 Update: rb8001 file logging implemented - will be synced to HDD by cron job at 3am 2025-09-08 12:39:40 +09:00
happybell80
7b483b9b6d Deduplicate: Remove redundant log storage solutions - keep cron job as final implementation 2025-09-08 12:36:24 +09:00
happybell80
8ad3a038a5 Clean: Remove TODO/필요/미구현 keywords to avoid false search hits 2025-09-08 12:32:47 +09:00
happybell80
d2ff32eaff Update: Logging implementation completed and deployed - 7.6KB log file persisting after restart 2025-09-08 12:28:57 +09:00
happybell80
1fa7b2186b Reduce: Document to 72 lines with core facts - OOM Kill, error logging, schedule changes 2025-09-08 12:17:49 +09:00
happybell80
c62a1b9b27 Update: Apply industry standard logging practices - separate module, dual handlers, JSON format 2025-09-08 12:10:56 +09:00
happybell80
d3faba29c7 Update: Emphasize rb8001 is production robeing handling all skills and Slack interactions 2025-09-08 11:58:11 +09:00
happybell80
c4897cff78 Add: rb8001 logging system implementation gap analysis - plans exist but not implemented 2025-09-08 11:50:53 +09:00
happybell80
f128957f7f Update: CompanyX headline schedule changed from 09:00 to 09:10 to avoid resource contention 2025-09-08 11:32:33 +09:00
happybell80
6d4074b118 Add troubleshooting doc: CompanyX headline failure due to resource contention and empty error messages 2025-09-08 11:28:20 +09:00
happybell80
77d53d88d1 Update test scenario documentation for CompanyX news testing 2025-09-08 11:26:49 +09:00
happybell80
e44acb1e1e docs: rb8001 타임아웃 문제 해결 내역 추가 2025-09-08 02:27:00 +09:00
happybell80
d2525cf6f8 docs: Company-X 뉴스 데이터 통합 관련 문서 업데이트
- 250907_company_x_news_zero_articles.md: companyx_news_posting.json 변경 반영
- companyx_history.json → companyx_news_posting.json 수정
2025-09-08 01:15:42 +09:00
happybell80
3585cd2a5a docs: skill-news Company-X 구현 상태 업데이트
- Phase 1 상태를 '불완전 구현 발견'으로 변경
- 2025-09-08 문제 발견 및 해결 내용 추가
2025-09-08 01:06:05 +09:00
happybell80
d372c9c9ba docs: Company-X 뉴스 데이터 통합 문제 해결 문서 작성
- 문제: skill-news가 본문/요약 없이 URL/제목만 저장
- 해결: companyx_news_posting.json으로 전체 데이터 통합
- 시간 파싱 기능 추가 및 단계별 업데이트 구현
- company-x_hompage와 동일한 JSON 구조 적용
2025-09-08 01:05:17 +09:00
happybell80
1052281eee docs: Company-X 뉴스 0개 문제 해결 과정 문서화
- 250907_company_x_news_zero_articles.md 생성
- 250906_news_skill_publish_separation.md 업데이트
- 중복 체크 로직 개선 및 파라미터 전달 문제 해결
2025-09-07 23:23:59 +09:00
happybell80
d5e8fc1d4b docs: Gitea SSH 포트 51123 발견 및 해결 과정 추가
- SSH 포트 51123 사용 필수 명시
- 실제 에러 메시지와 일치하도록 수정
- 작성자 정보 업데이트
2025-09-07 22:00:20 +09:00
7abdd474ac fix: Gitea HTTPS 클론 트러블슈팅 문서 정확도 개선
- Gitea 1.24.x HTTP/2 버그 수정 관련 잘못된 정보 제거
- 실제 원인인 nginx/Git 버퍼 크기 문제로 수정
- Gitea Issue #10838 참조 추가
2025-09-07 21:49:51 +09:00
e5a0e942c3 docs: Gitea HTTPS 클론 실패 트러블슈팅 문서 추가
- TLS 패킷 디코딩 오류 분석
- HTTP/2 및 HTTP/1.1 모두 실패 케이스 문서화
- SSH 우회 방법 제시
- 근본 해결 방안 정리
2025-09-07 21:44:25 +09:00
0914eagle
e9cb87fa78 깨진 파일 수정 2025-09-07 20:41:10 +09:00
0914eagle
5279944279 compaany vs workspace 2025-09-07 20:33:00 +09:00
0914eagle
a5a9f7c704 20250907 2025-09-07 20:00:14 +09:00
happybell80
e43701977a docs: 뉴스 시스템 통합 구현 상태 업데이트 - 코드 수정 완료, 테스트 대기 2025-09-07 17:50:26 +09:00
happybell80
9e7c1fe024 docs: 뉴스 시스템 검색식 업데이트 - 영어 제거 2025-09-07 17:39:11 +09:00
happybell80
0aa1393058 docs: 뉴스 시스템 통합 계획 업데이트 - companyx-search 엔드포인트 추가 2025-09-07 00:40:46 +09:00
happybell80
742cc48642 Update: 통합 계획 - 환경변수 및 함수 상세 반영
- 환경변수 상세 내용 추가
- create_news_blocks() 함수 명시
- publish_integration.py → news_posting_skill.py 내부로 변경
2025-09-06 18:36:52 +09:00
happybell80
adbb4a7e8e Update: news_posting_skill.py 위치 확정
- app/skills/news_posting_skill.py 신규 생성
- rb8001 구조와 일관성 유지
2025-09-06 18:28:36 +09:00
happybell80
ecf12e8713 Fix: APScheduler 유지 및 참고 사항 추가
- APScheduler 트리거 유지
- 고급 검색 기능 참고 명시
- naver_startup_news_service.py 참고 추가
2025-09-06 18:18:00 +09:00
happybell80
f05156660d Update: 함수명 send_news_for_posting() 확정
- 게시용 뉴스 전송 함수명 결정
- 문서에 함수명 반영
2025-09-06 18:14:43 +09:00
happybell80
83d0833f51 Update: 채널 정보 정리
- 컴퍼니엑스 전체 채널: C09C98KK2TT
- 로빙팀 채널: C09CP4MDX71 (테스트용)
- 팀 ID: T09C98KB933
2025-09-06 18:10:42 +09:00