Commit Graph

3 Commits

Author SHA1 Message Date
Devin AI
7a20f1092b fix: resolve remaining lint issues in console formatter
- Add ClassVar import for proper type annotation
- Fix variable shadowing by renaming nested loop variables
- Break long comment lines to meet 88 character limit
- All lint checks now pass locally

Co-Authored-By: João <joao@crewai.com>
2025-09-07 07:04:58 +00:00
Devin AI
9228fae4ed fix: improve JSON console formatting for tool inputs
- Parse JSON strings in tool inputs for better readability
- Add proper error handling for malformed JSON
- Maintain existing string formatting as fallback
- Add comprehensive tests covering various input scenarios

Fixes #3474

Co-Authored-By: João <joao@crewai.com>
2025-09-07 06:56:20 +00:00
Greyson LaLonde
878c1a649a refactor: Move events module to crewai.events (#3425)
refactor(events): relocate events module & update imports

- Move events from utilities/ to top-level events/ with types/, listeners/, utils/ structure
- Update all source/tests/docs to new import paths
- Add backwards compatibility stubs in crewai.utilities.events with deprecation warnings
- Restore test mocks and fix related test imports
2025-09-02 10:06:42 -04:00