Live data from Hacker News

Show HN: Rekal – Long-term memory for LLMs in a single SQLite file

github.com

11–18 of 18 posts

Re: Show HN: Rekal – Long-term memory for LLMs in a single SQLite file

#11
post #7

Earlier quoted context omitted.

The 0.4/0.4/0.2 weights are just based of hand wavy trail an error, will look into other options. I could make them configurable?

I think that'd be cool, maybe just a simple config option in pyproject.toml or a .rekal/config.yml would cover most use cases: they could default to 0.4/0.4/0.2 but could be overriden.

Added a mcp command for it, but i might add it as a comfig as well?

https://github.com/janbjorge/rekal/pull/14/changes

Re: Show HN: Rekal – Long-term memory for LLMs in a single SQLite file

#13

I’m going to try this out. Curious how effective it’s been for your own use, OP? Anything particularly interesting or where it still falls over and requires tuning that you’ve observed? I find these types of projects interesting in sort of an anthropological sort of way. So far, I’ve yet to try anything that hasn’t still required a great deal of intervention to keep agents using guardrails without scolding them to do…

[dead]

Re: Show HN: Rekal – Long-term memory for LLMs in a single SQLite file

#16
post #11

Earlier quoted context omitted.

I think that'd be cool, maybe just a simple config option in pyproject.toml or a .rekal/config.yml would cover most use cases: they could default to 0.4/0.4/0.2 but could be overriden.

Added a mcp command for it, but i might add it as a comfig as well? https://github.com/janbjorge/rekal/pull/14/changes

Nice! Yeah, maybe adding it as a quick config could be very helpful to embed it into Rekal's structure.
Post reply on HN