{$i18n.t('Memory')}
{#if memories.length > 0}
{#each memories as memory} {/each}
{$i18n.t('Name')}
{memory.content}
{:else}
{$i18n.t('Memories accessible by LLMs will be shown here.')}
{/if}
{ memories = await getMemories(localStorage.token); }} /> { memories = await getMemories(localStorage.token); }} />