feat(plc): dynamic PLC testing via ephemeral soft-PLC (#193)
CI / Check (push) Has been skipped
CI / Detect Changes (push) Successful in 3s
CI / Deploy Agent (push) Successful in 3m55s
CI / Deploy Dashboard (push) Successful in 2m37s
CI / Deploy Docs (push) Has been skipped
CI / Deploy MCP (push) Successful in 1m49s

This commit was merged in pull request #193.
This commit is contained in:
2026-07-17 07:47:43 +00:00
parent 1aba85b28e
commit 7ad7bce9db
14 changed files with 1278 additions and 7 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ pub mod auth;
#[cfg(feature = "axum")]
pub mod tenant_ctx;
pub use config::{AgentConfig, DashboardConfig};
pub use config::{AgentConfig, DashboardConfig, PlcRuntimeConfig};
pub use error::CoreError;
pub use tenant::{OrgRole, TenantContext, TenantStatus};