SuperOptiX now has first-class A2A v1 support as a native protocol layer. That means SuperOptiX-built agents can be exposed as A2A agents, and SuperOptiX can also talk to external A2A agents without collapsing everything into a framework-specific adapter.
Serve compiled SuperOptiX agents as A2A-compatible agents with a clean CLI flow instead of custom glue code.
Connect to remote A2A agents, resolve their Agent Cards, send work, and follow task state through the SuperOptiX protocol layer.
DSPy, Pydantic AI, and the rest stay behind a shared runtime bridge so A2A support does not leak framework-specific internals.
In plain terms, SuperOptiX now speaks the newer A2A v1 language. The card format is updated, the task operations follow the newer method names, and the CLI plus runtime bridge are aligned to that core v1 flow.
SuperOptiX now uses the v1 Agent Card model, including the newer supported interface layout instead of the older protocol card shape.
The integration follows the v1 method surface such as SendMessage, GetTask, CancelTask, ListTasks, and SubscribeToTask.
You can expose a compiled agent with a direct command: super agent serve <name> --protocol a2a.
SuperOptiX focuses on the core v1 interoperability path first, while richer enterprise features remain a later phase.
The current website and docs are intentionally honest about scope: SuperOptiX supports the core A2A v1 interoperability path today, while richer enterprise-only features remain later work.