palladius / palladius/antigravity-ruby-sdk
bonus: support 'rv'
Open
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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