Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensitive Data does not work on rerun_history #695

Open
rtolsma opened this issue Feb 12, 2025 · 2 comments
Open

Sensitive Data does not work on rerun_history #695

rtolsma opened this issue Feb 12, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@rtolsma
Copy link

rtolsma commented Feb 12, 2025

Bug Description

Rerunning history on workflows with sensitive data, the values show up as x_secret_name in the browser playbacks.

Reproduction Steps

  1. Run an agent with sensitive data and get history = await agent.run(), and see the correct values placed
  2. Use agent.rerun_history(history)
  3. 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 = await agent.run()
        result = history.final_result()
        rerun_result = await agent.rerun_history(history, delay_between_actions=0.1)

Version

0.1.36

LLM Model

GPT-4o

Operating System

macos 15.4

Relevant Log Output

@pppp606
Copy link
Contributor

pppp606 commented Feb 22, 2025

@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.

Thanks!

@gregpr07
Copy link
Collaborator

This is no longer an issue right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants