AgentServer
AgentServer mirrors a LiveKit AgentServer (or WorkerOptions). It registers
a session entrypoint and an optional setup function, then is passed to
run_app() to start the agent.
This is the LiveWire AgentServer, not the SignalWire
AgentServer used for multi-agent
hosting. The LiveWire version provides LiveKit-compatible registration methods; under
the hood it creates a single-agent SignalWire deployment.
Properties
setup_fnc
A setup function called before the entrypoint. Receives a
JobProcess instance.
Assign directly to register.