# get_glyphs

> **Function** in `deepagents_cli`

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

Get the glyph set for the current charset mode.

## Signature

```python
get_glyphs() -> Glyphs
```

## Returns

`Glyphs`

The appropriate Glyphs instance based on charset mode detection.

---

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