BotSharp/src/Plugins/BotSharp.Plugin.WebDriver
2024-02-10 11:36:49 -06:00
..
data/agents/f3ae2a0f-e6ba-4ee1-a0b9-75d7431ff32b Add hook of OnDialogRecordLoaded. 2024-02-06 14:42:35 -06:00
Drivers Merge branch 'master' of https://github.com/hchen2020/BotSharp 2024-02-10 11:36:49 -06:00
Functions improve webdrive action response. 2024-02-08 15:39:56 -06:00
Hooks Add hook of OnDialogRecordLoaded. 2024-02-06 14:42:35 -06:00
LlmContexts Allow WebDriver use persistent context. 2024-02-04 16:55:46 -06:00
Models Abstract IWebBrowser. 2024-02-05 23:05:52 -06:00
Services ReplaceToken 2024-02-10 11:36:43 -06:00
BotSharp.Plugin.WebDriver.csproj Fixed google search in WebDriver #268 2024-01-27 08:58:51 -06:00
README.md WebDriver Playwright. 2024-01-02 22:43:37 -06:00
Using.cs Optimize WebDriver. 2024-01-31 21:29:13 -06:00
WebDriverPlugin.cs Add hook of OnDialogRecordLoaded. 2024-02-06 14:42:35 -06:00

Web Driver

The WebDriver project will provide a new agent of Web Browser plugged into BotSharp's Routing mechanism. When Router analyzes that the user's intention is to operate the web page, it will be routed to this Agent. This Agent will contain some predefined action functions. After analyzing the user's conversation record, it will generate the corresponding execution function and then call the browsers' API to perform corresponding operations.

Installation

  1. Copy agents\f3ae2a0f-e6ba-4ee1-a0b9-75d7431ff32b folder to WebStarter\data\agents