dendrite-python-sdk icon indicating copy to clipboard operation
dendrite-python-sdk copied to clipboard

Tools to build web AI agents that can authenticate, interact with and extract data from any website.

Results 4 dendrite-python-sdk issues
Sort by recently updated
recently updated
newest added
trafficstars

How well does this integrate to be used with lower parameter models like llama3:8b? Or does it require a large model like the 405b version?

Hi, I really like this project, the big problem I have is that it is really expensive since every time the cached_selectors or other caching failed. This is the logs...

I'm using dendrite to scrape data from a website and it has pagination. I searched the docs for it but found nothing. How do you deal with pagination and also...

``` from dendrite import Dendrite from dendrite.logic.llm.agent import LLM from dendrite.logic.llm.config import LLMConfig from dendrite.logic.config import Config from time import sleep # Create custom configurations for all agents to use...