fix: remove json/os from imports (pre-imported in DSPY env)
This commit is contained in:
parent
6023c16556
commit
ba0c02c7c0
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user