ChatArena
ChatArena (or Chat Arena) is a Multi-Agent Language Game Environments for LLMs. The goal is to develop communication and collaboration capabilities of AIs.
파일 탐색기
최종 버전 다운로드 (.zip)- environments-test-azure-openai.yml
- environments-test-openai.yml
- linux-test.yml
- macos-test.yml
- pre-commit.yml
- python-publish.yml
- windows-test.yml
- __init__.py
- anthropic.py
- bard.py
- base.py
- cohere.py
- hf_transformers.py
- human.py
- langchain.py
- openai.py
- __init__.py
- content_moderation_bots.py
- debate_bots.py
- deception_bots.py
- __init__.py
- base.py
- content_moderation.py
- debate.py
- deception.py
- pettingzoo_wrapper.py
- symmetric_content_moderation.py
- symmetric_deception.py
- __init__.py
- base.py
- chameleon.py
- conversation.py
- pettingzoo_chess.py
- pettingzoo_tictactoe.py
- __init__.py
- cli.py
- __init__.py
- agent.py
- arena.py
- config.py
- database.py
- message.py
- pettingzoo_compatibility.py
- utils.py
- design.md
- mainloop.md
- moderated.md
- content_moderation.md
- debate.md
- deception.md
- chatarena_architecture.png
- webui.png
- create_your_environment.md
- pettingzoo_wrapper.md
- chameleon.json
- chatgpt_claude_ai_collaboration.json
- interview.json
- nlp-classroom-3players.json
- nlp-classroom.json
- pettingzoo_chess.json
- pettingzoo_tictactoe.json
- prisoners_dilemma.json
- rock-paper-scissors.json
- tic-tac-toe.json
- umshini_debate.json
- __init__.py
- ai_council.py
- coding.py
- development.ipynb
- trading.py
- test_arena.py
- test_cli.py
- test_environments.py
- test_hf_transformers.py
- test_message.py
- test_messagepool.py
- test_umshini_environments.py
- .gitignore
- .pre-commit-config.yaml
- app.py
- chatarena-text.png
- CONTRIBUTING.md
- LICENSE
- pyproject.toml
- README.md
- setup.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Farama-Foundation/ChatArena
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ChatArena
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install chatarena
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install git+https://github.com/chatarena/chatarena
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install chatarena[all_backends] # install dependencies for all supported backends: anthropic, cohere, huggingface, etc.
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install chatarena[all_envs] # install dependencies for all environments, such as pettingzoo
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install chatarena
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install git+https://github.com/chatarena/chatarena
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install chatarena[all_backends] # install dependencies for all supported backends: anthropic, cohere, huggingface, etc.
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install chatarena[all_envs] # install dependencies for all environments, such as pettingzoo
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install chatarena[all] # install all optional dependencies for full functionality
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
