Open
Description
As outlined in the readme, memary currently extracts the top N entities (set to 20) from the Entity Knowledge Store. We pass these entities into the new context window for inference.
memary can future benefit from more advanced memory compression techniques such as passing only the entities that are present in the agent's response to the context window. This will help the system understand the users' knowledge of concepts for that specific execution which will lead to more relevant responses.
We look forward to related community contributions.