Skip to content

Test

Status: PASS (import confirmed 2026-07-01, Hetzner server)

Commands run

bash
pip install notte
python -c "from notte_sdk import NotteClient; print('notte_sdk NotteClient imported OK')"

Actual output

notte_sdk NotteClient imported OK

Version: notte-sdk 1.8.24

Note

A benign pydantic logfire-plugin warning may appear at import -- this does not affect functionality. Live browser sessions require a Notte API key from console.notte.cc.

Hetzner (server)

Verify command:

bash
ssh -o BatchMode=yes -o ConnectTimeout=15 agent-runtime-hetzner-1 \
  'source ~/browser-tools/venv311/bin/activate && python -c "import notte;print(\"notte ok\")"'

Real output (2026-07-01):

notte ok

Result: PASS. import notte succeeded inside venv311 on merlino-fleet-hel1. No errors.