Commit Graph

54 Commits

Author SHA1 Message Date
Nick Sweeting
3209fd95f7 lint and hint fixes 2025-06-21 06:07:21 -07:00
Nick Sweeting
6c695d0a42 more lint and hint fixes 2025-06-21 05:39:17 -07:00
Nick Sweeting
f878b8f07c type hint fixes 2025-06-21 05:16:02 -07:00
derekmeegan
37539938d5 fix: mark play_chess.py executable so pre‑commit passes 2025-05-29 15:08:35 -04:00
Derek
851f22cb8d Update examples/use-cases/play_chess.py
Co-authored-by: Nick Sweeting <github@sweeting.me>
2025-05-29 14:58:10 -04:00
derekmeegan
74b18d83cb resolve cubic errors for move_str and square size calculation 2025-05-29 12:06:10 -04:00
derekmeegan
2da90c0e97 add code style changes 2025-05-29 11:52:00 -04:00
derekmeegan
f3d75dc99d add chess example 2025-05-29 11:48:03 -04:00
Nick Sweeting
f19adf9bb3 remove dead code, cleanup examples and tests 2025-05-26 18:37:52 -07:00
Nick Sweeting
241b4e076b fix examples issues 2025-05-26 03:43:17 -07:00
Nick Sweeting
7939f4522a updating more browser examples 2025-05-25 14:33:09 -07:00
Nick Sweeting
1883091204 Improve file upload detection (#1759) 2025-05-23 06:51:20 -07:00
Evgeny Kim
5da261310b Improve file upload detection 2025-05-23 13:05:06 +02:00
Nick Sweeting
5410fd5664 improve google sheets example prompt 2025-05-23 03:31:58 -07:00
Nick Sweeting
f6ca4e13a3 massively improve logging experience and add loading animation on browser startup 2025-05-23 00:48:52 -07:00
Nick Sweeting
6b8360c475 better logging 2025-05-22 23:17:21 -07:00
Nick Sweeting
b92fffae2e fix google sheets example 2025-05-22 02:30:43 -07:00
Nick Sweeting
63382d8bfc update examples to use new BrowserProfile and BrowserSession 2025-05-20 02:32:43 -07:00
Nick Sweeting
f17cf4de75 linter fixes 2025-05-13 17:25:08 -07:00
Nick Sweeting
3e66046046 linter 2025-05-13 17:18:50 -07:00
Nick Sweeting
bfcd8a0140 make examples imports more consistent 2025-05-13 17:18:09 -07:00
Nick Sweeting
4b1e15d8bd remove BrowserWindowContextSize in favor of window_width and window_height attrs 2025-05-03 15:32:42 +08:00
Nick Sweeting
2be4ba4f70 more pyupgrade changes 2025-05-02 20:50:21 +08:00
Nick Sweeting
66b3c26df5 add pyupgrade to lint rules 2025-05-02 15:21:23 +08:00
Christian Clauss
fb3282527d Detect blocking synchronous commands in asyncio code 2025-04-21 22:30:43 +02:00
Nick Sweeting
8b165d5997 fix ruff errors in other files 2025-04-21 10:56:06 -07:00
Ulrich Soeffing
95ff962981 Update comment on how LLM is configured 2025-04-10 22:27:20 -04:00
Ulrich Soeffing
a7685d3e30 Fix web_voyager_agent.py example 2025-04-10 22:14:06 -04:00
Christian Clauss
e7c3f43808 Fix typos discovered by codespell 2025-03-31 07:47:56 +02:00
Nick Sweeting
fb6fa259a8 apply ruff safe fixes 2025-03-28 18:11:36 -07:00
Nick Sweeting
588a9f9f50 Merge branch 'main' into pre-commit_run_pre-commit-hooks_--all-files 2025-03-28 16:17:47 -07:00
Nick Sweeting
ec56bfe81b run ruff on the entire codebase 2025-03-28 01:22:48 -07:00
Nick Sweeting
82adf4520d fix page filter and/or domain filtering logic 2025-03-27 23:48:01 -07:00
Nick Sweeting
5535a1ec0a update pydantic action models exposed to LLM on each page 2025-03-27 23:43:31 -07:00
Nick Sweeting
69a960fa4b refactor browser config setup process 2025-03-27 02:45:12 -07:00
Christian Clauss
ef9c7b1c09 Merge branch 'main' into pre-commit_run_pre-commit-hooks_--all-files 2025-03-26 08:00:43 +01:00
Nick Sweeting
14c4a7a293 Merge branch 'main' into nick/tri-4-make-cross-site-iframes-work-without-disabling-chrome 2025-03-25 13:25:26 -07:00
Nick Sweeting
a06c9aab78 fix example to support any browser 2025-03-24 11:00:57 -07:00
Onurkan Bakırcı
4aaae4ba66 Update shopping.py 2025-03-24 13:04:32 +03:00
Onurkan Bakırcı
119f54ba95 Update shopping.py
Typo
2025-03-24 13:01:41 +03:00
Magnus Müller
da8b362206 Merge branch 'main' into main 2025-03-22 18:48:25 -07:00
Nick Sweeting
5a98e42b03 add google sheets support using keyboard shortcuts 2025-03-21 17:34:41 -07:00
Edison S
fb22cc5a99 add multibrowser support 2025-03-05 13:32:03 -05:00
Christian Clauss
4abfaa6213 pre-commit run pre-commit-hooks --all-files 2025-02-27 12:21:42 +01:00
Magnus Müller
bbada488d3 feat: Add Wikipedia navigation example from banana to quantum mechanics 2025-02-24 12:58:32 -08:00
Magnus Müller
208f9f3517 Example find influencer profiles 2025-02-17 17:09:02 -08:00
Magnus Müller
f67222ed67 Merge pull request #642 from k-w-lee/improve-use-cases
Improve use cases
2025-02-11 19:10:30 -08:00
Morris Lee
6822ace171 add goal to each use case, and a README.md to specify each use case objective 2025-02-10 00:02:25 +08:00
Morris Lee
15976d79e8 Standardise and refactor agent script for clarity and modularity 2025-02-09 23:48:56 +08:00
Morris Lee
c1d93dd8e7 improve import order aligning to standard PEP 8, and Validate required environment variables 2025-02-09 23:18:21 +08:00