You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3>Description<aclass="headerlink" href="#description" title="Link to this heading">¶</a></h3>
692
+
<ulclass="simple">
693
+
<li><p><strong>InMemoryMemoryService</strong>: An in-memory memory service without persistent storage.</p></li>
694
+
<li><p><strong>RedisMemoryService</strong>: A memory service leveraging Redis for persistent storage.</p></li>
695
+
<li><p><strong>ReMe.PersonalMemoryService</strong>: ReMe’s personalized memory service (formerly MemoryScope) empowers you to generate, retrieve, and share customized memories. Leveraging advanced LLM, embedding, and vector store technologies, it builds a comprehensive memory system with intelligent, context- and time-aware memory management—seamlessly enabling you to configure and deploy powerful AI agents.</p></li>
696
+
<li><p><strong>ReMe.TaskMemoryService</strong>: ReMe’s task-oriented memory service helps you efficiently manage and schedule task-related memories, enhancing both the accuracy and efficiency of task execution. Powered by LLM capabilities, it supports flexible creation, retrieval, update, and deletion of memories across diverse task scenarios—enabling you to effortlessly build and scale robust agent-based task systems.</p></li>
<spanid="session-history-service"></span><h2>Details about Session History Service<aclass="headerlink" href="#details-about-session-history-service" title="Link to this heading">¶</a></h2>
662
702
<p>The Session History Service manages conversation sessions for users, providing a structured way to handle conversation history and message storage. Each session contains the history of a conversation and is uniquely identified by its ID.</p>
@@ -1241,6 +1281,10 @@ <h4>Implementation Details<a class="headerlink" href="#id4" title="Link to this
0 commit comments