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
Hey, I'm wondering if anyone can sanity check my use of agentops. This is our first project that implements agentops, but after following the simple instructions, I'm getting the following errors:
[WARNING] 2024-12-05T19:16:38.185Z fca3686a-3800-4dd4-8811-de12a5b744b9 Error in LangchainCallbackHandler.on_llm_start callback: AttributeError("'str' object has no attribute '__dict__'")
[WARNING] 2024-12-05T19:16:40.837Z fca3686a-3800-4dd4-8811-de12a5b744b9 Error in LangchainCallbackHandler.on_llm_end callback: KeyError('ea5301bf-0bec-4250-afb8-d24397323492')
Installation looks like this, with using the latest 0.3.18:
The error is frustrating to debug. It appears like a dict is expected somewhere and a string is being passed to it, yet I'm so far unable to identify where this is the case. Ideas? Thanks in advance!
Contact Details
No response
π¦ Package Version
0.3.18
ποΈ Framework Version
Langchain
π Describe the Bug
From a discord user:
Hey, I'm wondering if anyone can sanity check my use of agentops. This is our first project that implements agentops, but after following the simple instructions, I'm getting the following errors:
Installation looks like this, with using the latest 0.3.18:
The error is frustrating to debug. It appears like a dict is expected somewhere and a string is being passed to it, yet I'm so far unable to identify where this is the case. Ideas? Thanks in advance!
Full debug output:
full gist
https://gist.github.com/jcrowthe/86a2fcd0de7457672609b5319bce0daf
π€ Contribution
The text was updated successfully, but these errors were encountered: