Files
cleveragents-core/features
freemo d46287c62a fix(a2a): reformat SseEventFormatter output to JSON-RPC 2.0 notification structure
- Updated SseEventFormatter.format() to produce JSON-RPC 2.0 compliant data payload
- Added mapping from A2A event types to JSON-RPC method names (task/statusUpdate, task/artifactUpdate)
- Moved event data fields into params object, with taskId included when plan_id is present
- Updated BDD tests to verify JSON-RPC 2.0 structure compliance
- Added test scenarios for events with/without plan_id and with custom data

Fixes #1502
2026-04-02 22:35:30 +00:00
..