mcp-tool-layer
mcp-tool-layerは、LLMエージェントにモデルコンテキストプロトコル層を追加し、文脈的推論と構造化されたタスク実行を可能にします。RDFやOWL、SPARQLなどのセマンティック技術と連携し、ハイブリッドなシンボリック・ニューラルワークフローを実現します。
GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
25
フォーク
0
イシュー
0
README
mcp-tool-layer
Enhances LLM agents with a Model Context Protocol layer for contextual reasoning and structured task execution. Includes agents that interact with semantic technologies (e.g. RDF, OWL, SPARQL), enabling hybrid symbolic-neural workflows.
Overview
Setup
- It is recommended to use
Python 3.11. Dockeris required.- Populate
configs/mcp_configs.json.example, where you should replace the path placeholders to actual paths on your local machine.
Make sure you remove.examplefrom the file name to activate the settings. - Populate
.env.examplewith your LLMBASE_URLandAPI_KEY. At least one pair ofBASE_URLandAPI_KEYis required, local or remote. - Install the dependencies with
pip install -e .(this installs the project in editable mode using thepyproject.tomlconfiguration). - Spin up
dockercontainers withdocker compose up -dinside thedockerfolder.