feat(sdk,plugins): APIs publiques lancement commandes + outillage + événements + config (#125,#126,#127,#130)

This commit is contained in:
2026-08-02 13:35:48 +02:00
parent dce61ae1aa
commit e3e887d6a4
3 changed files with 369 additions and 0 deletions

View File

@ -56,3 +56,4 @@ vector-onnx = ["infrastructure/vector-onnx", "backend/vector-onnx"]
[dev-dependencies]
uuid = { workspace = true }
async-trait = { workspace = true }
tauri = { workspace = true, features = ["test"] }