Skip to Content
PythonInstallation

Installation

Prerequisites

  • Python 3.8 or later
  • Access keys to at least one of the supported AI providers (Anthropic, OpenAI, or LangChain)
  • Get an API key for OpenAPITools from the Settings page

Install from PyPI

pip install reacter-openapitools requests

If you’re using the LangChain adapter, you’ll also need to install langchain and langchain-core:

pip install langchain langchain-core
Last updated on