Skip to content

Releases: kimsanguine/llm-brain

v0.3.0 — Evidence-gated P0

Choose a tag to compare

@kimsanguine kimsanguine released this 15 Aug 02:49
93bb5d8

Evidence-gated query and sharing

  • Persisted claim provenance now validates original raw SHA-256 before citations are eligible.
  • Queries with no usable evidence abstain deterministically without invoking an LLM.
  • SSE responses are verified before display and clearly labelled as verified-buffered.
  • Guided doctor profiles provide Demo, Personal-private, and Share-ready next steps without mutating personal data.
  • Public sharing is explicit and fail-closed: canonical policy, local security overlay, typed approval, redacted manifest, and recoverable publication receipt.

Validation

  • 604 passed, 6 skipped locally.
  • Clean-room E2E covered guided onboarding, wiki HTTP read-only endpoints, provenance abstention, and share block/allow paths.
  • GitHub Actions CI passed on PR #2.
  • Three target-user personas scored 94, 96, and 95 out of 100.

v0.2.0 — Agent Memory OS

Choose a tag to compare

@kimsanguine kimsanguine released this 27 Jun 23:48

v0.2.0 — Agent Memory OS

llm-brain이 "지식 컴파일러"에서 5층 에이전트 메모리 운영 계층으로 확장됐습니다.

🧠 Agent Memory OS (5층 기억 — 전부 구현)

  • 작업기억 brain_context — 작업 직전 관련 메모·최근 이력·후보 절차를 한 묶음으로 조립
  • 에피소드 episode — ingest·express·query·curate 실행 이력을 episodes/에 자동 기록(fail-soft·비공개)
  • 의미 wiki/ + memory_type frontmatter
  • 절차 procedures/ — 재사용 워크플로우(버전 관리 포함)
  • 메타 curate memory_score(재사용 우선) + rescue·merge-review(중복제거)·decay(감쇠) + memory_health 읽기전용 리포트

🩺 새 슬래시 커맨드

  • /llm-brain:doctor [--fix] — 설치 진단(40체크) + 안전 복구(기존 파일 미덮어씀)
  • /llm-brain:wikiweb — 웹 UI 로컬 실행 (http://localhost:8000)

🔒 보안 경계

  • episodes/(git·OKF 비공개) · procedures/(git 공개·OKF 비공개) · memory_health_report(OKF 봉인) 3중 비대칭
  • index.md 추적 제외(민감 제목 누출 봉인)

✅ 검증

  • 전체 309 테스트 통과 · E2E 5/5 PASS(실 repo 실행 관측) · 2-렌즈(Claude·Codex) 코드리뷰 SOUND

설치 / 업데이트

/plugin marketplace add kimsanguine/llm-brain
/plugin install llm-brain@llm-brain          # 신규
/plugin update llm-brain@llm-brain           # 기존 사용자 → v0.2.0