Skip to content

ErvinXie/superme-agent-runtime

Repository files navigation

SuperMe Agent Runtime

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.

Current Scope

  • Android app shell.
  • Clear local strong-agent safety positioning.
  • Per-task workspace creation.
  • Workspace listing and deletion.
  • Signature-protected Android bound service API.
  • Fake runAgent implementation that writes output/result.md.
  • Repository tests for workspace persistence.

Planned Direction

  • Connect to opencode serve running locally on the phone.
  • Replace fake runAgent with a bridge to a real local agent.
  • Support task workspaces with task.md, context/, output/result.md, and trace/events.jsonl.
  • Keep security boundaries explicit: prompts guide behavior, but workspace and tool exposure are the real boundary.

Local Build

./gradlew test
./gradlew assembleDebug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages