LightAgent

LightAgent: Lightweight AI agent framework with memory, tools & tree-of-thought. Supports multi-agent collaboration, self-learning, and major LLMs (OpenAI/DeepSeek/Qwen). Open-source with MCP/SSE protocol integration.

GitHubスター

267

ユーザー評価

未評価

お気に入り

0

閲覧数

29

フォーク

32

イシュー

6

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

インストール方法

インストール方法

前提条件

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

インストール手順

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

bash
git clone https://github.com/wxai-space/LightAgent.git
cd LightAgent

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

bash
pip install -r requirements.txt

3. サーバーの起動

bash
python main.py

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Pythonのバージョンを確認し、依存関係を再インストールしてください。 問題: エージェントが正しく動作しない 解決策: 設定ファイルを確認し、必要なAPIキーが設定されているか確認してください。

追加リソース