Commit graph

  • 2f96502c58
    Update Self_Improving_Search.py main James 2024-12-14 16:50:14 +1000
  • e47867ad50
    Update README.md James 2024-12-10 14:23:14 +1000
  • 3b7de2d667 Adds LLM call to summarize query & improve research session filename SamPatt 2024-12-06 23:14:57 -0500
  • f7dbc7d93c Merge branch TheBlewish:main into main GOOSEARTe 2024-12-06 07:43:22 -0500
  • 64af413c26
    Update llm_config.py James 2024-12-05 18:04:37 +1000
  • 1d00e2e847 Create import requests.py GOOSEARTe 2024-12-04 16:05:07 -0500
  • 6386544929
    Update README.md instructions Alex Aridgides 2024-11-28 01:22:23 -0500
  • 5aeace1740
    Update README.md to include checkout Alex Aridgides 2024-11-28 01:15:40 -0500
  • 9930fad0ca
    Update README.md to include checkout Alex Aridgides 2024-11-28 01:10:18 -0500
  • fd3848ed09
    Update README.md on Docker branch Alex Aridgides 2024-11-28 00:02:21 -0500
  • af34b01836 Add initial docker support leapingturtlefrog 2024-11-27 23:51:39 -0500
  • fd0bbc750c
    Update llm_config.py James 2024-11-27 12:34:02 +1000
  • b1371cc977
    Update llm_config.py James 2024-11-27 12:30:54 +1000
  • a6750d7864
    Update README.md James 2024-11-27 12:01:27 +1000
  • 57d4bd1f38
    Update README.md James 2024-11-27 12:00:34 +1000
  • 95a41467c7
    Update README.md James 2024-11-27 11:59:31 +1000
  • 2f5354814f
    Update README.md James 2024-11-27 11:48:49 +1000
  • 08220688d0
    Merge pull request #54 from hafeezhmha/patch-3 feature/windows-support James 2024-11-27 11:43:59 +1000
  • aa7b1b2624
    Update README.md Hafeez 2024-11-26 11:47:43 +0530
  • 8c87fca693
    Update README.md to clarify how to set up llm_config.py synth-mania 2024-11-25 22:53:37 -0600
  • 4c12903f83
    Update README.md synth-mania 2024-11-25 22:41:59 -0600
  • 18342fda9e Reorganize to hide internals, and add start.sh Burke Johnson 2024-11-25 22:32:21 -0600
  • 529de5d259
    Merge pull request #52 from mattjamo/main James 2024-11-26 14:05:17 +1000
  • 65112c7fb3
    Merge pull request #51 from leapingturtlefrog/main James 2024-11-26 14:03:04 +1000
  • 3a77f00fb0
    Update requirements.txt - fix windows-curses Matt 2024-11-25 23:02:03 -0500
  • b82f90d07b
    Improve README.md Alex Aridgides 2024-11-25 22:27:32 -0500
  • cae416e262
    Update llm_config.py James 2024-11-26 12:25:41 +1000
  • 8acec29d50
    Add files via upload James 2024-11-26 12:25:04 +1000
  • f117a83248
    Delete web_scraper.py James 2024-11-26 12:17:54 +1000
  • 9b8778dc3e
    Delete system_config.py James 2024-11-26 12:17:46 +1000
  • 6201fa7ca1
    Delete strategic_analysis_parser.py James 2024-11-26 12:17:35 +1000
  • 52c1028831
    Delete search_manager.py James 2024-11-26 12:17:00 +1000
  • abfc1b932f
    Delete research_manager.py James 2024-11-26 12:16:51 +1000
  • 62be19a676
    Delete requirements.txt James 2024-11-26 12:16:41 +1000
  • 49bb0b217d
    Delete llm_wrapper.py James 2024-11-26 12:16:31 +1000
  • 62f7de3ad7
    Delete llm_response_parser.py James 2024-11-26 12:16:22 +1000
  • 256a20d336
    Delete llm_config.py James 2024-11-26 12:16:11 +1000
  • ecef017800
    Delete example.env James 2024-11-26 12:15:56 +1000
  • 624a9d5f7c
    Delete Web-LLM.py James 2024-11-26 12:15:44 +1000
  • 5b3f072f2e
    Delete Self_Improving_Search.py James 2024-11-26 12:15:34 +1000
  • bdcb9fbd4a
    Delete README.md James 2024-11-26 12:15:23 +1000
  • 148dc3db02
    Delete search_providers directory James 2024-11-26 12:15:09 +1000
  • a6899814ff
    Merge pull request #48 from ankh2054/patch-1 feature/multi-api-search James 2024-11-26 10:13:35 +1000
  • 721e3bc2b0
    Update llm_config.py Charles Holtzkampf 2024-11-25 13:05:15 +0000
  • f7cf4fa017
    Update Web-LLM.py Hafeez 2024-11-25 16:37:25 +0530
  • 1b87b3188d
    Fixed Input commands Hafeez 2024-11-25 16:36:28 +0530
  • 9aab6388e7
    Update README.md Hafeez 2024-11-25 10:25:45 +0530
  • fac25b3e47
    Update README.md Hafeez 2024-11-25 10:24:33 +0530
  • fe729157c6
    Update requirements.txt Matt 2024-11-24 23:18:18 -0500
  • 8620649301
    Add Running on Windows section Alex Aridgides 2024-11-23 21:11:10 -0500
  • 64e075961e Add Windows support with proper input handling: - Add conditional imports for Windows/Unix systems - Use msvcrt for Windows input handling while keeping termios for Unix - Fix input handling to properly support CTRL+Z on Windows konvar 2024-11-23 17:01:13 +0200
  • 2d4aea4638 Add gcc and g++ installation to Dockerfile Vishwanath Martur 2024-11-23 12:13:37 +0530
  • 04c4e6892a
    Update LICENSE Divyesh1112 2024-11-23 11:53:13 +0530
  • 915d78ca3e update README.md leapingturtlefrog 2024-11-23 00:29:05 -0500
  • 66bb4a3055 update README.md Burke Johnson 2024-11-22 21:44:54 -0600
  • 3aa2798000 move readme back into root Burke Johnson 2024-11-22 21:33:41 -0600
  • a9af253988 update relative imports in search_providers Burke Johnson 2024-11-22 21:32:51 -0600
  • fe890d739c fill in start.sh Burke Johnson 2024-11-22 21:24:00 -0600
  • 857b72ae36 move search_providers into src Burke Johnson 2024-11-22 21:16:24 -0600
  • dbf8114716 Move internals into /src folder, format src as a package Burke Johnson 2024-11-22 21:15:47 -0600
  • afbf9117a2
    Update llm_config.py James 2024-11-23 11:54:07 +1000
  • 1238114f14
    Merge pull request #1 from NimbleAINinja/main James 2024-11-23 11:52:24 +1000
  • 1f6174ca7f
    Merge branch 'main' into main James 2024-11-23 11:52:09 +1000
  • a361b005c9 Web Search Providers update Graham V 2024-11-22 19:55:46 -0500
  • 5e859fedb6
    chore: tip for devcontainers Nirina Rabeson 2024-11-22 22:33:44 +0000
  • 58a41c8cfd
    feat: adds devcontainer Nirina Rabeson 2024-11-22 23:15:42 +0100
  • bd9f8edda3 Add Docker support Vishwanath Martur 2024-11-23 00:45:56 +0530
  • e69620c03f
    Update llm_wrapper.py benx13 2024-11-22 09:06:06 -0800
  • 2e278f3c05
    Update llm_config.py benx13 2024-11-22 09:04:59 -0800
  • 7bce271585
    Update llm_config.py benx13 2024-11-22 09:04:17 -0800
  • ae2e26b1de
    Update llm_config.py benx13 2024-11-22 09:03:25 -0800
  • 8457fc9d32
    Merge pull request #2 from synth-mania/gitignore NimbleAINinja 2024-11-22 04:48:53 -0500
  • 3cc6efdd09
    Create .gitignore James 2024-11-22 13:58:33 +1000
  • fc6a1b8326
    Update README.md Hafeez 2024-11-22 06:09:33 +0530
  • dbcee821a5 add venv to gitignore Burke Johnson 2024-11-21 11:43:51 -0600
  • 5db6761f3e add .gitignore Burke Johnson 2024-11-21 11:43:18 -0600
  • b5117f37b5 added openai support benx13 2024-11-21 08:57:30 -0800
  • b8c25c110f
    Update research_manager.py removed char[0] Hafeez 2024-11-21 18:21:49 +0530
  • bc471dd291
    Update README.md Hafeez 2024-11-21 18:03:57 +0530
  • 3e439cc593
    Update research_manager.py - patch update 2.0 Hafeez 2024-11-21 18:02:39 +0530
  • 555ddf951e
    Update Web-LLM.py - patch update Hafeez 2024-11-21 18:01:40 +0530
  • bd1f420531
    Update Web-LLM.py - patch-update Hafeez 2024-11-21 18:01:11 +0530
  • f91874e170
    Update Self_Improving_Search.py Hafeez 2024-11-21 18:00:26 +0530
  • b12c8f7328
    Update Self_Improving_Search.py Hafeez 2024-11-21 17:59:28 +0530
  • 607992910b
    Update research_manager.py Hafeez 2024-11-21 11:34:04 +0530
  • 2b365a20cf
    Update Web-LLM.py Hafeez 2024-11-21 11:32:43 +0530
  • 816ea37293
    Update Self_Improving_Search.py Hafeez 2024-11-21 11:32:15 +0530
  • 161698a228
    Update Self_Improving_Search.py for windows Hafeez 2024-11-21 09:29:00 +0530
  • df2c6ac39b
    Update Self_Improving_Search.py for windos Hafeez 2024-11-21 09:28:33 +0530
  • b63eb97037
    Update requirements.txt for windows Hafeez 2024-11-21 09:25:27 +0530
  • 2edbe3d3f7
    Update Self_Improving_Search.py Hafeez 2024-11-21 09:20:17 +0530
  • e3cb357c3b
    Update llm_wrapper.py James 2024-11-21 13:36:25 +1000
  • b976ebee3b
    Merge pull request #1 from eltociear/patch-2 NimbleAINinja 2024-11-20 13:01:59 -0500
  • dcfeccdfc1
    Update requirements.txt for windows Hafeez 2024-11-20 22:40:09 +0530
  • d41fa61586
    Update Web-LLM.py for windows Hafeez 2024-11-20 22:37:27 +0530
  • abcd32130c
    Update Self_Improving_Search.py for windows Hafeez 2024-11-20 22:34:32 +0530
  • a70e37841d
    Update Web-LLM.py for windows Hafeez 2024-11-20 22:30:22 +0530
  • 1029885bd0
    Update Self_Improving_Search.py for windows Hafeez 2024-11-20 22:29:43 +0530
  • eb36df3f72
    Merge b60ee52947 into c3c29a5da5 WebDesignerlol 2024-11-20 10:38:12 -0600
  • b60ee52947
    Update requirements.txt WebDesignerlol 2024-11-20 10:37:08 -0600