Open nickzren opened 2 months ago
Hey @nickzren -- We're taking a look. Can you verify:
Thanks
AgentOps: 0.3.9 CrewAI: 0.51.1
Thanks
AgentOps: 0.3.9 CrewAI: 0.51.1
Can you upgrade to 0.3.10? It's working for me in Jupyter notebook
This is odd, I have upgraded AgentOps to 0.3.10, but still getting the same error.
This is odd, I have upgraded AgentOps to 0.3.10, but still getting the same error.
Seems to be a LangChain error. No clear answer, but it may have to do something with your OpenAI rate limits.
Can you try swapping models?
Hey @nickzren -- any updates on this from you? Are you running into this issue with the latest version of Crew + AgentOps?
Description: I am encountering an issue with the CrewAI integration when using AgentOps. Specifically, when integrating AgentOps into my CrewAI project, the agents consistently stop with the message "Agent stopped due to iteration limit or time limit," even though the tasks should complete without hitting these limits.
This issue does not occur when I run the same code without AgentOps integration. The tasks execute successfully, and the agents complete their interactions as expected.
Steps to Reproduce:
agentops.init
.Sample Code:
Expected Behavior: Agents should complete their tasks without prematurely stopping due to iteration or time limits.
Actual Behavior: Agents stop with the message "Agent stopped due to iteration limit or time limit," even though tasks are not expected to reach these limits.
Additional Notes:
Please let me know if further information is needed to assist with debugging this issue.
Thank you!