This repository is generated. It is built from braintrustdata/braintrust-coding-agent-plugins. Don't edit files here — make changes and file issues in that repository, and they will be rebuilt into this one.
Trace Google Antigravity coding sessions in Braintrust.
Prerequisites:
- The latest Google Antigravity
- The latest Braintrust CLI (
bt)
Install the plugin and choose where traces are sent:
bt login --profile myprofile
bt trace --profile myprofile -p my-coding-agent-project enable antigravityThis causes Google Antigravity sessions to report to your configured project. You can disable the plugin later with:
bt trace disable antigravityEach traced session includes:
- a root span for the Antigravity session;
- a turn span for each user request and visible assistant response;
- LLM spans with available model inputs, outputs, and token usage;
- tool spans with observable inputs, outputs, duration, outcome, and errors;
- useful session metadata such as the Antigravity version, model, workspace, and native conversation ID.
The plugin forwards events only to the local Braintrust daemon. It does not contain Braintrust credentials or send traces directly to Braintrust.