How to install interviewstreet/hiring-agent. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
interviewstreet/hiring-agent Installation Guide
How to install interviewstreet/hiring-agent. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for interviewstreet/hiring-agent. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i interviewstreet/hiring-agentor
Install via npx
npx @hexmos/ipm i interviewstreet/hiring-agentPrerequisites
Python
languageVersion: 3.11+
Ollama
backendGoogle Gemini API key
backendManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Quick setup with pip
git clone https://github.com/interviewstreet/hiring-agent
cd hiring-agent
python -m venv .venv
source .venv/bin/activate
.venv\Scripts\activate
pip install -r requirements.txtOllama Models
ollama pull gemma3:4bPost Installation Steps
- cp .env.example .env
- Configure environment variables in .env file (LLM_PROVIDER, DEFAULT_MODEL, GEMINI_API_KEY, GITHUB_TOKEN)
- Run end-to-end scoring: python score.py /path/to/resume.pdf
