-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[BUG] errors on "crewai reset-memories" CLI command #2307
Comments
Changes back to how it was being done before. Fixes crewAIInc#2307
Changes back to how it was being done before. Fixes crewAIInc#2307
@caike we fixed the reset memory feature so this should be working in the latest version of CrewAI (0.108.0). If it's not, please let me know so we can continue to investigate! |
Still hapenning. crewai --version |
I confirm that this is still a bug even with the latest crewai version 0.108.0. @Vidit-Ostwal |
Description
Error running command
crewai reset-memories --knowledge
orcrewai reset-memories -a
from inside a crew project.Error message:
Steps to Reproduce
crewai reset-memories -kn
orcrewai reset-memories --knowledge
Expected behavior
Expected "memory system is not initialized message":
Screenshots/Code snippets
Operating System
OS X
Python Version
3.10
crewAI Version
0.102.0
crewAI Tools Version
0.36.0
Virtual Environment
Venv
Evidence
Possible Solution
Fix the way
get_crew
looks for and returns a crew instance.#2309
Additional context
Works fine in previous version
0.100.0.
The text was updated successfully, but these errors were encountered: