mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-09 20:42:35 +00:00
- Disable union-attr/arg-type at file level in the two executor files where agent/task/crew are always set at runtime but typed as optional - Fix Liskov override in OpenAICompletion: use BaseAgent instead of Agent - Remove stale type: ignore comments now covered by file-level disables