fix: pass original agent reference to lite agent initialization (#2625)
Some checks are pending
Notify Downstream / notify-downstream (push) Waiting to run

This commit is contained in:
Lorenze Jay
2025-04-16 10:05:09 -07:00
committed by GitHub
parent 37359a34f0
commit 1d91ab5d1b

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)