File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ async def consolidate_queen_memory(
319319 len (user_msg ) // 4 ,
320320 )
321321
322- from framework .agents .hive_coder .config import default_config
322+ from framework .agents .queen .config import default_config
323323
324324 semantic_resp , diary_resp = await asyncio .gather (
325325 llm .acomplete (
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def write_to_diary(entry: str) -> str:
2727 You do not need to include a timestamp or date heading; those are added
2828 automatically.
2929 """
30- from framework .agents .hive_coder .queen_memory import append_episodic_entry
30+ from framework .agents .queen .queen_memory import append_episodic_entry
3131
3232 append_episodic_entry (entry )
3333 return "Diary entry recorded."
You can’t perform that action at this time.
0 commit comments