tools-rs 0.3.3

Core functionality for the tools-rs tool collection system
Documentation
1
2
3
4
5
6
7
# A Python file with no @tool decorators.
# The adapter should return an empty list.

def helper(x):
    return x + 1

MY_CONSTANT = 42