Incubating v0.1.0
Gemini Cli Sdk
An Elixir SDK for the Gemini CLI — Build AI-powered applications with Google Gemini
Stats & Info
- Latest release: v0.1.0
- Recent downloads: 32
- All-time downloads: 32
- Maintainers: nshkrdotcom
Installation
Add gemini_cli_sdk to your list of dependencies in mix.exs:
def deps do
[
{:gemini_cli_sdk, "~> 0.1.0"}
]
endThen run:
mix deps.get