Files
crewAI/lib
alex-clawd 18e599b0f2 fix: resolve CI failures — mock test LLM and fix mypy type errors
- 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>
2026-05-13 12:28:25 -07:00
..
2026-05-13 02:54:13 +08:00