# ReActOutputParser

> **Class** in `langchain_classic`

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

Output parser for the ReAct agent.

## Signature

```python
ReActOutputParser()
```

## Extends

- `AgentOutputParser`

## Methods

- [`parse()`](https://reference.langchain.com/python/langchain-classic/agents/react/output_parser/ReActOutputParser/parse)

---

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