SDKv2.6.6
Reliably fetch the last run output, even with auto-generated agent IDs
Agno Team
May 14, 20261 min read
aget_last_run_output no longer returns None when agent.id is auto-generated during arun(). You get the run output back whether or not you set an explicit agent ID, so code that reads the last result behaves consistently across configured and auto-generated agents.