feat(app): Release to add features configuration

This commit is contained in:
Timebomb2018
2026-03-17 10:19:06 +08:00
parent e1cc5c841a
commit 67501025b3

View File

@@ -1476,6 +1476,7 @@ class AppService:
"variables": agent_cfg.variables or [],
"tools": agent_cfg.tools or [],
"skills": agent_cfg.skills or {},
"features": agent_cfg.features or {}
}
# config = AgentConfigConverter.from_storage_format(agent_cfg)
default_model_config_id = agent_cfg.default_model_config_id