An opinionated list of Python frameworks, libraries, tools, and resources
AgentFlow — The Python Framework for Production AI Agents Stop rebuilding the same agent infrastructure. AgentFlow gives you auth, streaming, persistence, and a React frontend — out of the box. AgentFlow (10xscale-agentflow on PyPI) is an open-source Python framework for building and deploying multi-agent AI systems. Write your agent graph once. Run it locally. Ship it to production without rew
I needed to coordinate background scripts running across different machines. The obvious answer was Redis. Everyone uses Redis for this. The tutorials all use Redis. The Stack Overflow answers all say "just use Redis." So I looked at what deploying Redis would actually cost me: A running Redis server I had to maintain A broker to connect workers to it Celery or RQ on top of that Memory-based stora
Postmortem: How a LangGraph 0.1 Multi-Agent Bug Broke Our 2026 Customer Support Bot Executive Summary On October 12, 2026, our production customer support bot experienced a 4-hour partial outage caused by an unpatched edge case in LangGraph 0.1’s multi-agent orchestration layer. The bug triggered infinite agent handoff loops for 18% of inbound customer queries, leading to SLA breaches