npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

buzz-antigravity-acp

v0.1.5

Published

Agent Client Protocol (ACP) adapter wrapping Google Antigravity CLI (agy) for Buzz and AI agent clients

Readme

buzz-antigravity-acp

Agent Client Protocol (ACP) adapter wrapping the Google Antigravity CLI (agy).
Seamlessly connect Google Antigravity to Buzz Desktop and any ACP-compliant agent client.


🌟 Key Features

  • Full ACP Compliance: Standard JSON-RPC 2.0 over stdio (Newline-Delimited JSON).
  • 🧠 Dynamic Model Discovery: Automatically queries available models from local agy models (Gemini 3.7 / 3.6 / 3.5 Flash, Gemini 3.1 Pro, Claude Sonnet/Opus 4.6 Thinking, GPT-OSS 120B).
  • 🚀 Unlimited Prompt Length: Streams system prompts and multi-turn channel history directly through stdin (bypassing Windows ENAMETOOLONG command-line length limits).
  • 🛡️ Headless Auto-Permissions: Automatically runs non-interactively with --dangerously-skip-permissions for uninterrupted automation.
  • 📝 Real-Time Debug Logging: Automatically writes stdio events to a local debug.log file for easy diagnosis.

📋 Prerequisites

Make sure the Google Antigravity CLI (agy) is installed and authenticated on your machine:

# Verify agy is installed and logged in
agy --version
agy auth login

📦 Installation

Install the adapter globally via npm:

npm install -g buzz-antigravity-acp

🖥️ Buzz Desktop Configuration

Follow these two simple steps to set up Google Antigravity in Buzz Desktop:

Step 1: Add Custom Runtime (Harness)

  1. Open Buzz Desktop ➔ Go to Settings (⚙️).

  2. In the left menu under App, click on Agents.

  3. Scroll down to the "Your runtimes" section and click the "+ Add runtimes" button:

    Step 1 - Settings Your Runtimes

  4. In the modal popup, click "+ Custom harness" at the bottom of the left sidebar.

  5. Fill in the form fields:

    • Name: Antigravity
    • ID (auto-derived): antigravity
    • Command: buzz-antigravity-acp
    • Arguments: (Leave empty)
  6. Click Save in the bottom-right corner:

    Step 2 - Custom Harness Form


Step 2: Create Agent with the Antigravity Runtime

  1. Return to the main app view and click Agents in the left sidebar.

  2. In the Agents grid, click the + (Add agent) card:

    Step 3 - Agents Grid

  3. In the Add agent popup:

    • Agent name: Antigravity (or your preferred name).
    • Agent instructions: (Optional custom system instructions).
    • AI configuration: Switch to the "Customize for this agent" tab.
    • Agent harness: Select Antigravity from the dropdown.
    • Model: Select your desired model (e.g. Gemini 3.7 Flash, Gemini 3.6 Flash, Claude Sonnet 4.6 (Thinking), etc.).
  4. Click Add agent in the bottom-right:

    Step 4 - Add Agent Form

  5. 🎉 You're ready! Start chatting with Antigravity directly via Direct Messages or tag @Antigravity in any channel:

    Step 5 - Chat with Antigravity in Buzz


🧪 Testing Locally

You can test the adapter directly from your terminal:

# Query available models in ACP JSON format
buzz-antigravity-acp models

📄 License

MIT © Andy Vu Viet