Skip to content

GOGA08/my_agent_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– ZeroClaw Mobile Agent

Private, Local-First, and Blazing Fast.
A cross-platform AI Assistant built with Flutter and Rust, featuring on-device SQLite vector memory and multi-provider LLM routing.

Flutter Rust SQLite


✨ Key Features

  • 🧠 Local Memory (Long-Term): Uses ZeroClaw's Rust engine to manage an on-device SQLite vector database. Every chat is indexed locally for hybrid vector/keyword search.
  • πŸ›‘οΈ 100% Private: Your memories and conversation history never leave your device.
  • πŸš€ Multi-Provider Routing: Seamlessly switch between Groq (LLaMA 3), OpenAI (GPT-4), and Google Gemini.
  • πŸ”„ Automatic Fallback: If one provider goes down or you hit a rate limit, the agent automatically fails over to the next registered provider.
  • ⚑ Native Rust Speed: Core logic, vector embeddings, and networking are handled in highly-optimized Rust via flutter_rust_bridge.

πŸ› οΈ Tech Stack

  • Frontend: Flutter (Dart)
  • Backend: Rust (Agent Engine)
  • Memory: ZeroClaw + SQLite
  • Network: Reqwest + Rustls (Secure TLS)
  • Bridge: flutter_rust_bridge

πŸš€ Getting Started

Prerequisites

Build & Run

  1. Clone the repo

    git clone https://github.com/YOUR_USERNAME/my_agent_app.git
    cd my_agent_app
  2. Run the app

    flutter run
  3. Build Release APK

    flutter build apk --release

πŸ”‘ Configuration

Open the app on your phone and tap the Key Icon πŸ”‘ to add your API keys. ZeroClaw auto-detects the provider:

  • gsk_... -> Groq (Llama 3)
  • sk-... -> OpenAI (GPT-4o)
  • AIza... -> Google Gemini

πŸ“œ License

MIT License - feel free to build and share!

About

πŸ€– private, local-first AI agent for Android. Features dual-engine routing (Groq, OpenAI, Gemini) and on-device SQLite vector memory.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors