AWS transform documentation change
Summary
Added section explaining agent minute tracking and persistence across sessions with `/usage` command documentation
Security assessment
Focuses on billing/usage metrics tracking rather than security controls or vulnerabilities
Diff
diff --git a/transform/latest/userguide/custom-workflows.md b/transform/latest/userguide/custom-workflows.md index edaa8aa4d..b65a58c74 100644 --- a//transform/latest/userguide/custom-workflows.md +++ b//transform/latest/userguide/custom-workflows.md @@ -140,0 +141,13 @@ Conversations can only be resumed within 30 days of creation. After 30 days, the +### Tracking Agent Minutes + +AWS Transform custom tracks the [agent minutes](https://aws.amazon.com/transform/pricing/) consumed during a transformation session. Agent minutes accumulate throughout the conversation lifecycle and are displayed when the conversation ends: + + + Agent minutes used: 12.50 + +Agent minutes persist across interruptions. If you interrupt a session with Ctrl+C and resume it later, the previously accumulated minutes carry over and continue accumulating in the resumed session. + +**To check agent minutes during an interactive session:** + +Type `/usage` at the input prompt to display the current accumulated agent minutes without ending the conversation. +