phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

[BUG] CrewAI Instrumentation Bugs

Open Jgilhuly opened this issue 6 months ago • 0 comments

Describe the bug Did some dogfooding of crewai integration. Collecting a few bugs found here:

  1. Base crew functions have span_kind = unknown. These should be CHAIN instead Screenshot 2024-08-09 at 9 07 48 AM

  2. We don't populate input or output at the top level for a crew. It would be good to show the final output from the crew when present: Screenshot 2024-08-09 at 9 27 34 AM

To Reproduce Create and kickoff any crew within CrewAI. Instrument with both our CrewAI and LangChain instrumentors

Environment (please complete the following information):

  • OS: MacOS
  • Notebook Runtime: Python local file connected to Docker Phoenix instance
  • Browser: Chrome

Jgilhuly avatar Aug 09 '24 16:08 Jgilhuly