feat(phase-06): Add Variet Engine and Hermes Agent startup scripts

This commit is contained in:
Variet-Worker
2026-04-08 17:58:12 +09:00
parent e1fef677d7
commit be6a6bf8f7
2 changed files with 56 additions and 0 deletions

18
run_hermes_discord.bat Normal file
View File

@@ -0,0 +1,18 @@
@echo off
chcp 65001 >nul
cd /d "%~dp0"
echo =====================================================
echo 🤖 Hermes Discord Assistant Gateway
echo =====================================================
echo [INFO] Starting Discord Bot...
echo.
set "PYTHONIOENCODING=utf-8"
set "PYTHONUTF8=1"
set "PY_EXE=C:\ProgramData\miniforge3\envs\variet-llm\python.exe"
"%PY_EXE%" agents\hermes-agent\gateway\run.py
echo.
echo =====================================================
echo [INFO] Hermes Agent Disconnected.
pause