Installation ============ Install the core SDK using your preferred package manager: .. tab-set:: .. tab-item:: Pip .. code-block:: bash pip install taimoe-platform .. tab-item:: UV .. code-block:: bash uv add taimoe-platform .. tab-item:: Poetry .. code-block:: bash poetry add taimoe-platform Install optional integrations: .. tab-set:: .. tab-item:: Google ADK .. code-block:: bash pip install "taimoe-platform[adk]" .. tab-item:: OpenTelemetry .. code-block:: bash pip install "taimoe-platform[otel]" .. tab-item:: FastAPI discovery .. code-block:: bash pip install "taimoe-platform[proxy]" .. tab-item:: Install All Extras .. code-block:: bash pip install "taimoe-platform[all]" For local development: .. code-block:: bash uv sync --all-extras uv run pytest To build these docs locally: .. code-block:: bash uv run --extra docs sphinx-build -b html docs docs/_build/html