A simple echo bot for the HumanOrBot project that replies to any received message with the same text.
This service provides a FastAPI-based API endpoint that receives messages and echoes them back. It is designed to work with the HumanOrBot service, responding to each message with the same text.
Go to the project directory:
chmod +x run_all_linux.sh./run_all_linux.shInstall Python 3.12 first, then run:
powershell.exe -ExecutionPolicy Bypass -File .\run_all_windows.ps1If Windows fails around pydantic-core, check that py -3.12 --version works and remove any copied virtualenv:
Remove-Item -Recurse -Force .venv- Install Poetry (if needed)
- Install project dependencies
- Set up an SSH tunnel to the remote host
- Start the FastAPI application on port 6872