great! i made a whole work-around with lang-chain. i was like: how could memory not work? what is your final conclution? is it just the ENV Variable with the Storage path or all the explicit coding form short, long and entitiy memory...?
Hi great video, i tried short term memory for my project. so basically i am trying to make an application that can make frontend backend and database code based on user requirement. So i creating modules and then looping modules and creating code one by one for all different modules(kicking off crew one by one). I could see short term memory is not able to remember the very previous code. Any thoughts on that? i am storing the memory the same way you told in this video.
great! i made a whole work-around with lang-chain. i was like: how could memory not work? what is your final conclution? is it just the ENV Variable with the Storage path or all the explicit coding form short, long and entitiy memory...?
It is just the ENV Variable with the Storage path, that is the key. Rest of the memory instantiation, just informs the Crew that memory is available
Hi great video, i tried short term memory for my project. so basically i am trying to make an application that can make frontend backend and database code based on user requirement. So i creating modules and then looping modules and creating code one by one for all different modules(kicking off crew one by one). I could see short term memory is not able to remember the very previous code. Any thoughts on that? i am storing the memory the same way you told in this video.
Hi, thanks for reaching out. Could you share the code for memory setup you are doing.