{
  "markdown": "# Mobile Agent 🤖\n\n**An on-device AI agent app that runs large language models locally — no internet, no cloud, no data leaving your device.**\n\nBuilt with Flutter and powered by [llama.cpp](https://github.com/ggerganov/llama.cpp) (via `llama_cpp_dart`), Mobile Agent lets you chat with an LLM directly on your phone, desktop, or browser — fast, private, and fully offline-capable.\n\n---\n\n## ✨ Features\n\n- 🧠 **On-device inference** — runs GGUF-format LLMs locally using llama.cpp, no API keys or internet required\n- 🔒 **Private by design** — your conversations never leave your device\n- 📱 **Cross-platform** — Android, iOS, Windows, macOS, Linux, and Web from a single codebase\n- ⚡ **BLoC state management** — predictable, testable app state\n- 📦 **Local model storage** — download and manage models directly on-device\n\n## 🛠 Tech Stack\n\n| Layer | Tool |\n|---|---|\n| Framework | [Flutter](https://flutter.dev) |\n| LLM Inference | [llama_cpp_dart](https://pub.dev/packages/llama_cpp_dart) |\n| State Management | flutter_bloc / bloc |\n| Networking | http |\n| Storage | path_provider |\n\n## 📋 Prerequisites\n\n- [Flutter SDK](https://docs.flutter.dev/get-started/install) (Dart SDK `^3.9.2`)\n- Android Studio / Xcode (for mobile builds)\n- A GGUF model file (e.g. from [Hugging Face](https://huggingface.co/models?library=gguf))\n\n## 🚀 Getting Started\n\n1. **Clone the repo**\n   ```bash\n   git clone https://github.com/Akil-26/mobile_agent.git\n   cd mobile_agent\n   ```\n\n2. **Install dependencies**\n   ```bash\n   flutter pub get\n   ```\n\n3. **Build the native llama.cpp library (Android)**\n   ```bash\n   ./build-llama-android.sh\n   ```\n\n4. **Run the app**\n   ```bash\n   flutter run\n   ```\n\n## 📁 Project Structure\n\n```\nmobile_agent/\n├── android/       # Android platform code\n├── ios/           # iOS platform code\n├── linux/         # Linux desktop platform code\n├── macos/         # macOS desktop platform code\n├── windows/       # Windows desktop platform code\n├── web/           # Web platform code\n├── lib/           # Main Dart/Flutter application code\n├── test/          # Unit and widget tests\n└── build-llama-android.sh  # Script to build llama.cpp native libs for Android\n```\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/Akil-26/mobile_agent/issues).\n\n## 📄 License\n\n_Add your license here (e.g. MIT, Apache 2.0)._\n",
  "bytes": 2407,
  "sha": "e7badb4ba9407ea01980a4f1a4b99b284ade00bfce8f8ac81c018c297495e66a",
  "repo_slug": "akil-26/mobile_agent",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_akil_26_mobile_agent_okf_index_md_9a08e202/readme"
}