複数エージェント対話のLLMを用いたサンプルエージェントです。
Important
Python 3.11以上が必要です。
git clone https://github.com/nharu-0630/playground-agent-llm.git
cd playground-agent-llm
cp config/config.yml.example config/config.yml
cp config/.env.example config/.env
python -m venv .venv
source .venv/bin/activate
pip install -e .
実行方法や設定などその他についてはaiwolf-nlp-agentをご確認ください。