Playwright Computer Use links Claude’s abstract computer tool to real browser automation with Playwright, supporting sync and async APIs and cursor tracking.
OpenChronicle captures macOS accessibility events to build structured local memory for LLM agents. Its async pipeline produces persistent Markdown memory and an SQLite index.
yoagent is a minimal Rust library implementing an AI agent loop with multi-provider LLM support, built-in tools, and event streaming for clean, extensible agent workflows.
SkillClaw is a Python framework enabling flexible AI agent orchestration across OpenAI-compatible and AWS Bedrock APIs, focusing on modularity and provider-agnostic design.
A no_std Rust firmware replacing C/C++ for the Waveshare ESP32-S3 AMOLED smartwatch, achieving >99% CPU sleep with async event-driven design and custom peripheral drivers.
An async Python bot automates a mean-reversion strategy on Polymarket’s non-sports binary markets. It features a triple-gate environment variable safety model that defaults to paper trading, minimizing accidental live trades.
rs-top is a Rust-based lightweight remote system monitor that uses SSH to provide a real-time TUI dashboard without any agent installation on remote hosts.
Blueprint MCP is a Python MCP server that generates system diagrams from codebases asynchronously using Google’s Nano Banana Pro model, integrated with Arcade MCP and Cursor IDE.
Pydoll is a Python library for Chromium automation using Chrome DevTools Protocol. It offers async-native APIs and Pydantic-powered data extraction for structured, validated scraping.
Scrapy is a Python framework designed for efficient and extensible web scraping, featuring a powerful selector system and item pipelines for data extraction and processing.
Requests-HTML extends Python’s Requests library with Chromium-based JavaScript rendering, CSS/XPath selectors, and async support for scraping dynamic web pages easily.