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.
serve
Method
This is a method of the AgentOSProtocol class in the protocols module.Start the AgentApp server.
Signature
Parameters
Host address to bind to (default: “0.0.0.0”)
Port number to listen on (default: 8000)
Enable auto-reload for development (default: False) **kwargs: Additional server configuration
Source
View on GitHub
praisonaiagents/app/protocols.py at line 58
