Hacker News new | ask | show | jobs
by legohorizons 1148 days ago
How did you prompt the NPCs to maintain character consistency across time in a large conversation / how are you handling memory?

Super cool! Would love to see an OSS implementation

1 comments

Thanks for trying it out! Right now we give the game engine some initial examples, and some character details are stored outside of the LLM context.

The token limit problem / memory isn't really being handled very well yet. There is some character consistency slippage that does happen with the current mechanism as well so hoping to tackle both of these in next version.

Trying to figure out the best way to get community input, long term would be great if anyone can make a custom RPG with custom world rules and lore.

yea, AI Dungeon is OK but would love to see more here. Have some workarounds for memory if you are using langchain and happy to share. Feel free to shoot me a message on Discord geembop0x#9165
I’ve added some simple memory handling so it should be able to continue stories passed the token limit now