We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1db99f commit 90a6f9dCopy full SHA for 90a6f9d
README.md
@@ -32,6 +32,15 @@ export MODEL_API_KEY="sk-proj-your-llm-api-key"
32
uv run python examples/full_example.py
33
```
34
35
+## Local mode example
36
+
37
+If you want to run Stagehand locally, use the local example (`examples/local_example.py`). It shows how to configure the client for `server="local"`:
38
39
+```bash
40
+pip install stagehand-alpha
41
+uv run python examples/local_example.py
42
+```
43
44
<details>
45
<summary><strong>Local development</strong></summary>
46
0 commit comments