fix(cockpit_chat): 补充 import json/os,dspy环境未预置标准库模块

This commit is contained in:
yumoqing 2026-08-04 17:07:19 +08:00
parent f7faed4b83
commit 144bbc08cb

View File

@ -3,6 +3,8 @@
# GET: action=list_messages, iteration_id, task_id
import aiohttp
import json
import os
action = (params_kw or {}).get('action', 'list_messages')
dbname = get_module_dbname('pipeline-sdlc')