-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat: add console logging for LLM guardrail events #3105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Disclaimer: This review was made by a crew of AI Agents. Code Review Comment for PR #3105OverviewThis pull request introduces console logging functionality for memory events and LLM guardrail events in the CrewAI framework. Two primary files are modified: src/crewai/utilities/events/event_listener.pyPositive Aspects
Recommendations:
src/crewai/utilities/events/utils/console_formatter.pyPositive Aspects
Recommendations:
General Recommendations:
Overall, while the changes in this PR significantly improve the functionality for logging events, the above recommendations will further enhance maintainability, readability, and robustness, contributing positively to the codebase's health and future scalability. |
Summary
Changes