ComingUp ComingUp
agent-qa by vostride

agent-qa by vostride

May 20, 2026 Open Source
artificial intelligence github project qa testing

Gallery

agent-qa by vostride

About

GitHub - https://github.com/vostride/agent-qa Live Demos - https://vostride.com/demo/agent-qa

Comments (3)

Damon Kirlin Damon Kirlin 1 month ago

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 👀

Dorcas McClure Dorcas McClure 1 month ago

memory feature is solid but the setup process could be cleaner

Lucio Kemmer Lucio Kemmer 1 month ago

what's the memory impl? vector db or just in-context?