483eb0b2fb
- mcp/mcp_pc.py: MCP-Server der PC-Tools an den Executor proxied (pc_shell, pc_screenshot, pc_type, pc_key, pc_open, pc_status) - client/hermes-pc/executor.py: FastAPI auf Port 7777 (Daemon-Reg entfernt) - client/hermes-pc/start.bat, install.bat, requirements.txt - client/hermes-voice/agent_client.py, main.py: agent_client integration Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
178 B
Batchfile
9 lines
178 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
echo === Hermes PC Executor Setup ===
|
|
python -m venv .venv
|
|
.venv\Scripts\pip install -r requirements.txt -q
|
|
echo.
|
|
echo Fertig. Starte mit start.bat
|
|
pause
|