mcp-agent-graph
MCP Agent Graph (MAG) is an agent development framework for rapidly building agent systems. This project is based on graphs, nodes, and MCP to quickly construct complex Agent systems.
GitHubスター
85
ユーザー評価
未評価
お気に入り
0
閲覧数
9
フォーク
11
イシュー
4
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
インストール方法
前提条件
必要なソフトウェアとバージョンを明記してください。Python: 3.7以上
Node.js: 18.0.0以上
npm: 8.0.0以上
インストール手順
1. リポジトリのクローン
bash
git clone https://github.com/keta1930/mcp-agent-graph.git
cd mcp-agent-graph
2. 依存関係のインストール
bash
pip install mcp-agent-graph
3. フロントエンドのセットアップ
bash
cd frontend
npm install
npm run dev