The agent runtime returned by createRuntime.
Satisfies AgentRuntime for use by transport code, and also exposes lower-level helpers (executeTool, toolSchemas, createSession) for testing and advanced usage.
executeTool
toolSchemas
createSession
Execute a named tool with the given args, returning a JSON result string.
Tool schemas registered with the S2S API (custom + built-in).
Create a new voice session for a connected client (lower-level than startSession).
The agent runtime returned by createRuntime.
Satisfies AgentRuntime for use by transport code, and also exposes lower-level helpers (
executeTool,toolSchemas,createSession) for testing and advanced usage.