Installation Guide
Prerequisites
Python 3.8 or above
pip, Conda, or Pipenv (latest version recommended)
Quick Installation
pip install agentneoPlatform-Specific Installation
Windows
# Create virtual environment
python -m venv agentneo-env
agentneo-env\Scripts\activate
# Install AgentNeo
pip install agentneomacOS/Linux
# Create virtual environment
python -m venv agentneo-env
source agentneo-env/bin/activate
# Install AgentNeo
pip install agentneoUsing Conda
Verification
Verify your installation:
Development Installation
For contributing or development:
Last updated