SuperMe Agent Runtime is a local Android sidecar app for running strong agents on the user's phone.
It is intentionally separate from the main 超我 app. Business apps should prepare task context and prompts, while this runtime app manages local workspaces and later starts agents such as opencode.
- Android app shell.
- Clear local strong-agent safety positioning.
- Per-task workspace creation.
- Workspace listing and deletion.
- Signature-protected Android bound service API.
- Fake
runAgentimplementation that writesoutput/result.md. - Repository tests for workspace persistence.
- Connect to
opencode serverunning locally on the phone. - Replace fake
runAgentwith a bridge to a real local agent. - Support task workspaces with
task.md,context/,output/result.md, andtrace/events.jsonl. - Keep security boundaries explicit: prompts guide behavior, but workspace and tool exposure are the real boundary.
./gradlew test
./gradlew assembleDebug