From 177e98e06800926d53f5af04980eb94e99175805 Mon Sep 17 00:00:00 2001 From: jmanhype Date: Mon, 20 Oct 2025 10:23:20 -0500 Subject: [PATCH] (no commit message) --- service/modaic_agent.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/service/modaic_agent.py b/service/modaic_agent.py index 5626443..001c043 100644 --- a/service/modaic_agent.py +++ b/service/modaic_agent.py @@ -15,7 +15,7 @@ from plugins.llm_dspy import ( configure_lm, judge_with_arbitration, ) -from service.retrievers import NullRetriever +from .retrievers import NullRetriever configure_lm() @@ -139,4 +139,3 @@ class JTBDDSPyAgent(PrecompiledAgent): if self.config.return_json: return json.dumps(payload) return str(payload) -