Feature Request: End-to-End Logging Including Intermediate Steps in crewAI #1115
Replies: 14 comments
-
@joaomdmoura I like this - I think a well-implemented auditing feature is needed for prod environments. Options for writing to various data stores, etc |
Beta Was this translation helpful? Give feedback.
-
Indeed, log is a must, right now you can it with LangSmight and other but we should have an native option, marking as feature accepted |
Beta Was this translation helpful? Give feedback.
-
I agree, i'd like to send everything that is printed in console via WebSockets to a web client. |
Beta Was this translation helpful? Give feedback.
-
I also really need this feature to go to production using crewAI. I would like to store this information in a separate data store. Ideally I would be able to easily tell for each agent, each step in their thought process - what task they were trying to solve, what tool they used, what the input and output of the tool was, etc. |
Beta Was this translation helpful? Give feedback.
-
This feature would be very nice to have.- Thanks for this awesome product. |
Beta Was this translation helpful? Give feedback.
-
Please implement this . I’m trying to implement this with websocket myself, but it’s challenging and should be done lower down. |
Beta Was this translation helpful? Give feedback.
-
what are other frameworks other than langsmith supported? |
Beta Was this translation helpful? Give feedback.
-
You can try langtrace, langfuse and AgentOps. |
Beta Was this translation helpful? Give feedback.
-
langfuse is giving object not calleable error. Langsmith works out of the box. |
Beta Was this translation helpful? Give feedback.
-
Maybe contact langfuse support and see if they have any known issues. thanks |
Beta Was this translation helpful? Give feedback.
-
Any open source tools for logging? |
Beta Was this translation helpful? Give feedback.
-
I ended up starting a discussion on similar topic here. Any |
Beta Was this translation helpful? Give feedback.
-
Hi, @joaomdmoura new to crewai here, great framework first up....Now, I basically want to log the tool inputs and the outputs for my agent evaluation. What is the best way to do this currently? thanks. |
Beta Was this translation helpful? Give feedback.
-
I came to realization that reading intermediate generations is a waste of time. offtopic: alcohol and drugs are still the way to go for creative writing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
crewA
Team,Thank you for this awesome project!
I was wondering if there is a possibility of enhancing the logging capabilities of the
crewAI
. Currently, I am able to log the output of tasks, but an integrated feature for end-to-end logging, capturing all intermediate steps, would significantly improve the utility and debugging capabilities of the package.Beta Was this translation helpful? Give feedback.
All reactions