fix: remove json/os from imports (pre-imported in DSPY env)

This commit is contained in:
ymq 2026-08-08 21:24:31 +08:00
parent 6023c16556
commit ba0c02c7c0

View File

@ -1,5 +1,5 @@
# cockpit_chat.dspy - SDLC Agent Loop v3.1 (SSE streaming)
import aiohttp, json, os
import aiohttp
action = (params_kw or {}).get('action', 'list_messages')
dbname = get_module_dbname('pipeline-sdlc')