Skip to main content

HttpLauncherProtocol

Defined in the protocols module.
AI Agent Protocol for HTTP server launchers. This defines the interface for launching HTTP servers for agents. The core SDK defines the protocol, while heavy implementations (FastAPI, uvicorn) live in the wrapper layer.

Methods

launch()

Launch HTTP server for the agent.

Usage

Source

View on GitHub

praisonaiagents/agent/protocols.py at line 251