heurist-agent-framework

A flexible multi-interface AI agent framework for building agents with reasoning, tool use, memory, deep research, blockchain interaction, MCP, and agents-as-a-service.

GitHubスター

665

ユーザー評価

未評価

お気に入り

0

閲覧数

14

フォーク

71

イシュー

3

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

インストール方法

インストール方法

前提条件

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

インストール手順

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

bash
git clone https://github.com/heurist-network/heurist-agent-framework.git
cd heurist-agent-framework

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

bash
pip install -r requirements.txt

3. APIキーの取得

[Heuristの開発者アクセスページ](https://heurist.ai/dev-access)で、コード 'agent' を使用してAPIキーを取得してください。

4. サーバーの起動

bash
python main.py

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Pythonのバージョンを確認し、依存関係を再インストールしてください。 問題: データベース接続エラー 解決策: PostgreSQLまたはSQLiteの設定を確認してください。