Compare commits

...

1 Commits

Author SHA1 Message Date
lorenzejay
c9b7b3e53e fix: pass original agent reference to lite agent initialization 2025-04-16 09:59:40 -07:00

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)