Preparing your workspace
Loading documents, chats, and controls.
Loading documents, chats, and controls.
cd /opt/hermes curl -fsSL "/api/connections/cli/chomnes_connection_cli.py" -o chomnes_connection_cli.py export CHOMNES_API_URL="/api" python3 chomnes_connection_cli.py --help
Create a Hermes token to show it here.1. Install the helper in the Hermes working directory, for example /opt/hermes: curl -fsSL "/api/connections/cli/chomnes_connection_cli.py" -o chomnes_connection_cli.py 2. Set CHOMNES API URL: export CHOMNES_API_URL="/api" 3. Use a persistent Hermes token: Create a Hermes token here, or generate a link code for another machine. 4. Confirm the connected user: python3 chomnes_connection_cli.py whoami 5. Enable Hermes for every project this user can access: python3 chomnes_connection_cli.py setup-hermes --all-projects
—
—
…
Checking…