Add a remote SWAIG function include so the agent can call tools hosted on an external server. The remote endpoint is contacted at session start and the listed functions become available to the AI just like locally defined tools.
This maps to the SWML ai.swaig.includes array.
See the SWML SWAIG includes reference for details.
URL of the remote SWAIG server that hosts the functions.
Array of function names to include from the remote server.
Optional metadata object passed along with the function include. Can be used to provide authentication tokens or context to the remote server.
AgentBase — Returns this for method chaining.