lilbrain_read
Read source code by function name or file path with line range to navigate and understand codebase definitions.
Instructions
Read source code of a function (by name) or file region (by path + line range).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End line (for file reads) | |
| name | Yes | Function name or file path | |
| start | No | Start line (for file reads) |