.. _agent_search_installation:

Installation
=====================================================

AgentSearch is a powerful knowledge engine that integrates with multiple LLM providers and RAG providers, allowing for customizable data creation, retriever-augmented generation, and even textbook generation.

Requirements
------------

- **Python**: `>=3.9,<3.12`
- **Libraries**: (Please refer to the README for a detailed list)

Fast Installation with pip
--------------------------

Installing AgentSearch is as simple as using pip:

.. code-block:: console

   pip install agent-search

Development Setup
-----------------

To set up AgentSearch for development:

.. code-block:: console

   git clone https://github.com/SciPhi-AI/agent-search.git
   cd agent-search
   pip3 install -e .

Licensing and Acknowledgment
---------------------------

AgentSearch is licensed under the Apache-2.0 License.
