May 20, 2026
Open Source
artificial intelligence
github project
qa testing
Gallery
About
GitHub - https://github.com/vostride/agent-qa Live Demos - https://vostride.com/demo/agent-qa
Comments (3)
The memory persistence layer is what caught my eye, are you storing context in a vector DB or leaning on something simpler like Redis for session state? Curious how you're handling context window limits when the agent accumulates longer test histories. Clean repo structure too, by the way 👀
memory feature is solid but the setup process could be cleaner
what's the memory impl? vector db or just in-context?
ComingUp