Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.legnext.ai/llms.txt

Use this file to discover all available pages before exploring further.

Install from PyPI

python -m pip install legnext

Verify Installation

python -c "import legnext; print(legnext.__version__)"

Requirements

  • Python 3.10 or higher
  • httpx >= 0.27.0
  • pydantic >= 2.0.0

Next Steps