mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +00:00
- Add cast import and use cast() to fix no-any-return errors in _find_tool_class - Add dict[str, Any] type params to fix type-arg errors in parse_agent_definition/load_agent_from_definition - Add # type: ignore[import-untyped] for jsonschema import - Fix A2AClientConfig call-arg: url -> endpoint - Cast llm to BaseLLM when passing to LLMGuardrail - Cast tool attr to type[Any] to allow instantiation - Add # type: ignore[import-not-found] for DirectoryKnowledgeSource import - Use MCPServerHTTP instead of non-callable MCPServerConfig union alias - Add explicit list[Any] type annotation for resolved variable Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>