Commit Graph

87 Commits

Author SHA1 Message Date
Magnus Müller
4fda18a564 add if main check to qwen example 2025-09-07 17:02:46 -07:00
Magnus Müller
1380b1e903 qwen support 2025-09-07 16:25:15 -07:00
Magnus Müller
dc1eb696b3 remove lmnr from examples 2025-09-03 18:11:45 -07:00
Magnus Müller
d13cedbf5c fix gemini example 2025-09-03 11:05:42 -07:00
Magnus Müller
48b98de1df Rename import from llm to models 2025-09-03 09:13:30 -07:00
Magnus Müller
a27dbdbda6 Add lazy import example for browser-use agent with OpenAI LLM integration 2025-09-03 09:10:28 -07:00
Gregor Žunič
1483cab468 Merge branch 'main' into feature/ux-docs-improvements 2025-08-18 20:41:08 -07:00
Magnus Müller
1d84150fe5 Models examples 2025-08-18 19:32:18 -07:00
Magnus Müller
90757686fc Simplify ChatOpenAI import to 1 line 2025-08-18 18:57:13 -07:00
Gregor Žunič
d7e5a7bafb better supported models page 2025-08-18 17:54:09 -07:00
Mert Unsal
2a64a84cee Merge branch 'main' into local-remote-split 2025-08-09 20:57:51 +01:00
mertunsall
08402fdde6 add gpt5 example 2025-08-09 20:39:36 +01:00
Gregor Žunič
13b29b1886 fixed extract structured output nodeId to backendNodeId 2025-08-09 11:10:25 -07:00
Gregor Žunič
46b630ffd6 fixed some forward reference errors 2025-08-07 09:47:06 -07:00
Nick Sweeting
328a4b5be4 Merge branch 'feature/new-dom-extraction-layer' into local-remote-split 2025-08-05 03:12:48 -07:00
Cursor Agent
48165d21e6 Remove message_context parameter from agent and message manager
Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
2025-08-03 14:00:19 +00:00
Gregor Žunič
6ecbf13e3b bumped up azure api version 2025-08-02 14:24:35 -07:00
Magnus Müller
061e24b976 Merge remote-tracking branch 'origin/main' into extraction-magnus-revert-with-main 2025-07-14 18:35:21 +02:00
bone
f6daa5186d patch deepseek-chat example 2025-07-12 12:41:01 +08:00
bone
f70fdf313b patch deepseek-chat example 2025-07-12 12:37:34 +08:00
bone
147257aaca patch deepseek-chat example 2025-07-12 12:37:08 +08:00
bone
799fbdbb6e add deepseek-chat example 2025-07-12 12:34:34 +08:00
Gregor Žunič
d64913c76a fixed action param xpath test 2025-07-11 19:28:18 +02:00
Gregor Žunič
1eac01dfab openrouter evals support 2025-07-10 12:51:52 +02:00
mertunsall
220f0bc994 update models to gpt-4.1 2025-07-05 10:32:49 +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č
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
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
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
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
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
Magnus Müller
17c1146182 Refactor llama4-groq example script to improve readability and maintainability by commenting out unused ChatGroq integration and restructuring agent initialization. 2025-06-02 14:43:11 +02:00
Magnus Müller
de163e4a75 Add Groq support in logging configuration and introduce llama4-groq example script 2025-06-02 14:19:01 +02:00
Nick Sweeting
f19adf9bb3 remove dead code, cleanup examples and tests 2025-05-26 18:37:52 -07:00
Nick Sweeting
ef49ec1682 more examples updating 2025-05-25 14:44:29 -07:00
yasithdev
b491c87144 fix few bugs due to api changes, conditional logics, and null type-checks 2025-05-21 01:38:04 -05: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