wacli: WhatsApp CLI for Sync, Search, and Send
wacli: WhatsApp CLI for Sync, Search, and Send WhatsApp is one of the most widely used messaging platforms in the world, yet accessing your messages programmatically has always been a challenge. Enter wacli – an open-source WhatsApp CLI tool built...
T3 Code: A Minimal Web GUI for Coding Agents
T3 Code: A Minimal Web GUI for Coding Agents The AI coding agent landscape is evolving rapidly, with tools like OpenAI’s Codex and Anthropic’s Claude Code transforming how developers write software. However, interacting with these agents often means switching between...
OpenSRE: AI-Powered Site Reliability Engineering Framework
OpenSRE: AI-Powered Site Reliability Engineering Framework When something breaks in production, the evidence is scattered everywhere – logs in one system, metrics in another, traces somewhere else, runbooks in a wiki, and the actual context buried in a Slack thread...
OpenAI Agents Python SDK: Building Multi-Agent AI Workflows
The OpenAI Agents Python SDK is a lightweight yet powerful framework designed for building multi-agent AI workflows in Python. Released by OpenAI, this SDK provides a clean, provider-agnostic abstraction layer that supports not only the OpenAI Responses API and Chat...
Omi: Open-Source AI Wearable That Remembers Everything
Omi: Open-Source AI Wearable That Remembers Everything In an age where information flows endlessly through meetings, conversations, and digital interactions, the ability to capture and recall everything has become a superpower. Omi is an open-source AI-powered platform that serves as...
Evolver: GEP-Powered Self-Evolution Engine for AI Agents
Introduction AI agents are powerful, but they are also fragile. When an agent encounters an error, a performance bottleneck, or a new feature request, the typical response is ad hoc: a developer manually tweaks a prompt, patches a configuration file,...
DFlash: Block Diffusion for Lightning-Fast LLM Speculative Decoding
DFlash: Block Diffusion for Lightning-Fast LLM Speculative Decoding Large Language Models have become the backbone of modern AI applications, but their autoregressive decoding process remains a fundamental bottleneck. Each token must be generated sequentially – the model cannot produce the...
Craft Agents OSS: The Open-Source Agent-Native Desktop Application
Craft Agents OSS: The Open-Source Agent-Native Desktop Application Craft Agents OSS is an open-source, agent-native desktop application built by the team at craft.do for working with AI agents. With over 4,189 stars on GitHub, it provides a polished alternative to...
Chrome DevTools MCP: AI-Powered Browser Automation
Chrome DevTools MCP: AI-Powered Browser Automation The intersection of AI agents and web browsers has long been a challenging frontier. While tools like Selenium and Playwright have served developers well for scripted automation, the rise of large language models demands...
Android Reverse Engineering Skill: Decompile APKs and Extract APIs with Claud...
Android Reverse Engineering Skill: Decompile APKs and Extract APIs with Claude Code Reverse engineering Android applications has traditionally required deep expertise across multiple tools – jadx for decompilation, dex2jar for format conversion, and manual grep searches through thousands of decompiled...
Public APIs: The Ultimate Free API Collection for Developers
Public APIs: The Ultimate Free API Collection for Developers In the world of modern software development, APIs are the building blocks that power applications. The Public APIs repository on GitHub has become the go-to resource for developers seeking free, publicly...
Open Agents: Open Source Template for Building Cloud Agents
Open Agents: Open Source Template for Building Cloud Agents Open Agents is an open-source reference application from Vercel Labs for building and running background coding agents on Vercel. It provides a complete three-layer architecture that separates the web interface, agent...