# get_default_coding_instructions

> **Function** in `deepagents_code`

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

Get the default coding agent instructions.

These are the immutable base instructions that cannot be modified by the agent.
Long-term memory (AGENTS.md) is handled separately by the middleware.

## Signature

```python
get_default_coding_instructions() -> str
```

## Returns

`str`

The default agent instructions as a string.

---

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