mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +00:00
- test_lite_agent_standalone_still_works: replace real LLM with Mock to avoid ConnectionError hitting OpenAI in CI - coworker_tools.py:352: add type: ignore[import-not-found] for crewai.a2a.client - coworker_tools.py:415: filter BaseException instances from gather results so return type matches list[str] - executor.py:740: add type: ignore[import-not-found] for checkpoint_events - executor.py:2245: guard r.content access with isinstance(r, Message) check - flow.py:3259: cast model_dump() result to dict[str, Any] - flow.py: fix response/future no-redef errors by hoisting declarations and renaming coro_future to avoid duplicate type annotations Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>