Skip to content

Commit

Permalink
feat(package): rename webwisp to @webwisp/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
brewcoua committed Jun 14, 2024
1 parent 54d6ebe commit 21b20f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# WebWisp
# `@webwisp/lib`

This is a simple agent, made during my internship at [LaBRI](https://www.labri.fr/), that can be used to navigate through a website while also
testing it. The agent uses OpenAI's GPT-4o model to generate the actions to take on the website.
The full library for the WebWisp agent, which can be used to navigate websites, perform tasks, and test features.

## Installation

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webwisp",
"version": "1.3.0",
"name": "@webwisp/lib",
"version": "1.3.1",
"description": "A web agent for automatic end-to-end testing of websites.",
"license": "(MIT OR Apache-2.0)",
"type": "module",
Expand All @@ -13,11 +13,11 @@
},
"repository": {
"type": "git",
"url": "git+ssh@github.com:brewcoua/webwisp.git"
"url": "git+ssh@github.com:brewcoua/webwisp-lib.git"
},
"homepage": "https://github.com/brewcoua/webwisp#readme",
"homepage": "https://github.com/brewcoua/webwisp-lib#readme",
"bugs": {
"url": "https://github.com/brewcoua/webwisp/issues",
"url": "https://github.com/brewcoua/webwisp-lib/issues",
"email": "contact@brewen.dev"
},
"engines": {
Expand Down

0 comments on commit 21b20f7

Please sign in to comment.