Devin AI
bec175ec9a
Migrate crewai.a2a module to a2a-sdk v1.0.x
Fix #5607: CrewAI 1.14.2 is incompatible with a2a-sdk v1.0.1+
Breaking changes in a2a-sdk v1.0:
- A2AClientHTTPError renamed to A2AClientError
- Protobuf-based types replace Pydantic models
- Enum values changed to SCREAMING_SNAKE_CASE
- TextPart/DataPart/FilePart removed (Part uses oneof)
- AgentCard.url removed (use supported_interfaces)
- StreamResponse wraps all event types
- model_dump/model_copy replaced with protobuf serialization
Changes:
- Add _compat.py: centralized compatibility layer with helpers
- Update pyproject.toml: a2a-sdk>=1.0.0,<2
- Update all a2a module files to use protobuf API
- Update existing tests for v1.0 patterns
- Add comprehensive test_a2a_sdk_v1_compat.py (46 tests)
Co-Authored-By: João <joao@crewai.com>
2026-04-24 16:01:13 +00:00
..
2026-04-24 16:01:13 +00:00
2026-04-14 00:51:11 +08:00
2026-04-11 02:35:00 +08:00
2026-04-17 02:39:22 +08:00
2025-10-20 14:10:19 -07:00
2025-12-04 16:53:19 -05:00
2026-04-24 03:41:55 +08:00
2025-12-05 13:23:26 -05:00
2026-04-08 21:02:25 +08:00
2026-03-31 08:11:21 +08:00
2026-04-23 04:21:35 +08:00
2026-03-10 14:00:40 -04:00
2026-04-11 02:01:23 +08:00
2025-11-29 16:55:24 -05:00
2025-11-05 07:19:09 -05:00
2026-04-07 03:22:30 +08:00
2025-10-20 14:10:19 -07:00
2026-04-23 19:58:12 +08:00
2026-02-13 21:34:37 -03:00
2025-12-04 13:34:29 -08:00
2026-03-02 07:42:55 -05:00
2026-04-09 04:29:53 +08:00
2026-04-21 10:12:24 -07:00
2026-04-17 00:06:02 +08:00
2025-10-20 14:10:19 -07:00
2026-03-15 18:33:17 -07:00
2026-04-01 03:48:41 +08:00
2026-03-20 15:18:50 -04:00
2026-04-20 01:27:12 -03:00
2026-04-23 21:55:50 +08:00
2026-01-22 17:44:03 -08:00
2026-01-23 15:13:25 -05:00
2025-10-20 14:10:19 -07:00
2026-04-24 04:48:14 +08:00
2025-12-01 18:56:56 -05:00
2026-04-07 03:22:30 +08:00
2026-02-16 18:41:03 -03:00
2025-10-20 14:10:19 -07:00
2026-04-24 04:48:14 +08:00
2026-02-04 15:40:22 -05:00
2026-01-23 15:13:25 -05:00
2026-01-20 21:44:45 -08:00
2025-10-20 14:10:19 -07:00
2026-03-25 03:42:39 -03:00
2025-11-24 17:35:12 -05:00
2026-03-09 09:38:35 -04:00
2025-10-20 14:10:19 -07:00
2026-03-26 03:28:17 -03:00
2026-03-26 03:28:17 -03:00
2025-10-20 14:10:19 -07:00
2026-04-10 00:22:27 -04:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00
2026-04-21 15:57:19 -03:00
2025-11-29 16:55:24 -05:00
2026-04-17 03:02:03 +08:00
2026-02-03 09:06:48 -05:00
2026-02-25 17:13:34 -05:00
2026-04-01 18:08:37 -03:00