AgentMemory

This class allows the trailblaze agent to remember data from the screen for reference later. Values are kept in a map of the variable name to the value being remembered.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun clear()
Link copied to clipboard

Interpolates variables in a string. Replaces ${varName} or {{varName}} with variable values.

Link copied to clipboard
fun remember(key: String, value: String)