Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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