Preview v0.2.0

Gemini Cli Sdk

An Elixir SDK for the Gemini CLI - build AI-powered applications with Google Gemini.

Stats & Info

  • Latest release: v0.2.0
  • Recent downloads: 184
  • All-time downloads: 184
  • Maintainers: nshkrdotcom

Tags

MIT Hex.pm

Installation

Add gemini_cli_sdk to your list of dependencies in mix.exs:

def deps do
  [
    {:gemini_cli_sdk, "~> 0.2.0"}
  ]
end

Then run:

mix deps.get

Resources