Merge pull request #6100 from aden-hive/feature/integration-extended
Release / Create Release (push) Waiting to run
Release / Create Release (push) Waiting to run
micro-fix: wrong reference for hive_coder
This commit is contained in:
@@ -319,7 +319,7 @@ async def consolidate_queen_memory(
|
||||
len(user_msg) // 4,
|
||||
)
|
||||
|
||||
from framework.agents.hive_coder.config import default_config
|
||||
from framework.agents.queen.config import default_config
|
||||
|
||||
semantic_resp, diary_resp = await asyncio.gather(
|
||||
llm.acomplete(
|
||||
|
||||
@@ -27,7 +27,7 @@ def write_to_diary(entry: str) -> str:
|
||||
You do not need to include a timestamp or date heading; those are added
|
||||
automatically.
|
||||
"""
|
||||
from framework.agents.hive_coder.queen_memory import append_episodic_entry
|
||||
from framework.agents.queen.queen_memory import append_episodic_entry
|
||||
|
||||
append_episodic_entry(entry)
|
||||
return "Diary entry recorded."
|
||||
|
||||
Reference in New Issue
Block a user