update_agent_memory
update_agent_memoryStore notes, identified targets, and patch logs in active session memory to track progress during APK reverse engineering and Flutter injection workflows.
Instructions
Update active session memory state with notes, identified targets, or patch logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Agent note to persist in session memory | |
| patchType | No | Type of patch applied (e.g., smali_insert, manifest_edit) | |
| packageName | No | Target Android package name | |
| patchDetails | No | Description of patch applied | |
| workspaceDir | No | Decompiled APK workspace path | |
| entryActivity | No | Launcher/Entry Activity name | |
| applicationClass | No | Application class name |