fix(app): fix bug in the app release

This commit is contained in:
Timebomb2018
2026-02-05 10:10:18 +08:00
parent cfe696ae8d
commit 9b4613630b

View File

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