Overseas access: www.kdjingpai.com
Bookmark Us
Current Position:fig. beginning " AI Answers

How to install and configure AgentIQ development environment?

2025-08-27 1.5 K

environmental preparation

Before installing AgentIQ you need to make sure that Git, Git LFS and uv tools are installed on your system.

Installation steps

  1. Cloning the code base:git clone git@github.com:NVIDIA/AgentIQ.git agentiq
  2. Update the submodule:git submodule update --init --recursive
  3. (Optional) Download data:git lfs install && git lfs fetch && git lfs pull
  4. Create a virtual environment:uv venv --seed .venv
  5. Activate the environment:source .venv/bin/activate(Linux/Mac)

Core Installation Options

  • Complete Installation:uv sync --all-groups --all-extras
  • Foundation Installation:uv sync
  • Support LangChain:uv pip install -e '.[langchain]'
  • Performance Analysis:uv pip install -e '.[profiling]'

Verify Installation

(of a computer) runaiq --versionCheck the version number to confirm successful installation.

Recommended

Can't find AI tools? Try here!

Just type in the keyword Accessibility Bing SearchYou can quickly find all the AI tools on this site.

Top

en_USEnglish