Skip to content

v0.4.1 — the wrapped client reaches the whole memory surface

Latest

Choose a tag to compare

@MelloB1989 MelloB1989 released this 16 Sep 04:44
· 1 commit to main since this release
  • openai.gitloom forwards the whole memory surface. It already forwarded
    recall and remember; answer, vocab and skills were left behind when
    they were added, so reaching them meant going through openai.gitloom.memory
    with nothing saying so.
  • vocab and skills are built once per client rather than on every access.