Tools

Tools are mechanics that help you get things done faster or build advanced behaviour. Lleverage supports the following Tools:

  • Script allows you to program custom JavaScript logic into your workflows to allow for advanced data manipulation or any other advanced behaviour.

  • Web scraper allows you to scrape a URL for it's contents to be processed by an LLM. Web scraper works well with the SerpApi integration.

  • Data flattener allows you to easily manipulate data for further processing without the hassle of writing code.

  • Document processor allows you to import office and PDF documents and transform them into text so they can be processed by models.

Scripts

Scripts allow you to program custom JavaScript or Python logic into your workflows to allow for advanced data manipulation or processing.

Last updated