martin.legrand
176863be55
fix : listen issue of ollama
2025-09-14 18:22:18 +02:00
martin.legrand
edc0e69a82
fix : more linux issues
2025-09-13 23:47:24 +02:00
martin.legrand
60dd8a597f
update readme.md
2025-09-13 22:34:05 +02:00
martin.legrand
28d255b8e9
update readme.md
2025-09-13 20:34:27 +02:00
martin.legrand
4554c6ef89
fix command_exists issue in .sh
2025-09-13 15:00:57 +02:00
martin.legrand
fd8d940e58
rm test file
2025-09-13 14:31:59 +02:00
martin.legrand
87c8a3fb09
fix: redundant searxng folder causing error on ubuntu, tts issue, bigger mount point allowed by start_services, readme updated for cli mode
2025-09-13 14:30:21 +02:00
martin.legrand
d80bda8468
fix : unseen recursion mistake on empty value for work folder
2025-09-11 23:44:06 +02:00
martin legrand
f72c1b9b07
update readme
2025-07-13 12:50:15 +02:00
martin legrand
e0123bfc67
fix : searnxg url
2025-07-06 00:34:36 +02:00
martin legrand
fa26cce44f
fix : problem with frontend connection, enfore url
2025-07-06 00:24:02 +02:00
martin legrand
cb0206e9ee
fix : problem with frontend connection url selection
2025-07-06 00:19:46 +02:00
Martin
a2f75e7281
Merge pull request #371 from Fosowl/dev
...
Fix readme typo
2025-07-05 14:47:04 +02:00
martin
3e652a6b99
update readme
2025-07-05 14:45:43 +02:00
Martin
fd987e5b5c
Merge pull request #370 from Fosowl/dev
...
Update readme + contributing.md
2025-07-02 18:02:44 +02:00
martin
d30f3c5616
update readme
2025-07-01 21:29:49 +02:00
martin
db62bb289e
update readme
2025-07-01 21:28:55 +02:00
martin
23caf437b1
Update contributing.md + sponsorship
2025-07-01 21:25:58 +02:00
martin
f5b1c4ab37
update flight search tool
2025-07-01 20:23:55 +02:00
martin
29044ebbfe
update readme mistake #366
2025-07-01 20:07:13 +02:00
Martin
50d098fa96
Merge pull request #361 from natethompson44/docs/enhance-chromedriver-troubleshooting
...
docs: enhance ChromeDriver troubleshooting for Docker environments
2025-06-28 14:57:29 +02:00
Martin
ba74f1efa2
Merge pull request #362 from natethompson44/fix/chromedriver-project-root-priority
...
fix: prioritize project root ChromeDriver for Docker compatibility
2025-06-28 14:55:18 +02:00
WINZO Platform Developer
b3ec49c611
fix: prioritize project root ChromeDriver for Docker compatibility
...
- Check ./chromedriver before system PATH or auto-installer
- Add Docker environment detection and fallback logic
- Provide debug messages for ChromeDriver source identification
- Improve compatibility with undetected_chromedriver in stealth mode
This resolves issues where undetected_chromedriver downloads its own
ChromeDriver version, bypassing mounted binaries in Docker environments.
The project root approach ensures users can manually place the correct
ChromeDriver version and have it reliably detected.
2025-06-25 18:20:25 -05:00
WINZO Platform Developer
2a5fb69af6
docs: enhance ChromeDriver troubleshooting for Docker environments
...
- Add detailed Chrome for Testing API instructions
- Include Docker-specific guidance for stealth mode compatibility
- Add troubleshooting tips and version compatibility matrix
- Provide clear step-by-step solution for version mismatches
Fixes common ChromeDriver issues in Docker environments where
undetected_chromedriver bypasses mounted binaries.
2025-06-25 18:20:03 -05:00
Martin
2eb62e63eb
Merge pull request #348 from christiancoleman/origin/headless-docker
...
Headless chrome in a container
2025-06-22 15:40:43 +02:00
Martin
30aecb406d
Merge pull request #351 from mmlmt2604/fix_openrouter_freemodel
...
Enhance Memory class: Remove 'model_use' and 'time' in message payload when user use open router's free model
2025-06-22 15:34:40 +02:00
Mike Lin
860e52c3fa
Enhance Memory class: Remove 'model_use' and 'time' in messages payload when user select free model from oepn router which result 500 error
2025-06-22 17:39:38 +08:00
Christian Coleman
c7ffe46771
Added a warning for people that try to run a non-headless browser in a docker container. It errors in a very unhelpful way, and so this code tells the user in the output what's happening and also forces headless = True. If a user actually means to run a non-headless browser and view via X11 or something then the warning/output will lead them to the right place that they need to tweak.
2025-06-22 02:39:20 -04:00
Martin
12a6705724
Merge pull request #344 from Fosowl/dev
...
Fix : searxng search issue on docker
2025-06-21 15:12:47 +02:00
martin
0605fb4526
Fix : searxng issue on docker
2025-06-21 15:11:35 +02:00
Martin
100dda4370
Merge pull request #336 from nettanvirdev/main
...
Update: Updated The AgenticSeek Frontend
2025-06-20 22:50:03 +02:00
Martin
b226c5d1da
Merge pull request #339 from Fosowl/dev
...
Fix : #338 python not found for key generation
2025-06-18 22:41:26 +02:00
martin
bf740d8eb5
update readme
2025-06-18 22:40:29 +02:00
martin
f8f987e8ba
Merge branch 'main' into dev
2025-06-18 22:14:15 +02:00
martin
29ddf31f82
tup docstring
2025-06-18 22:13:48 +02:00
Martin
41d83e8c46
Merge pull request #327 from christiancoleman/ccdev
...
Issue with LM Studio not getting port when using Docker
2025-06-18 22:12:27 +02:00
martin
611eddb715
Fix : typo + set safe_mode to False since we now run in docker
2025-06-18 21:40:40 +02:00
martin
40b94c953b
Fix : #338 python not found for key generation
2025-06-18 21:35:01 +02:00
Tanvir Ahamed
ae7be9ca8d
Fix: REACT_APP_BACKEND_URL environment variable issue in frontend in Updated UI.
...
Revised the BACKEND_URL constant to ensure the application prioritizes fetching the backend URL from the environment variable REACT_APP_BACKEND_URL before defaulting to `http://localhost:7777 `.
2025-06-18 00:13:05 +06:00
Tanvir Ahamed
7439ea35c7
Update: Updated the ui
2025-06-18 00:01:24 +06:00
Martin
3550e6ee46
Merge pull request #335 from Fosowl/dev
...
feat : limiter.toml
2025-06-17 19:29:21 +02:00
martin
69dd856b45
feat : limiter.toml
2025-06-17 19:28:34 +02:00
Christian Coleman
e33e3e15e4
Issue with LM Studio not getting port when using Docker
2025-06-15 18:53:36 -04:00
Martin
6bb0e5a16b
Merge pull request #325 from Fosowl/dev
...
readme fixes
2025-06-14 17:48:21 +02:00
martin
c388f6c871
readme fixes
2025-06-14 17:45:53 +02:00
Martin
d214f3a9c7
Merge pull request #324 from Fosowl/dev
...
update readme
2025-06-14 17:23:29 +02:00
martin
8888f3c481
update readme
2025-06-14 17:15:48 +02:00
Martin
807358937e
Merge pull request #260 from Futbolaholic/improve-readme-onboarding
...
I've enhanced the README to make it easier for you to get started.
2025-06-14 16:48:49 +02:00
Martin
eebf3f3ff3
Merge pull request #323 from Fosowl/dev
...
Fix : windows docker issues
2025-06-14 16:46:55 +02:00
martin
5a06b21a67
fix : llm provider to be docker compatible with new net configuration
2025-06-14 15:52:00 +02:00