Skip to content

Commit 3e97393

Browse files
chore: improve typing and consolidate utilities
- add type annotations across utility modules - refactor printer system, agent utils, and imports for consistency - remove unused modules, constants, and redundant patterns - improve runtime type checks, exception handling, and guardrail validation - standardize warning suppression and logging utilities - fix llm typing, threading/typing edge cases, and test behavior
1 parent 34bed35 commit 3e97393

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1940
-1234
lines changed

src/crewai/agents/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
MISSING_ACTION_INPUT_AFTER_ACTION_ERROR_MESSAGE,
1919
UNABLE_TO_REPAIR_JSON_RESULTS,
2020
)
21-
from crewai.utilities import I18N
21+
from crewai.utilities.i18n import I18N
2222

2323
_I18N = I18N()
2424

0 commit comments

Comments
 (0)