AgentOSProtocol
Defined in the protocols module.AI Agent Protocol for AgentOS implementations. AgentOS is a production platform for deploying agents as web services. It wraps agents, teams, and flows into a unified API server. Implementations should:
- Provide FastAPI-based HTTP endpoints
- Support WebSocket connections for real-time communication
- Handle agent lifecycle management
- Provide health checks and monitoring endpoints
Methods
Notes
The protocol was renamed fromAgentAppProtocol to AgentOSProtocol in v1.0.
AgentAppProtocol remains as a silent alias for backward compatibility.
Source
View on GitHub
praisonaiagents/app/protocols.py at line 21
