Integration with Langfuse? #1250
Replies: 9 comments 1 reply
-
Commenting in support, would be a huge fan of this integration |
Beta Was this translation helpful? Give feedback.
-
Would be stoked to see direct langufse integration |
Beta Was this translation helpful? Give feedback.
-
I have found a workaround for this. Just add the langfuse callback handler in the agent_executor invoke command by overriding the execute_task method of crewai Agent class. Use this CustomizedCrewAgent class to create your agents.
|
Beta Was this translation helpful? Give feedback.
-
any progress on this integration? |
Beta Was this translation helpful? Give feedback.
-
any plan? |
Beta Was this translation helpful? Give feedback.
-
This feature is absolutely essential, @joaomdmoura |
Beta Was this translation helpful? Give feedback.
-
In the agent object of crewAI, there is an attribute called callbacks, where you can pass the callback handler to this attribute.
|
Beta Was this translation helpful? Give feedback.
-
Initialising Agent with Langfuse callbacks is better than nothing:
However, it's not as useful as if the callback is added to the invoke method of Langchain:
|
Beta Was this translation helpful? Give feedback.
-
In my case callbacks not work. I use following way:
|
Beta Was this translation helpful? Give feedback.
-
How can I pass a Langfuse callback handler to CrewAI so that the traces are available on their web UI? Here's what I have so far
Any guidance around this integration much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions