# CommandEntry

> **Class** in `deepagents_code`

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

A single autocomplete entry for the slash-command controller.

## Signature

```python
CommandEntry()
```

## Extends

- `NamedTuple`

## Properties

- `name`
- `description`
- `hidden_keywords`
- `argument_hint`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/0412009c5441bef8d75a427e1da8909e33ab5b56/libs/code/deepagents_code/command_registry.py#L320)