Commit History

fix: Dockerfile 빌드 순서 수정 + pyproject.toml 빌드 설정 추가
96a8963

김민경 commited on

fix: 임베딩 모델 기본값을 multilingual-e5-large로 통일
da4894b

김민경 commited on

시나리오 전체 실측 재검증: 응답 확인 후 다음 질문 설계
3e8566c

김민경 commited on

코드 정리: 죽은 코드 제거, 버그 수정, 보안 강화
b4272b5

김민경 commited on

시나리오 전체 재검증 완료: 5개 시나리오 20턴 정상 통과
e2f3655

김민경 commited on

fix: customer_db/db_setup 스키마 변경 누락 커밋
5e0068d

김민경 commited on

시나리오 맥락/답변 품질 중심 재구성 및 README·UI 반영
a4bd58d

김민경 commited on

fix: 리스트 넘버링 버그 수정 + 중첩 리스트 레벨별 스타일 구분
061aeb2

김민경 commited on

fix: 대화 맥락 유지 프롬프트 강화 — 이전 조회 정보 재사용 필수화
312869b

김민경 commited on

fix: 상품코드 자동 제거 + 면책 중복 방지 + README 실험결과 업데이트
15b005f

김민경 commited on

fix: 응답 간결화 + 취소선 버그 수정 + 보라색 과다 강조 톤다운
f2f9f6b

김민경 commited on

style: 챗봇 응답 마크다운 가독성 대폭 개선
5374eb7

김민경 commited on

refactor: 고객→계약자 용어 통일 + 도구 반환값 PII 필터링
c170d5b

김민경 commited on

fix: 응답에서 내부 tool 이름 노출 제거 + 보안 반복/ID 재요구 금지
5f0abad

김민경 commited on

fix: 모바일 반응형 레이아웃 개선
823da61

김민경 commited on

feat: 기가입 고객 맥락 처리 + 시나리오 전면 교체 + README 결과 업데이트
f2fdc6c

김민경 commited on

feat: 채팅 UI 시나리오 개선 + 후속 단답 맥락 처리 + Admin 비교 평가 강화
87800ad

김민경 Cursor commited on

docs: 벡터DB 8개 비교표 + ChromaDB 선택 근거 강화 + 설계 2축 구조 반영
7728fc9

김민경 Cursor commited on

feat: ToolCard 버전 관리 + 퀵 테스트 + Admin UX 개선 + README 전면 재작성
7321c53

김민경 Cursor commited on

docs: Tool Admin Dashboard 섹션 추가 + main.py 코드 정리
106a83d

김민경 Cursor commited on

feat: Tool Registry Admin UI 추가 (/admin/tools)
16c90f7

김민경 Cursor commited on

fix: 서비스 중 재인덱싱 시 검색 공백·이벤트 루프 블로킹·다중 콜백 문제 해결
2bc2974

김민경 Cursor commited on

docs: 도구 추가 체크리스트에 학술 근거 추가 + 런타임 관리 API 섹션 신설
07619ca

김민경 Cursor commited on

docs: 도구 추가 체크리스트 섹션 추가 + 시나리오 클릭 시 입력칸 유지 개선
2136761

김민경 Cursor commited on

fix: 모바일 상품 목록을 바텀시트 리스트 형태로 개선
ba67b1a

김민경 Cursor commited on

fix: README 평가 결과를 최신 실행값으로 업데이트
55a4fa6

김민경 Cursor commited on

refactor: README 가독성 정돈 + 죽은 코드 제거
3dc8fc1

김민경 Cursor commited on

fix: 상품 목록 모달 모바일 반응형 + 페이지 로드 시 자동 표시
cff2cd8

김민경 Cursor commited on

feat: 상품 목록 모달 + 복잡 실전 시나리오 개선
1d5b272

김민경 Cursor commited on

fix: 챗봇 응답 마크다운 렌더링 + 간결성 개선
0ed653e

김민경 Cursor commited on

refactor: ToolCard 정합성 개선 + 자동 검증 도입
098e040

김민경 Cursor commited on

fix: HF Spaces frontmatter 복원 (배포 필수)
a9bf859

김민경 Cursor commited on

refactor: 죽은 코드 제거 + README 결과 업데이트
ff489ce

김민경 Cursor commited on

docs: 회사명 제거 + 기술 판단 근거 링크 11개 추가
0eb6f18

김민경 Cursor commited on

docs: 구상안 3축 구조로 README 재구성 (음/슴체)
6860dee

김민경 Cursor commited on

docs: rewrite README with clear narrative (purpose → result → conclusion)
7449230

김민경 Cursor commited on

feat: filter <think> blocks from streaming and enforce Korean responses
4d0e82a

김민경 Cursor commited on

refactor: deduplicate system prompt and remove system-prompts resource
6a58b23

김민경 Cursor commited on

style: ban markdown formatting and product codes in responses
1b5ba52

김민경 Cursor commited on

feat: add tool-level input guards for user-provided info (age, gender)
c8f6190

김민경 Cursor commited on

style: enforce concise responses and ban emojis in system prompt
dad66f1

김민경 Cursor commited on

fix: init_vectordb crash due to empty ToolRegistry at build time
eb73b31

김민경 Cursor commited on

refactor: redesign multi-turn scenarios for natural conversation flow
13d9fdf

김민경 Cursor commited on

fix: handle skipped pipeline stages and improve trace readability
9a13a5f

김민경 Cursor commited on

feat: add runtime tool hot-reload via ToolRegistry + dynamic dispatch
09cb403

김민경 Cursor commited on

Specify product in surrender value example query
c2d102c

김민경 Cursor commited on

Replace customer DB scenario with coverage & claims flow
a7c18b1

김민경 Cursor commited on

Add mobile responsive layout for chat UI
b6d3ed8

김민경 Cursor commited on

Highlight Guardrail as first stage in Intelligent Tool Routing (1-1)
dfcea6b

김민경 Cursor commited on

Add HF Spaces metadata to README front matter
b75f200

김민경 Cursor commited on