Greyson LaLonde
eca9077590
fix: remove mem0-dependent test files
...
- Removed test_external_memory.py
- Removed test_mem0_storage.py
2025-09-19 00:21:16 -04:00
Greyson LaLonde
2607f5361c
fix: rename test classes to avoid pytest collection warnings
...
- Renamed TestEvent to SampleEvent in test_crewai_event_bus.py
- Renamed TestModel to SampleModel in test_training_converter.py
2025-09-19 00:18:43 -04:00
Greyson LaLonde
78a68c677c
feat: merge latest changes from crewAI main into packages/crewai
...
- Merged upstream changes from crewAI main branch
- Resolved conflicts in pyproject.toml
- Fixed mypy import issue in qdrant factory
- Updated pre-commit mypy configuration for monorepo structure
2025-09-18 23:37:20 -04:00
Greyson Lalonde
61df54273c
fix: update VCR cassette paths for additional test files in monorepo
2025-09-15 12:30:32 -04:00
Greyson Lalonde
819c06d553
fix: update VCR cassette path for event tests in monorepo
2025-09-15 12:04:33 -04:00
Greyson Lalonde
20e1aa46d4
fix: use absolute path for VCR cassettes directory
2025-09-14 19:04:05 -04:00
Greyson Lalonde
3f5cb77383
fix: update VCR cassette path for monorepo structure
2025-09-14 18:49:24 -04:00
Greyson Lalonde
ff5cbdee07
feat: restructure as monorepo
...
- Move core CrewAI to packages/crewai with git mv to preserve history
- Create workspace-level pyproject.toml with uv workspace configuration
- Rename core package to crewai-core
- Setup workspace sources for internal package dependencies
2025-09-12 21:57:17 -04:00