discourse-ai/spec/lib/modules
Sam fb81307c59
FEATURE: web browsing tool (#548)
This pull request makes several improvements and additions to the GitHub-related tools and personas in the `discourse-ai` repository:

1. It adds the `WebBrowser` tool to the  `Researcher` persona, allowing the AI to visit web pages, retrieve HTML content, extract the main content, and convert it to plain text.

2. It updates the `GithubFileContent`, `GithubPullRequestDiff`, and `GithubSearchCode` tools to handle HTTP responses more robustly (introducing size limits). 

3. It refactors the `send_http_request` method in the `Tool` class to follow redirects when specified, and to read the response body in chunks to avoid memory issues with large responses. (only for WebBrowser)

4. It updates the system prompt for the `Researcher` persona to provide more detailed guidance on when to use Google search vs web browsing, and how to optimize tool usage and reduce redundant requests.

5. It adds a new `web_browser_spec.rb` file with tests for the `WebBrowser` tool, covering various scenarios like handling different HTML structures and following redirects.
2024-03-28 16:01:58 +11:00
..
ai_bot FEATURE: web browsing tool (#548) 2024-03-28 16:01:58 +11:00
ai_helper DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
automation FIX: mention suppression was not working right (#538) 2024-03-20 13:00:39 +11:00
embeddings DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
nsfw DEV: Fix various typos (#434) 2024-01-19 12:51:26 +01:00
sentiment DEV: Fix various typos (#434) 2024-01-19 12:51:26 +01:00
summarization/strategies UX: Validations to LLM-backed features (except AI Bot) (#436) 2024-01-29 16:04:25 -03:00
toxicity DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00