Development Setup
Initial Setup
git clone https://github.com/raga-ai-hub/agentneo.git
cd agentneopython -m venv venv
source venv/bin/activate # Unix
# or
venv\Scripts\activate # Windowspip install -e ".[dev]"Development Tools
Required Tools
Installing Development Tools
Setting Up Pre-commit Hooks
Running Tests
To run the dashboard after local UI code changes
Last updated