palladius / palladius/antigravity-ruby-sdk

bonus: support 'rv'

Open
#1 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Ruby
Stars
0
Forks
0
Avg merge
4m
Merged PRs (30d)
1

Description

wouyld be nice to have. similar to uv, something like:

#!/usr/bin/env rv run --gemz antigravity # or ehatever its called inline... 
require "antigravity"

# Create an agent with reflective block configuration
agent = Antigravity::Agent.new(model: "gemini-2.5-flash") do |a|
  a.system_instruction = "You are a helpful Ruby assistant."
end

# Stream responses cleanly with block semantics
agent.ask("Why do developers love Ruby?") do |chunk|
  print chunk.content if chunk.content
end

https://github.com/spinel-coop/rv

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the requested rv integration at https://github.com/spinel-coop/rv and compare its invocation with the Ruby shebang example in this issue. Identify the repository entry points affected and define done as a working rv-compatible invocation that loads antigravity and runs the shown Ruby example.

Written by the indexing model from the issue text.

Assessment

Tech stack
ruby
Domain
cli, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.