feat: add generated scene skill platform hardening

This commit is contained in:
木炎
2026-04-21 23:19:06 +08:00
parent 118fc77935
commit 956f0c2b68
439 changed files with 61974 additions and 3645 deletions

View File

@@ -2,9 +2,11 @@ pub mod agent;
pub mod browser;
pub mod compat;
pub mod config;
pub mod generated_scene;
pub mod llm;
pub mod pipe;
pub mod runtime;
pub mod scene_contract;
pub mod security;
pub mod service;