Files
crewAI/examples
Devin AI a1ebdb125b Fix CI issues: lint, type checker, and test failures
- Remove unused imports from test and example files
- Fix f-string formatting in examples
- Add proper type handling for Union[str, Dict] in agent_utils.py
- Fix XML parser test assertion to match expected output
- Use isinstance() for proper type narrowing in LLM calls

Co-Authored-By: João <joao@crewai.com>
2025-06-24 05:21:30 +00:00
..