EU AI Act Compliance Chatbot
@thoughtgeek
EU AI Act Compliance Chatbot について
An MCP server to answer questions on the original EU AI Act
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"aicompliance_mcp": {
"command": "python",
"args": [
"-m",
"scripts.process_eu_ai_act"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is EU AI Act Compliance Chatbot?
A chatbot that answers questions about the EU AI Act using a hybrid retrieval approach combining vector search and a knowledge graph. It is designed for anyone needing information on the EU AI Act.
How to use EU AI Act Compliance Chatbot?
Install dependencies with Poetry, set up environment variables, download the EU AI Act PDF into a data/ directory, then run the processing script python -m scripts.process_eu_ai_act. Start the FastAPI API with uvicorn src.eu_ai_act_chatbot.api.main:app --reload. The interactive documentation is available at http://127.0.0.1:8000/docs.
Key features of EU AI Act Compliance Chatbot
- Hybrid retrieval using vector search and knowledge graph
- Processes EU AI Act PDF to populate vector store and graph
- Runs as a FastAPI application with interactive docs
- Deployable to AWS Lambda as a serverless function
- Includes tests via pytest
Use cases of EU AI Act Compliance Chatbot
- Answer questions about the EU AI Act
FAQ from EU AI Act Compliance Chatbot
—
「AI とエージェント」の他のコンテンツ
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
コメント