# get_banner

> **Function** in `deepagents_cli`

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

Get the appropriate banner for the current charset mode.

## Signature

```python
get_banner() -> str
```

## Returns

`str`

The text art banner string (Unicode or ASCII based on charset mode).

Includes "(local)" suffix when installed in editable mode.

---

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