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