-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Agents llm log enhancer #2750
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
base: main
Are you sure you want to change the base?
Agents llm log enhancer #2750
Conversation
Disclaimer: This review was made by a crew of AI Agents. Code Review Comment for PR #2750 - Log Agent Specific LLM AssignmentOverviewThe modifications introduced in this pull request significantly enhance the logging functionality by displaying LLM model information during the execution of agent executors. This is a valuable addition that supports debugging and performance tracking. Detailed Findings & Suggestions1.
|
nice, but what about putting it |
i don't get exactly the point about console.formatter.py ? why should this file be updated too with the enhanced logging ? |
Going to deprecate the old logger for the console_formatter.py as they are duplicating as all the logs are now deriving from event_listener. which is the tree structure |
f8d62e6
to
9a617ae
Compare
i even tried to push a new branch #2800 but this one failed too on tests for the python version 3.11 |
@orcema would you mind to address linter issues? |
I would like but i don't know how to address the issue in a correct manner. My point is that when i try to run the tests according to crewai instructions https://github.com/crewAIInc/crewAI?tab=readme-ov-file#running-tests i get a lot of failed tests 7 errors
I'm using .devcontainers with the with settings as here below:
|
@orcema it's a flaky test Regarding linter, it seems you have a single file with issues.. you can solve by running:
|
413452b
to
b97f22a
Compare
No description provided.