Open
Description
Prerequisites
- I checked the documentation and found no answer to my problem
- I checked the existing issues and made sure there are no similar bug reports
Category
Bug in Agentverse
Expected Behavior
Hello,
When I set a reference for agent = Agent(), let's say i would call it, helloworld = Agent().
All functions/methods can still be called as agent.on_interval etc. I was expecting "no such instance" error to be generated. This may bring up confusions when multiple agents are defined within a single scope/file.
Thanks
Observed Behavior



To Reproduce
No response