@react-grab/gemini
v0.0.96
Published
Google Gemini CLI provider for React Grab.
Downloads
2,208
Readme
@react-grab/gemini
Google Gemini CLI provider for React Grab.
Installation
npm install @react-grab/geminiUsage
Server
The server runs on port 8567 and interfaces with the Gemini CLI. Add to your package.json:
{
"scripts": {
"dev": "npx @react-grab/gemini@latest && next dev"
}
}Note: You must have Gemini CLI installed (
npm i -g @anthropic-ai/gemini-cli).
Client
Add the client script to your HTML:
<script src="//unpkg.com/@react-grab/gemini/dist/client.global.js"></script>Or import programmatically:
import "@react-grab/gemini/client";Features
- Follow-ups: Continue conversations with the same session
- Streaming: Real-time status updates during execution
- Tool calls: See tool usage as it happens
