Skip to main content

Module client

Module client 

Source

Structs§

ProxyCallRequest
Request payload sent to the proxy server’s /call endpoint.
ProxyCallResponse
Response payload from the proxy server.
ProxyHelpRequest
Request payload for the proxy’s /help endpoint.
ProxyHelpResponse
Response from the proxy’s /help endpoint.

Enums§

ProxyError

Functions§

call_help
Execute an LLM help query via the proxy server.
call_mcp
Forward a raw MCP JSON-RPC message via the proxy’s /mcp endpoint.
call_tool
Execute a tool call via the proxy server.
get_skill
Fetch a skill’s detail from the proxy server.
list_skills
Fetch skill list from the proxy server.
resolve_skills
Resolve skills for given scopes via the proxy.