250 Commits

Author SHA1 Message Date
Martin
dfa6fadf2d
Merge pull request #74 from steveh8758/mow-branch
Add: windows version start_services
2025-03-24 22:27:45 +01:00
steveh8758_lab
98e2d8ad7a Add: windows version start_services
1. start ollam provider
2. up docker
2025-03-25 05:03:40 +08:00
steveh8758_lab
cde602d77d Add: Windows version start_services.cmd
start ollama server and docker
2025-03-25 04:43:49 +08:00
Martin
7a3fd2150b
Merge pull request #70 from Fosowl/dev
Fix : installation issues for linux system
2025-03-22 14:45:23 +01:00
martin legrand
0397183f2a fix : error pyaudio import 2025-03-22 13:34:05 +01:00
martin legrand
751212db47 script udpate 2025-03-22 13:29:06 +01:00
martin legrand
bc38385fe9 fix : pyaudio install 2025-03-22 13:22:49 +01:00
martin legrand
76f52846de feat : dont import pyaudio if stt not enabled 2025-03-22 12:44:41 +01:00
martin legrand
771ac22d7f install: ensure port audio installation 2025-03-22 12:39:37 +01:00
martin legrand
47b3bcf297 fix : wheel error on some linux system 2025-03-22 12:36:43 +01:00
martin legrand
5e7dd321f0 Fix : pyaudio.paInt16 missing in AudioRecorder class init 2025-03-22 12:12:11 +01:00
steveh8758
489dac5488
Merge pull request #66 from Fosowl/dev
Fix : AudioRecorder issue, Improve readme, more flexible requirements + python_requires to 3.9
2025-03-22 15:47:18 +08:00
martin legrand
b1ad643364 Fix : pyaudio.paInt16 missing in AudioRecorder class init 2025-03-21 19:34:57 +01:00
martin legrand
b40322dc2c readme update & fix provider not auto downloading model 2025-03-21 19:27:37 +01:00
martin legrand
6e2954d446 setup.py description 2025-03-21 13:22:08 +01:00
martin legrand
6b69651a21 fix install setup requirement 2025-03-21 10:37:44 +01:00
martin legrand
cb1a5c90e6 fix setup.py python version 2025-03-21 10:30:24 +01:00
martin legrand
6e1ab5f103 fix setup.py python version 2025-03-21 10:27:04 +01:00
martin legrand
6a825cf3fd Fix: requirement version 2025-03-21 10:15:25 +01:00
Martin
928bfd3d97
Merge pull request #65 from Fosowl/Fosowl-patch-2
Update README.md
2025-03-20 19:40:15 +01:00
martin legrand
4e2457b05d Doc: readme 2025-03-20 19:38:15 +01:00
Martin
98916b4404
Update README.md 2025-03-20 19:37:15 +01:00
Martin
48baf7812d
Merge pull request #64 from Fosowl/dev
Web safety, better readme, Router improvement, Language detection & emotion utility, Better verbose
2025-03-20 19:25:37 +01:00
martin legrand
1ee73eae37 Doc: readme 2025-03-20 15:33:59 +01:00
martin legrand
18dd56e790 Doc: readm 2025-03-20 15:32:23 +01:00
martin legrand
762293536f Doc: readme; Feat : language utility class, small fix 2025-03-20 15:24:31 +01:00
martin legrand
7c1519a0de feat : selenium web security 2025-03-19 17:29:37 +01:00
Martin
e153efe9e4
Merge pull request #61 from Fosowl/dev
fix chinese input being ignored, add deepseek API, browser improvement
2025-03-19 13:32:03 +01:00
martin legrand
70c64bf081 feat : llm prompt for search query 2025-03-19 12:53:34 +01:00
martin legrand
80071fbeaa fix : chromedriver bug 2025-03-19 09:41:48 +01:00
Martin
0e653fdefa
Merge pull request #56 from ganeshnikhil/main
Update text_to_speech.py ,  browser.py .
2025-03-18 23:16:04 +01:00
ganesh nikhil
2418894dcb
Update browser.py 2025-03-19 01:16:25 +05:30
ganesh nikhil
088e324b88
Update browser.py
added both methods, for support for beta to.
2025-03-18 23:07:39 +05:30
Martin
a3d0e2c588
Merge pull request #58 from Fosowl/dev
Web navigation improvement, error section in readme, role updated for router, fix bug
2025-03-18 18:25:29 +01:00
martin legrand
c813b5a3c0 Change browser page delay 2025-03-18 18:13:34 +01:00
ganesh nikhil
f71e4acf7e
Update requirements.txt 2025-03-18 21:28:34 +05:30
martin legrand
bdbb590dc4 Feat : web navigation improvement, better prompting 2025-03-18 16:52:09 +01:00
ganesh nikhil
07a04b069e
Update browser.py
update the code to remove overhead of check and install chromedriver.
2025-03-18 20:49:26 +05:30
ganesh nikhil
d12b345fe8
Update browser.py
it automatically install chromedriver , if version is outdated or the chromedriver not found.
2025-03-18 20:41:51 +05:30
ganesh nikhil
9d57d0568c
Update requirements.txt 2025-03-18 20:40:23 +05:30
ganesh nikhil
290b75de3f
Update text_to_speech.py
updated the speak function , make it more sturctured , also added to play sound using afplay in macos and redirected linux or other to aplay , make sure the  display of audio  only work for jupyter notebooks not  in terminal. the name of audio file is directly used in code , standerized it.
2025-03-18 20:19:28 +05:30
martin legrand
292623ab52 Fix : browser not supporting non-alphabetic language 2025-03-18 14:18:59 +01:00
martin legrand
dfcbacd464 Doc : add known issue section to readme 2025-03-18 13:24:50 +01:00
martin legrand
7fa16f2b70 Fix : remove planner agent until improvements 2025-03-18 12:27:17 +01:00
martin legrand
372da19f30 Fix : searxng now failing gracefully 2025-03-18 12:17:41 +01:00
martin legrand
0616f39e35 Fix : google chrome beta support on macos 2025-03-17 21:04:25 +01:00
Martin
d51f17fdad
Merge pull request #48 from ganeshnikhil/main
update browser.py multi-os support
2025-03-17 20:52:00 +01:00
ganesh nikhil
3e7d40c4f6
Update browser.py
finding the chromepath automatically.
2025-03-18 00:53:19 +05:30
Martin
d4d695fecf
Merge pull request #47 from Fosowl/dev
Image & star history
2025-03-17 20:15:54 +01:00
ganesh nikhil
477a145712
Merge branch 'Fosowl:main' into main 2025-03-18 00:41:19 +05:30