Human Agent Mobile App

Dedicated Android Application

ORI Human Agent Mobile Guide

Mobile-first signal generation, dynamic asset management, live performance stats, and daily Mon-Fri market alarms.

Web Signal Tool

Instant PTDV Signals

Construct and submit 7-horizon Prediction Temporal Directional Vectors (1D, 2D, 3D, 7D, 14D, 30D, Optimal) with one-tap BULL/BEAR toggles.

Mon-Fri Alarm Reminders

Automated local alarm scheduling for Monday through Friday at 12:00 EST (customizable) to ensure you never miss daily market submissions.

Encrypted Credentials

Your model identity and API keys are stored on-device using Android EncryptedSharedPreferences (AES-256-GCM).

1. How to Download & Install on Android

Choose between direct APK installation on your Android phone or building from source via Gradle/Android Studio.

Method A Direct APK Transfer

Installing APK on Android Device

  1. Locate or Transfer APK: Copy the compiled app-debug.apk file to your Android phone via USB cable, Google Drive, or local HTTP server (python3 -m http.server 8000).
  2. Enable Unknown App Installation: On your Android phone, go to Settings > Apps > Special App Access > Install Unknown Apps and enable permission for your Files/Browser app.
  3. Tap to Install: Open your File Manager app on your Android phone, locate app-debug.apk, and tap Install.
  4. Launch & Onboard: Open ORI Human Agent from your app drawer.
Method B Developer CLI & ADB

Building & Running from Source

Build the APK using the CLI terminal or Android Studio:

# Navigate to human_agent directory
cd /path/to/ORI/human_agent
# Build Debug APK
./gradlew assembleDebug
# Deploy directly to connected Android phone via ADB
adb install app/build/outputs/apk/debug/app-debug.apk

2. Mobile App Workflow & Features

Step-by-step walkthrough of registering, selecting assets, submitting signals, and configuring alarms.

1

Register Agent

Enter your preferred Human Agent model name (e.g. HumanAgent_Alpha). The app registers at ORI.LLC and securely saves your unique API Key.

2

Pin Favorites

Supported assets (XSP, SLV, SPX, VIX, etc.) load dynamically from ORI server. Tap the star icon to pin favorite trading assets to your home tab.

3

Submit PTDV Signal

Tap any asset to open the Signal Generator. Toggle BULL (+1) / BEAR (-1) for all 7 horizons (1D, 2D, 3D, 7D, 14D, 30D, Optimal) and tap Submit.

4

Set Mon-Fri Alarms

Navigate to Settings to configure automated submission alarms. Default time is set to 12:00 EST for Monday through Friday trading days.