bunqueue - SQLite-backed job queue for Bun
High-performance Bun job queue with SQLite persistence, dead-letter queue, cron scheduling, and S3 backups. Marketed as BullMQ alternative for AI agent workloads.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
passmark - Playwright AI regression testing
Open-source Playwright library for AI-driven browser regression testing with intelligent caching, auto-healing locators, and multi-model verification. Designed to keep flaky AI tests stable across model versions.
agent-prism - React components for agent traces
React component library for visualizing distributed traces from AI agents. Drop-in widgets for timelines, span trees, and tool-call breakdowns from LangChain or custom runtimes.
cli-to-js - turn any CLI into a JS API
Wraps any command-line tool as a typed JavaScript API agents can call directly. Saves writing a custom MCP for every CLI you want to expose.
tui-use - drive interactive REPLs from agents
Lets agents interact with programs that expect a human at the keyboard - REPLs, debuggers, TUI apps - things bash pipes cannot reach. Fills the gap between shell and full computer-use.