AppFunctions Testing Agent Pre-Release
Pre-release
Pre-release
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
- 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:
- Ensure your device is connected and authorized via ADB.
- Run the
startAppFunctionStudioscript:./startAppFunctionStudio