AIKeep24
로컬 LLM이 AI 대화를 자동으로
요약·태깅·저장하는 크롬 확장
50턴마다 EXAONE 3.5가 로컬에서 요약하고, 프로젝트명·기술스택·핵심결정을 자동 태깅합니다. Cloudflare Vectorize로 의미 기반 검색. API 비용 없이, 데이터가 내 컴퓨터를 떠나지 않습니다.
A Chrome extension that uses a local LLM to automatically summarize, tag, and store AI conversation context. EXAONE 3.5 summarizes every 20 turns locally, auto-tagging project names, tech stack, and key decisions. Semantic vector search via Cloudflare Vectorize + bge-m3. Zero API cost, your data never leaves your machine.
❌ 이런 문제를 겪고 있다면
· AI와 대화하면서 개발하는데, 대화가 쌓이면 "그때 그 결정이 어디 있었지?" 찾기가 불가능해집니다.
· 새 세션을 열면 이전 맥락이 사라져서, 매번 처음부터 설명해야 합니다.
· 기존 도구들(Pactify, Chat Memo, SaveAIChats)은 원문을 그대로 저장할 뿐, 구조화된 검색이 안 됩니다.
· Conversations pile up and finding "which session had that architecture decision?" becomes impossible.
· Opening a new session loses all previous context — you have to explain everything from scratch.
· Existing tools store raw transcripts without structure, making search and context reuse impractical.
주요 기능
자동 요약 + 태깅
20턴마다 로컬 LLM이 자동으로 요약하고, 프로젝트명·기술스택·핵심결정을 태깅합니다. D1에 즉시 저장.
Auto-summarize every 20 turns with local LLM. Tags project names, tech stack, and key decisions. Saved to D1 instantly.
시맨틱 벡터 검색
Cloudflare Vectorize + bge-m3(1024차원, 100+언어) 기반. 의미로 검색하고, 프로젝트·날짜 필터 결합.
Powered by Cloudflare Vectorize + bge-m3 (1024 dims, 100+ languages). Search by meaning with project and date filters.
컨텍스트 자동 주입
INJ 버튼으로 이전 세션의 맥락을 자동 주입. Light 모드(핵심만)와 Full 모드(전체 요약) 선택 가능.
Press INJ to auto-inject previous session context. Choose Light mode (key decisions) or Full mode (all summaries).
완전한 프라이버시
Ollama + EXAONE 3.5 7.8B가 로컬에서 처리. 클라우드 API 비용 없음. 대화 데이터가 내 컴퓨터를 떠나지 않음.
Processed locally with Ollama + EXAONE 3.5 7.8B. Zero cloud API cost. Your conversation data never leaves your machine.
기술 스택
현재 상태
시스템 요구사항
Quick Start
git clone https://github.com/aikorea24/aikeep24.git && cd aikeep24
OLLAMA_ORIGINS='*' ollama serve & ollama pull exaone3.5:7.8b
cd backend/web && npx wrangler secret put API_KEY && npx wrangler deploy 그 다음: chrome://extensions → 개발자 모드 → "압축해제된 확장 프로그램을 로드합니다" → extension/ 폴더 선택
로드맵
소스 코드 확인, 이슈 등록, PR 기여 모두 환영합니다.
GitHub에서 보기