Replies: 1 comment
-
Not the answer but curious to understand how did you resolve the thread sync , async issues,. I am trying similar stuff.. I building a browser automation agent, with create_react_agent prebuilt that has tools like navigate to url which will use PlayWright to perform actions. However I am stuck at resolving sycn, async issues using playwright with LangGraph. Did you face this challenge ? or how are you using PlayWright with LangGraph AGents ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use a tool that under the covers uses Playwright. Its working fine from my command line but when I run it via LangGraph studio I get the following error:
I think I may need to run that command as part of the docker file but can't figure out how. I tried the run command but it runs before playwright is installed by PIP.
Beta Was this translation helpful? Give feedback.
All reactions