Giter VIP home page Giter VIP logo

lavague-vscode's Introduction

LaVague Logo

Welcome to the LaVague VSCode Extension

๐Ÿช„ Copilot for automating automation

๐ŸŒŠ What is LaVague?

The LaVague VSCode extension is an open-source project designed to automate automation for devs!

It enables you to leverage AI to turn your natural language instructions into Python code for automation leveraging Selenium.

Behind the scenes, we use advanced AI techniques (RAG, Few-shot learning, Chain of Thought) to enhance performance - check out our documentation to find out more!

LaVague VSCode Extension in Action

Check out what the LaVague VSCode Extension looks like in action:

LaVague VSCode Extension Example

๐Ÿ”ง Pre-requisites

To use our VSCode extension you will need:

  • A version of VSCode >= 1.80
  • The Jupyter notebooks VSCode extension
  • To install a webdriver & LaVague: You can install them with the following command: wget https://raw.githubusercontent.com/lavague-ai/LaVague/main/setup.sh && sudo bash setup.sh

See the LaVague installation instructions for more details!

๐Ÿ„โ€โ™€๏ธ Getting started

Let's now take a look at how to get started with the LaVague VSCode extension.

Opening a new project

Firstly, you'll need to download the LaVague extension from VSCode marketplace.

Now, you can open your first LaVague project:

  • Open the VSCode Command Palette with Ctrl+Shift+P

  • Type or search and find the 'LaVague: New project' command

open new project

  • Next you'll be asked to input the URL of the site you wish to perform web actions on.

add project URL

Running your instruction

We're now ready to add an instruction for the action we'd like to automate following the %lavague-exec magic command:

add instruction

Note you will need to have an OpenAI API key set in your notebook environment. If you don't have yours set in this environment, you can add the following code into a cell:

import os
os.environ['OPENAI_API_Key'] = ''

If we now run this cell, our automation code will populate the next cell.

generated code

๐Ÿ™‹ Get support

You can report a bug by opening a new issue on our GitHub repo. We regularly track bug reports and try to respond as soon as possible!

You can also chat with us on our Discord server!

lavague-vscode's People

Contributors

lyie28 avatar jofrost avatar

Stargazers

JeongHoon Baek avatar R3uK avatar  avatar  avatar XY-INF avatar Benyamin Jafari avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.