mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-03 14:22:13 +08:00
- Set asyncio.WindowsSelectorEventLoopPolicy() on Windows at app module level - Ensures psycopg can run in async mode on Windows regardless of entry point - Fixes 'ProactorEventLoop' error when using PostgreSQL checkpointer - Works with all entry points: server.py, uvicorn, langgraph dev, etc.