Agent
The Agent class mirrors a LiveKit agent. It holds the system prompt (instructions),
a list of tools, and optional lifecycle hooks. When bound to an
AgentSession, the session
translates this into a SignalWire
AgentBase under the hood.
Properties
instructions
The system prompt text for the agent.
session
The AgentSession this
agent is bound to. Set automatically when session.start(agent) is called.