Hermes Agent 설치하기
목차
Openclaw 를 사용한다고 해서, 설치할까 하다가... 시간이 없어서 설치를 못하다가.
Hermes Agent 가 더 좋다고 하여, 이거로 설치해봤다.
설치하기
https://github.com/nousresearch/hermes-agent
모델선택#
hermes model
- 모델 선택 (Custom endpoint)
- Codex-lb 추가
- http://127.0.0.1:2455/v1
(근데 지금 codex-lb 에서는
Response truncated due to output length limit가 출력되는 문제가 있음)
게이트웨이 선택 (디스코드)#
sudo loginctl enable-linger root디스코드 봇 설정하기
Enable: Bot → Privileged Gateway Intents → Message Content Intent
- bot
- applications.commands
- 채널 보기
- 메세지 보내기
- 스레드에서 메세지 보내기
- 링크 임베드
- 파일 첨부
- 메세지 기록 보기
- 반응 추가
274878024768
https://discord.com/oauth2/authorize?clientid={APP_ID}&permissions=274878024768&integrationtype=0&scope=bot+applications.commands
디스코드 채널에 봇 초대하기hermes gateway setup
- Discord
- Bot Token
- UserId (내꺼)
- Home channel Id
- System service 선택 (root)
- hermes gateway start --system
- hermes gateway status --system
웹 대시보드#
hermes dashboard --host 0.0.0.0 --insecure --no-open
마무리#
근데 지금 codex-lb 에서는 문제가 있어서, 그냥 codex device 으로 연결해놨다.
잘 작동하고, 스레드에서 매일 최신 트렌드 뉴스를 조사 후 정리해달라고 요청하니, 자동으로 cronjob 에도 등록되었다.
나중에는 honcho 를 self-hosting 으로 설치해서, 연결해볼 예정이다.
이 honcho 를 사용하면 hermes 가 더 똑똑해진다고 한다.