Quickstart
Create your first web action
Installation
Install the Dendrite SDK. We also need to run dendrite install
to install the browser drivers.
With pip:
With poetry:
Hello world
For our first Dendrite script, let’s start the Dendrite
browser, go to google.com and enter “hello world” into the search field.
We also need to specify the API keys to the LLM providers which default to using Anthropic:
main.py