9.6 C
Canberra
Wednesday, June 17, 2026

DataRobot for Builders — integrating with the Google Antigravity CLI


Antigravity CLI is the most recent agentic coding CLI from Google, changing the now-deprecated Gemini CLI. It inherits the asynchronous subagent mannequin that makes Antigravity stand out from the sector, syncs bidirectionally with Antigravity Desktop, and is optimized for pace on Gemini 3.5 Flash.

DataRobot ships a full plugin for Antigravity CLI straight from the identical open supply repository that powers our Cursor, Claude Code, and Gemini CLI integrations. One set up provides you the entire DataRobot talent set inside Antigravity’s agent and slash-command interface.

Set up the DataRobot plugin with a single command:

agy plugin set up https://github.com/datarobot-oss/datarobot-agent-skills.git

For those who’re nonetheless on Gemini CLI, the identical repository installs there too:

gemini extensions set up https://github.com/datarobot-oss/datarobot-agent-skills.git

Already utilizing the DataRobot extension in Gemini CLI and switching to Antigravity? Migrate it straight:

agy plugin import gemini

As soon as put in, the total DataRobot talent set is offered together with datarobot-setup and datarobot-agent-assist and could be invoked with slash instructions like /datarobot-skills:datarobot-agent-assist

DataRobot for Builders — integrating with the Google Antigravity CLI

Debugging brokers is difficult. LLM calls return plausible-sounding output even when one thing has gone flawed, software calls fail silently, and latency issues are invisible within the remaining response. With out structured hint knowledge, the one choice is log-hunting and guesswork.

To point out how the DataRobot tracing talent works in observe, right here’s a concrete instance: a LangGraph agent in a single essential.py file that manages bike exercises. It has a number of instruments, produces inconsistent solutions, and the basis trigger isn’t apparent from the conversational output alone.

Including production-grade tracing to this agent takes a single talent invocation: /datarobot-skills:datarobot-external-agent-monitoring.

Invoking the datarobot-external-agent-monitoring skill in Antigravity CLI

The talent provisions a brand new DataRobot Use Case, devices the agent to emit traces by way of OpenTelemetry, and writes a monitoring_setup.md artifact with the runtime configuration steps.

The monitoring skill inspecting the project and provisioning a DataRobot Use Case
Summary of actions the skill completed, including the monitoring_setup.md artifact

With instrumentation in place, run the agent and ship it a query — on this case, “What’s the schedule this week?”

Running the bike training agent and asking for the week's schedule

The talent generates setup directions that embody the Use Case entity ID and the atmosphere variables wanted to route traces to DataRobot:

The generated monitoring setup instructions with runtime variables and telemetry steps

The DataRobot tracing interface surfaces the total request historical past. Every hint exhibits end-to-end latency, whole token consumption, and the entire span tree:

The DataRobot tracing interface listing the agent's traced requests

Drilling into the “schedule this week” request reveals the total image: 2,700 tokens consumed, tool-level latency for every name, LLM invocation rely, and any customized attributes emitted by way of customary OTel instrumentation. That is the info that makes debugging tractable, not inference from remaining output.

The trace detail view showing span hierarchy, latency, and token counts

For native growth, the DataRobot CLI surfaces hint updates in actual time: dr plugin set up xp adopted by dr xp --entity-id=. This creates a decent iteration loop — run the agent, examine the hint, repair the problem, repeat.

On this case, the span output makes the basis trigger specific: the agent lacks calendar entry, which is why it couldn’t reply the scheduling query. That failure wasn’t surfaced within the agent’s conversational response:

A span's output showing the agent explaining it lacks calendar access

As an alternative, the agent responded with generic steerage:

2. **Construct per week from scratch** - For those who inform me just a few issues, I can sketch out a balanced week for you:

   - Your purpose (common health, an occasion/race, constructing endurance, and so on.)
   - What number of days/hours you may practice
   - Your present health stage and any FTP you already know

A strong common week may appear like:

- **Mon** - Relaxation or simple restoration spin
- **Tue** - Intervals
- **Wed** - Endurance journey (zone 2)
- **Thu** - Restoration or relaxation
- **Fri** - Tempo/threshold work
- **Sat** - Lengthy endurance journey
- **Solar** - Simple journey or relaxation

The hint made the hole between anticipated and precise agent conduct instantly actionable. This similar sample applies at enterprise scale: whether or not the agent is working on a laptor or in manufacturing on a cloud supplier, DataRobot traces the total execution tree and surfaces what the agent really did — not simply what it mentioned.

The hole between an agent prototype and an agent in manufacturing is generally operational context. Your coding agent writes the code. DataRobot provides the observability layer and the ruled deployment goal. One plugin set up, one talent execution — and you’ve got production-grade hint knowledge from the primary run.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

[td_block_social_counter facebook="tagdiv" twitter="tagdivofficial" youtube="tagdiv" style="style8 td-social-boxed td-social-font-icons" tdc_css="eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjM4IiwiZGlzcGxheSI6IiJ9LCJwb3J0cmFpdCI6eyJtYXJnaW4tYm90dG9tIjoiMzAiLCJkaXNwbGF5IjoiIn0sInBvcnRyYWl0X21heF93aWR0aCI6MTAxOCwicG9ydHJhaXRfbWluX3dpZHRoIjo3Njh9" custom_title="Stay Connected" block_template_id="td_block_template_8" f_header_font_family="712" f_header_font_transform="uppercase" f_header_font_weight="500" f_header_font_size="17" border_color="#dd3333"]
- Advertisement -spot_img

Latest Articles