search_logic_definitions
Find differentiable logic implementations by searching class names, docstrings, and filenames. Returns each logic's operators and source location to clarify behavior before interpreting results or proposing a run.
Instructions
Find differentiable logic implementations in the source.
Matches on class name, docstring and filename, returning the operators each logic implements and where it is defined. An empty query returns all of them. Use this to understand what a logic does before interpreting a result or proposing a run that uses it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No |