🐸 Amphib is built on Hiring Agent by HackerRank — and we're making it better.

Configuration

Environment

cp .env.example .env
Variable Required Default Description
LLM_PROVIDER Yes ollama ollama or gemini
DEFAULT_MODEL Yes gemma3:4b Model name
GEMINI_API_KEY With Gemini Google Gemini API key
GITHUB_TOKEN No Higher GitHub API rate limits

Dev mode

# config.py
DEVELOPMENT_MODE = True   # caching + CSV export

When on: caches results in cache/, appends to resume_evaluations.csv.

Layout

config.py           # dev mode flag
.env                # your local config
.env.example        # template
cache/              # cached results (gitignored)
resume_evaluations.csv  # scored results (gitignored)