Commit graph

11 commits

Author SHA1 Message Date
copilot-swe-agent[bot]
a15618a80e Add HTTP transport mode for MCP server with --http flag
Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
2025-11-01 05:25:49 +00:00
copilot-swe-agent[bot]
e1214e4372 Add MCP server implementation with web search, scraping, and image generation tools
Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
2025-11-01 05:06:46 +00:00
hlohaus
4c1da4e610 Fix handling of stream_timeout 2025-09-08 05:21:44 +02:00
hlohaus
933fff985b Enhance PuterJS provider to track live model instances and update BrowserConfig for automation tool settings 2025-09-06 16:28:17 +02:00
hlohaus
ae985be2eb Update build 2025-08-22 13:45:19 +02:00
hlohaus
8e6ddfbf47 Improve CLI commands 2025-08-09 07:01:27 +02:00
hlohaus
6fad9c5d58 refactor: update cookie browsers var and LMArenaBeta availability logic
- In `g4f/Provider/needs_auth/LMArenaBeta.py`, import `has_nodriver` from `...requests` in the same line as other imports
- Change `working` attribute to be set based on `has_nodriver` instead of `True`
- Add new class attribute `active_by_default = True` to `LMArenaBeta`
- In `g4f/cli/__init__.py`, change `--cookie-browsers` argument choices to use `g4f.cookies.BROWSERS` instead of `g4f.cookies.browsers`
- In `g4f/cli/__init__.py`, update `run_api_args` to assign to `g4f.cookies.BROWSERS` instead of `g4f.cookies.browsers`
- In `g4f/gui/gui_parser.py`, change import from `browsers` to `BROWSERS`
- In `g4f/gui/gui_parser.py`, update `--cookie-browsers` argument choices to use `BROWSERS` instead of `browsers`
- In `g4f/gui/run.py`, update `run_gui_args` to assign to `g4f.cookies.BROWSERS` instead of `g4f.cookies.browsers
2025-08-09 03:30:37 +02:00
H Lohaus
dcbeebd662
Update __init__.py 2025-06-30 10:06:56 +02:00
H Lohaus
ba898176bf
Update __init__.py 2025-06-30 09:54:36 +02:00
H Lohaus
33ca1b9b83
Update __init__.py 2025-06-30 09:36:22 +02:00
H Lohaus
ca2695ce45
Create __init__.py 2025-06-30 09:36:13 +02:00