scense_runtime/wwwroot/api/load_world.dspy
2026-08-29 21:10:24 +08:00

7 lines
300 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -*- coding: utf-8 -*-
# runtime/api/load_world.dspy — W-10a 世界运行时初始化(服务端辅助)
# 依赖 ServerEnv 注入全局load_world_runtimeruntime/init.py 注册)
world_id = params_kw.get('world_id') or 'w10_demo'
result = await load_world_runtime(world_id)
return result