fused-mcp

fused-mcpは、Jupyter Notebook上で動作するマルチコアプロセッシングを活用したツールです。データ処理や機械学習のタスクを効率的に実行するための機能を提供し、ユーザーは複数のプロセッサを利用して計算を高速化できます。これにより、大規模データセットの分析やモデルのトレーニングが容易になります。

GitHubスター

26

ユーザー評価

未評価

お気に入り

0

閲覧数

23

フォーク

8

イシュー

2

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

Clone this repo in any local directory, and navigate to the repo:
bash
  git clone https://github.com/fusedio/fused-mcp.git
  cd fused-mcp/
  
Install [uv](https://docs.astral.sh/uv/getting-started/installation/)
if you don't have it: macOS / Linux:
bash
  curl -LsSf https://astral.sh/uv/install.sh | sh
  
Windows:

  powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
  
Test out the client by asking for its info:
bash
  uv run main.py -h
  
Start by following our getting-started notebook [fused_mcp_agents.ipynb](1.fused_mcp_agents.ipynb) in your favorite local IDE to get set up and then make your way to the more advanced notebook to [make your own Agents & functions](2.create_your_own_agents.ipynb)