reorganizing and restructuring

This commit is contained in:
serversdwn
2025-11-26 02:28:00 -05:00
parent 5492d9c0c5
commit cb00474ab3
8 changed files with 537 additions and 87 deletions

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)