# Glyphs

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/config/Glyphs)

Character glyphs for TUI display.

## Signature

```python
Glyphs(
    self,
    tool_prefix: str,
    ellipsis: str,
    checkmark: str,
    error: str,
    circle_empty: str,
    circle_filled: str,
    square_filled: str,
    checkbox_empty: str,
    checkbox_checked: str,
    output_prefix: str,
    spinner_frames: tuple[str, ...],
    pause: str,
    newline: str,
    warning: str,
    question: str,
    hourglass: str,
    retry: str,
    tool: str,
    file: str,
    arrow_up: str,
    arrow_down: str,
    arrow_right: str,
    separator: str,
    tree_branch: str,
    tree_last: str,
    bullet: str,
    cursor: str,
    disclosure_collapsed: str,
    disclosure_expanded: str,
    box_horizontal: str,
    box_horizontal_heavy: str,
    hunk_break: str,
    line_continuation: str,
    git_branch: str,
)
```

## Constructors

```python
__init__(
    self,
    tool_prefix: str,
    ellipsis: str,
    checkmark: str,
    error: str,
    circle_empty: str,
    circle_filled: str,
    square_filled: str,
    checkbox_empty: str,
    checkbox_checked: str,
    output_prefix: str,
    spinner_frames: tuple[str, ...],
    pause: str,
    newline: str,
    warning: str,
    question: str,
    hourglass: str,
    retry: str,
    tool: str,
    file: str,
    arrow_up: str,
    arrow_down: str,
    arrow_right: str,
    separator: str,
    tree_branch: str,
    tree_last: str,
    bullet: str,
    cursor: str,
    disclosure_collapsed: str,
    disclosure_expanded: str,
    box_horizontal: str,
    box_horizontal_heavy: str,
    hunk_break: str,
    line_continuation: str,
    git_branch: str,
) -> None
```

| Name | Type |
|------|------|
| `tool_prefix` | `str` |
| `ellipsis` | `str` |
| `checkmark` | `str` |
| `error` | `str` |
| `circle_empty` | `str` |
| `circle_filled` | `str` |
| `square_filled` | `str` |
| `checkbox_empty` | `str` |
| `checkbox_checked` | `str` |
| `output_prefix` | `str` |
| `spinner_frames` | `tuple[str, ...]` |
| `pause` | `str` |
| `newline` | `str` |
| `warning` | `str` |
| `question` | `str` |
| `hourglass` | `str` |
| `retry` | `str` |
| `tool` | `str` |
| `file` | `str` |
| `arrow_up` | `str` |
| `arrow_down` | `str` |
| `arrow_right` | `str` |
| `separator` | `str` |
| `tree_branch` | `str` |
| `tree_last` | `str` |
| `bullet` | `str` |
| `cursor` | `str` |
| `disclosure_collapsed` | `str` |
| `disclosure_expanded` | `str` |
| `box_horizontal` | `str` |
| `box_horizontal_heavy` | `str` |
| `hunk_break` | `str` |
| `line_continuation` | `str` |
| `git_branch` | `str` |


## Properties

- `tool_prefix`
- `ellipsis`
- `checkmark`
- `error`
- `circle_empty`
- `circle_filled`
- `square_filled`
- `checkbox_empty`
- `checkbox_checked`
- `output_prefix`
- `spinner_frames`
- `pause`
- `newline`
- `warning`
- `question`
- `hourglass`
- `retry`
- `tool`
- `file`
- `arrow_up`
- `arrow_down`
- `arrow_right`
- `separator`
- `tree_branch`
- `tree_last`
- `bullet`
- `cursor`
- `disclosure_collapsed`
- `disclosure_expanded`
- `box_horizontal`
- `box_horizontal_heavy`
- `hunk_break`
- `line_continuation`
- `git_branch`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/1c477e982d3d4f6027e0928d03516c4520b25e21/libs/code/deepagents_code/config.py#L2024)