Commit Graph

463 Commits

Author SHA1 Message Date
Gregor Žunič
177d5bcb7e Merge branch 'main' into fuckaround/dom-processing-tree 2025-07-02 18:14:40 +02:00
Gregor Žunič
6bad3b310c added back client rects cache 2025-07-01 10:58:20 +02:00
mertunsall
6ab1093627 fix more tests 2025-06-29 23:18:10 +02:00
mertunsall
74dffc96dc fix 2025-06-29 21:58:33 +02:00
mertunsall
e9b8cfb9f7 remove the default save_pdf option 2025-06-29 21:51:56 +02:00
Magnus Müller
5905ad949c feat: add thinking parameter to control agent system prompt
- Add --no-thinking flag to disable thinking in agent system prompt
- Default is true (thinking enabled) for backward compatibility
- Pass thinking parameter through entire evaluation pipeline
- Update GitHub Actions workflow to handle thinking parameter
2025-06-29 20:11:45 +02:00
Gregor Žunič
50e72debb7 Merge branch 'main' into gregor/eng-242-structured-output-is-fucking-long 2025-06-28 12:23:59 +02:00
Gregor Žunič
fcd56d4596 pyright ignore for imports (examples) 2025-06-28 10:06:43 +02:00
Gregor Žunič
96aece781b Merge branch 'main' into feature/model-support 2025-06-28 09:55:19 +02:00
Gregor Žunič
4e3adb35d4 fixed type errors 2025-06-28 09:38:08 +02:00
Gregor Žunič
bc2c1c8fda openai schema works 2025-06-28 00:19:31 +02:00
Gregor Žunič
ea00a9ebee removed drag and drop from default controller, moved to example 2025-06-27 23:20:34 +02:00
mertunsall
32569460b4 no screenshot in the beginning blank page 2025-06-27 15:08:01 +02:00
Nick Sweeting
644bd5c5c3 Merge branch 'main' into feature/model-support 2025-06-27 05:40:52 -07:00
Gregor Žunič
ec4a10ae57 bedrock and anthropic example 2025-06-27 14:22:59 +02:00
Cursor Agent
f9741adba5 Remove deprecated memory system and related code
Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
2025-06-27 09:48:09 +00:00
Gregor Žunič
c82e0b3c5f langchain example and docs 2025-06-27 10:30:47 +02:00
Gregor Žunič
61cc73dea5 langchain model example 2025-06-27 10:24:24 +02:00
mertunsall
95222ea31f add example 2025-06-26 09:05:19 +02:00
mertunsall
3c869dfa72 add test for file system usage 2025-06-26 01:24:06 +02:00
Gregor Žunič
b4c900d3e5 better logs for tokens 2025-06-25 20:57:22 +02:00
Gregor Žunič
2ee526d903 updated pricing for cached tokens support 2025-06-25 15:33:47 +02:00
Gregor Žunič
bf9ea1e33a fallback parser for groq 2025-06-25 10:53:27 +02:00
Gregor Žunič
7a10ae0c96 Squashed commit langchain to native 2025-06-24 12:26:55 +02:00
mertunsall
15d25f4b61 fix click element upload_index problem
update file upload example
2025-06-23 21:46:17 +02:00
Nick Sweeting
0af8c8c0fe imports 2025-06-21 06:29:10 -07:00
Nick Sweeting
3209fd95f7 lint and hint fixes 2025-06-21 06:07:21 -07:00
Nick Sweeting
aad78d93ab more type hint fixes 2025-06-21 05:44:49 -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
Nick Sweeting
6bc1f7985f more type hint fixes 2025-06-21 04:56:27 -07:00
Nick Sweeting
80298332db Merge branch 'main' into mistral_example 2025-06-21 02:19:58 -07:00
Magnus Müller
90ae26316e Refactor ActionResult to standardize the inclusion of extracted content, replacing update_only_read_state with include_extracted_content_only_once across multiple services. This change enhances clarity in memory management and ensures consistent handling of extracted content. 2025-06-19 23:18:30 +02:00
Magnus Müller
ce880e5e35 Refactor ActionResult handling across multiple services to standardize the use of long_term_memory, replacing memory references. Update related logic to ensure extracted content is consistently managed for improved clarity and error handling. 2025-06-19 23:11:55 +02:00
Magnus Müller
0b6ebea431 Merge branch 'main' into mert/new_everything 2025-06-19 09:49:43 +02:00
mertunsall
0c34c399db Merge branch 'main' into mert/new_everything 2025-06-17 11:19:06 +02:00
yasithdev
8ea4b4c71a centralize playwright/patchwright imports, and update typing/checks to reduce lint errors 2025-06-16 22:57:20 -04:00
Nick Sweeting
b141958455 Merge branch 'main' into hot-fix/file-upload 2025-06-16 11:25:17 -07:00
Nick Sweeting
8a9b69420c Merge branch 'main' into more-fixes 2025-06-13 17:10:40 -07:00
Nick Sweeting
531527b83f fix parallel_agents example 2025-06-13 16:52:44 -07:00
Saurav Panda
4b0cdec738 fix: remove non-functional save_recording_path parameter
fix: remove non-functional save_recording_path parameter

- Remove save_recording_path field from BrowserProfile class
- Remove documentation for save_recording_path parameter
- Add migration note directing users to use record_video_dir instead

The save_recording_path parameter was defined in BrowserProfile but never actually
processed by the browser launch methods. Users should use the standard Playwright
record_video_dir parameter instead, which is properly implemented and functional.

Fixes user reports of video recording not working when using save_recording_path.
2025-06-10 19:07:44 -07:00
Magnus Müller
95a7856e1e Update task description and streamline main execution in llama4-groq.py
Modified the task variable to focus on finding the founders of browser-use, enhancing the relevance of the prompt. Removed the loop in the main execution to simplify the code structure, allowing for a more straightforward asynchronous run of the main function.
2025-06-10 23:06:20 +02:00
Nick Sweeting
9259deaf7f vastly improve examples/browser/multiple_agents_same_browser.py 2025-06-10 02:11:37 -07:00
Nick Sweeting
de17b02f4a vastly improve examples/browser/multiple_agents_same_browser.py 2025-06-10 02:11:14 -07:00
Magnus Müller
c48d83f54d Refactor web search functionality to improve SERP API integration. Updated action description for clarity, streamlined data handling by excluding unnecessary fields, and enhanced logging for debugging. Returns only relevant organic search results. 2025-06-09 15:38:19 +02:00
Magnus Müller
52d4191ba9 Merge branch 'main' into mert/new_everything 2025-06-07 17:58:09 +02:00
Magnus Müller
a63752b504 Update task description in file_upload.py: Revert task string to previous URL for file upload instructions, ensuring clarity in the upload process. 2025-06-06 23:40:37 +02:00
Magnus Müller
ba7ac0c9d2 Refactor file upload process in file_upload.py: Removed BrowserProfile initialization, streamlined BrowserSession usage, and updated task description for clarity. 2025-06-06 23:19:54 +02:00
Nick Sweeting
767a75e2bf rename downloads_dir to downloads_path 2025-06-05 02:17:57 -07:00
Nick Sweeting
3c1e2a59d1 remove save_playwright_script_path entirely 2025-06-05 02:06:23 -07:00