Feature Area
Core functionality
Is your feature request related to a an existing bug? Please link it here.
Hi,
I’m using Crew.ai for an agent-based application, where I have multiple agents equipped with different tools. When I call crew.kickoff(), I’m currently unable to track or view the specific path that Crew follows to achieve the goal.
Thanks for your help!
Describe the solution you'd like
In LangGraph, we can access the entire state of the conversation in the end result object, including messages like HumanMessage, AIMessage, ToolCall, ToolMessage, and so on, providing a complete sequence of interactions and path it took to achieve the goal. I’d like to know how I can achieve something similar with Crew.ai, and access the sequence of actions along with the results given by crew.kickoff() function. I just get raw property containing only final response.
Describe alternatives you've considered
No response
Additional context
No response
Willingness to Contribute
Yes, I'd be happy to submit a pull request
Feature Area
Core functionality
Is your feature request related to a an existing bug? Please link it here.
Hi,
I’m using Crew.ai for an agent-based application, where I have multiple agents equipped with different tools. When I call crew.kickoff(), I’m currently unable to track or view the specific path that Crew follows to achieve the goal.
Thanks for your help!
Describe the solution you'd like
In LangGraph, we can access the entire state of the conversation in the end result object, including messages like HumanMessage, AIMessage, ToolCall, ToolMessage, and so on, providing a complete sequence of interactions and path it took to achieve the goal. I’d like to know how I can achieve something similar with Crew.ai, and access the sequence of actions along with the results given by crew.kickoff() function. I just get raw property containing only final response.
Describe alternatives you've considered
No response
Additional context
No response
Willingness to Contribute
Yes, I'd be happy to submit a pull request