# ConversationalAgent

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/agents/conversational/base/ConversationalAgent)

An agent that holds a conversation in addition to using tools.

## Signature

```python
ConversationalAgent()
```

## Extends

- `Agent`

## Properties

- `ai_prefix`
- `output_parser`
- `observation_prefix`
- `llm_prefix`

## Methods

- [`create_prompt()`](https://reference.langchain.com/python/langchain-classic/agents/conversational/base/ConversationalAgent/create_prompt)
- [`from_llm_and_tools()`](https://reference.langchain.com/python/langchain-classic/agents/conversational/base/ConversationalAgent/from_llm_and_tools)

## ⚠️ Deprecated

Deprecated since version 0.1.0. Will be removed in version 2.0.0.

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/185119f98e6286253a2326d7cf4f59592678023d/libs/langchain/langchain_classic/agents/conversational/base.py#L29)