# MRKLOutputParser

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/agents/mrkl/output_parser/MRKLOutputParser)

MRKL Output parser for the chat agent.

## Signature

```python
MRKLOutputParser()
```

## Extends

- `AgentOutputParser`

## Properties

- `format_instructions`

## Methods

- [`get_format_instructions()`](https://reference.langchain.com/python/langchain-classic/agents/mrkl/output_parser/MRKLOutputParser/get_format_instructions)
- [`parse()`](https://reference.langchain.com/python/langchain-classic/agents/mrkl/output_parser/MRKLOutputParser/parse)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/f0c5a28fa05adcda89aebcb449d897245ab21fa4/libs/langchain/langchain_classic/agents/mrkl/output_parser.py#L21)