set_agent
Method
This is a method of the BotProtocol class in the protocols module.Set the agent that handles messages.
Signature
Parameters
The agent to handle incoming messages
Source
View on GitHub
praisonaiagents/bots/protocols.py at line 331set_agent: Set the agent that handles messages.
This is a method of the BotProtocol class in the protocols module.Set the agent that handles messages.
def set_agent(agent: 'Agent') -> None
praisonaiagents/bots/protocols.py at line 331