You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rerunning history on workflows with sensitive data, the values show up as x_secret_name in the browser playbacks.
Reproduction Steps
Run an agent with sensitive data and get history = await agent.run(), and see the correct values placed
Use agent.rerun_history(history)
See the Agent outputs now include ... tags
Code Sample
agent=Agent(
task="search for x_secret in google in a new tab",
llm=model,
sensitive_data=secret_vars,
)
history=awaitagent.run()
result=history.final_result()
rerun_result=awaitagent.rerun_history(history, delay_between_actions=0.1)
Version
0.1.36
LLM Model
GPT-4o
Operating System
macos 15.4
Relevant Log Output
The text was updated successfully, but these errors were encountered:
@rtolsma
The fix has been applied in versions after 0.1.38.
Could you try the latest version and see if the issue is resolved?
If it works as expected, please consider closing this issue.
Bug Description
Rerunning history on workflows with sensitive data, the values show up as x_secret_name in the browser playbacks.
Reproduction Steps
Code Sample
Version
0.1.36
LLM Model
GPT-4o
Operating System
macos 15.4
Relevant Log Output
The text was updated successfully, but these errors were encountered: