get_agent
Method
This is a method of the BotProtocol class in the protocols module.Get the current agent.
Signature
Returns
The result of the operation.
Source
View on GitHub
praisonaiagents/bots/protocols.py at line 339get_agent: Get the current agent.
This is a method of the BotProtocol class in the protocols module.Get the current agent.
def get_agent() -> Optional['Agent']
praisonaiagents/bots/protocols.py at line 339