Skip to content

kano-lab/playground-agent-llm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

playground-agent-llm

複数エージェント対話の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をご確認ください。

About

複数エージェント対話のLLMを用いたサンプルエージェント

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%