# get_banner

> **Function** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/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/a98f0dfa8d534d8a1885b524632400e52db22ac6/libs/code/deepagents_code/config.py#L941)