fix: pass original agent reference to lite agent initialization

This commit is contained in:
lorenzejay
2025-04-16 09:59:40 -07:00
parent 37359a34f0
commit c9b7b3e53e

View File

@@ -535,6 +535,7 @@ class Agent(BaseAgent):
verbose=self.verbose,
response_format=response_format,
i18n=self.i18n,
original_agent=self,
)
return await lite_agent.kickoff_async(messages)