# Glyphs

> **Class** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/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,
    output_prefix: str,
    spinner_frames: tuple[str, ...],
    pause: str,
    newline: str,
    warning: str,
    question: str,
    arrow_up: str,
    arrow_down: str,
    bullet: str,
    cursor: str,
    box_vertical: str,
    box_horizontal: str,
    box_double_horizontal: str,
    gutter_bar: str,
    git_branch: str,
)
```

## Constructors

```python
__init__(
    self,
    tool_prefix: str,
    ellipsis: str,
    checkmark: str,
    error: str,
    circle_empty: str,
    circle_filled: str,
    output_prefix: str,
    spinner_frames: tuple[str, ...],
    pause: str,
    newline: str,
    warning: str,
    question: str,
    arrow_up: str,
    arrow_down: str,
    bullet: str,
    cursor: str,
    box_vertical: str,
    box_horizontal: str,
    box_double_horizontal: str,
    gutter_bar: str,
    git_branch: str,
) -> None
```

| Name | Type |
|------|------|
| `tool_prefix` | `str` |
| `ellipsis` | `str` |
| `checkmark` | `str` |
| `error` | `str` |
| `circle_empty` | `str` |
| `circle_filled` | `str` |
| `output_prefix` | `str` |
| `spinner_frames` | `tuple[str, ...]` |
| `pause` | `str` |
| `newline` | `str` |
| `warning` | `str` |
| `question` | `str` |
| `arrow_up` | `str` |
| `arrow_down` | `str` |
| `bullet` | `str` |
| `cursor` | `str` |
| `box_vertical` | `str` |
| `box_horizontal` | `str` |
| `box_double_horizontal` | `str` |
| `gutter_bar` | `str` |
| `git_branch` | `str` |


## Properties

- `tool_prefix`
- `ellipsis`
- `checkmark`
- `error`
- `circle_empty`
- `circle_filled`
- `output_prefix`
- `spinner_frames`
- `pause`
- `newline`
- `warning`
- `question`
- `arrow_up`
- `arrow_down`
- `bullet`
- `cursor`
- `box_vertical`
- `box_horizontal`
- `box_double_horizontal`
- `gutter_bar`
- `git_branch`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/ead1d09c7b5c2fe58044917bd7bfbb11634d55e2/libs/cli/deepagents_cli/config.py#L283)