mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 07:38:04 -05:00
docs: add docs for writing playwright tests (#8877)
<!-- Clearly explain the need for these changes: --> Nick wants others to be able to write tests besides Nick ### Changes 🏗️ <!-- Concisely describe all of the changes made in this pull request: --> - Fixes various import errors across the docs to fix dead links - Adds Docs for making and debugging your own tests --------- Co-authored-by: Swifty <craigswift13@gmail.com>
This commit is contained in:
@@ -153,7 +153,7 @@ It is possible to use your own self-hosted Stable Diffusion WebUI with AutoGPT.
|
||||
|
||||
## `WebSearchComponent`
|
||||
|
||||
Allows agent to search the web. Google credentials aren't required for DuckDuckGo. [Instructions how to set up Google API key](../../AutoGPT/configuration/search.md)
|
||||
Allows agent to search the web. Google credentials aren't required for DuckDuckGo. [Instructions how to set up Google API key](../../classic/configuration/search.md)
|
||||
|
||||
### `WebSearchConfiguration`
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
## 🛠️ Build your own Agent 🛠️
|
||||
|
||||
!!! warning
|
||||
If you are trying to use AutoGPT this is not the tutorial for you! You need to use [this one](../AutoGPT/setup/index.md)
|
||||
If you are trying to use AutoGPT this is not the tutorial for you! You need to use [this one](../classic/setup/index.md)
|
||||
|
||||
Forge is a ready-to-go template for *your* agent application. All the boilerplate code is already handled, letting you channel all your creativity into the things that set *your* agent apart.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user