logoalt Hacker News

opiniateddevtoday at 7:22 PM1 replyview on HN

Conductor OSS does this quite well https://docs.conductor-oss.org/devguide/ai/index.html

https://github.com/agentspan-ai/agentspan which is essentially an agentic SDK layer for Conductor can convert any of your langgraph, openAI, vercel, or ADK agent and makes it durable and adds orchestration with no code changes.


Replies

opiniateddevtoday at 9:09 PM

for our production we use Redis for queues but have seen users using both Postgres and MySQL for queues as well.