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