Skip to main content

Memory Store

Guide to Creating and Appending Agent Memories on the JRVS ChatGPT Agentic Platform

Managing agent memory is essential for maintaining and utilizing information over time. Follow these steps to create and append memories to your agents:

  1. Access the Agent Modification Page:

    • Open your web browser and navigate to the JRVS ChatGPT Agentic Platform.
    • Go to the agent modification page where the memory store is available for modification.
  2. Memory Store:

    • The memory store serves as a storage for information over time.
    • From this page, you can download the full memory as a single file or empty the memory field for the agent.
  3. Editing Agent Memory:

    • To upload file content into the agent memory, specify the file and upload it from this page.
    • To append any texts into the agent memory, enter the text in the provided field and save it.
  4. Appending Memory Within Chat Sessions:

    • During chat sessions, you can append to the agent memory from the export menu by pressing Alt + S.
    • Ensure a selected agent is present by using the Agent Modal (press Alt + A) or by starting the conversation from one of the Agent Pages.
  5. Token Count Calculation:

    • The simpleTokenizer is used to calculate the token count.
    • The token count is displayed near the Memory Store field as memory is appended to the user prompt when needed.

By following these steps, you can effectively manage and utilize agent memories, ensuring your agents have the information they need to perform their tasks efficiently on the JRVS ChatGPT Agentic Platform.