-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
I tried 0.40. dev13 library, getting bugs as illustrated below on OPENAI ASSISTANT and Web Surfer Agents #4957
Comments
Looks like an openai client issue. We are looking into it. |
What is the openai client version you have? pip freeze | grep openai |
openai==1.59.5 |
Looking at this part of your code. It should be using # Coder Agent
coder_agent = OpenAIAssistantAgent(
name="coder_agent",
description="Helps with Python programming",
client=client,
model="gpt-4o",
instructions="You are a helpful Python programming assistant.",
tools=["code_interpreter"],
) |
Okay, let me have a look at it and how about playwright issue for the websurfer agent? |
@ekzhu Openai issue is resolved with your suggestion. Websurfer agent issue still exists. Few more logs for your reference
|
Your docker code executor was not started - usually this is done with a async with DockerCommandLineCodeExecutor() as code_executor:
code_executor_agent = CodeExecutorAgent(
name="code_executor_agent",
code_executor=code_executor
) |
What happened?
I have create a roundrobingroupchat with the below mentioned agents. I have installed playwright with debs chromium and I have received below error
The text was updated successfully, but these errors were encountered: