reorganizing and restructuring

This commit is contained in:
2025-11-26 02:28:00 -05:00
parent 6d5d442f96
commit 8128b45fe5
8 changed files with 537 additions and 87 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# reflection.py
from llm_router import call_llm
from llm.llm_router import call_llm
import json
@@ -30,7 +30,7 @@ async def reflect_notes(intake_summary: str, identity_block: dict | None) -> dic
)
raw = await call_llm(prompt, backend="cloud")
raw = await call_llm(prompt, backend="primary")
print("[Reflection-Raw]:", raw)