A lightweight Kotlin library that lets Android developers integrate Google’s Gemini AI into their apps with ease. Supports text, image, and multi-modal inputs, persistent chat history, and agentic task detection with JSON-based structured responses for automation.
Integrate Google Gemini AI into your Android apps — now with Agentic Task Detection
PrexoAI is a lightweight Kotlin library that makes it effortless to bring Gemini AI’s capabilities to your Android projects. With support for text, image, and multi-modal inputs, persistent conversation history, and smart agentic task detection, you can go beyond chat — automate actions, parse structured JSON commands, and build futuristic AI-powered experiences.
Add JitPack to your settings.gradle.kts:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}
And include the dependency in your build.gradle.kts:
dependencies {
implementation("com.github.binarybeam:Prexo-Ai:1.3.0")
}
val ai = Ai()
ai.updateModel(apiKey = "YOUR_API_KEY", agentMode = true)
ai.sendMessage("Turn on the flashlight", object : AiCallback {
override fun onNormalResponse(message: String) { println("AI: $message") }
override fun onAgenticResponse(message: String, jsonObject: List<JSONObject>) {
println("Agentic Task: $message")
println("Actions: $jsonObject")
}
override fun onError(error: String) { println("Error: $error") }
})
When enabled, responses for actionable tasks are returned in JSON format only.
{
"id": "wifi",
"state": "on",
}
ai.updateModel(
apiKey = "YOUR_API_KEY",
modelName = "gemini-2.5-flash",
Universal, model-agnostic operating harness for AI agents (Claude, Codex, Gemini, …) — a lean core + work-type profiles assembled by one setup script.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
A desktop pet for macOS & Windows that monitors your AI coding agents (Claude Code, Codex, Cursor, Gemini...) in real time, and grows as you code, feed it tokens, level it up, climb the leaderboard.
UltraGameStudio - AI coding agent for game development: engine workflows, gameplay code, and asset generation.
The coding agent that answers to you, your model, your machine, your rules.
Stop babysitting local AI agents. Just notifications, approve, and resume your Codex,Pi,Grok, or Claude code sessions anywhere. 0-Intrusion mobile control bridge via Telegram/微信/飞书. No hooks, no skills, no MCP.
Workflows from the Neura Market marketplace related to this Gemini resource