Skip to main content
Glama

KB-Agent-Platform —— 기업 지식베이스 Q&A 플랫폼 (RAG + Multi-Agent + MCP)

한 줄 요약: RAG와 LangGraph Supervisor 기반의 기업 지식베이스 Agent, SSE 스트리밍 Q&A에 인용 출처 포함, MCP 이중 진입점, docker compose 원클릭 배포.

아키텍처

프론트엔드 Vue3 ──SSE──> FastAPI ──> Supervisor(LLM 라우팅) ──┬─> KB Agent ──> Qdrant(4096차원) └─> Chat Agent MCP Host(Cursor/Claude) ──stdio──> MCP Server ──> 동일한 Qdrant img.png

Related MCP server: tero-mcp-lite

빠른 시작

  1. https://github.com/embracingTheFuture/kb-agent-platform.git && cd kb-agent-platform

  2. cp .env.example .env # 키 입력

  3. docker compose up --build -d

  4. docker compose run --rm api python task2_pipeline.py # 데이터 적재

  5. http://localhost:8000/docs 열기

효과 스크린샷

img_1.png

품질: 평가셋 회귀

6개 케이스가 라우팅 정확성 + 인용 완전성을 커버하며, 컨테이너 내에서 재현 가능.

번호

전15자

예상

실제

테스트 통과 여부

번호: 1

전15자: 2단계 일정 및 메인 프로젝트 방향.

예상: KB

실제: KB

PASS

번호: 2

전15자: 로드맵에서 Day16에 할 일

예상: KB

실제: KB

PASS

번호: 3

전15자: 한 문장으로 자신을 소개해 보세요.

예상: CHAT

실제: CHAT

PASS

번호: 4

전15자: 가을에 관한 시 한 줄 써 줘.

예상: CHAT

실제: CHAT

PASS

번호: 5

전15자: 2024년 올림픽에서 중국 대표팀이 딴 메달 수

예상: CHAT

실제: CHAT

PASS

번호: 6

전15자:

예상: CHAT

실제: CHAT

PASS

6개 케이스, 6개 통과, 0개 실패

기술 포인트

  • 직접 작성한 ReAct 커널 (도구 레지스트리 + while 루프, 프레임워크 미사용)

  • 자체 개발한 분할-벡터화-검색 파이프라인, Qdrant 코사인 유사도

  • 인용 출처: 번호 컨텍스트 + [i] 표기 + citations 구조

  • Supervisor 멀티 에이전트 라우팅 + 세션 메모리 압축 (롤링 요약)

  • MCP Server 이중 진입점 / SSE 스트리밍 / 평가셋 회귀

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Query any docs site via MCP. Submit a URL, ask questions, get cited answers.

  • Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.

  • Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/embracingTheFuture/kb-agent-platform'

If you have feedback or need assistance with the MCP directory API, please join our Discord server