Skip to main content
Install Hypertic to start building AI agents with support for multiple LLM providers, tools, memory, and streaming capabilities.

Requirements

  • Python 3.10 or higher
  • pip or uv package manager

Basic Installation

Install Hypertic using pip or uv:
pip install hypertic

Additional Dependencies

Install additional packages with dependency groups:
pip install hypertic[openai]

Verify Installation

After installation, verify that Hypertic is installed correctly:
python -c "import hypertic; print(hypertic.__version__)"

Next Steps

Now that you have Hypertic installed, you can get started by following the quickstart guide to build your first AI agent.