> ## Documentation Index
> Fetch the complete documentation index at: https://codexceed.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# avatar.tools.search

Repository text search via ripgrep (§10, tier 0).

## Classes

### `SearchRepoInput`

Input for `search_repo`: the ripgrep query pattern.

```python theme={null}
SearchRepoInput(*, query: str) -> None
```

**Fields**

| Field   | Type  | Required |
| ------- | ----- | -------- |
| `query` | `str` | yes      |
