Hi Milla & Ben,
Im Ouail, I built SoulForge, an AI coding agent. When I saw MemPalace I had to reach out because we're solving two halves of the same problem.
My frustration with other agents was the same as yours with memory. They grep the entire codebase on every prompt, stuffing context blindly. So I built a live dependency graph ("Soul Map") that tells the agent exactly where everything is. AST-parsed, PageRank-ranked, rebuilt after every edit. Zero guessing.
But I have no memory system. Every session starts from scratch. That's your whole thing.
I'm going to experiment with integrating MemPalace as the persistent memory layer for SoulForge. Soul Map handles "what is the code right now," MemPalace handles "what happened and why." Feels like they belong together.
PS: Huge fan!!
Best regards,
Ouail
https://github.com/proxysoul/soulforge
Hi Milla & Ben,
Im Ouail, I built SoulForge, an AI coding agent. When I saw MemPalace I had to reach out because we're solving two halves of the same problem.
My frustration with other agents was the same as yours with memory. They grep the entire codebase on every prompt, stuffing context blindly. So I built a live dependency graph ("Soul Map") that tells the agent exactly where everything is. AST-parsed, PageRank-ranked, rebuilt after every edit. Zero guessing.
But I have no memory system. Every session starts from scratch. That's your whole thing.
I'm going to experiment with integrating MemPalace as the persistent memory layer for SoulForge. Soul Map handles "what is the code right now," MemPalace handles "what happened and why." Feels like they belong together.
PS: Huge fan!!
Best regards,
Ouail
https://github.com/proxysoul/soulforge