After I start agent_os, I still need to dynamically add agents. How can this be achieved?
Hey @LBWhite55, Thanks for reaching out and supporting Agno.
That’s a great question - dynamically adding agents after starting agent_os isn’t supported yet. It’s a fairly big lift and will take some time to implement.
It’s on our radar, we’ll pick it up very soon and will keep you posted!
Is there any way to generate agents on the fly? For example, when a request is made, it access an API to retrieve the instructions and which tools should be enabled, etc., then loads the agent and performs the request.
In this case, this would be a single “generic” agent but would work for specific use cases… does that make sense?
Our company is working on an intelligent chat project. Users need to be able to create their own agents, but this must happen after the project is launched, which is why I have this concern.