Skip to main content
Add Fiddler-specific session attributes to an agent’s metadata. Session attributes provide context about the agent’s execution environment, such as user roles, cost centers, or any custom metadata that should be tracked across all invocations within a session.

Parameters

Agent
required
The Strands Agent instance to add session attributes to
str | int | float | bool
Key-value pairs of session attributes (str, int, float, or bool values)

Example