core: drop agent versions in simplexmq (#7360)

* core: adapt to dropped agent versions

* refactor

* remove comments

* api types, protocol tests

* fix test

---------

Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
This commit is contained in:
sh
2026-08-18 22:50:59 +01:00
committed by GitHub
co-authored by Evgeny Poberezkin
parent 1160215570
commit cbfdf63f4b
12 changed files with 33 additions and 34 deletions
@@ -2764,6 +2764,7 @@ class RoleGroupPreference(TypedDict):
class SMPAgentError_A_MESSAGE(TypedDict):
type: Literal["A_MESSAGE"]
messageErr: str
class SMPAgentError_A_PROHIBITED(TypedDict):
type: Literal["A_PROHIBITED"]