Closed Shivanandroy closed 3 months ago
@joaomdmoura I like this - I think a well-implemented auditing feature is needed for prod environments. Options for writing to various data stores, etc
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
I agree, i'd like to send everything that is printed in console via WebSockets to a web client. I can't make everyone i work with install VSCode and work with code, they need some kind of web app.
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.
This feature would be very nice to have.- Thanks for this awesome product.
Please implement this . An option in the agent that yields or streams its thoughts, actions is required.
I’m trying to implement this with websocket myself, but it’s challenging and should be done lower down.
what are other frameworks other than langsmith supported?
what are other frameworks other than langsmith supported?
You can try langtrace, langfuse and AgentOps.
what are other frameworks other than langsmith supported?
You can try langtrace, langfuse and AgentOps.
langfuse is giving object not calleable error. Langsmith works out of the box. Any workaround to get it by langfuse as well?
Maybe contact langfuse support and see if they have any known issues. thanks
Any open source tools for logging?
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.