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

如何安装和配置AgentIQ开发环境?

2025-08-27 1.3 K

environmental preparation

安装AgentIQ前需要确保系统已安装Git、Git LFS和uv工具。

Installation steps

  1. Cloning the code base:git clone git@github.com:NVIDIA/AgentIQ.git agentiq
  2. 更新子模块:git submodule update --init --recursive
  3. (可选)下载数据: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)

核心安装选项

  • 完整安装:uv sync --all-groups --all-extras
  • 基础安装:uv sync
  • 支持LangChain:uv pip install -e '.[langchain]'
  • 性能分析:uv pip install -e '.[profiling]'

Verify Installation

(of a computer) runaiq --version查看版本号确认安装成功。

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