webdriver-bidi VS waggle-dance

Compare webdriver-bidi vs waggle-dance and see what are their differences.

webdriver-bidi

Bidirectional WebDriver protocol for browser automation (by w3c)

waggle-dance

Knowledge work automation with AI agents (by agi-merge)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
webdriver-bidi waggle-dance
12 5
314 150
3.2% -
8.9 9.9
6 days ago 5 months ago
Bikeshed TypeScript
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

webdriver-bidi

Posts with mentions or reviews of webdriver-bidi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-19.

waggle-dance

Posts with mentions or reviews of waggle-dance. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-28.
  • Show HN: Demystifying Advanced Rag Pipelines
    3 projects | news.ycombinator.com | 28 Oct 2023
    This seems very similar to LangSmith’s trace monitoring, which I have been leaning on heavily for observability. You also mention LlamaIndex— how do you see your project fitting into the ecosystem?

    This is a great README, but I don’t think I would able to use this because it is serial.

    In my experimental agent system, waggledance.ai, I have been working on a pre-agent step of [picking and synthesizing the right context and tools](https://github.com/agi-merge/waggle-dance/blob/main/packages...) for a given subtask of a larger goal, and it seems to be boosting results. It looks like now I have to try sub-question answering in the mix as well.

  • Autotab – Boring AI Agents for real world tasks
    10 projects | news.ycombinator.com | 19 Oct 2023
    This is amazing. I will try to have it automate my system of agents web app (turtles all the way down) (shameless plug: https://github.com/agi-merge/waggle-dance)
  • Ask HN: Show me your half baked project
    163 projects | news.ycombinator.com | 12 Oct 2023
    - source code: https://github.com/agi-merge/waggle-dance
  • Language Agent Tree Search Unifies Reasoning Acting and Planning in LMs
    1 project | news.ycombinator.com | 9 Oct 2023
    Any advice for trying to implement this in my project over at https://github.com/agi-merge/waggle-dance

    Currently I am creating different agent types for planned subtasks using langchain, so perhaps implementing a custom AgentExecutor? Or would I need to lift it up higher in the logic stack? I am not sure that I understand how the graph search and thought-action-reflection selection process is deciding when and how to reflect if a branch fails, and how it backpropogates the failure to other nodes?

  • Why AutoGPT engineers ditched vector databases
    2 projects | news.ycombinator.com | 9 Oct 2023
    I have been working on a system of agents over at https://github.com/agi-merge/waggle-dance - I already split problems up into subtasks for agents to work on independently. I give agents access to vector databases, using a simple global key for now, but soon a context/parent/child key. Access to the vector DBs is proxied via tools (agents have to “call” saveMemory or retrieveMemory). I also check for looping/repetition FREQUENTLY using in-memory vector databases of the langchain agent callback events.

    My opinion on this: eh, who cares? AutoGPT and similar are non-standard use cases for Vector DBs right now, and Vector DBs are useful for RAG.

What are some alternatives?

When comparing webdriver-bidi and waggle-dance you can also consider the following projects:

Selenium WebDriver - A browser automation framework and ecosystem.

playwright-chrome-recorder - playwright-chrome-recorder

Playwright - Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

RVS_GTDriver - A "Pure Swift" Low-Level SDK for Bluetooth Low-Energy Devices (Work In Progress)

nightwatch - Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack

rag-demystified - An LLM-powered advanced RAG pipeline built from scratch

canidev.tools - It is like @CanIUse but for the browser devtools. Created by @pankajparashar & curated by community.

selenium-python-helium - Lighter web automation for Python [Moved to: https://github.com/mherrmann/helium]

youtube-music - YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)

paperless-ngx - A community-supported supercharged version of paperless: scan, index and archive all your physical documents

testing-library-docs - docs site for @testing-library/*

autotab-starter - Build browser agents for real world tasks