feat: add pre call fetch configuration

This commit is contained in:
Abhishek Kumar 2026-04-04 19:35:52 +05:30
parent c4c4b591db
commit f1a5aa40d6
26 changed files with 644 additions and 66 deletions

View file

@ -162,8 +162,6 @@ class PipecatEngine:
if self._context_compaction_enabled:
self._context_summarization_manager = ContextSummarizationManager(self)
await self.set_node(self.workflow.start_node_id)
logger.debug(f"{self.__class__.__name__} initialized")
except Exception as e:
logger.error(f"Error initializing {self.__class__.__name__}: {e}")