https://github.com/FiveTechSoft/Agents
What is this?
Agents is a native Android application that runs an autonomous AI coding agent — it chats, reasons, and executes real tools (read/write/edit files, run shell commands, search the web, remember things) to accomplish tasks you give it in natural language.
What makes it unusual: the entire application — the agent loop, the tool engine, the HTTP plumbing, the multi-threading — is written in
Harbour (the open-source xBase compiler), cross-compiled to an Android .so. The UI is a modern HTML chat panel hosted in a system WebView. There is no Kotlin/Java app logic beyond a thin bridge.
best regards
Antonio