Skip to content

AppFunctions Testing Agent Pre-Release

Pre-release
Pre-release

Choose a tag to compare

@keyboardsurfer keyboardsurfer released this 20 May 07:19
23e420a

This is a preview version of the AppFunctions Testing Agent, as seen during Google I/O.

The attached zip file contains a debuggable APK, README.md and script to launch the agent.

The testing agent supports

  • Troubleshooting - Help to identity common problems with AppFunction integration.
  • Deterministic Debugging - Manually examine the AppFunction and invoke it with deterministic input.
  • LLM-based Debugging - Connect to LLM as actual agent to test out AppFunctions.

Prerequisites

  1. Install the App: You must manually install the debug APK on your device or emulator before running the launch script.
    adb install -r AppFunctionStudio.apk

How to Launch the App

To launch the app with the necessary privileges for testing, use the provided helper script:

  1. Ensure your device is connected and authorized via ADB.
  2. Run the startAppFunctionStudio script:
    ./startAppFunctionStudio