Skip to main content

get_app

Method
This is a method of the AgentOSProtocol class in the protocols module.
Get the underlying web application instance.

Signature

def get_app() -> Any

Returns

Returns
Any
The FastAPI application instance for custom mounting or configuration.

Source

View on GitHub

praisonaiagents/app/protocols.py at line 76