From 1385e2e5879bb7be4848faf1050287ee9db5ba1b Mon Sep 17 00:00:00 2001 From: Farouk Adeleke Date: Thu, 30 Oct 2025 13:11:49 -0400 Subject: [PATCH] (no commit message) --- main.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index ad01e2b..bb5676f 100644 --- a/main.py +++ b/main.py @@ -1,5 +1,5 @@ from modaic import PrecompiledAgent, PrecompiledConfig -from agent import SignatureGenerator +from agent.modules import SignatureGenerator import dspy @@ -168,9 +168,9 @@ CR_PROMPT = """ You are Charlotte, an advanced knowledge graph connection reason def main(): # try refine - refined_result = agent( - prompt=CR_PROMPT, - ) + #refined_result = agent( + # prompt=CR_PROMPT, + #) agent.push_to_hub("fadeleke/prompt-to-signature", with_code=True)