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