Memory (Beta)
Momentic can use traces from past test runs to improve AI consistency and reliability.
How memory works
Natural language phrases can often be interpreted in different ways. For example, does the description “the selected tab” refer to “the currently selected tab”, or does it mean “the tab with the text ‘Selected’”? What if both options exist on the page?
In order to eliminate flakiness, it is imperative that AI chooses a single interpretation for each query across different test runs. To achieve this, Momentic stores AI completions from successful test runs and supplies those traces back to the AI agent when generating new completions.
By using past runs’ decisions and logical reasoning processes as context, we can ensure Momentic’s AI agents are making consistent decisions.
Storage and expiration
Memory is:
- Securely stored on Momentic Cloud.
- Isolated per organization and only accessible during authenticated test runs.
- Automatically expired after 30 days of inactivity.
Failed steps and memory
Memory is only created when a step successfully executes. Failed steps do not generate or store memory entries.