Mostly working
This commit is contained in:
@@ -215,8 +215,11 @@ class PipelineOrchestrator:
|
||||
|
||||
# Persistence: Lore Updates
|
||||
for lore_update in extraction_result.lore_updates:
|
||||
await asyncio.to_thread(update_lore, lore_update)
|
||||
logger.info(f"LLM Worker: Lore updated: {lore_update.entity_name}")
|
||||
file_path = await asyncio.to_thread(update_lore, lore_update)
|
||||
await asyncio.to_thread(self.rag_manager.ingest_file, file_path)
|
||||
logger.info(
|
||||
f"LLM Worker: Lore updated and ingested into RAG: {lore_update.entity_name}"
|
||||
)
|
||||
|
||||
# Persistence: Character State Updates
|
||||
for char_update in extraction_result.character_updates:
|
||||
|
||||
Reference in New Issue
Block a user