@rs.tool, auto-infers the schema from the signature and docstring, and routes tool calls back to your app during sandbox execution.
Source: rayxc-org/raysurfer-python
Setup
Install the SDK and setRAYSURFER_API_KEY in your environment.
Register Tools
@rs.tool can wrap any Python function. The function signature is converted to schema fields, and the function docstring is used as the tool description in the tool payload.
Execute Modes
Use exactly one mode perexecute() call:
