(no commit message)

This commit is contained in:
2025-10-30 13:11:49 -04:00
parent 29f251694a
commit 1385e2e587

View File

@@ -1,5 +1,5 @@
from modaic import PrecompiledAgent, PrecompiledConfig from modaic import PrecompiledAgent, PrecompiledConfig
from agent import SignatureGenerator from agent.modules import SignatureGenerator
import dspy import dspy
@@ -168,9 +168,9 @@ CR_PROMPT = """ You are Charlotte, an advanced knowledge graph connection reason
def main(): def main():
# try refine # try refine
refined_result = agent( #refined_result = agent(
prompt=CR_PROMPT, # prompt=CR_PROMPT,
) #)
agent.push_to_hub("fadeleke/prompt-to-signature", with_code=True) agent.push_to_hub("fadeleke/prompt-to-signature", with_code=True)