-
Notifications
You must be signed in to change notification settings - Fork 4.6k
add: include crewai.utilities.events.knowledge_events package #3091
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 for PR #3091OverviewThis pull request modifies Positive Aspects
Recommendations for Improvement
Additional Suggestions
ConclusionThe changes made in PR #3091 are well-structured and significantly enhance the crewAI framework’s functionality by incorporating knowledge event management. By implementing the suggested improvements, you can improve the maintainability, clarity, and robustness of the codebase, facilitating better collaboration among developers and potentially decreasing future technical debt. |
good call! would you mind to sync your branch again and resolve conflicts? |
hi @lucasgomide. I was sync from crewai branch to my branch. Please merge. |
Hi @joaomdmoura , would you mine review this PR and merge or close it? |
Maybe they will fix this in the future. |
On instruction on this: https://docs.crewai.com/en/concepts/knowledge#knowledge-events
The example: Monitoring Knowledge Retrieval look like this
When run example code above, it happen error:
ImportError: cannot import name 'KnowledgeRetrievalStartedEvent' from 'crewai.utilities.events'
This PR to fix error above.