# BaseToolkit

> **Class** in `langchain_core`

📖 [View in docs](https://reference.langchain.com/python/langchain-core/tools/base/BaseToolkit)

Base class for toolkits containing related tools.

A toolkit is a collection of related tools that can be used together to accomplish a
specific task or work with a particular system.

## Signature

```python
BaseToolkit()
```

## Extends

- `BaseModel`
- `ABC`

## Methods

- [`get_tools()`](https://reference.langchain.com/python/langchain-core/tools/base/BaseToolkit/get_tools)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/02991cb4cf2063d51a07268edafb05fe53de1826/libs/core/langchain_core/tools/base.py#L1573)