aci

ACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.

GitHubスター

4,601

ユーザー評価

未評価

お気に入り

0

閲覧数

38

フォーク

436

イシュー

49

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

インストール方法

インストール方法

前提条件

必要なソフトウェアとバージョンを明記してください。
Python: 3.8以上
pip: 最新版

インストール手順

1. リポジトリのクローン

bash
git clone https://github.com/aipotheosis-labs/aci.git
cd aci

2. 依存関係のインストール

bash
pip install -r requirements.txt

3. サーバーの起動

bash
python server.py

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Pythonのバージョンを確認し、依存関係を再インストールしてください。 問題: ツールが見つからない 解決策: ツールの設定を確認してください。