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.
get_skillati_catalog
List remote SkillATI skills from the proxy server.
get_skillati_file
Read one arbitrary skill-relative path from a remote SkillATI skill via the proxy server.
get_skillati_read
Read a remote SkillATI skill from the proxy server.
get_skillati_ref
Read one reference file from a remote SkillATI skill via the proxy server.
get_skillati_refs
List on-demand references for a remote SkillATI skill via the proxy server.
get_skillati_resources
List bundled resources for a remote SkillATI skill via the proxy server.
get_tool_info
Get detailed info about a specific tool from the proxy.
list_skills
Fetch skill list from the proxy server.
list_tools
List available tools from the proxy.
resolve_skills
Resolve skills for given scopes via the proxy.