Commit Graph

223 Commits

Author SHA1 Message Date
magmueller
ef6311b22c Merge remote-tracking branch 'origin/main' into output-history 2024-11-22 22:41:58 +01:00
magmueller
7fdf80deda Test for history output 2024-11-22 22:37:59 +01:00
Gregor Žunič
5c6767c3b3 fixed pyproject toml 0.1.7 2024-11-22 21:56:42 +01:00
Gregor Žunič
9255d37b0d default logging level is info 2024-11-22 21:46:56 +01:00
Gregor Žunič
9e27daae43 Merge pull request #45 from gregpr07/staging
Push version 0.1.7
2024-11-22 21:40:54 +01:00
Gregor Žunič
6e9d6c07a9 formatting logging 2024-11-22 21:39:43 +01:00
Gregor Žunič
03b83d60a6 bumped up version 2024-11-22 21:36:03 +01:00
Gregor Žunič
b48f94e394 Merge pull request #40 from BedroomDev:main
ResultOnlyMode: Added logLevel.RESULT & env to filter the output
2024-11-22 17:20:44 +01:00
Gregor Žunič
6939bcd1d0 Merge pull request #39 from pietrozullo/main
Update example in README.md to be copy-paste-go
2024-11-22 15:59:32 +01:00
Gregor Žunič
5574220b91 fixed old tests 2024-11-22 15:34:21 +01:00
Gregor Žunič
a00cf27236 Merge pull request #44 from gregpr07/gregorzunic/bu-56-switch-from-selenium-to-playwright
Switch from selenium to playwright
2024-11-22 15:09:44 +01:00
Gregor Žunič
0019105a49 fixed merge errors 2024-11-22 15:08:58 +01:00
Gregor Žunič
5941dd2752 Merge branch 'staging' into gregorzunic/bu-56-switch-from-selenium-to-playwright 2024-11-22 15:08:30 +01:00
Gregor Žunič
bb233e7868 fixed test_clicks 2024-11-22 14:36:11 +01:00
Magnus Müller
af76cfe753 Merge pull request #43 from FirstRoundCapital/main
Allow headless option when initializing controller
2024-11-22 13:41:46 +01:00
Gregor Žunič
2e7040c4e8 all tests pass 2024-11-22 13:23:27 +01:00
magmueller
e5d7dc2e3f Agent history tests included 2024-11-22 13:08:37 +01:00
Gregor Žunič
0000af0a11 fixed sync pydantic param registered functions 2024-11-22 12:51:30 +01:00
Jean Weatherwax
c73eca6991 Allow headless option when initializing controller 2024-11-21 12:44:20 -07:00
Marvin
7f7c9ee44c Added logLevel.RESULT and to filter the output, added new .env.example variable 2024-11-21 12:05:06 +01:00
Marvin
864483968c Added logLevel.RESULT and to filter the output 2024-11-21 12:01:27 +01:00
pietrozullo
504ed6d70f Update README.md to be copy-paste-go 2024-11-21 11:55:06 +01:00
Gregor Žunič
57490c06f3 fixed num clicks type error 2024-11-21 10:37:35 +01:00
Gregor Žunič
c91c1782e8 decreased click wait timeouts 2024-11-20 17:49:29 +01:00
Gregor Žunič
b0c390f2c0 fixed multi tab management, clicking timeouts, general bugfixes 2024-11-20 17:33:49 +01:00
Magnus Müller
08802a7530 Included demos videos for flight search, captcha, and custom functions (#38)
* Add captcha demo gif

* Captcha demo

* Host gif at imgur

* Try to include from other repo

* Hugging face example

* Try to display mp4

* Include mp4 with raw link

* Try with git user content .com

* More methods

* Update README.md

* Add custom function

* Try with only the link

* Readme update

* Display video

* Flight search example

* Update README.md

* Update prompts

* Prompts above videos

* Space between div and video

* Font size
2024-11-20 11:17:03 +01:00
Gregor Žunič
f7148e3542 untested version of playwright (kinda works) 2024-11-19 18:32:31 +01:00
Magnus Müller
e1ba6fcb48 Merge pull request #37 from gregpr07/MagMueller-patch-1
Update pyproject.toml new version
0.1.6
2024-11-19 17:02:57 +01:00
Magnus Müller
8a97bb1938 Update pyproject.toml new version 2024-11-19 17:02:44 +01:00
Magnus Müller
5b332eded5 Merge pull request #36 from gregpr07/feature/custome-system-prompt
Feature/custome system prompt
2024-11-19 16:56:26 +01:00
magmueller
dbdc812b1b Print not unset 2024-11-19 16:55:08 +01:00
magmueller
3d33a4ff94 Example for system prompt change 2024-11-19 16:53:56 +01:00
magmueller
2bba5d4617 Option to set new tasks and to do custom system prompt 2024-11-19 16:25:06 +01:00
Magnus Müller
d2105ef5b7 Merge pull request #35 from gregpr07/new-release
Release version 0.1.5
0.1.5
2024-11-19 00:04:42 +01:00
magmueller
a0f96b76b4 Release version 0.1.5 2024-11-19 00:03:31 +01:00
Magnus Müller
45c054434f Merge pull request #30 from Ahmetemintek/tek
example added
2024-11-18 23:52:54 +01:00
Magnus Müller
d5ebd652e2 Merge pull request #34 from gregpr07/access-browser-with-custom-actions
Access browser with custom actions
2024-11-18 23:52:26 +01:00
magmueller
2bb4626af4 Example job application 2024-11-18 23:51:09 +01:00
magmueller
92b972590f Example how to upload files 2024-11-18 22:20:53 +01:00
Magnus Müller
ad5c46678e Merge pull request #33 from gregpr07/fix-lfs
Remove mp4 files and update gitattributes
2024-11-18 20:51:09 +01:00
magmueller
2a9170cb81 Remove mp4 files and update gitattributes 2024-11-18 20:49:06 +01:00
Gregor Žunič
155f49acc4 started the switch from selenium to playwright 2024-11-18 20:38:00 +01:00
Magnus Müller
aaf33523ce Merge pull request #32 from gregpr07/fix-token-calculation
Fix token calculation
2024-11-18 20:23:49 +01:00
magmueller
be31ac9359 Fix token calculation 2024-11-18 20:23:09 +01:00
magmueller
f31759cdd8 Debug current file 2024-11-18 19:45:48 +01:00
magmueller
0bbb32902f Draft example to apply for job 2024-11-18 19:45:36 +01:00
magmueller
e78ecc6ff0 Simplify browser access 2024-11-18 19:45:28 +01:00
ahmet emin
3f457a395f example added 2024-11-18 13:42:52 +00:00
Magnus Müller
d92de3d0a4 Merge pull request #29 from gregpr07/fix-href-cap
Fix href cap
2024-11-18 14:29:57 +01:00
magmueller
0bb488a01a Extent description for extract page 2024-11-18 14:28:57 +01:00