|
|
|
|
|
by anonyfox
65 days ago
|
|
I built a special belief-based system recently for my own agent harnesses instead of some similarity based fact storage stuff... which falls flat once conflicting data points enter the system and just increase LLM confusion and make it do weird things. this means learning over time works a bit more like humans do - superseding old beliefs and reconciliating stuff cleanly over time. Also including the building blocks to have a subagent managing it autonomously (with tools/skills/soul). works quite well and very fast given its pure nodejs+sqlite and doesn't eat tokens like crazy or needs any thirdparty embeddings solution. maybe have a look. https://github.com/GhostPawJS/codex |
|