How To Setup CrewAI Memory That Makes Agents To Remember|Discussing 5 Different CrewAI Memories

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 4

  • @tobiasm161
    @tobiasm161 14 วันที่ผ่านมา

    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...?

    • @insightbuilder
      @insightbuilder  13 วันที่ผ่านมา +1

      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

  • @hardikralhan5962
    @hardikralhan5962 11 ชั่วโมงที่ผ่านมา

    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.

    • @insightbuilder
      @insightbuilder  11 ชั่วโมงที่ผ่านมา

      Hi, thanks for reaching out. Could you share the code for memory setup you are doing.